Triggered by Gerrit: https://git.eclipse.org/r/146757 Obtained Jenkinsfile from git https://github.com/delislesim/tracecompass-infra-test Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘tracecompass-build-9mh8f-m6066’ Agent tracecompass-build-m38tv-nr76g 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/14/" labels: jenkins: "slave" jenkins/tracecompass-build: "true" name: "tracecompass-build-m38tv-nr76g" spec: containers: - env: - name: "JENKINS_SECRET" value: "cd5db184220389a809ef059011071f0f1c66ec9736542018e66b32a2015628c8" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.tracecompass.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "tracecompass-build-m38tv-nr76g" - name: "JENKINS_NAME" value: "tracecompass-build-m38tv-nr76g" - 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-m38tv-nr76g in /home/jenkins/workspace/tracecompass-gerrit [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout No credentials specified Cloning the remote Git repository Cloning repository https://github.com/delislesim/tracecompass-infra-test > /usr/bin/git init /home/jenkins/workspace/tracecompass-gerrit # timeout=10 Fetching upstream changes from https://github.com/delislesim/tracecompass-infra-test > /usr/bin/git --version # timeout=10 > /usr/bin/git fetch --tags --progress https://github.com/delislesim/tracecompass-infra-test +refs/heads/*:refs/remotes/origin/* > /usr/bin/git config remote.origin.url https://github.com/delislesim/tracecompass-infra-test # timeout=10 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > /usr/bin/git config remote.origin.url https://github.com/delislesim/tracecompass-infra-test # timeout=10 Checking out Revision 4beeffc2ad8cad1fc14cebdc2b3183b5a5f211f2 (refs/remotes/origin/master) Fetching upstream changes from https://github.com/delislesim/tracecompass-infra-test > /usr/bin/git fetch --tags --progress https://github.com/delislesim/tracecompass-infra-test +refs/heads/*:refs/remotes/origin/* > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f 4beeffc2ad8cad1fc14cebdc2b3183b5a5f211f2 Commit message: "Fix checkout steps" > /usr/bin/git rev-list --no-walk 4beeffc2ad8cad1fc14cebdc2b3183b5a5f211f2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2019-07-30T06:25:12.655Z] 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 [2019-07-30T06:25:13.315Z] No credentials specified [2019-07-30T06:25:13.517Z] Fetching changes from the remote Git repository [2019-07-30T06:25:13.317Z] > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10 [2019-07-30T06:25:13.609Z] > /usr/bin/git config remote.origin.url git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass # timeout=10 [2019-07-30T06:25:13.713Z] Fetching upstream changes from git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass [2019-07-30T06:25:13.714Z] > /usr/bin/git --version # timeout=10 [2019-07-30T06:25:13.808Z] > /usr/bin/git fetch --tags --progress git://git.eclipse.org/gitroot/tracecompass/org.eclipse.tracecompass refs/changes/57/146757/2 [2019-07-30T06:26:13.345Z] Checking out Revision 1b8d046ff7009fe57e8f5f82fae7989377dfd371 (refs/changes/57/146757/2) [2019-07-30T06:26:13.333Z] > /usr/bin/git rev-parse 1b8d046ff7009fe57e8f5f82fae7989377dfd371^{commit} # timeout=10 [2019-07-30T06:26:13.408Z] > /usr/bin/git config core.sparsecheckout # timeout=10 [2019-07-30T06:26:13.413Z] > /usr/bin/git checkout -f 1b8d046ff7009fe57e8f5f82fae7989377dfd371 [2019-07-30T06:26:18.026Z] Commit message: "linux.ui: Allow height of Read/Write to be changed via the legend." [2019-07-30T06:26:18.024Z] > /usr/bin/git rev-parse FETCH_HEAD^{commit} # timeout=10 [2019-07-30T06:26:19.309Z] > /usr/bin/git rev-list --no-walk 396c63598fa4fa40f333be41dc93ad8c71e41161 # 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 [2019-07-30T06:26:22.518Z] + mvn clean install -Pctf-grammar -Pbuild-rcp -Dmaven.repo.local=/home/jenkins/.m2/repository --settings /home/jenkins/.m2/settings.xml [2019-07-30T06:26:22.519Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T06:26:24.417Z] 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 [2019-07-30T06:26:24.674Z] 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) [2019-07-30T06:26:24.674Z] 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 [2019-07-30T06:26:24.674Z] 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 405 kB/s) [2019-07-30T06:26:24.674Z] 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 [2019-07-30T06:26:24.674Z] 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 42 kB/s) [2019-07-30T06:26:24.674Z] 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 [2019-07-30T06:26:24.931Z] 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 434 kB/s) [2019-07-30T06:26:24.931Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/takari/takari/14/takari-14.pom [2019-07-30T06:26:24.931Z] 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 667 kB/s) [2019-07-30T06:26:24.931Z] 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 [2019-07-30T06:26:24.931Z] 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.1 MB/s) [2019-07-30T06:26:24.931Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [2019-07-30T06:26:24.931Z] Progress (1): 4.1/40 kB Progress (1): 7.7/40 kB Progress (1): 12/40 kB Progress (1): 16/40 kB Progress (1): 20/40 kB Progress (1): 24/40 kB Progress (1): 28/40 kB Progress (1): 32/40 kB Progress (1): 36/40 kB Progress (1): 40/40 kB Progress (1): 40 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 2.0 MB/s) [2019-07-30T06:26:24.931Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [2019-07-30T06:26:24.931Z] 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 1.0 MB/s) [2019-07-30T06:26:24.931Z] 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 [2019-07-30T06:26:24.931Z] 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 [2019-07-30T06:26:24.931Z] 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/eclipse/tycho/extras/tycho-pomless/1.3.0/tycho-pomless-1.3.0.jar (9.3 kB at 463 kB/s) [2019-07-30T06:26:24.931Z] 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/io/takari/polyglot/polyglot-common/0.1.5/polyglot-common-0.1.5.jar (27 kB at 784 kB/s) [2019-07-30T06:26:25.494Z] [INFO] Scanning for projects... [2019-07-30T06:26:25.494Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/.polyglot.build.properties [2019-07-30T06:26:25.494Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/.polyglot.build.properties [2019-07-30T06:26:25.494Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/.polyglot.build.properties [2019-07-30T06:26:25.494Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/.polyglot.build.properties [2019-07-30T06:26:25.494Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/.polyglot.build.properties [2019-07-30T06:26:25.494Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/.polyglot.build.properties [2019-07-30T06:26:25.494Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/.polyglot.build.properties [2019-07-30T06:26:25.494Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/.polyglot.build.properties [2019-07-30T06:26:25.494Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/.polyglot.build.properties [2019-07-30T06:26:25.494Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/.polyglot.build.properties [2019-07-30T06:26:25.751Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/.polyglot.build.properties [2019-07-30T06:26:25.751Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/.polyglot.build.properties [2019-07-30T06:26:25.751Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/.polyglot.build.properties [2019-07-30T06:26:25.751Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/.polyglot.build.properties [2019-07-30T06:26:25.751Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/.polyglot.build.properties [2019-07-30T06:26:25.751Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/.polyglot.build.properties [2019-07-30T06:26:25.751Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:26:25.751Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/.polyglot.build.properties [2019-07-30T06:26:25.751Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/.polyglot.build.properties [2019-07-30T06:26:25.751Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/.polyglot.build.properties [2019-07-30T06:26:25.751Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:26:25.751Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:26:25.751Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:26:25.751Z] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:26:25.751Z] /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/.polyglot.build.properties [2019-07-30T06:26:26.010Z] /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/.polyglot.build.properties [2019-07-30T06:26:26.010Z] /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/.polyglot.build.properties [2019-07-30T06:26:26.010Z] /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/.polyglot.build.properties [2019-07-30T06:26:26.010Z] /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/.polyglot.build.properties [2019-07-30T06:26:26.010Z] /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/.polyglot.build.properties [2019-07-30T06:26:26.010Z] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/.polyglot.build.properties [2019-07-30T06:26:26.010Z] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/.polyglot.build.properties [2019-07-30T06:26:26.010Z] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/.polyglot.build.properties [2019-07-30T06:26:26.010Z] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/.polyglot.build.properties [2019-07-30T06:26:26.010Z] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/.polyglot.build.properties [2019-07-30T06:26:26.010Z] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/.polyglot.build.properties [2019-07-30T06:26:26.010Z] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/.polyglot.build.properties [2019-07-30T06:26:26.267Z] /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.testing/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/.polyglot.build.properties [2019-07-30T06:26:26.526Z] /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/.polyglot.build.properties [2019-07-30T06:26:26.526Z] 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 [2019-07-30T06:26:26.526Z] 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 [2019-07-30T06:26:26.526Z] 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 [2019-07-30T06:26:26.783Z] 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 [2019-07-30T06:26:26.783Z] 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 [2019-07-30T06:26:26.783Z] 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 [2019-07-30T06:26:26.783Z] 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 60 kB/s) [2019-07-30T06:26:26.783Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [2019-07-30T06:26:26.783Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [2019-07-30T06:26:27.040Z] 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 [2019-07-30T06:26:27.040Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [2019-07-30T06:26:27.040Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho/1.3.0/tycho-1.3.0.pom [2019-07-30T06:26:27.040Z] 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 [2019-07-30T06:26:27.298Z] 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 626 kB/s) [2019-07-30T06:26:27.298Z] 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 [2019-07-30T06:26:27.298Z] 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 [2019-07-30T06:26:27.298Z] 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 [2019-07-30T06:26:27.298Z] 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 [2019-07-30T06:26:27.298Z] 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 [2019-07-30T06:26:27.555Z] 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 [2019-07-30T06:26:27.555Z] 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 110 kB/s) [2019-07-30T06:26:27.555Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [2019-07-30T06:26:27.555Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [2019-07-30T06:26:27.555Z] 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 [2019-07-30T06:26:27.555Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [2019-07-30T06:26:27.555Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [2019-07-30T06:26:27.812Z] 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 [2019-07-30T06:26:27.812Z] 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 221 kB/s) [2019-07-30T06:26:27.812Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/3.0/maven-3.0.pom [2019-07-30T06:26:27.812Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom [2019-07-30T06:26:27.812Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/3.0/maven-3.0.pom [2019-07-30T06:26:27.812Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom [2019-07-30T06:26:28.070Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/3.0/maven-3.0.pom [2019-07-30T06:26:28.070Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [2019-07-30T06:26:28.070Z] 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 782 kB/s) [2019-07-30T06:26:28.070Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [2019-07-30T06:26:28.070Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom [2019-07-30T06:26:28.070Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/15/maven-parent-15.pom [2019-07-30T06:26:28.070Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom [2019-07-30T06:26:28.327Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [2019-07-30T06:26:28.327Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [2019-07-30T06:26:28.327Z] 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 800 kB/s) [2019-07-30T06:26:28.327Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/6/apache-6.pom [2019-07-30T06:26:28.327Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/6/apache-6.pom [2019-07-30T06:26:28.327Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/6/apache-6.pom [2019-07-30T06:26:28.327Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/6/apache-6.pom [2019-07-30T06:26:28.586Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/6/apache-6.pom [2019-07-30T06:26:28.586Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [2019-07-30T06:26:28.586Z] 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 457 kB/s) [2019-07-30T06:26:28.586Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [2019-07-30T06:26:28.586Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [2019-07-30T06:26:28.586Z] 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 [2019-07-30T06:26:28.586Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [2019-07-30T06:26:28.843Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [2019-07-30T06:26:28.843Z] 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 [2019-07-30T06:26:28.843Z] 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 78 kB/s) [2019-07-30T06:26:28.843Z] 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 [2019-07-30T06:26:28.843Z] 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 [2019-07-30T06:26:28.843Z] 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 [2019-07-30T06:26:29.100Z] 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 [2019-07-30T06:26:29.100Z] 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 [2019-07-30T06:26:29.100Z] 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 [2019-07-30T06:26:29.100Z] Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 109 kB/s) [2019-07-30T06:26:29.100Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2019-07-30T06:26:29.100Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2019-07-30T06:26:29.100Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2019-07-30T06:26:29.356Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2019-07-30T06:26:29.356Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2019-07-30T06:26:29.356Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2019-07-30T06:26:29.356Z] 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 694 kB/s) [2019-07-30T06:26:29.356Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2019-07-30T06:26:29.356Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2019-07-30T06:26:29.356Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2019-07-30T06:26:29.613Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2019-07-30T06:26:29.613Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2019-07-30T06:26:29.613Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2019-07-30T06:26:29.613Z] 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 387 kB/s) [2019-07-30T06:26:29.613Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [2019-07-30T06:26:29.613Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [2019-07-30T06:26:29.613Z] 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 [2019-07-30T06:26:29.870Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [2019-07-30T06:26:29.870Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [2019-07-30T06:26:29.870Z] 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 [2019-07-30T06:26:29.870Z] 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 86 kB/s) [2019-07-30T06:26:29.870Z] 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 [2019-07-30T06:26:29.870Z] 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 [2019-07-30T06:26:29.870Z] 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 [2019-07-30T06:26:30.127Z] 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 [2019-07-30T06:26:30.127Z] 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 [2019-07-30T06:26:30.127Z] 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 [2019-07-30T06:26:30.127Z] 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 62 kB/s) [2019-07-30T06:26:30.127Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [2019-07-30T06:26:30.127Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [2019-07-30T06:26:30.127Z] 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 [2019-07-30T06:26:30.385Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [2019-07-30T06:26:30.385Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [2019-07-30T06:26:30.385Z] 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 [2019-07-30T06:26:30.385Z] 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 34 kB/s) [2019-07-30T06:26:30.385Z] 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 [2019-07-30T06:26:30.385Z] 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 [2019-07-30T06:26:30.385Z] 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 [2019-07-30T06:26:30.642Z] 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 [2019-07-30T06:26:30.642Z] 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 [2019-07-30T06:26:30.642Z] 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 [2019-07-30T06:26:30.642Z] 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 167 kB/s) [2019-07-30T06:26:30.642Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [2019-07-30T06:26:30.642Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [2019-07-30T06:26:30.642Z] 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 [2019-07-30T06:26:30.901Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [2019-07-30T06:26:30.901Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [2019-07-30T06:26:30.901Z] 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 [2019-07-30T06:26:30.901Z] 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 576 kB/s) [2019-07-30T06:26:30.901Z] 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 [2019-07-30T06:26:30.901Z] 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 [2019-07-30T06:26:30.901Z] 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 [2019-07-30T06:26:31.158Z] 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 [2019-07-30T06:26:31.158Z] 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 [2019-07-30T06:26:31.158Z] 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 [2019-07-30T06:26:31.158Z] 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 28 kB/s) [2019-07-30T06:26:31.158Z] 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 [2019-07-30T06:26:31.158Z] 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 [2019-07-30T06:26:31.158Z] 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 [2019-07-30T06:26:31.415Z] 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 [2019-07-30T06:26:31.415Z] 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 [2019-07-30T06:26:31.415Z] 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 [2019-07-30T06:26:31.415Z] 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 194 kB/s) [2019-07-30T06:26:31.415Z] 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 [2019-07-30T06:26:31.415Z] 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 [2019-07-30T06:26:31.415Z] 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 [2019-07-30T06:26:31.672Z] 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 [2019-07-30T06:26:31.672Z] 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 [2019-07-30T06:26:31.672Z] 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 [2019-07-30T06:26:31.672Z] 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 102 kB/s) [2019-07-30T06:26:31.672Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2019-07-30T06:26:31.672Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2019-07-30T06:26:31.672Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2019-07-30T06:26:31.929Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2019-07-30T06:26:31.929Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2019-07-30T06:26:31.929Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2019-07-30T06:26:31.929Z] 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 234 kB/s) [2019-07-30T06:26:31.929Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2019-07-30T06:26:31.929Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2019-07-30T06:26:31.929Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2019-07-30T06:26:32.186Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2019-07-30T06:26:32.186Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2019-07-30T06:26:32.186Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2019-07-30T06:26:32.186Z] 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 254 kB/s) [2019-07-30T06:26:32.186Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [2019-07-30T06:26:32.186Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [2019-07-30T06:26:32.186Z] 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 [2019-07-30T06:26:32.443Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [2019-07-30T06:26:32.443Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [2019-07-30T06:26:32.443Z] 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 [2019-07-30T06:26:32.443Z] 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 149 kB/s) [2019-07-30T06:26:32.443Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2019-07-30T06:26:32.443Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2019-07-30T06:26:32.443Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2019-07-30T06:26:32.700Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2019-07-30T06:26:32.700Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2019-07-30T06:26:32.700Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2019-07-30T06:26:32.700Z] 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 321 kB/s) [2019-07-30T06:26:32.700Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2019-07-30T06:26:32.700Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2019-07-30T06:26:32.700Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2019-07-30T06:26:32.957Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2019-07-30T06:26:32.957Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2019-07-30T06:26:32.957Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2019-07-30T06:26:32.957Z] 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 279 kB/s) [2019-07-30T06:26:32.957Z] 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 [2019-07-30T06:26:32.957Z] 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 [2019-07-30T06:26:32.957Z] 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 [2019-07-30T06:26:33.215Z] 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 [2019-07-30T06:26:33.215Z] 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 [2019-07-30T06:26:33.215Z] 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 [2019-07-30T06:26:33.215Z] 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 84 kB/s) [2019-07-30T06:26:33.215Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [2019-07-30T06:26:33.215Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [2019-07-30T06:26:33.215Z] 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 [2019-07-30T06:26:33.472Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [2019-07-30T06:26:33.472Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [2019-07-30T06:26:33.472Z] 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 [2019-07-30T06:26:33.472Z] 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 88 kB/s) [2019-07-30T06:26:33.472Z] 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 [2019-07-30T06:26:33.472Z] 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 [2019-07-30T06:26:33.472Z] 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 [2019-07-30T06:26:33.729Z] 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 [2019-07-30T06:26:33.729Z] 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 [2019-07-30T06:26:33.729Z] 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 [2019-07-30T06:26:33.729Z] 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 79 kB/s) [2019-07-30T06:26:33.729Z] 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 [2019-07-30T06:26:33.729Z] 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 [2019-07-30T06:26:33.729Z] 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 [2019-07-30T06:26:33.985Z] 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 [2019-07-30T06:26:33.985Z] 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 [2019-07-30T06:26:33.985Z] 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 [2019-07-30T06:26:33.985Z] 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 192 kB/s) [2019-07-30T06:26:33.985Z] 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 [2019-07-30T06:26:33.985Z] 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 [2019-07-30T06:26:33.985Z] 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 [2019-07-30T06:26:34.242Z] 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 [2019-07-30T06:26:34.242Z] 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 [2019-07-30T06:26:34.242Z] 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 [2019-07-30T06:26:34.242Z] 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 108 kB/s) [2019-07-30T06:26:34.242Z] 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 [2019-07-30T06:26:34.242Z] 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 [2019-07-30T06:26:34.242Z] 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 [2019-07-30T06:26:34.499Z] 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 [2019-07-30T06:26:34.499Z] 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 [2019-07-30T06:26:34.499Z] 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 [2019-07-30T06:26:34.499Z] 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 100 kB/s) [2019-07-30T06:26:34.499Z] 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 [2019-07-30T06:26:34.499Z] 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 [2019-07-30T06:26:34.499Z] 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 [2019-07-30T06:26:34.755Z] 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 [2019-07-30T06:26:34.755Z] 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 [2019-07-30T06:26:34.755Z] 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 [2019-07-30T06:26:35.011Z] 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 4.7 kB/s) [2019-07-30T06:26:35.011Z] 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 [2019-07-30T06:26:35.011Z] 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 [2019-07-30T06:26:35.011Z] 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 [2019-07-30T06:26:35.011Z] 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 [2019-07-30T06:26:35.270Z] 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 [2019-07-30T06:26:35.270Z] 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 [2019-07-30T06:26:35.270Z] 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 324 kB/s) [2019-07-30T06:26:35.270Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2019-07-30T06:26:35.270Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2019-07-30T06:26:35.270Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2019-07-30T06:26:35.270Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2019-07-30T06:26:35.526Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2019-07-30T06:26:35.526Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2019-07-30T06:26:35.526Z] 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 468 kB/s) [2019-07-30T06:26:35.526Z] 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 [2019-07-30T06:26:35.526Z] 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 [2019-07-30T06:26:35.526Z] 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 [2019-07-30T06:26:35.526Z] 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 [2019-07-30T06:26:35.783Z] 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 [2019-07-30T06:26:35.783Z] 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 [2019-07-30T06:26:35.783Z] 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 160 kB/s) [2019-07-30T06:26:35.783Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [2019-07-30T06:26:35.783Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [2019-07-30T06:26:35.783Z] 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 [2019-07-30T06:26:35.783Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [2019-07-30T06:26:36.039Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [2019-07-30T06:26:36.039Z] 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 [2019-07-30T06:26:36.039Z] 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 524 kB/s) [2019-07-30T06:26:36.039Z] 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 [2019-07-30T06:26:36.039Z] 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 [2019-07-30T06:26:36.039Z] 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 [2019-07-30T06:26:36.296Z] 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 [2019-07-30T06:26:36.552Z] 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 [2019-07-30T06:26:36.552Z] 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 [2019-07-30T06:26:36.552Z] 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 182 kB/s) [2019-07-30T06:26:36.552Z] 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 [2019-07-30T06:26:36.552Z] 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 [2019-07-30T06:26:36.552Z] 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 [2019-07-30T06:26:36.552Z] 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 [2019-07-30T06:26:36.809Z] 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 [2019-07-30T06:26:36.809Z] 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 [2019-07-30T06:26:36.809Z] 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 369 kB/s) [2019-07-30T06:26:36.809Z] 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 [2019-07-30T06:26:36.809Z] 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 [2019-07-30T06:26:36.809Z] 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 [2019-07-30T06:26:36.809Z] 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 [2019-07-30T06:26:37.066Z] 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 [2019-07-30T06:26:37.066Z] 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 [2019-07-30T06:26:37.066Z] 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 90 kB/s) [2019-07-30T06:26:37.066Z] 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 [2019-07-30T06:26:37.066Z] 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 [2019-07-30T06:26:37.066Z] 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 [2019-07-30T06:26:37.322Z] 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 [2019-07-30T06:26:37.322Z] 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 [2019-07-30T06:26:37.322Z] 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 [2019-07-30T06:26:37.322Z] 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 71 kB/s) [2019-07-30T06:26:37.322Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [2019-07-30T06:26:37.322Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [2019-07-30T06:26:37.322Z] 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 [2019-07-30T06:26:37.578Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [2019-07-30T06:26:37.578Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [2019-07-30T06:26:37.578Z] 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 [2019-07-30T06:26:37.579Z] 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 67 kB/s) [2019-07-30T06:26:37.579Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [2019-07-30T06:26:37.579Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [2019-07-30T06:26:37.579Z] 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 [2019-07-30T06:26:37.835Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [2019-07-30T06:26:37.835Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [2019-07-30T06:26:37.835Z] 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 [2019-07-30T06:26:37.835Z] 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 215 kB/s) [2019-07-30T06:26:37.835Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [2019-07-30T06:26:37.835Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [2019-07-30T06:26:37.835Z] 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 [2019-07-30T06:26:38.091Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [2019-07-30T06:26:38.091Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [2019-07-30T06:26:38.091Z] 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 [2019-07-30T06:26:38.091Z] 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 76 kB/s) [2019-07-30T06:26:38.091Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [2019-07-30T06:26:38.091Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [2019-07-30T06:26:38.091Z] 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 [2019-07-30T06:26:38.091Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [2019-07-30T06:26:38.349Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [2019-07-30T06:26:38.349Z] 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 [2019-07-30T06:26:38.349Z] 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 82 kB/s) [2019-07-30T06:26:38.349Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [2019-07-30T06:26:38.349Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [2019-07-30T06:26:38.350Z] 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 [2019-07-30T06:26:38.614Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [2019-07-30T06:26:38.614Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [2019-07-30T06:26:38.614Z] 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 [2019-07-30T06:26:38.614Z] 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 58 kB/s) [2019-07-30T06:26:38.614Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [2019-07-30T06:26:38.614Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [2019-07-30T06:26:38.870Z] 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 [2019-07-30T06:26:38.870Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [2019-07-30T06:26:38.870Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom [2019-07-30T06:26:38.870Z] 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 [2019-07-30T06:26:39.126Z] 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 205 kB/s) [2019-07-30T06:26:39.126Z] 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 [2019-07-30T06:26:39.126Z] 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 [2019-07-30T06:26:39.126Z] 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 [2019-07-30T06:26:39.126Z] 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 [2019-07-30T06:26:39.126Z] 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 [2019-07-30T06:26:39.126Z] 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 [2019-07-30T06:26:39.383Z] 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 176 kB/s) [2019-07-30T06:26:39.383Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2019-07-30T06:26:39.383Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2019-07-30T06:26:39.383Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2019-07-30T06:26:39.383Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2019-07-30T06:26:39.383Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2019-07-30T06:26:39.641Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2019-07-30T06:26:39.641Z] 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 347 kB/s) [2019-07-30T06:26:39.641Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2019-07-30T06:26:39.641Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2019-07-30T06:26:39.898Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2019-07-30T06:26:39.898Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2019-07-30T06:26:39.898Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2019-07-30T06:26:39.898Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2019-07-30T06:26:39.898Z] 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 260 kB/s) [2019-07-30T06:26:39.898Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.2/commons-io-2.2.pom [2019-07-30T06:26:39.898Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom [2019-07-30T06:26:40.154Z] 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 [2019-07-30T06:26:40.154Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom [2019-07-30T06:26:40.154Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.2/commons-io-2.2.pom [2019-07-30T06:26:40.154Z] 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 [2019-07-30T06:26:40.154Z] 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 394 kB/s) [2019-07-30T06:26:40.154Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/24/commons-parent-24.pom [2019-07-30T06:26:40.154Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom [2019-07-30T06:26:40.154Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/24/commons-parent-24.pom [2019-07-30T06:26:40.719Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom [2019-07-30T06:26:40.719Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/24/commons-parent-24.pom [2019-07-30T06:26:40.719Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [2019-07-30T06:26:40.719Z] 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.7 MB/s) [2019-07-30T06:26:40.719Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/9/apache-9.pom [2019-07-30T06:26:40.719Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/9/apache-9.pom [2019-07-30T06:26:40.719Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/9/apache-9.pom [2019-07-30T06:26:40.975Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/9/apache-9.pom [2019-07-30T06:26:40.975Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/9/apache-9.pom [2019-07-30T06:26:40.975Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [2019-07-30T06:26:40.975Z] 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 583 kB/s) [2019-07-30T06:26:40.975Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.5/commons-io-2.5.pom [2019-07-30T06:26:40.975Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom [2019-07-30T06:26:40.975Z] 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 [2019-07-30T06:26:41.232Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom [2019-07-30T06:26:41.232Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.5/commons-io-2.5.pom [2019-07-30T06:26:41.232Z] 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 [2019-07-30T06:26:41.232Z] 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 443 kB/s) [2019-07-30T06:26:41.232Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/39/commons-parent-39.pom [2019-07-30T06:26:41.232Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom [2019-07-30T06:26:41.232Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/39/commons-parent-39.pom [2019-07-30T06:26:41.490Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom [2019-07-30T06:26:41.490Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom [2019-07-30T06:26:41.490Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [2019-07-30T06:26:41.490Z] 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 2.5 MB/s) [2019-07-30T06:26:41.490Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [2019-07-30T06:26:41.490Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [2019-07-30T06:26:41.490Z] 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 [2019-07-30T06:26:41.747Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [2019-07-30T06:26:41.747Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.pom [2019-07-30T06:26:41.747Z] 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 [2019-07-30T06:26:41.747Z] 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 614 kB/s) [2019-07-30T06:26:41.747Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [2019-07-30T06:26:41.747Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom [2019-07-30T06:26:41.747Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/42/commons-parent-42.pom [2019-07-30T06:26:42.003Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom [2019-07-30T06:26:42.003Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [2019-07-30T06:26:42.003Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [2019-07-30T06:26:42.003Z] 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 2.0 MB/s) [2019-07-30T06:26:42.003Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/18/apache-18.pom [2019-07-30T06:26:42.003Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/18/apache-18.pom [2019-07-30T06:26:42.003Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/18/apache-18.pom [2019-07-30T06:26:42.260Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/18/apache-18.pom [2019-07-30T06:26:42.260Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/18/apache-18.pom [2019-07-30T06:26:42.260Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [2019-07-30T06:26:42.260Z] 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 490 kB/s) [2019-07-30T06:26:42.260Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom [2019-07-30T06:26:42.260Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.pom [2019-07-30T06:26:42.260Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/objenesis/objenesis/2.6/objenesis-2.6.pom [2019-07-30T06:26:42.516Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.pom [2019-07-30T06:26:42.516Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/objenesis/objenesis/2.6/objenesis-2.6.pom [2019-07-30T06:26:42.516Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom [2019-07-30T06:26:42.516Z] 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 57 kB/s) [2019-07-30T06:26:42.516Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [2019-07-30T06:26:42.516Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [2019-07-30T06:26:42.516Z] 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 [2019-07-30T06:26:42.773Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [2019-07-30T06:26:42.773Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [2019-07-30T06:26:42.773Z] 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 [2019-07-30T06:26:42.773Z] 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 533 kB/s) [2019-07-30T06:26:42.773Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2019-07-30T06:26:42.773Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2019-07-30T06:26:42.773Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2019-07-30T06:26:43.030Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2019-07-30T06:26:43.030Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2019-07-30T06:26:43.030Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2019-07-30T06:26:43.030Z] 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 538 kB/s) [2019-07-30T06:26:43.030Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.5/xz-1.5.pom [2019-07-30T06:26:43.030Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.5/xz-1.5.pom [2019-07-30T06:26:43.030Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/tukaani/xz/1.5/xz-1.5.pom [2019-07-30T06:26:43.287Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.5/xz-1.5.pom [2019-07-30T06:26:43.287Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.5/xz-1.5.pom [2019-07-30T06:26:43.287Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom [2019-07-30T06:26:43.287Z] 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 60 kB/s) [2019-07-30T06:26:43.287Z] 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 [2019-07-30T06:26:43.287Z] 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 [2019-07-30T06:26:43.287Z] 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 [2019-07-30T06:26:43.543Z] 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 [2019-07-30T06:26:43.543Z] 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 [2019-07-30T06:26:43.543Z] 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 [2019-07-30T06:26:43.543Z] 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 34 kB/s) [2019-07-30T06:26:43.543Z] 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 [2019-07-30T06:26:43.543Z] 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 [2019-07-30T06:26:43.543Z] 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 [2019-07-30T06:26:43.802Z] 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 [2019-07-30T06:26:43.802Z] 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 [2019-07-30T06:26:43.802Z] 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 [2019-07-30T06:26:43.802Z] 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 68 kB/s) [2019-07-30T06:26:43.802Z] 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 [2019-07-30T06:26:43.802Z] 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 [2019-07-30T06:26:43.802Z] 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 [2019-07-30T06:26:44.058Z] 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 [2019-07-30T06:26:44.058Z] 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 [2019-07-30T06:26:44.058Z] 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 [2019-07-30T06:26:44.058Z] 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 43 kB/s) [2019-07-30T06:26:44.058Z] 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 [2019-07-30T06:26:44.058Z] 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 [2019-07-30T06:26:44.058Z] 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 [2019-07-30T06:26:44.314Z] 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 [2019-07-30T06:26:44.314Z] 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 [2019-07-30T06:26:44.314Z] 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 [2019-07-30T06:26:44.315Z] 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 29 kB/s) [2019-07-30T06:26:44.315Z] 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 [2019-07-30T06:26:44.315Z] 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 [2019-07-30T06:26:44.315Z] 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 [2019-07-30T06:26:44.572Z] 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 [2019-07-30T06:26:44.572Z] 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 [2019-07-30T06:26:44.572Z] 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 [2019-07-30T06:26:44.572Z] 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 59 kB/s) [2019-07-30T06:26:44.572Z] 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 [2019-07-30T06:26:44.572Z] 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 [2019-07-30T06:26:44.572Z] 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 [2019-07-30T06:26:45.135Z] 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 [2019-07-30T06:26:45.135Z] 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 [2019-07-30T06:26:45.135Z] 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 [2019-07-30T06:26:45.135Z] 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 43 kB/s) [2019-07-30T06:26:45.135Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/de/pdark/decentxml/1.3/decentxml-1.3.pom [2019-07-30T06:26:45.135Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom [2019-07-30T06:26:45.135Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/de/pdark/decentxml/1.3/decentxml-1.3.pom [2019-07-30T06:26:45.391Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom [2019-07-30T06:26:45.391Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/de/pdark/decentxml/1.3/decentxml-1.3.pom [2019-07-30T06:26:45.648Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom [2019-07-30T06:26:45.648Z] 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 169 kB/s) [2019-07-30T06:26:45.648Z] 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 [2019-07-30T06:26:45.648Z] 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 [2019-07-30T06:26:45.648Z] 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 [2019-07-30T06:26:45.904Z] 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 [2019-07-30T06:26:45.904Z] 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 [2019-07-30T06:26:45.904Z] 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 [2019-07-30T06:26:45.904Z] 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 86 kB/s) [2019-07-30T06:26:45.904Z] 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 [2019-07-30T06:26:45.904Z] 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 [2019-07-30T06:26:45.904Z] 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 [2019-07-30T06:26:46.163Z] 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 [2019-07-30T06:26:46.163Z] 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 [2019-07-30T06:26:46.163Z] 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 [2019-07-30T06:26:46.163Z] 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 44 kB/s) [2019-07-30T06:26:46.163Z] 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 [2019-07-30T06:26:46.163Z] 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 [2019-07-30T06:26:46.163Z] 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 [2019-07-30T06:26:46.419Z] 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 [2019-07-30T06:26:46.419Z] 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 [2019-07-30T06:26:46.419Z] 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 [2019-07-30T06:26:46.419Z] 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 117 kB/s) [2019-07-30T06:26:46.419Z] 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 [2019-07-30T06:26:46.419Z] 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 [2019-07-30T06:26:46.419Z] 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 [2019-07-30T06:26:46.676Z] 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 [2019-07-30T06:26:46.676Z] 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 [2019-07-30T06:26:46.676Z] 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 [2019-07-30T06:26:46.676Z] 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 47 kB/s) [2019-07-30T06:26:46.676Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [2019-07-30T06:26:46.676Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [2019-07-30T06:26:46.676Z] 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 [2019-07-30T06:26:46.932Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [2019-07-30T06:26:46.932Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [2019-07-30T06:26:46.932Z] 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 [2019-07-30T06:26:46.932Z] 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 134 kB/s) [2019-07-30T06:26:46.932Z] 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 [2019-07-30T06:26:46.932Z] 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 [2019-07-30T06:26:46.932Z] 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 [2019-07-30T06:26:47.189Z] 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 [2019-07-30T06:26:47.189Z] 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 [2019-07-30T06:26:47.189Z] 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 [2019-07-30T06:26:47.189Z] 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 73 kB/s) [2019-07-30T06:26:47.189Z] 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 [2019-07-30T06:26:47.189Z] 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 [2019-07-30T06:26:47.189Z] 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 [2019-07-30T06:26:47.446Z] 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 [2019-07-30T06:26:47.446Z] 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 [2019-07-30T06:26:47.446Z] 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 [2019-07-30T06:26:47.446Z] 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) [2019-07-30T06:26:47.446Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/11/maven-parent-11.pom [2019-07-30T06:26:47.446Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom [2019-07-30T06:26:47.446Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/11/maven-parent-11.pom [2019-07-30T06:26:47.703Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom [2019-07-30T06:26:47.703Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom [2019-07-30T06:26:47.703Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [2019-07-30T06:26:47.703Z] 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 853 kB/s) [2019-07-30T06:26:47.703Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/5/apache-5.pom [2019-07-30T06:26:47.703Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/5/apache-5.pom [2019-07-30T06:26:47.703Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/5/apache-5.pom [2019-07-30T06:26:47.959Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/5/apache-5.pom [2019-07-30T06:26:47.959Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/5/apache-5.pom [2019-07-30T06:26:47.959Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [2019-07-30T06:26:47.959Z] Progress (1): 4.1/4.1 kB Progress (1): 4.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 114 kB/s) [2019-07-30T06:26:47.959Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [2019-07-30T06:26:47.959Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [2019-07-30T06:26:47.959Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/eclipse/tycho/tycho-p2-facade/1.3.0/tycho-p2-facade-1.3.0.pom [2019-07-30T06:26:48.215Z] 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 [2019-07-30T06:26:48.215Z] 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 [2019-07-30T06:26:48.215Z] 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 [2019-07-30T06:26:48.215Z] 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) [2019-07-30T06:26:48.215Z] 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 [2019-07-30T06:26:48.215Z] 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 [2019-07-30T06:26:48.215Z] 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 [2019-07-30T06:26:48.472Z] 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 [2019-07-30T06:26:48.472Z] 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 [2019-07-30T06:26:48.472Z] 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 [2019-07-30T06:26:48.472Z] 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 32 kB/s) [2019-07-30T06:26:48.472Z] 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 [2019-07-30T06:26:48.472Z] 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 [2019-07-30T06:26:48.472Z] 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 [2019-07-30T06:26:48.729Z] 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 [2019-07-30T06:26:48.729Z] 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 [2019-07-30T06:26:48.729Z] 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 [2019-07-30T06:26:48.729Z] 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 49 kB/s) [2019-07-30T06:26:48.729Z] 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 [2019-07-30T06:26:48.729Z] 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 [2019-07-30T06:26:48.729Z] 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 [2019-07-30T06:26:48.987Z] 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 [2019-07-30T06:26:48.987Z] 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 [2019-07-30T06:26:48.987Z] 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 [2019-07-30T06:26:48.987Z] 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 37 kB/s) [2019-07-30T06:26:48.987Z] 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 [2019-07-30T06:26:48.987Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [2019-07-30T06:26:48.987Z] 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 [2019-07-30T06:26:48.987Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [2019-07-30T06:26:48.987Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [2019-07-30T06:26:48.987Z] 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 [2019-07-30T06:26:48.987Z] 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 [2019-07-30T06:26:48.987Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [2019-07-30T06:26:48.987Z] 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 [2019-07-30T06:26:48.987Z] 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 [2019-07-30T06:26:48.987Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [2019-07-30T06:26:48.987Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [2019-07-30T06:26:48.987Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [2019-07-30T06:26:49.244Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [2019-07-30T06:26:49.244Z] 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 [2019-07-30T06:26:49.244Z] 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 [2019-07-30T06:26:49.244Z] 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 [2019-07-30T06:26:49.244Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [2019-07-30T06:26:49.244Z] 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 [2019-07-30T06:26:49.244Z] 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 [2019-07-30T06:26:49.244Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [2019-07-30T06:26:49.244Z] 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 [2019-07-30T06:26:49.244Z] 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 [2019-07-30T06:26:49.244Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [2019-07-30T06:26:49.244Z] 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 [2019-07-30T06:26:49.244Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.5/commons-io-2.5.jar [2019-07-30T06:26:49.244Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [2019-07-30T06:26:49.244Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar [2019-07-30T06:26:49.244Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2019-07-30T06:26:49.244Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.5/xz-1.5.jar [2019-07-30T06:26:49.244Z] 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 [2019-07-30T06:26:49.244Z] 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 [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/de/pdark/decentxml/1.3/decentxml-1.3.jar [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [2019-07-30T06:26:49.501Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [2019-07-30T06:26:49.501Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [2019-07-30T06:26:49.501Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [2019-07-30T06:26:49.501Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] 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 [2019-07-30T06:26:49.501Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [2019-07-30T06:26:49.758Z] 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 [2019-07-30T06:26:49.758Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar [2019-07-30T06:26:49.758Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [2019-07-30T06:26:49.758Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.jar [2019-07-30T06:26:49.758Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2019-07-30T06:26:49.758Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.5/xz-1.5.jar [2019-07-30T06:26:49.758Z] 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 [2019-07-30T06:26:49.758Z] 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 [2019-07-30T06:26:49.758Z] 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 [2019-07-30T06:26:49.758Z] 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 [2019-07-30T06:26:49.758Z] 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 [2019-07-30T06:26:49.758Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.jar [2019-07-30T06:26:49.758Z] 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 [2019-07-30T06:26:49.758Z] 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 [2019-07-30T06:26:49.758Z] 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 [2019-07-30T06:26:49.758Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [2019-07-30T06:26:49.758Z] 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 [2019-07-30T06:26:49.758Z] 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 [2019-07-30T06:26:49.758Z] 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 [2019-07-30T06:26:49.758Z] 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 [2019-07-30T06:26:49.758Z] 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 [2019-07-30T06:26:49.758Z] 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 [2019-07-30T06:26:49.758Z] 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 [2019-07-30T06:26:49.758Z] 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 [2019-07-30T06:26:49.758Z] 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 [2019-07-30T06:26:49.758Z] 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 [2019-07-30T06:26:50.014Z] 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 [2019-07-30T06:26:50.014Z] 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 [2019-07-30T06:26:50.014Z] 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 [2019-07-30T06:26:50.014Z] 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 [2019-07-30T06:26:50.014Z] 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 [2019-07-30T06:26:50.014Z] 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 [2019-07-30T06:26:50.014Z] 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 [2019-07-30T06:26:50.014Z] 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 [2019-07-30T06:26:50.014Z] 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 [2019-07-30T06:26:50.014Z] 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 [2019-07-30T06:26:50.271Z] 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 [2019-07-30T06:26:50.271Z] 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 [2019-07-30T06:26:50.271Z] 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 [2019-07-30T06:26:50.271Z] 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 [2019-07-30T06:26:50.271Z] 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 [2019-07-30T06:26:50.528Z] 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 [2019-07-30T06:26:50.528Z] 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 [2019-07-30T06:26:50.528Z] 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 [2019-07-30T06:26:50.528Z] 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 [2019-07-30T06:26:50.528Z] 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 [2019-07-30T06:26:50.528Z] 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 [2019-07-30T06:26:50.528Z] 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 [2019-07-30T06:26:50.528Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/objenesis/objenesis/2.6/objenesis-2.6.jar [2019-07-30T06:26:50.528Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2019-07-30T06:26:50.528Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/tukaani/xz/1.5/xz-1.5.jar [2019-07-30T06:26:50.784Z] 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 [2019-07-30T06:26:50.784Z] 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 [2019-07-30T06:26:50.784Z] 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 [2019-07-30T06:26:50.784Z] 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 [2019-07-30T06:26:50.784Z] 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 [2019-07-30T06:26:50.784Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/de/pdark/decentxml/1.3/decentxml-1.3.jar [2019-07-30T06:26:50.784Z] 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 [2019-07-30T06:26:50.784Z] 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 [2019-07-30T06:26:50.784Z] 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 [2019-07-30T06:26:50.784Z] 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 [2019-07-30T06:26:51.041Z] 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 [2019-07-30T06:26:51.041Z] 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 [2019-07-30T06:26:51.041Z] 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 [2019-07-30T06:26:51.041Z] 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 [2019-07-30T06:26:51.041Z] 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 [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [2019-07-30T06:26:51.300Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [2019-07-30T06:26:51.300Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [2019-07-30T06:26:51.300Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [2019-07-30T06:26:51.300Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [2019-07-30T06:26:51.300Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar [2019-07-30T06:26:51.300Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [2019-07-30T06:26:51.300Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/objenesis/objenesis/2.6/objenesis-2.6.jar [2019-07-30T06:26:51.300Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2019-07-30T06:26:51.300Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.5/xz-1.5.jar [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.jar [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] 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 [2019-07-30T06:26:51.300Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [2019-07-30T06:26:51.558Z] 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 [2019-07-30T06:26:51.558Z] 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 [2019-07-30T06:26:51.558Z] 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 [2019-07-30T06:26:51.558Z] 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 [2019-07-30T06:26:51.558Z] 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 [2019-07-30T06:26:51.558Z] 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 [2019-07-30T06:26:51.558Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [2019-07-30T06:26:51.558Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [2019-07-30T06:26:51.558Z] 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 [2019-07-30T06:26:51.558Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [2019-07-30T06:26:51.558Z] 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 [2019-07-30T06:26:51.558Z] 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 [2019-07-30T06:26:51.558Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [2019-07-30T06:26:51.558Z] 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 [2019-07-30T06:26:51.558Z] 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 [2019-07-30T06:26:51.558Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [2019-07-30T06:26:51.558Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [2019-07-30T06:26:51.558Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [2019-07-30T06:26:51.558Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [2019-07-30T06:26:51.558Z] 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 [2019-07-30T06:26:51.558Z] 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 [2019-07-30T06:26:51.558Z] 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 [2019-07-30T06:26:51.558Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [2019-07-30T06:26:51.558Z] 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 [2019-07-30T06:26:51.558Z] 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 [2019-07-30T06:26:51.558Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [2019-07-30T06:26:51.558Z] 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 [2019-07-30T06:26:51.558Z] 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 [2019-07-30T06:26:51.558Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar [2019-07-30T06:26:51.558Z] 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 [2019-07-30T06:26:51.558Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.5/commons-io-2.5.jar [2019-07-30T06:26:51.558Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.15/commons-compress-1.15.jar [2019-07-30T06:26:51.558Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/objenesis/objenesis/2.6/objenesis-2.6.jar [2019-07-30T06:26:51.558Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2019-07-30T06:26:51.558Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.5/xz-1.5.jar [2019-07-30T06:26:51.815Z] 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 [2019-07-30T06:26:51.815Z] 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 [2019-07-30T06:26:51.815Z] 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 [2019-07-30T06:26:51.815Z] 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 [2019-07-30T06:26:51.815Z] 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 [2019-07-30T06:26:51.815Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/de/pdark/decentxml/1.3/decentxml-1.3.jar [2019-07-30T06:26:51.815Z] 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 [2019-07-30T06:26:51.815Z] 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 [2019-07-30T06:26:51.815Z] 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 [2019-07-30T06:26:51.815Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [2019-07-30T06:26:51.815Z] 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 [2019-07-30T06:26:51.815Z] 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 [2019-07-30T06:26:51.815Z] 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 [2019-07-30T06:26:51.815Z] 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 [2019-07-30T06:26:51.815Z] 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 [2019-07-30T06:26:51.815Z] 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 [2019-07-30T06:26:51.815Z] 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 [2019-07-30T06:26:51.815Z] 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 [2019-07-30T06:26:51.815Z] 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 [2019-07-30T06:26:51.815Z] 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 [2019-07-30T06:26:51.815Z] Progress (1): 4.1/5.6 kB Progress (2): 4.1/5.6 kB | 4.1/165 kB Progress (3): 4.1/5.6 kB | 4.1/165 kB | 4.1/527 kB Progress (4): 4.1/5.6 kB | 4.1/165 kB | 4.1/527 kB | 4.1/202 kB Progress (4): 4.1/5.6 kB | 4.1/165 kB | 7.7/527 kB | 4.1/202 kB Progress (4): 4.1/5.6 kB | 7.7/165 kB | 7.7/527 kB | 4.1/202 kB Progress (4): 5.6 kB | 7.7/165 kB | 7.7/527 kB | 4.1/202 kB Progress (4): 5.6 kB | 12/165 kB | 7.7/527 kB | 4.1/202 kB Progress (4): 5.6 kB | 12/165 kB | 12/527 kB | 4.1/202 kB Progress (4): 5.6 kB | 12/165 kB | 12/527 kB | 7.7/202 kB Progress (4): 5.6 kB | 12/165 kB | 16/527 kB | 7.7/202 kB Progress (4): 5.6 kB | 16/165 kB | 16/527 kB | 7.7/202 kB Progress (4): 5.6 kB | 16/165 kB | 20/527 kB | 7.7/202 kB Progress (4): 5.6 kB | 16/165 kB | 20/527 kB | 12/202 kB Progress (4): 5.6 kB | 16/165 kB | 24/527 kB | 12/202 kB Progress (4): 5.6 kB | 20/165 kB | 24/527 kB | 12/202 kB Progress (4): 5.6 kB | 20/165 kB | 28/527 kB | 12/202 kB Progress (4): 5.6 kB | 20/165 kB | 28/527 kB | 16/202 kB Progress (4): 5.6 kB | 20/165 kB | 32/527 kB | 16/202 kB Progress (4): 5.6 kB | 24/165 kB | 32/527 kB | 16/202 kB Progress (4): 5.6 kB | 24/165 kB | 36/527 kB | 16/202 kB Progress (4): 5.6 kB | 24/165 kB | 36/527 kB | 20/202 kB Progress (4): 5.6 kB | 24/165 kB | 40/527 kB | 20/202 kB Progress (4): 5.6 kB | 28/165 kB | 40/527 kB | 20/202 kB Progress (4): 5.6 kB | 28/165 kB | 44/527 kB | 20/202 kB Progress (4): 5.6 kB | 28/165 kB | 44/527 kB | 24/202 kB Progress (4): 5.6 kB | 28/165 kB | 48/527 kB | 24/202 kB Progress (4): 5.6 kB | 32/165 kB | 48/527 kB | 24/202 kB Progress (4): 5.6 kB | 32/165 kB | 52/527 kB | 24/202 kB Progress (4): 5.6 kB | 32/165 kB | 52/527 kB | 28/202 kB Progress (4): 5.6 kB | 32/165 kB | 56/527 kB | 28/202 kB Progress (4): 5.6 kB | 33/165 kB | 56/527 kB | 28/202 kB Progress (4): 5.6 kB | 33/165 kB | 60/527 kB | 28/202 kB Progress (4): 5.6 kB | 33/165 kB | 60/527 kB | 32/202 kB Progress (4): 5.6 kB | 33/165 kB | 64/527 kB | 32/202 kB Progress (4): 5.6 kB | 37/165 kB | 64/527 kB | 32/202 kB Progress (4): 5.6 kB | 37/165 kB | 68/527 kB | 32/202 kB Progress (4): 5.6 kB | 37/165 kB | 68/527 kB | 36/202 kB Progress (4): 5.6 kB | 37/165 kB | 72/527 kB | 36/202 kB Progress (4): 5.6 kB | 41/165 kB | 72/527 kB | 36/202 kB Progress (4): 5.6 kB | 41/165 kB | 76/527 kB | 36/202 kB Progress (4): 5.6 kB | 41/165 kB | 76/527 kB | 40/202 kB Progress (4): 5.6 kB | 41/165 kB | 80/527 kB | 40/202 kB Progress (4): 5.6 kB | 45/165 kB | 80/527 kB | 40/202 kB Progress (4): 5.6 kB | 45/165 kB | 84/527 kB | 40/202 kB Progress (4): 5.6 kB | 45/165 kB | 84/527 kB | 44/202 kB Progress (4): 5.6 kB | 45/165 kB | 88/527 kB | 44/202 kB Progress (4): 5.6 kB | 49/165 kB | 88/527 kB | 44/202 kB Progress (4): 5.6 kB | 49/165 kB | 92/527 kB | 44/202 kB Progress (4): 5.6 kB | 53/165 kB | 92/527 kB | 44/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 96 kB/s) [2019-07-30T06:26:51.815Z] Progress (3): 53/165 kB | 92/527 kB | 48/202 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 [2019-07-30T06:26:51.815Z] Progress (3): 57/165 kB | 92/527 kB | 48/202 kB Progress (3): 57/165 kB | 96/527 kB | 48/202 kB Progress (3): 61/165 kB | 96/527 kB | 48/202 kB Progress (3): 61/165 kB | 96/527 kB | 52/202 kB Progress (3): 65/165 kB | 96/527 kB | 52/202 kB Progress (3): 65/165 kB | 100/527 kB | 52/202 kB Progress (4): 65/165 kB | 100/527 kB | 52/202 kB | 4.1/47 kB Progress (4): 66/165 kB | 100/527 kB | 52/202 kB | 4.1/47 kB Progress (4): 66/165 kB | 100/527 kB | 56/202 kB | 4.1/47 kB Progress (4): 70/165 kB | 100/527 kB | 56/202 kB | 4.1/47 kB Progress (4): 70/165 kB | 100/527 kB | 56/202 kB | 7.7/47 kB Progress (4): 70/165 kB | 104/527 kB | 56/202 kB | 7.7/47 kB Progress (4): 70/165 kB | 104/527 kB | 56/202 kB | 12/47 kB Progress (4): 74/165 kB | 104/527 kB | 56/202 kB | 12/47 kB Progress (4): 74/165 kB | 104/527 kB | 60/202 kB | 12/47 kB Progress (4): 78/165 kB | 104/527 kB | 60/202 kB | 12/47 kB Progress (4): 78/165 kB | 104/527 kB | 60/202 kB | 16/47 kB Progress (4): 78/165 kB | 108/527 kB | 60/202 kB | 16/47 kB Progress (4): 78/165 kB | 108/527 kB | 60/202 kB | 20/47 kB Progress (4): 82/165 kB | 108/527 kB | 60/202 kB | 20/47 kB Progress (4): 82/165 kB | 108/527 kB | 64/202 kB | 20/47 kB Progress (4): 86/165 kB | 108/527 kB | 64/202 kB | 20/47 kB Progress (4): 86/165 kB | 108/527 kB | 64/202 kB | 24/47 kB Progress (4): 86/165 kB | 112/527 kB | 64/202 kB | 24/47 kB Progress (4): 86/165 kB | 112/527 kB | 64/202 kB | 28/47 kB Progress (4): 90/165 kB | 112/527 kB | 64/202 kB | 28/47 kB Progress (4): 90/165 kB | 112/527 kB | 68/202 kB | 28/47 kB Progress (4): 94/165 kB | 112/527 kB | 68/202 kB | 28/47 kB Progress (4): 94/165 kB | 112/527 kB | 68/202 kB | 32/47 kB Progress (4): 94/165 kB | 116/527 kB | 68/202 kB | 32/47 kB Progress (4): 94/165 kB | 116/527 kB | 68/202 kB | 36/47 kB Progress (4): 98/165 kB | 116/527 kB | 68/202 kB | 36/47 kB Progress (4): 98/165 kB | 116/527 kB | 72/202 kB | 36/47 kB Progress (4): 98/165 kB | 116/527 kB | 72/202 kB | 36/47 kB Progress (4): 98/165 kB | 116/527 kB | 72/202 kB | 40/47 kB Progress (4): 98/165 kB | 120/527 kB | 72/202 kB | 40/47 kB Progress (4): 98/165 kB | 120/527 kB | 72/202 kB | 44/47 kB Progress (4): 102/165 kB | 120/527 kB | 72/202 kB | 44/47 kB Progress (4): 102/165 kB | 120/527 kB | 76/202 kB | 44/47 kB Progress (4): 106/165 kB | 120/527 kB | 76/202 kB | 44/47 kB Progress (4): 106/165 kB | 120/527 kB | 76/202 kB | 47 kB Progress (4): 106/165 kB | 124/527 kB | 76/202 kB | 47 kB Progress (5): 106/165 kB | 124/527 kB | 76/202 kB | 47 kB | 4.1/38 kB Progress (5): 110/165 kB | 124/527 kB | 76/202 kB | 47 kB | 4.1/38 kB Progress (5): 110/165 kB | 124/527 kB | 80/202 kB | 47 kB | 4.1/38 kB Progress (5): 114/165 kB | 124/527 kB | 80/202 kB | 47 kB | 4.1/38 kB Progress (5): 114/165 kB | 124/527 kB | 80/202 kB | 47 kB | 7.7/38 kB Progress (5): 114/165 kB | 128/527 kB | 80/202 kB | 47 kB | 7.7/38 kB Progress (5): 114/165 kB | 128/527 kB | 80/202 kB | 47 kB | 12/38 kB Progress (5): 118/165 kB | 128/527 kB | 80/202 kB | 47 kB | 12/38 kB Progress (5): 118/165 kB | 128/527 kB | 84/202 kB | 47 kB | 12/38 kB Progress (5): 122/165 kB | 128/527 kB | 84/202 kB | 47 kB | 12/38 kB Progress (5): 122/165 kB | 128/527 kB | 84/202 kB | 47 kB | 16/38 kB Progress (5): 122/165 kB | 132/527 kB | 84/202 kB | 47 kB | 16/38 kB Progress (5): 122/165 kB | 132/527 kB | 84/202 kB | 47 kB | 20/38 kB Progress (5): 126/165 kB | 132/527 kB | 84/202 kB | 47 kB | 20/38 kB Progress (5): 126/165 kB | 132/527 kB | 88/202 kB | 47 kB | 20/38 kB Progress (5): 130/165 kB | 132/527 kB | 88/202 kB | 47 kB | 20/38 kB Progress (5): 130/165 kB | 132/527 kB | 88/202 kB | 47 kB | 24/38 kB Progress (5): 130/165 kB | 136/527 kB | 88/202 kB | 47 kB | 24/38 kB Progress (5): 130/165 kB | 136/527 kB | 88/202 kB | 47 kB | 28/38 kB Progress (5): 131/165 kB | 136/527 kB | 88/202 kB | 47 kB | 28/38 kB Progress (5): 131/165 kB | 136/527 kB | 92/202 kB | 47 kB | 28/38 kB Progress (5): 135/165 kB | 136/527 kB | 92/202 kB | 47 kB | 28/38 kB Progress (5): 135/165 kB | 136/527 kB | 92/202 kB | 47 kB | 32/38 kB Progress (5): 135/165 kB | 140/527 kB | 92/202 kB | 47 kB | 32/38 kB Progress (5): 135/165 kB | 140/527 kB | 92/202 kB | 47 kB | 36/38 kB Progress (5): 139/165 kB | 140/527 kB | 92/202 kB | 47 kB | 36/38 kB Progress (5): 139/165 kB | 140/527 kB | 96/202 kB | 47 kB | 36/38 kB Progress (5): 143/165 kB | 140/527 kB | 96/202 kB | 47 kB | 36/38 kB Progress (5): 143/165 kB | 140/527 kB | 96/202 kB | 47 kB | 38 kB Progress (5): 143/165 kB | 144/527 kB | 96/202 kB | 47 kB | 38 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 614 kB/s) [2019-07-30T06:26:51.815Z] Progress (4): 147/165 kB | 144/527 kB | 96/202 kB | 38 kB Progress (4): 147/165 kB | 144/527 kB | 100/202 kB | 38 kB Progress (4): 151/165 kB | 144/527 kB | 100/202 kB | 38 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 [2019-07-30T06:26:51.815Z] Progress (4): 151/165 kB | 148/527 kB | 100/202 kB | 38 kB Progress (4): 155/165 kB | 148/527 kB | 100/202 kB | 38 kB Progress (4): 155/165 kB | 148/527 kB | 104/202 kB | 38 kB Progress (4): 159/165 kB | 148/527 kB | 104/202 kB | 38 kB Progress (4): 159/165 kB | 152/527 kB | 104/202 kB | 38 kB Progress (4): 163/165 kB | 152/527 kB | 104/202 kB | 38 kB Progress (4): 163/165 kB | 156/527 kB | 104/202 kB | 38 kB Progress (4): 163/165 kB | 156/527 kB | 108/202 kB | 38 kB Progress (4): 163/165 kB | 160/527 kB | 108/202 kB | 38 kB Progress (4): 164/165 kB | 160/527 kB | 108/202 kB | 38 kB Progress (4): 164/165 kB | 164/527 kB | 108/202 kB | 38 kB Progress (4): 164/165 kB | 164/527 kB | 112/202 kB | 38 kB Progress (4): 164/165 kB | 168/527 kB | 112/202 kB | 38 kB Progress (4): 165 kB | 168/527 kB | 112/202 kB | 38 kB Progress (4): 165 kB | 172/527 kB | 112/202 kB | 38 kB Progress (4): 165 kB | 172/527 kB | 116/202 kB | 38 kB Progress (4): 165 kB | 176/527 kB | 116/202 kB | 38 kB Progress (4): 165 kB | 176/527 kB | 120/202 kB | 38 kB Progress (4): 165 kB | 180/527 kB | 120/202 kB | 38 kB Progress (4): 165 kB | 180/527 kB | 124/202 kB | 38 kB Progress (4): 165 kB | 184/527 kB | 124/202 kB | 38 kB Progress (4): 165 kB | 184/527 kB | 128/202 kB | 38 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 461 kB/s) [2019-07-30T06:26:51.815Z] Progress (3): 165 kB | 184/527 kB | 131/202 kB Progress (3): 165 kB | 188/527 kB | 131/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 [2019-07-30T06:26:51.815Z] Progress (3): 165 kB | 192/527 kB | 131/202 kB Progress (3): 165 kB | 192/527 kB | 135/202 kB Progress (3): 165 kB | 196/527 kB | 135/202 kB Progress (3): 165 kB | 196/527 kB | 139/202 kB Progress (3): 165 kB | 200/527 kB | 139/202 kB Progress (3): 165 kB | 200/527 kB | 143/202 kB Progress (3): 165 kB | 204/527 kB | 143/202 kB Progress (3): 165 kB | 204/527 kB | 147/202 kB Progress (3): 165 kB | 208/527 kB | 147/202 kB Progress (3): 165 kB | 208/527 kB | 151/202 kB Progress (3): 165 kB | 212/527 kB | 151/202 kB Progress (3): 165 kB | 212/527 kB | 155/202 kB Progress (3): 165 kB | 216/527 kB | 155/202 kB Progress (3): 165 kB | 216/527 kB | 159/202 kB Progress (3): 165 kB | 220/527 kB | 159/202 kB Progress (3): 165 kB | 220/527 kB | 163/202 kB Progress (3): 165 kB | 224/527 kB | 163/202 kB Progress (3): 165 kB | 224/527 kB | 164/202 kB Progress (3): 165 kB | 228/527 kB | 164/202 kB Progress (3): 165 kB | 228/527 kB | 168/202 kB Progress (3): 165 kB | 232/527 kB | 168/202 kB Progress (3): 165 kB | 232/527 kB | 172/202 kB Progress (3): 165 kB | 236/527 kB | 172/202 kB Progress (3): 165 kB | 236/527 kB | 176/202 kB Progress (4): 165 kB | 236/527 kB | 176/202 kB | 4.1/30 kB Progress (4): 165 kB | 240/527 kB | 176/202 kB | 4.1/30 kB Progress (4): 165 kB | 240/527 kB | 176/202 kB | 7.7/30 kB Progress (4): 165 kB | 240/527 kB | 180/202 kB | 7.7/30 kB Progress (4): 165 kB | 240/527 kB | 180/202 kB | 12/30 kB Progress (4): 165 kB | 244/527 kB | 180/202 kB | 12/30 kB Progress (4): 165 kB | 244/527 kB | 180/202 kB | 16/30 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 1.9 MB/s) [2019-07-30T06:26:51.815Z] Progress (3): 244/527 kB | 184/202 kB | 16/30 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [2019-07-30T06:26:52.074Z] Progress (3): 244/527 kB | 184/202 kB | 20/30 kB Progress (3): 248/527 kB | 184/202 kB | 20/30 kB Progress (3): 248/527 kB | 184/202 kB | 24/30 kB Progress (3): 248/527 kB | 188/202 kB | 24/30 kB Progress (3): 248/527 kB | 188/202 kB | 28/30 kB Progress (3): 252/527 kB | 188/202 kB | 28/30 kB Progress (3): 252/527 kB | 192/202 kB | 28/30 kB Progress (4): 252/527 kB | 192/202 kB | 28/30 kB | 4.1/52 kB Progress (4): 252/527 kB | 192/202 kB | 28/30 kB | 7.7/52 kB Progress (4): 252/527 kB | 192/202 kB | 30 kB | 7.7/52 kB Progress (4): 252/527 kB | 192/202 kB | 30 kB | 12/52 kB Progress (4): 252/527 kB | 196/202 kB | 30 kB | 12/52 kB Progress (4): 256/527 kB | 196/202 kB | 30 kB | 12/52 kB Progress (4): 256/527 kB | 200/202 kB | 30 kB | 12/52 kB Progress (5): 256/527 kB | 200/202 kB | 30 kB | 12/52 kB | 4.1/148 kB Progress (5): 256/527 kB | 200/202 kB | 30 kB | 16/52 kB | 4.1/148 kB Progress (5): 256/527 kB | 200/202 kB | 30 kB | 16/52 kB | 7.7/148 kB Progress (5): 256/527 kB | 202 kB | 30 kB | 16/52 kB | 7.7/148 kB Progress (5): 260/527 kB | 202 kB | 30 kB | 16/52 kB | 7.7/148 kB Progress (5): 260/527 kB | 202 kB | 30 kB | 16/52 kB | 12/148 kB Progress (5): 260/527 kB | 202 kB | 30 kB | 20/52 kB | 12/148 kB Progress (5): 260/527 kB | 202 kB | 30 kB | 20/52 kB | 16/148 kB Progress (5): 264/527 kB | 202 kB | 30 kB | 20/52 kB | 16/148 kB Progress (5): 264/527 kB | 202 kB | 30 kB | 20/52 kB | 20/148 kB Progress (5): 264/527 kB | 202 kB | 30 kB | 24/52 kB | 20/148 kB Progress (5): 264/527 kB | 202 kB | 30 kB | 24/52 kB | 24/148 kB Progress (5): 268/527 kB | 202 kB | 30 kB | 24/52 kB | 24/148 kB Progress (5): 268/527 kB | 202 kB | 30 kB | 24/52 kB | 28/148 kB Progress (5): 268/527 kB | 202 kB | 30 kB | 28/52 kB | 28/148 kB Progress (5): 268/527 kB | 202 kB | 30 kB | 28/52 kB | 32/148 kB Progress (5): 272/527 kB | 202 kB | 30 kB | 28/52 kB | 32/148 kB Progress (5): 272/527 kB | 202 kB | 30 kB | 28/52 kB | 36/148 kB Progress (5): 272/527 kB | 202 kB | 30 kB | 32/52 kB | 36/148 kB Progress (5): 272/527 kB | 202 kB | 30 kB | 32/52 kB | 40/148 kB Progress (5): 276/527 kB | 202 kB | 30 kB | 32/52 kB | 40/148 kB Progress (5): 276/527 kB | 202 kB | 30 kB | 32/52 kB | 44/148 kB Progress (5): 276/527 kB | 202 kB | 30 kB | 36/52 kB | 44/148 kB Progress (5): 276/527 kB | 202 kB | 30 kB | 36/52 kB | 48/148 kB Progress (5): 280/527 kB | 202 kB | 30 kB | 36/52 kB | 48/148 kB Progress (5): 280/527 kB | 202 kB | 30 kB | 36/52 kB | 52/148 kB Progress (5): 280/527 kB | 202 kB | 30 kB | 40/52 kB | 52/148 kB Progress (5): 280/527 kB | 202 kB | 30 kB | 40/52 kB | 56/148 kB Progress (5): 284/527 kB | 202 kB | 30 kB | 40/52 kB | 56/148 kB Progress (5): 284/527 kB | 202 kB | 30 kB | 40/52 kB | 60/148 kB Progress (5): 284/527 kB | 202 kB | 30 kB | 44/52 kB | 60/148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-core/1.3.0/tycho-core-1.3.0.jar (202 kB at 1.3 MB/s) [2019-07-30T06:26:52.074Z] Progress (4): 284/527 kB | 30 kB | 44/52 kB | 64/148 kB Progress (4): 288/527 kB | 30 kB | 44/52 kB | 64/148 kB Progress (4): 288/527 kB | 30 kB | 44/52 kB | 68/148 kB 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 [2019-07-30T06:26:52.074Z] Progress (4): 288/527 kB | 30 kB | 48/52 kB | 68/148 kB Progress (4): 288/527 kB | 30 kB | 48/52 kB | 72/148 kB Progress (4): 292/527 kB | 30 kB | 48/52 kB | 72/148 kB Progress (4): 292/527 kB | 30 kB | 48/52 kB | 76/148 kB Progress (4): 292/527 kB | 30 kB | 49/52 kB | 76/148 kB Progress (4): 292/527 kB | 30 kB | 49/52 kB | 80/148 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 190 kB/s) [2019-07-30T06:26:52.074Z] 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 [2019-07-30T06:26:52.074Z] Progress (3): 296/527 kB | 49/52 kB | 80/148 kB Progress (3): 296/527 kB | 49/52 kB | 84/148 kB Progress (3): 296/527 kB | 52 kB | 84/148 kB Progress (3): 296/527 kB | 52 kB | 88/148 kB Progress (3): 300/527 kB | 52 kB | 88/148 kB Progress (3): 300/527 kB | 52 kB | 92/148 kB Progress (3): 304/527 kB | 52 kB | 92/148 kB Progress (3): 304/527 kB | 52 kB | 96/148 kB Progress (3): 308/527 kB | 52 kB | 96/148 kB Progress (3): 308/527 kB | 52 kB | 100/148 kB Progress (3): 312/527 kB | 52 kB | 100/148 kB Progress (3): 312/527 kB | 52 kB | 104/148 kB Progress (3): 316/527 kB | 52 kB | 104/148 kB Progress (3): 316/527 kB | 52 kB | 108/148 kB Progress (3): 320/527 kB | 52 kB | 108/148 kB Progress (3): 320/527 kB | 52 kB | 112/148 kB Progress (3): 324/527 kB | 52 kB | 112/148 kB Progress (3): 324/527 kB | 52 kB | 116/148 kB Progress (3): 328/527 kB | 52 kB | 116/148 kB Progress (3): 328/527 kB | 52 kB | 120/148 kB Progress (3): 332/527 kB | 52 kB | 120/148 kB Progress (3): 332/527 kB | 52 kB | 124/148 kB Progress (3): 336/527 kB | 52 kB | 124/148 kB Progress (3): 336/527 kB | 52 kB | 128/148 kB Progress (3): 340/527 kB | 52 kB | 128/148 kB Progress (3): 340/527 kB | 52 kB | 132/148 kB Progress (3): 344/527 kB | 52 kB | 132/148 kB Progress (3): 344/527 kB | 52 kB | 136/148 kB Progress (3): 348/527 kB | 52 kB | 136/148 kB Progress (3): 348/527 kB | 52 kB | 140/148 kB Progress (3): 352/527 kB | 52 kB | 140/148 kB Progress (3): 352/527 kB | 52 kB | 144/148 kB Progress (3): 356/527 kB | 52 kB | 144/148 kB Progress (3): 356/527 kB | 52 kB | 148/148 kB Progress (3): 360/527 kB | 52 kB | 148/148 kB Progress (3): 360/527 kB | 52 kB | 148 kB Progress (3): 364/527 kB | 52 kB | 148 kB Progress (3): 368/527 kB | 52 kB | 148 kB Progress (3): 372/527 kB | 52 kB | 148 kB Progress (3): 376/527 kB | 52 kB | 148 kB Progress (3): 380/527 kB | 52 kB | 148 kB Progress (3): 384/527 kB | 52 kB | 148 kB Progress (3): 388/527 kB | 52 kB | 148 kB Progress (3): 392/527 kB | 52 kB | 148 kB Progress (4): 392/527 kB | 52 kB | 148 kB | 4.1/51 kB Progress (4): 396/527 kB | 52 kB | 148 kB | 4.1/51 kB Progress (4): 396/527 kB | 52 kB | 148 kB | 7.7/51 kB Progress (4): 400/527 kB | 52 kB | 148 kB | 7.7/51 kB Progress (4): 400/527 kB | 52 kB | 148 kB | 12/51 kB Progress (4): 404/527 kB | 52 kB | 148 kB | 12/51 kB Progress (4): 404/527 kB | 52 kB | 148 kB | 16/51 kB Progress (4): 408/527 kB | 52 kB | 148 kB | 16/51 kB Progress (4): 408/527 kB | 52 kB | 148 kB | 20/51 kB Progress (4): 412/527 kB | 52 kB | 148 kB | 20/51 kB Progress (4): 412/527 kB | 52 kB | 148 kB | 24/51 kB Progress (4): 416/527 kB | 52 kB | 148 kB | 24/51 kB Progress (4): 416/527 kB | 52 kB | 148 kB | 28/51 kB Progress (4): 420/527 kB | 52 kB | 148 kB | 28/51 kB Progress (4): 420/527 kB | 52 kB | 148 kB | 32/51 kB Progress (4): 424/527 kB | 52 kB | 148 kB | 32/51 kB Progress (4): 424/527 kB | 52 kB | 148 kB | 36/51 kB Progress (4): 428/527 kB | 52 kB | 148 kB | 36/51 kB Progress (4): 428/527 kB | 52 kB | 148 kB | 40/51 kB Progress (4): 432/527 kB | 52 kB | 148 kB | 40/51 kB Progress (4): 432/527 kB | 52 kB | 148 kB | 44/51 kB Progress (4): 436/527 kB | 52 kB | 148 kB | 44/51 kB Progress (4): 436/527 kB | 52 kB | 148 kB | 48/51 kB Progress (4): 440/527 kB | 52 kB | 148 kB | 48/51 kB Progress (4): 440/527 kB | 52 kB | 148 kB | 51 kB Progress (4): 444/527 kB | 52 kB | 148 kB | 51 kB Progress (4): 448/527 kB | 52 kB | 148 kB | 51 kB Progress (4): 452/527 kB | 52 kB | 148 kB | 51 kB Progress (4): 456/527 kB | 52 kB | 148 kB | 51 kB Progress (4): 460/527 kB | 52 kB | 148 kB | 51 kB Progress (4): 464/527 kB | 52 kB | 148 kB | 51 kB Progress (4): 468/527 kB | 52 kB | 148 kB | 51 kB Progress (4): 472/527 kB | 52 kB | 148 kB | 51 kB Progress (4): 476/527 kB | 52 kB | 148 kB | 51 kB Progress (4): 480/527 kB | 52 kB | 148 kB | 51 kB Progress (4): 484/527 kB | 52 kB | 148 kB | 51 kB Progress (4): 488/527 kB | 52 kB | 148 kB | 51 kB Progress (4): 492/527 kB | 52 kB | 148 kB | 51 kB Progress (4): 496/527 kB | 52 kB | 148 kB | 51 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.jar (52 kB at 300 kB/s) [2019-07-30T06:26:52.074Z] Progress (3): 500/527 kB | 148 kB | 51 kB 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 [2019-07-30T06:26:52.074Z] Progress (3): 504/527 kB | 148 kB | 51 kB Progress (3): 508/527 kB | 148 kB | 51 kB Progress (3): 512/527 kB | 148 kB | 51 kB Progress (3): 516/527 kB | 148 kB | 51 kB Progress (3): 520/527 kB | 148 kB | 51 kB Progress (3): 524/527 kB | 148 kB | 51 kB Progress (3): 527 kB | 148 kB | 51 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 291 kB/s) [2019-07-30T06:26:52.074Z] 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 [2019-07-30T06:26:52.074Z] Progress (3): 527 kB | 148 kB | 4.1/106 kB Progress (3): 527 kB | 148 kB | 7.7/106 kB Progress (3): 527 kB | 148 kB | 12/106 kB Progress (3): 527 kB | 148 kB | 16/106 kB Progress (3): 527 kB | 148 kB | 20/106 kB Progress (3): 527 kB | 148 kB | 24/106 kB Progress (3): 527 kB | 148 kB | 28/106 kB Progress (3): 527 kB | 148 kB | 32/106 kB Progress (3): 527 kB | 148 kB | 33/106 kB Progress (3): 527 kB | 148 kB | 37/106 kB Progress (3): 527 kB | 148 kB | 41/106 kB Progress (3): 527 kB | 148 kB | 45/106 kB Progress (3): 527 kB | 148 kB | 49/106 kB Progress (3): 527 kB | 148 kB | 53/106 kB Progress (3): 527 kB | 148 kB | 57/106 kB Progress (3): 527 kB | 148 kB | 61/106 kB Progress (3): 527 kB | 148 kB | 65/106 kB Progress (3): 527 kB | 148 kB | 66/106 kB Progress (3): 527 kB | 148 kB | 70/106 kB Progress (3): 527 kB | 148 kB | 74/106 kB Progress (3): 527 kB | 148 kB | 78/106 kB Progress (3): 527 kB | 148 kB | 82/106 kB Progress (3): 527 kB | 148 kB | 86/106 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 796 kB/s) [2019-07-30T06:26:52.074Z] 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 [2019-07-30T06:26:52.074Z] Progress (2): 527 kB | 90/106 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 2.8 MB/s) [2019-07-30T06:26:52.074Z] Progress (1): 94/106 kB 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 [2019-07-30T06:26:52.074Z] Progress (1): 98/106 kB Progress (1): 102/106 kB Progress (1): 106/106 kB Progress (1): 106 kB Progress (2): 106 kB | 4.1/14 kB Progress (2): 106 kB | 7.7/14 kB Progress (2): 106 kB | 12/14 kB Progress (2): 106 kB | 14 kB Progress (3): 106 kB | 14 kB | 4.1/74 kB Progress (3): 106 kB | 14 kB | 7.7/74 kB Progress (3): 106 kB | 14 kB | 12/74 kB Progress (3): 106 kB | 14 kB | 16/74 kB Progress (3): 106 kB | 14 kB | 20/74 kB Progress (3): 106 kB | 14 kB | 24/74 kB Progress (3): 106 kB | 14 kB | 28/74 kB Progress (3): 106 kB | 14 kB | 32/74 kB Progress (3): 106 kB | 14 kB | 33/74 kB Progress (3): 106 kB | 14 kB | 37/74 kB Progress (3): 106 kB | 14 kB | 41/74 kB Progress (3): 106 kB | 14 kB | 45/74 kB Progress (3): 106 kB | 14 kB | 49/74 kB Progress (3): 106 kB | 14 kB | 53/74 kB Progress (3): 106 kB | 14 kB | 57/74 kB Progress (3): 106 kB | 14 kB | 61/74 kB Progress (3): 106 kB | 14 kB | 65/74 kB Progress (3): 106 kB | 14 kB | 69/74 kB Progress (3): 106 kB | 14 kB | 73/74 kB Progress (3): 106 kB | 14 kB | 74 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 539 kB/s) [2019-07-30T06:26:52.074Z] 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 [2019-07-30T06:26:52.074Z] 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 68 kB/s) [2019-07-30T06:26:52.074Z] Progress (2): 74 kB | 4.1/202 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 [2019-07-30T06:26:52.074Z] Progress (2): 74 kB | 7.7/202 kB Progress (2): 74 kB | 12/202 kB Progress (2): 74 kB | 16/202 kB Progress (3): 74 kB | 16/202 kB | 4.1/108 kB Progress (3): 74 kB | 20/202 kB | 4.1/108 kB Progress (3): 74 kB | 20/202 kB | 7.7/108 kB Progress (3): 74 kB | 24/202 kB | 7.7/108 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 369 kB/s) [2019-07-30T06:26:52.074Z] Progress (2): 28/202 kB | 7.7/108 kB Progress (2): 28/202 kB | 12/108 kB Progress (2): 32/202 kB | 12/108 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [2019-07-30T06:26:52.074Z] Progress (2): 33/202 kB | 12/108 kB Progress (2): 33/202 kB | 16/108 kB Progress (2): 37/202 kB | 16/108 kB Progress (2): 41/202 kB | 16/108 kB Progress (2): 41/202 kB | 20/108 kB Progress (2): 45/202 kB | 20/108 kB Progress (2): 45/202 kB | 24/108 kB Progress (2): 49/202 kB | 24/108 kB Progress (2): 49/202 kB | 28/108 kB Progress (2): 53/202 kB | 28/108 kB Progress (2): 53/202 kB | 32/108 kB Progress (2): 57/202 kB | 32/108 kB Progress (2): 57/202 kB | 33/108 kB Progress (2): 61/202 kB | 33/108 kB Progress (2): 61/202 kB | 37/108 kB Progress (2): 65/202 kB | 37/108 kB Progress (2): 65/202 kB | 41/108 kB Progress (2): 66/202 kB | 41/108 kB Progress (2): 66/202 kB | 45/108 kB Progress (2): 70/202 kB | 45/108 kB Progress (2): 70/202 kB | 49/108 kB Progress (2): 74/202 kB | 49/108 kB Progress (2): 74/202 kB | 53/108 kB Progress (2): 78/202 kB | 53/108 kB Progress (2): 78/202 kB | 57/108 kB Progress (2): 82/202 kB | 57/108 kB Progress (3): 82/202 kB | 57/108 kB | 4.1/153 kB Progress (3): 86/202 kB | 57/108 kB | 4.1/153 kB Progress (3): 86/202 kB | 61/108 kB | 4.1/153 kB Progress (3): 90/202 kB | 61/108 kB | 4.1/153 kB Progress (3): 90/202 kB | 61/108 kB | 7.7/153 kB Progress (3): 94/202 kB | 61/108 kB | 7.7/153 kB Progress (3): 94/202 kB | 65/108 kB | 7.7/153 kB Progress (3): 94/202 kB | 65/108 kB | 12/153 kB Progress (3): 98/202 kB | 65/108 kB | 12/153 kB Progress (3): 98/202 kB | 65/108 kB | 16/153 kB Progress (4): 98/202 kB | 65/108 kB | 16/153 kB | 4.1/472 kB Progress (4): 98/202 kB | 66/108 kB | 16/153 kB | 4.1/472 kB Progress (4): 98/202 kB | 66/108 kB | 16/153 kB | 7.7/472 kB Progress (4): 98/202 kB | 66/108 kB | 20/153 kB | 7.7/472 kB Progress (4): 98/202 kB | 66/108 kB | 20/153 kB | 7.7/472 kB Progress (4): 98/202 kB | 66/108 kB | 24/153 kB | 7.7/472 kB Progress (4): 98/202 kB | 66/108 kB | 24/153 kB | 12/472 kB Progress (4): 98/202 kB | 70/108 kB | 24/153 kB | 12/472 kB Progress (4): 98/202 kB | 70/108 kB | 24/153 kB | 16/472 kB Progress (4): 98/202 kB | 70/108 kB | 28/153 kB | 16/472 kB Progress (4): 102/202 kB | 70/108 kB | 28/153 kB | 16/472 kB Progress (4): 102/202 kB | 70/108 kB | 32/153 kB | 16/472 kB Progress (4): 102/202 kB | 70/108 kB | 32/153 kB | 20/472 kB Progress (5): 102/202 kB | 70/108 kB | 32/153 kB | 20/472 kB | 4.1/61 kB Progress (5): 102/202 kB | 74/108 kB | 32/153 kB | 20/472 kB | 4.1/61 kB Progress (5): 102/202 kB | 74/108 kB | 32/153 kB | 20/472 kB | 7.7/61 kB Progress (5): 102/202 kB | 74/108 kB | 32/153 kB | 24/472 kB | 7.7/61 kB Progress (5): 102/202 kB | 74/108 kB | 36/153 kB | 24/472 kB | 7.7/61 kB Progress (5): 106/202 kB | 74/108 kB | 36/153 kB | 24/472 kB | 7.7/61 kB Progress (5): 106/202 kB | 74/108 kB | 40/153 kB | 24/472 kB | 7.7/61 kB Progress (5): 106/202 kB | 74/108 kB | 40/153 kB | 28/472 kB | 7.7/61 kB Progress (5): 106/202 kB | 74/108 kB | 40/153 kB | 28/472 kB | 12/61 kB Progress (5): 106/202 kB | 78/108 kB | 40/153 kB | 28/472 kB | 12/61 kB Progress (5): 106/202 kB | 78/108 kB | 40/153 kB | 28/472 kB | 16/61 kB Progress (5): 106/202 kB | 78/108 kB | 40/153 kB | 32/472 kB | 16/61 kB Progress (5): 106/202 kB | 78/108 kB | 44/153 kB | 32/472 kB | 16/61 kB Progress (5): 110/202 kB | 78/108 kB | 44/153 kB | 32/472 kB | 16/61 kB Progress (5): 110/202 kB | 78/108 kB | 48/153 kB | 32/472 kB | 16/61 kB Progress (5): 110/202 kB | 78/108 kB | 48/153 kB | 33/472 kB | 16/61 kB Progress (5): 110/202 kB | 78/108 kB | 48/153 kB | 33/472 kB | 20/61 kB Progress (5): 110/202 kB | 82/108 kB | 48/153 kB | 33/472 kB | 20/61 kB Progress (5): 110/202 kB | 82/108 kB | 48/153 kB | 33/472 kB | 24/61 kB Progress (5): 110/202 kB | 82/108 kB | 48/153 kB | 37/472 kB | 24/61 kB Progress (5): 110/202 kB | 82/108 kB | 52/153 kB | 37/472 kB | 24/61 kB Progress (5): 114/202 kB | 82/108 kB | 52/153 kB | 37/472 kB | 24/61 kB Progress (5): 114/202 kB | 82/108 kB | 56/153 kB | 37/472 kB | 24/61 kB Progress (5): 114/202 kB | 82/108 kB | 56/153 kB | 41/472 kB | 24/61 kB Progress (5): 114/202 kB | 82/108 kB | 56/153 kB | 41/472 kB | 28/61 kB Progress (5): 114/202 kB | 86/108 kB | 56/153 kB | 41/472 kB | 28/61 kB Progress (5): 114/202 kB | 86/108 kB | 56/153 kB | 41/472 kB | 32/61 kB Progress (5): 114/202 kB | 86/108 kB | 56/153 kB | 45/472 kB | 32/61 kB Progress (5): 114/202 kB | 86/108 kB | 60/153 kB | 45/472 kB | 32/61 kB Progress (5): 118/202 kB | 86/108 kB | 60/153 kB | 45/472 kB | 32/61 kB Progress (5): 118/202 kB | 86/108 kB | 64/153 kB | 45/472 kB | 32/61 kB Progress (5): 118/202 kB | 86/108 kB | 64/153 kB | 49/472 kB | 32/61 kB Progress (5): 118/202 kB | 86/108 kB | 64/153 kB | 49/472 kB | 36/61 kB Progress (5): 118/202 kB | 90/108 kB | 64/153 kB | 49/472 kB | 36/61 kB Progress (5): 118/202 kB | 90/108 kB | 64/153 kB | 49/472 kB | 40/61 kB Progress (5): 118/202 kB | 90/108 kB | 64/153 kB | 53/472 kB | 40/61 kB Progress (5): 118/202 kB | 90/108 kB | 68/153 kB | 53/472 kB | 40/61 kB Progress (5): 122/202 kB | 90/108 kB | 68/153 kB | 53/472 kB | 40/61 kB Progress (5): 122/202 kB | 90/108 kB | 72/153 kB | 53/472 kB | 40/61 kB Progress (5): 126/202 kB | 90/108 kB | 72/153 kB | 53/472 kB | 40/61 kB Progress (5): 126/202 kB | 90/108 kB | 72/153 kB | 57/472 kB | 40/61 kB Progress (5): 126/202 kB | 90/108 kB | 72/153 kB | 57/472 kB | 44/61 kB Progress (5): 126/202 kB | 94/108 kB | 72/153 kB | 57/472 kB | 44/61 kB Progress (5): 126/202 kB | 94/108 kB | 72/153 kB | 57/472 kB | 48/61 kB Progress (5): 126/202 kB | 94/108 kB | 72/153 kB | 61/472 kB | 48/61 kB Progress (5): 130/202 kB | 94/108 kB | 72/153 kB | 61/472 kB | 48/61 kB Progress (5): 130/202 kB | 94/108 kB | 76/153 kB | 61/472 kB | 48/61 kB Progress (5): 131/202 kB | 94/108 kB | 76/153 kB | 61/472 kB | 48/61 kB Progress (5): 131/202 kB | 94/108 kB | 76/153 kB | 65/472 kB | 48/61 kB Progress (5): 131/202 kB | 94/108 kB | 76/153 kB | 65/472 kB | 49/61 kB Progress (5): 131/202 kB | 98/108 kB | 76/153 kB | 65/472 kB | 49/61 kB Progress (5): 131/202 kB | 98/108 kB | 76/153 kB | 65/472 kB | 53/61 kB Progress (5): 131/202 kB | 98/108 kB | 76/153 kB | 69/472 kB | 53/61 kB Progress (5): 135/202 kB | 98/108 kB | 76/153 kB | 69/472 kB | 53/61 kB Progress (5): 135/202 kB | 98/108 kB | 80/153 kB | 69/472 kB | 53/61 kB Progress (5): 139/202 kB | 98/108 kB | 80/153 kB | 69/472 kB | 53/61 kB Progress (5): 139/202 kB | 98/108 kB | 80/153 kB | 73/472 kB | 53/61 kB Progress (5): 139/202 kB | 98/108 kB | 80/153 kB | 73/472 kB | 57/61 kB Progress (5): 139/202 kB | 102/108 kB | 80/153 kB | 73/472 kB | 57/61 kB Progress (5): 139/202 kB | 102/108 kB | 80/153 kB | 73/472 kB | 61 kB Progress (5): 139/202 kB | 102/108 kB | 80/153 kB | 77/472 kB | 61 kB Progress (5): 143/202 kB | 102/108 kB | 80/153 kB | 77/472 kB | 61 kB Progress (5): 143/202 kB | 102/108 kB | 84/153 kB | 77/472 kB | 61 kB Progress (5): 147/202 kB | 102/108 kB | 84/153 kB | 77/472 kB | 61 kB Progress (5): 147/202 kB | 102/108 kB | 84/153 kB | 81/472 kB | 61 kB Progress (5): 147/202 kB | 106/108 kB | 84/153 kB | 81/472 kB | 61 kB Progress (5): 147/202 kB | 106/108 kB | 84/153 kB | 85/472 kB | 61 kB Progress (5): 151/202 kB | 106/108 kB | 84/153 kB | 85/472 kB | 61 kB Progress (5): 155/202 kB | 106/108 kB | 84/153 kB | 85/472 kB | 61 kB Progress (5): 155/202 kB | 106/108 kB | 88/153 kB | 85/472 kB | 61 kB Progress (5): 159/202 kB | 106/108 kB | 88/153 kB | 85/472 kB | 61 kB Progress (5): 159/202 kB | 106/108 kB | 88/153 kB | 89/472 kB | 61 kB Progress (5): 159/202 kB | 108 kB | 88/153 kB | 89/472 kB | 61 kB Progress (5): 159/202 kB | 108 kB | 88/153 kB | 93/472 kB | 61 kB Progress (5): 163/202 kB | 108 kB | 88/153 kB | 93/472 kB | 61 kB Progress (5): 163/202 kB | 108 kB | 92/153 kB | 93/472 kB | 61 kB Progress (5): 164/202 kB | 108 kB | 92/153 kB | 93/472 kB | 61 kB Progress (5): 164/202 kB | 108 kB | 92/153 kB | 97/472 kB | 61 kB Progress (5): 168/202 kB | 108 kB | 92/153 kB | 97/472 kB | 61 kB Progress (5): 172/202 kB | 108 kB | 92/153 kB | 97/472 kB | 61 kB Progress (5): 172/202 kB | 108 kB | 96/153 kB | 97/472 kB | 61 kB Progress (5): 176/202 kB | 108 kB | 96/153 kB | 97/472 kB | 61 kB Progress (5): 176/202 kB | 108 kB | 96/153 kB | 101/472 kB | 61 kB Progress (5): 180/202 kB | 108 kB | 96/153 kB | 101/472 kB | 61 kB Progress (5): 180/202 kB | 108 kB | 100/153 kB | 101/472 kB | 61 kB Progress (5): 184/202 kB | 108 kB | 100/153 kB | 101/472 kB | 61 kB Progress (5): 184/202 kB | 108 kB | 100/153 kB | 105/472 kB | 61 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 234 kB/s) [2019-07-30T06:26:52.074Z] 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 [2019-07-30T06:26:52.074Z] Progress (4): 188/202 kB | 108 kB | 100/153 kB | 105/472 kB Progress (4): 188/202 kB | 108 kB | 104/153 kB | 105/472 kB Progress (4): 192/202 kB | 108 kB | 104/153 kB | 105/472 kB Progress (4): 192/202 kB | 108 kB | 104/153 kB | 109/472 kB Progress (4): 196/202 kB | 108 kB | 104/153 kB | 109/472 kB Progress (4): 196/202 kB | 108 kB | 108/153 kB | 109/472 kB Progress (4): 200/202 kB | 108 kB | 108/153 kB | 109/472 kB Progress (4): 200/202 kB | 108 kB | 108/153 kB | 113/472 kB Progress (4): 202 kB | 108 kB | 108/153 kB | 113/472 kB Progress (4): 202 kB | 108 kB | 112/153 kB | 113/472 kB Progress (4): 202 kB | 108 kB | 112/153 kB | 117/472 kB Progress (4): 202 kB | 108 kB | 116/153 kB | 117/472 kB Progress (4): 202 kB | 108 kB | 116/153 kB | 121/472 kB Progress (4): 202 kB | 108 kB | 120/153 kB | 121/472 kB Progress (4): 202 kB | 108 kB | 120/153 kB | 125/472 kB Progress (4): 202 kB | 108 kB | 124/153 kB | 125/472 kB Progress (4): 202 kB | 108 kB | 124/153 kB | 129/472 kB Progress (4): 202 kB | 108 kB | 128/153 kB | 129/472 kB Progress (4): 202 kB | 108 kB | 128/153 kB | 133/472 kB Progress (4): 202 kB | 108 kB | 132/153 kB | 133/472 kB Progress (4): 202 kB | 108 kB | 132/153 kB | 137/472 kB Progress (4): 202 kB | 108 kB | 136/153 kB | 137/472 kB Progress (4): 202 kB | 108 kB | 136/153 kB | 141/472 kB Progress (4): 202 kB | 108 kB | 140/153 kB | 141/472 kB Progress (4): 202 kB | 108 kB | 140/153 kB | 145/472 kB Progress (4): 202 kB | 108 kB | 144/153 kB | 145/472 kB Progress (4): 202 kB | 108 kB | 144/153 kB | 149/472 kB Progress (4): 202 kB | 108 kB | 148/153 kB | 149/472 kB Progress (4): 202 kB | 108 kB | 148/153 kB | 153/472 kB Progress (4): 202 kB | 108 kB | 152/153 kB | 153/472 kB Progress (4): 202 kB | 108 kB | 152/153 kB | 157/472 kB Progress (4): 202 kB | 108 kB | 153 kB | 157/472 kB Progress (4): 202 kB | 108 kB | 153 kB | 161/472 kB Progress (4): 202 kB | 108 kB | 153 kB | 165/472 kB Progress (4): 202 kB | 108 kB | 153 kB | 169/472 kB Progress (4): 202 kB | 108 kB | 153 kB | 173/472 kB Progress (4): 202 kB | 108 kB | 153 kB | 177/472 kB Progress (4): 202 kB | 108 kB | 153 kB | 181/472 kB Progress (4): 202 kB | 108 kB | 153 kB | 185/472 kB Progress (4): 202 kB | 108 kB | 153 kB | 189/472 kB Progress (4): 202 kB | 108 kB | 153 kB | 193/472 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 398 kB/s) [2019-07-30T06:26:52.074Z] Progress (3): 202 kB | 153 kB | 197/472 kB 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 [2019-07-30T06:26:52.074Z] Progress (3): 202 kB | 153 kB | 201/472 kB Progress (3): 202 kB | 153 kB | 205/472 kB Progress (3): 202 kB | 153 kB | 209/472 kB Progress (3): 202 kB | 153 kB | 213/472 kB Progress (3): 202 kB | 153 kB | 217/472 kB Progress (3): 202 kB | 153 kB | 221/472 kB Progress (3): 202 kB | 153 kB | 225/472 kB Progress (3): 202 kB | 153 kB | 229/472 kB Progress (3): 202 kB | 153 kB | 233/472 kB Progress (3): 202 kB | 153 kB | 237/472 kB Progress (3): 202 kB | 153 kB | 241/472 kB Progress (3): 202 kB | 153 kB | 245/472 kB Progress (3): 202 kB | 153 kB | 249/472 kB Progress (3): 202 kB | 153 kB | 253/472 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.jar (153 kB at 556 kB/s) [2019-07-30T06:26:52.074Z] Progress (2): 202 kB | 257/472 kB 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 [2019-07-30T06:26:52.074Z] Progress (2): 202 kB | 261/472 kB Progress (2): 202 kB | 265/472 kB Progress (2): 202 kB | 269/472 kB Progress (2): 202 kB | 273/472 kB Progress (2): 202 kB | 277/472 kB Progress (2): 202 kB | 281/472 kB Progress (2): 202 kB | 285/472 kB Progress (2): 202 kB | 289/472 kB Progress (3): 202 kB | 289/472 kB | 4.1/46 kB Progress (3): 202 kB | 293/472 kB | 4.1/46 kB Progress (3): 202 kB | 293/472 kB | 7.7/46 kB Progress (3): 202 kB | 297/472 kB | 7.7/46 kB Progress (3): 202 kB | 297/472 kB | 12/46 kB Progress (3): 202 kB | 301/472 kB | 12/46 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 726 kB/s) [2019-07-30T06:26:52.074Z] Progress (2): 301/472 kB | 16/46 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [2019-07-30T06:26:52.074Z] Progress (2): 305/472 kB | 16/46 kB Progress (2): 305/472 kB | 20/46 kB Progress (2): 305/472 kB | 24/46 kB Progress (2): 309/472 kB | 24/46 kB Progress (2): 313/472 kB | 24/46 kB Progress (2): 313/472 kB | 28/46 kB Progress (3): 313/472 kB | 28/46 kB | 4.1/29 kB Progress (3): 313/472 kB | 32/46 kB | 4.1/29 kB Progress (3): 317/472 kB | 32/46 kB | 4.1/29 kB Progress (3): 317/472 kB | 33/46 kB | 4.1/29 kB Progress (3): 317/472 kB | 33/46 kB | 7.7/29 kB Progress (3): 317/472 kB | 37/46 kB | 7.7/29 kB Progress (3): 321/472 kB | 37/46 kB | 7.7/29 kB Progress (3): 321/472 kB | 41/46 kB | 7.7/29 kB Progress (3): 321/472 kB | 41/46 kB | 12/29 kB Progress (3): 321/472 kB | 45/46 kB | 12/29 kB Progress (3): 325/472 kB | 45/46 kB | 12/29 kB Progress (3): 325/472 kB | 46 kB | 12/29 kB Progress (3): 325/472 kB | 46 kB | 16/29 kB Progress (3): 329/472 kB | 46 kB | 16/29 kB Progress (3): 329/472 kB | 46 kB | 20/29 kB Progress (3): 333/472 kB | 46 kB | 20/29 kB Progress (3): 333/472 kB | 46 kB | 24/29 kB Progress (3): 337/472 kB | 46 kB | 24/29 kB Progress (4): 337/472 kB | 46 kB | 24/29 kB | 4.1/13 kB Progress (4): 337/472 kB | 46 kB | 28/29 kB | 4.1/13 kB Progress (4): 337/472 kB | 46 kB | 28/29 kB | 7.7/13 kB Progress (4): 341/472 kB | 46 kB | 28/29 kB | 7.7/13 kB Progress (4): 341/472 kB | 46 kB | 28/29 kB | 12/13 kB Progress (4): 341/472 kB | 46 kB | 29 kB | 12/13 kB Progress (4): 341/472 kB | 46 kB | 29 kB | 13 kB Progress (4): 345/472 kB | 46 kB | 29 kB | 13 kB Progress (4): 349/472 kB | 46 kB | 29 kB | 13 kB Progress (4): 353/472 kB | 46 kB | 29 kB | 13 kB Progress (4): 357/472 kB | 46 kB | 29 kB | 13 kB Progress (4): 361/472 kB | 46 kB | 29 kB | 13 kB Progress (4): 365/472 kB | 46 kB | 29 kB | 13 kB Progress (4): 369/472 kB | 46 kB | 29 kB | 13 kB Progress (4): 373/472 kB | 46 kB | 29 kB | 13 kB Progress (4): 377/472 kB | 46 kB | 29 kB | 13 kB Progress (4): 381/472 kB | 46 kB | 29 kB | 13 kB Progress (4): 385/472 kB | 46 kB | 29 kB | 13 kB Progress (4): 389/472 kB | 46 kB | 29 kB | 13 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 161 kB/s) [2019-07-30T06:26:52.074Z] Progress (3): 393/472 kB | 29 kB | 13 kB 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 [2019-07-30T06:26:52.074Z] Progress (3): 397/472 kB | 29 kB | 13 kB Progress (3): 401/472 kB | 29 kB | 13 kB Progress (3): 405/472 kB | 29 kB | 13 kB Progress (3): 409/472 kB | 29 kB | 13 kB Progress (3): 413/472 kB | 29 kB | 13 kB Progress (3): 417/472 kB | 29 kB | 13 kB Progress (3): 421/472 kB | 29 kB | 13 kB Progress (3): 425/472 kB | 29 kB | 13 kB Progress (3): 429/472 kB | 29 kB | 13 kB Progress (3): 433/472 kB | 29 kB | 13 kB Progress (3): 437/472 kB | 29 kB | 13 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 46 kB/s) [2019-07-30T06:26:52.074Z] Progress (2): 441/472 kB | 29 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 [2019-07-30T06:26:52.074Z] Progress (2): 445/472 kB | 29 kB Progress (2): 449/472 kB | 29 kB Progress (2): 453/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 98 kB/s) [2019-07-30T06:26:52.074Z] Progress (1): 457/472 kB 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 [2019-07-30T06:26:52.074Z] Progress (1): 461/472 kB Progress (1): 465/472 kB Progress (1): 469/472 kB Progress (1): 472 kB Progress (2): 472 kB | 4.1/49 kB Progress (2): 472 kB | 7.7/49 kB Progress (2): 472 kB | 12/49 kB Progress (2): 472 kB | 16/49 kB Progress (2): 472 kB | 20/49 kB Progress (2): 472 kB | 24/49 kB Progress (2): 472 kB | 28/49 kB Progress (2): 472 kB | 32/49 kB Progress (2): 472 kB | 36/49 kB Progress (2): 472 kB | 40/49 kB Progress (2): 472 kB | 44/49 kB Progress (2): 472 kB | 48/49 kB Progress (2): 472 kB | 49 kB Progress (3): 472 kB | 49 kB | 4.1/187 kB Progress (3): 472 kB | 49 kB | 7.7/187 kB Progress (3): 472 kB | 49 kB | 12/187 kB Progress (3): 472 kB | 49 kB | 16/187 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-noaop.jar (472 kB at 1.6 MB/s) [2019-07-30T06:26:52.074Z] Progress (2): 49 kB | 20/187 kB Progress (2): 49 kB | 24/187 kB Progress (3): 49 kB | 24/187 kB | 4.1/86 kB Progress (3): 49 kB | 24/187 kB | 7.7/86 kB Progress (3): 49 kB | 24/187 kB | 12/86 kB Progress (3): 49 kB | 24/187 kB | 16/86 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 161 kB/s) [2019-07-30T06:26:52.074Z] 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 [2019-07-30T06:26:52.074Z] 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 [2019-07-30T06:26:52.074Z] Progress (2): 24/187 kB | 20/86 kB Progress (2): 28/187 kB | 20/86 kB Progress (3): 28/187 kB | 20/86 kB | 4.1/247 kB Progress (3): 32/187 kB | 20/86 kB | 4.1/247 kB Progress (3): 32/187 kB | 24/86 kB | 4.1/247 kB Progress (3): 33/187 kB | 24/86 kB | 4.1/247 kB Progress (3): 33/187 kB | 24/86 kB | 7.7/247 kB Progress (3): 37/187 kB | 24/86 kB | 7.7/247 kB Progress (3): 37/187 kB | 28/86 kB | 7.7/247 kB Progress (3): 41/187 kB | 28/86 kB | 7.7/247 kB Progress (3): 41/187 kB | 28/86 kB | 12/247 kB Progress (3): 41/187 kB | 32/86 kB | 12/247 kB Progress (3): 41/187 kB | 32/86 kB | 16/247 kB Progress (3): 45/187 kB | 32/86 kB | 16/247 kB Progress (3): 45/187 kB | 32/86 kB | 20/247 kB Progress (3): 45/187 kB | 33/86 kB | 20/247 kB Progress (3): 45/187 kB | 33/86 kB | 24/247 kB Progress (3): 45/187 kB | 37/86 kB | 24/247 kB Progress (3): 49/187 kB | 37/86 kB | 24/247 kB Progress (3): 49/187 kB | 41/86 kB | 24/247 kB Progress (3): 49/187 kB | 41/86 kB | 28/247 kB Progress (3): 53/187 kB | 41/86 kB | 28/247 kB Progress (3): 53/187 kB | 41/86 kB | 32/247 kB Progress (3): 53/187 kB | 45/86 kB | 32/247 kB Progress (3): 53/187 kB | 45/86 kB | 33/247 kB Progress (3): 57/187 kB | 45/86 kB | 33/247 kB Progress (3): 57/187 kB | 45/86 kB | 37/247 kB Progress (3): 57/187 kB | 49/86 kB | 37/247 kB Progress (3): 57/187 kB | 49/86 kB | 41/247 kB Progress (3): 61/187 kB | 49/86 kB | 41/247 kB Progress (3): 61/187 kB | 49/86 kB | 45/247 kB Progress (3): 61/187 kB | 53/86 kB | 45/247 kB Progress (3): 61/187 kB | 53/86 kB | 49/247 kB Progress (3): 65/187 kB | 53/86 kB | 49/247 kB Progress (3): 65/187 kB | 57/86 kB | 49/247 kB Progress (3): 66/187 kB | 57/86 kB | 49/247 kB Progress (3): 66/187 kB | 57/86 kB | 53/247 kB Progress (3): 66/187 kB | 61/86 kB | 53/247 kB Progress (3): 66/187 kB | 61/86 kB | 57/247 kB Progress (3): 70/187 kB | 61/86 kB | 57/247 kB Progress (3): 70/187 kB | 61/86 kB | 61/247 kB Progress (3): 70/187 kB | 65/86 kB | 61/247 kB Progress (3): 70/187 kB | 65/86 kB | 65/247 kB Progress (3): 74/187 kB | 65/86 kB | 65/247 kB Progress (3): 74/187 kB | 65/86 kB | 66/247 kB Progress (3): 78/187 kB | 65/86 kB | 66/247 kB Progress (3): 78/187 kB | 65/86 kB | 70/247 kB Progress (3): 78/187 kB | 69/86 kB | 70/247 kB Progress (3): 78/187 kB | 69/86 kB | 74/247 kB Progress (3): 82/187 kB | 69/86 kB | 74/247 kB Progress (3): 82/187 kB | 69/86 kB | 78/247 kB Progress (3): 82/187 kB | 73/86 kB | 78/247 kB Progress (3): 82/187 kB | 73/86 kB | 82/247 kB Progress (3): 86/187 kB | 73/86 kB | 82/247 kB Progress (3): 86/187 kB | 73/86 kB | 86/247 kB Progress (3): 86/187 kB | 77/86 kB | 86/247 kB Progress (3): 86/187 kB | 77/86 kB | 90/247 kB Progress (3): 90/187 kB | 77/86 kB | 90/247 kB Progress (3): 90/187 kB | 81/86 kB | 90/247 kB Progress (3): 90/187 kB | 81/86 kB | 94/247 kB Progress (3): 90/187 kB | 85/86 kB | 94/247 kB Progress (3): 94/187 kB | 85/86 kB | 94/247 kB Progress (3): 94/187 kB | 86 kB | 94/247 kB Progress (3): 94/187 kB | 86 kB | 98/247 kB Progress (3): 98/187 kB | 86 kB | 98/247 kB Progress (3): 98/187 kB | 86 kB | 102/247 kB Progress (3): 98/187 kB | 86 kB | 102/247 kB Progress (3): 98/187 kB | 86 kB | 106/247 kB Progress (3): 102/187 kB | 86 kB | 106/247 kB Progress (3): 102/187 kB | 86 kB | 110/247 kB Progress (3): 106/187 kB | 86 kB | 110/247 kB Progress (3): 106/187 kB | 86 kB | 114/247 kB Progress (3): 110/187 kB | 86 kB | 114/247 kB Progress (3): 110/187 kB | 86 kB | 118/247 kB Progress (3): 114/187 kB | 86 kB | 118/247 kB Progress (3): 114/187 kB | 86 kB | 122/247 kB Progress (3): 118/187 kB | 86 kB | 122/247 kB Progress (3): 118/187 kB | 86 kB | 126/247 kB Progress (3): 122/187 kB | 86 kB | 126/247 kB Progress (3): 122/187 kB | 86 kB | 130/247 kB Progress (3): 126/187 kB | 86 kB | 130/247 kB Progress (3): 126/187 kB | 86 kB | 134/247 kB Progress (3): 130/187 kB | 86 kB | 134/247 kB Progress (3): 130/187 kB | 86 kB | 138/247 kB Progress (3): 131/187 kB | 86 kB | 138/247 kB Progress (3): 131/187 kB | 86 kB | 142/247 kB Progress (3): 135/187 kB | 86 kB | 142/247 kB Progress (3): 135/187 kB | 86 kB | 146/247 kB Progress (3): 139/187 kB | 86 kB | 146/247 kB Progress (3): 139/187 kB | 86 kB | 150/247 kB Progress (3): 143/187 kB | 86 kB | 150/247 kB Progress (3): 143/187 kB | 86 kB | 154/247 kB Progress (3): 147/187 kB | 86 kB | 154/247 kB Progress (3): 147/187 kB | 86 kB | 158/247 kB Progress (3): 151/187 kB | 86 kB | 158/247 kB Progress (3): 151/187 kB | 86 kB | 162/247 kB Progress (3): 155/187 kB | 86 kB | 162/247 kB Progress (3): 155/187 kB | 86 kB | 166/247 kB Progress (3): 159/187 kB | 86 kB | 166/247 kB Progress (3): 159/187 kB | 86 kB | 170/247 kB Progress (3): 163/187 kB | 86 kB | 170/247 kB Progress (3): 163/187 kB | 86 kB | 174/247 kB Progress (3): 167/187 kB | 86 kB | 174/247 kB Progress (3): 167/187 kB | 86 kB | 178/247 kB Progress (3): 171/187 kB | 86 kB | 178/247 kB Progress (3): 171/187 kB | 86 kB | 182/247 kB Progress (3): 175/187 kB | 86 kB | 182/247 kB Progress (3): 175/187 kB | 86 kB | 186/247 kB Progress (3): 179/187 kB | 86 kB | 186/247 kB Progress (3): 179/187 kB | 86 kB | 190/247 kB Progress (3): 183/187 kB | 86 kB | 190/247 kB Progress (3): 183/187 kB | 86 kB | 194/247 kB Progress (3): 187 kB | 86 kB | 194/247 kB Progress (3): 187 kB | 86 kB | 198/247 kB Progress (3): 187 kB | 86 kB | 202/247 kB Progress (3): 187 kB | 86 kB | 206/247 kB Progress (3): 187 kB | 86 kB | 210/247 kB Progress (4): 187 kB | 86 kB | 210/247 kB | 4.1/209 kB Progress (4): 187 kB | 86 kB | 214/247 kB | 4.1/209 kB Progress (4): 187 kB | 86 kB | 214/247 kB | 7.7/209 kB Progress (4): 187 kB | 86 kB | 218/247 kB | 7.7/209 kB Progress (4): 187 kB | 86 kB | 218/247 kB | 12/209 kB Progress (4): 187 kB | 86 kB | 222/247 kB | 12/209 kB Progress (4): 187 kB | 86 kB | 222/247 kB | 16/209 kB Progress (5): 187 kB | 86 kB | 222/247 kB | 16/209 kB | 4.1/532 kB Progress (5): 187 kB | 86 kB | 226/247 kB | 16/209 kB | 4.1/532 kB Progress (5): 187 kB | 86 kB | 226/247 kB | 16/209 kB | 7.7/532 kB Progress (5): 187 kB | 86 kB | 226/247 kB | 20/209 kB | 7.7/532 kB Progress (5): 187 kB | 86 kB | 226/247 kB | 20/209 kB | 12/532 kB Progress (5): 187 kB | 86 kB | 230/247 kB | 20/209 kB | 12/532 kB Progress (5): 187 kB | 86 kB | 230/247 kB | 20/209 kB | 16/532 kB Progress (5): 187 kB | 86 kB | 230/247 kB | 24/209 kB | 16/532 kB Progress (5): 187 kB | 86 kB | 230/247 kB | 24/209 kB | 20/532 kB Progress (5): 187 kB | 86 kB | 234/247 kB | 24/209 kB | 20/532 kB Progress (5): 187 kB | 86 kB | 234/247 kB | 24/209 kB | 24/532 kB Progress (5): 187 kB | 86 kB | 234/247 kB | 28/209 kB | 24/532 kB Progress (5): 187 kB | 86 kB | 234/247 kB | 28/209 kB | 28/532 kB Progress (5): 187 kB | 86 kB | 238/247 kB | 28/209 kB | 28/532 kB Progress (5): 187 kB | 86 kB | 238/247 kB | 28/209 kB | 32/532 kB Progress (5): 187 kB | 86 kB | 238/247 kB | 32/209 kB | 32/532 kB Progress (5): 187 kB | 86 kB | 238/247 kB | 32/209 kB | 33/532 kB Progress (5): 187 kB | 86 kB | 242/247 kB | 32/209 kB | 33/532 kB Progress (5): 187 kB | 86 kB | 242/247 kB | 32/209 kB | 37/532 kB Progress (5): 187 kB | 86 kB | 242/247 kB | 33/209 kB | 37/532 kB Progress (5): 187 kB | 86 kB | 242/247 kB | 33/209 kB | 41/532 kB Progress (5): 187 kB | 86 kB | 246/247 kB | 33/209 kB | 41/532 kB Progress (5): 187 kB | 86 kB | 246/247 kB | 33/209 kB | 45/532 kB Progress (5): 187 kB | 86 kB | 247 kB | 33/209 kB | 45/532 kB Progress (5): 187 kB | 86 kB | 247 kB | 33/209 kB | 49/532 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 233 kB/s) [2019-07-30T06:26:52.074Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar [2019-07-30T06:26:52.074Z] Progress (4): 187 kB | 247 kB | 33/209 kB | 53/532 kB Progress (4): 187 kB | 247 kB | 33/209 kB | 57/532 kB Progress (4): 187 kB | 247 kB | 33/209 kB | 61/532 kB Progress (4): 187 kB | 247 kB | 33/209 kB | 65/532 kB Progress (4): 187 kB | 247 kB | 33/209 kB | 66/532 kB Progress (4): 187 kB | 247 kB | 37/209 kB | 66/532 kB Progress (4): 187 kB | 247 kB | 41/209 kB | 66/532 kB Progress (4): 187 kB | 247 kB | 45/209 kB | 66/532 kB Progress (4): 187 kB | 247 kB | 49/209 kB | 66/532 kB Progress (4): 187 kB | 247 kB | 53/209 kB | 66/532 kB Progress (4): 187 kB | 247 kB | 57/209 kB | 66/532 kB Progress (5): 187 kB | 247 kB | 57/209 kB | 66/532 kB | 4.1/56 kB Progress (5): 187 kB | 247 kB | 61/209 kB | 66/532 kB | 4.1/56 kB Progress (5): 187 kB | 247 kB | 61/209 kB | 66/532 kB | 7.7/56 kB Progress (5): 187 kB | 247 kB | 65/209 kB | 66/532 kB | 7.7/56 kB Progress (5): 187 kB | 247 kB | 65/209 kB | 66/532 kB | 12/56 kB Progress (5): 187 kB | 247 kB | 66/209 kB | 66/532 kB | 12/56 kB Progress (5): 187 kB | 247 kB | 66/209 kB | 66/532 kB | 16/56 kB Progress (5): 187 kB | 247 kB | 66/209 kB | 66/532 kB | 20/56 kB Progress (5): 187 kB | 247 kB | 66/209 kB | 66/532 kB | 24/56 kB Progress (5): 187 kB | 247 kB | 70/209 kB | 66/532 kB | 24/56 kB Progress (5): 187 kB | 247 kB | 70/209 kB | 66/532 kB | 28/56 kB Progress (5): 187 kB | 247 kB | 74/209 kB | 66/532 kB | 28/56 kB Progress (5): 187 kB | 247 kB | 74/209 kB | 66/532 kB | 32/56 kB Progress (5): 187 kB | 247 kB | 78/209 kB | 66/532 kB | 32/56 kB Progress (5): 187 kB | 247 kB | 78/209 kB | 66/532 kB | 36/56 kB Progress (5): 187 kB | 247 kB | 82/209 kB | 66/532 kB | 36/56 kB Progress (5): 187 kB | 247 kB | 82/209 kB | 66/532 kB | 40/56 kB Progress (5): 187 kB | 247 kB | 86/209 kB | 66/532 kB | 40/56 kB Progress (5): 187 kB | 247 kB | 86/209 kB | 66/532 kB | 44/56 kB Progress (5): 187 kB | 247 kB | 90/209 kB | 66/532 kB | 44/56 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 642 kB/s) [2019-07-30T06:26:52.075Z] Progress (4): 187 kB | 94/209 kB | 66/532 kB | 44/56 kB Progress (4): 187 kB | 94/209 kB | 66/532 kB | 48/56 kB Progress (4): 187 kB | 98/209 kB | 66/532 kB | 48/56 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2019-07-30T06:26:52.075Z] Progress (4): 187 kB | 98/209 kB | 66/532 kB | 48/56 kB Progress (4): 187 kB | 98/209 kB | 66/532 kB | 52/56 kB Progress (4): 187 kB | 102/209 kB | 66/532 kB | 52/56 kB Progress (4): 187 kB | 102/209 kB | 66/532 kB | 56/56 kB Progress (4): 187 kB | 106/209 kB | 66/532 kB | 56/56 kB Progress (4): 187 kB | 106/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 110/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 114/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 118/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 122/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 126/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 130/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 131/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 135/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 139/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 143/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 147/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 151/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 155/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 159/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 163/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 164/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 168/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 172/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 176/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 180/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 184/209 kB | 66/532 kB | 56 kB Progress (4): 187 kB | 188/209 kB | 66/532 kB | 56 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 142 kB/s) [2019-07-30T06:26:52.075Z] Progress (3): 187 kB | 192/209 kB | 66/532 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.jar [2019-07-30T06:26:52.333Z] Progress (3): 187 kB | 196/209 kB | 66/532 kB Progress (3): 187 kB | 200/209 kB | 66/532 kB Progress (3): 187 kB | 204/209 kB | 66/532 kB Progress (3): 187 kB | 208/209 kB | 66/532 kB Progress (3): 187 kB | 209 kB | 66/532 kB Progress (4): 187 kB | 209 kB | 66/532 kB | 4.1/58 kB Progress (4): 187 kB | 209 kB | 66/532 kB | 7.7/58 kB Progress (4): 187 kB | 209 kB | 66/532 kB | 12/58 kB Progress (4): 187 kB | 209 kB | 66/532 kB | 16/58 kB Progress (4): 187 kB | 209 kB | 66/532 kB | 20/58 kB Progress (4): 187 kB | 209 kB | 66/532 kB | 24/58 kB Progress (4): 187 kB | 209 kB | 66/532 kB | 28/58 kB Progress (4): 187 kB | 209 kB | 66/532 kB | 32/58 kB Progress (4): 187 kB | 209 kB | 66/532 kB | 36/58 kB Progress (4): 187 kB | 209 kB | 66/532 kB | 40/58 kB Progress (4): 187 kB | 209 kB | 66/532 kB | 44/58 kB Progress (4): 187 kB | 209 kB | 66/532 kB | 48/58 kB Progress (4): 187 kB | 209 kB | 66/532 kB | 52/58 kB Progress (4): 187 kB | 209 kB | 66/532 kB | 56/58 kB Progress (4): 187 kB | 209 kB | 66/532 kB | 58 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 140 kB/s) [2019-07-30T06:26:52.333Z] Progress (4): 187 kB | 209 kB | 66/532 kB | 4.1/100 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 468 kB/s) [2019-07-30T06:26:52.333Z] 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 [2019-07-30T06:26:52.333Z] 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 [2019-07-30T06:26:52.333Z] Progress (3): 187 kB | 66/532 kB | 7.7/100 kB Progress (3): 187 kB | 66/532 kB | 12/100 kB Progress (3): 187 kB | 66/532 kB | 16/100 kB Progress (3): 187 kB | 66/532 kB | 20/100 kB Progress (3): 187 kB | 66/532 kB | 24/100 kB Progress (3): 187 kB | 66/532 kB | 28/100 kB Progress (3): 187 kB | 66/532 kB | 32/100 kB Progress (3): 187 kB | 66/532 kB | 33/100 kB Progress (3): 187 kB | 66/532 kB | 37/100 kB Progress (3): 187 kB | 66/532 kB | 41/100 kB Progress (3): 187 kB | 66/532 kB | 45/100 kB Progress (3): 187 kB | 66/532 kB | 49/100 kB Progress (3): 187 kB | 66/532 kB | 53/100 kB Progress (3): 187 kB | 66/532 kB | 57/100 kB Progress (3): 187 kB | 66/532 kB | 61/100 kB Progress (3): 187 kB | 66/532 kB | 65/100 kB Progress (3): 187 kB | 66/532 kB | 66/100 kB Progress (3): 187 kB | 66/532 kB | 70/100 kB Progress (3): 187 kB | 66/532 kB | 74/100 kB Progress (3): 187 kB | 66/532 kB | 78/100 kB Progress (3): 187 kB | 66/532 kB | 82/100 kB Progress (3): 187 kB | 66/532 kB | 86/100 kB Progress (3): 187 kB | 66/532 kB | 90/100 kB Progress (3): 187 kB | 66/532 kB | 94/100 kB Progress (3): 187 kB | 66/532 kB | 98/100 kB Progress (3): 187 kB | 66/532 kB | 100 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 4.1/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 7.7/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 12/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 16/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 20/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 24/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 28/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 32/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 33/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 37/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 41/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 45/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 49/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 53/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 57/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 61/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 65/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 66/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 70/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 74/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 78/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 82/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 86/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 90/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 94/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 98/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 98/245 kB Progress (4): 187 kB | 66/532 kB | 100 kB | 102/245 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 216 kB/s) [2019-07-30T06:26:52.333Z] Progress (3): 187 kB | 66/532 kB | 106/245 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi/3.13.0.v20180226-1711/org.eclipse.osgi-3.13.0.v20180226-1711.jar [2019-07-30T06:26:52.333Z] Progress (3): 187 kB | 66/532 kB | 110/245 kB Progress (3): 187 kB | 66/532 kB | 114/245 kB Progress (3): 187 kB | 66/532 kB | 118/245 kB Progress (3): 187 kB | 66/532 kB | 122/245 kB Progress (3): 187 kB | 66/532 kB | 126/245 kB Progress (4): 187 kB | 66/532 kB | 126/245 kB | 4.1/13 kB Progress (4): 187 kB | 66/532 kB | 130/245 kB | 4.1/13 kB Progress (4): 187 kB | 66/532 kB | 130/245 kB | 7.7/13 kB Progress (4): 187 kB | 66/532 kB | 131/245 kB | 7.7/13 kB Progress (4): 187 kB | 66/532 kB | 131/245 kB | 12/13 kB Progress (4): 187 kB | 66/532 kB | 135/245 kB | 12/13 kB Progress (4): 187 kB | 66/532 kB | 135/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 139/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 143/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 147/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 151/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 155/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 159/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 163/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 164/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 168/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 172/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 176/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 180/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 184/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 188/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 192/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 196/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 197/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 201/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 205/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 209/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 213/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 217/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 221/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 225/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 229/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 233/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 237/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 241/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 245/245 kB | 13 kB Progress (4): 187 kB | 66/532 kB | 245 kB | 13 kB Progress (5): 187 kB | 66/532 kB | 245 kB | 13 kB | 0/1.4 MB Progress (5): 187 kB | 66/532 kB | 245 kB | 13 kB | 0/1.4 MB Progress (5): 187 kB | 66/532 kB | 245 kB | 13 kB | 0/1.4 MB Progress (5): 187 kB | 66/532 kB | 245 kB | 13 kB | 0/1.4 MB Progress (5): 187 kB | 66/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 28 kB/s) [2019-07-30T06:26:52.333Z] Progress (4): 187 kB | 66/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/sisu-equinox-api/1.3.0/sisu-equinox-api-1.3.0.jar [2019-07-30T06:26:52.333Z] Progress (4): 187 kB | 66/532 kB | 245 kB | 0/1.4 MB Progress (4): 187 kB | 66/532 kB | 245 kB | 0/1.4 MB Progress (4): 187 kB | 66/532 kB | 245 kB | 0/1.4 MB Progress (4): 187 kB | 66/532 kB | 245 kB | 0/1.4 MB Progress (4): 187 kB | 66/532 kB | 245 kB | 0/1.4 MB Progress (4): 187 kB | 66/532 kB | 245 kB | 0/1.4 MB Progress (4): 187 kB | 66/532 kB | 245 kB | 0.1/1.4 MB Progress (4): 187 kB | 66/532 kB | 245 kB | 0.1/1.4 MB Progress (4): 187 kB | 66/532 kB | 245 kB | 0.1/1.4 MB Progress (4): 187 kB | 66/532 kB | 245 kB | 0.1/1.4 MB Progress (4): 187 kB | 66/532 kB | 245 kB | 0.1/1.4 MB Progress (4): 187 kB | 66/532 kB | 245 kB | 0.1/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 511 kB/s) [2019-07-30T06:26:52.333Z] Progress (3): 187 kB | 66/532 kB | 0.1/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 [2019-07-30T06:26:52.333Z] Progress (3): 187 kB | 66/532 kB | 0.1/1.4 MB Progress (3): 187 kB | 66/532 kB | 0.1/1.4 MB Progress (3): 187 kB | 66/532 kB | 0.1/1.4 MB Progress (3): 187 kB | 66/532 kB | 0.1/1.4 MB Progress (4): 187 kB | 66/532 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 187 kB | 66/532 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 187 kB | 66/532 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 187 kB | 66/532 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 187 kB | 66/532 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 187 kB | 66/532 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 187 kB | 66/532 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 187 kB | 66/532 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 187 kB | 66/532 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 187 kB | 66/532 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 187 kB | 66/532 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 187 kB | 66/532 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 187 kB | 66/532 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 187 kB | 66/532 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 187 kB | 66/532 kB | 0.1/1.4 MB | 3.2 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 3.2 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 6.6 kB/s) [2019-07-30T06:26:52.333Z] Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 4.1/37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 4.1/37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 7.7/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.jar [2019-07-30T06:26:52.334Z] Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 12/37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 12/37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 16/37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 16/37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 20/37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 20/37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 24/37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 24/37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 28/37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 28/37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 32/37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 32/37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 36/37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 36/37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB Progress (5): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB | 4.1/112 kB Progress (5): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB | 4.1/112 kB Progress (5): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB | 7.7/112 kB Progress (5): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB | 7.7/112 kB Progress (5): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB | 12/112 kB Progress (5): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB | 12/112 kB Progress (5): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB | 16/112 kB Progress (5): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB | 16/112 kB Progress (5): 187 kB | 66/532 kB | 0.2/1.4 MB | 37 kB | 20/112 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-metadata-model/1.3.0/tycho-metadata-model-1.3.0.jar (37 kB at 74 kB/s) [2019-07-30T06:26:52.334Z] Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 24/112 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 24/112 kB Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 28/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 [2019-07-30T06:26:52.334Z] Progress (4): 187 kB | 66/532 kB | 0.2/1.4 MB | 32/112 kB Progress (4): 187 kB | 66/532 kB | 0.3/1.4 MB | 32/112 kB Progress (4): 187 kB | 66/532 kB | 0.3/1.4 MB | 33/112 kB Progress (4): 187 kB | 66/532 kB | 0.3/1.4 MB | 33/112 kB Progress (4): 187 kB | 66/532 kB | 0.3/1.4 MB | 37/112 kB Progress (4): 187 kB | 66/532 kB | 0.3/1.4 MB | 41/112 kB Progress (4): 187 kB | 66/532 kB | 0.3/1.4 MB | 45/112 kB Progress (4): 187 kB | 66/532 kB | 0.3/1.4 MB | 49/112 kB Progress (4): 187 kB | 66/532 kB | 0.3/1.4 MB | 53/112 kB Progress (4): 187 kB | 66/532 kB | 0.3/1.4 MB | 57/112 kB Progress (4): 187 kB | 66/532 kB | 0.3/1.4 MB | 57/112 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 57/112 kB | 4.1/7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 57/112 kB | 4.1/7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 61/112 kB | 4.1/7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 61/112 kB | 4.1/7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 61/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 61/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 65/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 65/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 66/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 66/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 70/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 70/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 74/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 74/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 78/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 78/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 82/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 82/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 86/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 86/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 90/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 90/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 94/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 94/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 98/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 98/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 102/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 102/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 106/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 106/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 110/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 110/112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 112 kB | 7.2 kB Progress (5): 187 kB | 66/532 kB | 0.3/1.4 MB | 112 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 13 kB/s) [2019-07-30T06:26:52.334Z] Progress (4): 187 kB | 66/532 kB | 0.3/1.4 MB | 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 [2019-07-30T06:26:52.334Z] Progress (4): 187 kB | 66/532 kB | 0.3/1.4 MB | 112 kB Progress (4): 187 kB | 66/532 kB | 0.3/1.4 MB | 112 kB Progress (4): 187 kB | 66/532 kB | 0.4/1.4 MB | 112 kB Progress (4): 187 kB | 66/532 kB | 0.4/1.4 MB | 112 kB Progress (4): 187 kB | 66/532 kB | 0.4/1.4 MB | 112 kB Progress (4): 187 kB | 66/532 kB | 0.4/1.4 MB | 112 kB Progress (4): 187 kB | 66/532 kB | 0.4/1.4 MB | 112 kB Progress (4): 187 kB | 66/532 kB | 0.4/1.4 MB | 112 kB Progress (4): 187 kB | 66/532 kB | 0.4/1.4 MB | 112 kB Progress (4): 187 kB | 66/532 kB | 0.4/1.4 MB | 112 kB Progress (4): 187 kB | 66/532 kB | 0.4/1.4 MB | 112 kB Progress (4): 187 kB | 66/532 kB | 0.4/1.4 MB | 112 kB Progress (4): 187 kB | 66/532 kB | 0.4/1.4 MB | 112 kB Progress (4): 187 kB | 66/532 kB | 0.4/1.4 MB | 112 kB Progress (4): 187 kB | 66/532 kB | 0.4/1.4 MB | 112 kB Progress (4): 187 kB | 66/532 kB | 0.4/1.4 MB | 112 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 200 kB/s) [2019-07-30T06:26:52.334Z] Progress (3): 187 kB | 66/532 kB | 0.4/1.4 MB 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 [2019-07-30T06:26:52.334Z] Progress (3): 187 kB | 66/532 kB | 0.4/1.4 MB Progress (3): 187 kB | 66/532 kB | 0.4/1.4 MB Progress (3): 187 kB | 66/532 kB | 0.4/1.4 MB Progress (3): 187 kB | 66/532 kB | 0.4/1.4 MB Progress (3): 187 kB | 66/532 kB | 0.4/1.4 MB Progress (3): 187 kB | 66/532 kB | 0.4/1.4 MB Progress (3): 187 kB | 66/532 kB | 0.4/1.4 MB Progress (3): 187 kB | 66/532 kB | 0.4/1.4 MB Progress (3): 187 kB | 66/532 kB | 0.4/1.4 MB Progress (3): 187 kB | 66/532 kB | 0.4/1.4 MB Progress (3): 187 kB | 66/532 kB | 0.5/1.4 MB Progress (3): 187 kB | 66/532 kB | 0.5/1.4 MB Progress (3): 187 kB | 66/532 kB | 0.5/1.4 MB Progress (3): 187 kB | 66/532 kB | 0.5/1.4 MB Progress (3): 187 kB | 66/532 kB | 0.5/1.4 MB Progress (3): 187 kB | 66/532 kB | 0.5/1.4 MB Progress (4): 187 kB | 66/532 kB | 0.5/1.4 MB | 4.1/9.4 kB Progress (4): 187 kB | 66/532 kB | 0.5/1.4 MB | 4.1/9.4 kB Progress (4): 187 kB | 66/532 kB | 0.5/1.4 MB | 7.7/9.4 kB Progress (4): 187 kB | 66/532 kB | 0.5/1.4 MB | 7.7/9.4 kB Progress (4): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB Progress (4): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB Progress (4): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB Progress (4): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB Progress (4): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB Progress (4): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB Progress (4): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB Progress (4): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB Progress (4): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB Progress (4): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB Progress (4): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB Progress (4): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB Progress (4): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB Progress (5): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB | 4.1/37 kB Progress (5): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB | 4.1/37 kB Progress (5): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB | 7.7/37 kB Progress (5): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB | 7.7/37 kB Progress (5): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB | 12/37 kB Progress (5): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB | 12/37 kB Progress (5): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB | 16/37 kB Progress (5): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB | 16/37 kB Progress (5): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB | 20/37 kB Progress (5): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB | 20/37 kB Progress (5): 187 kB | 66/532 kB | 0.5/1.4 MB | 9.4 kB | 24/37 kB Progress (5): 187 kB | 66/532 kB | 0.6/1.4 MB | 9.4 kB | 24/37 kB Progress (5): 187 kB | 66/532 kB | 0.6/1.4 MB | 9.4 kB | 28/37 kB Progress (5): 187 kB | 66/532 kB | 0.6/1.4 MB | 9.4 kB | 28/37 kB Progress (5): 187 kB | 66/532 kB | 0.6/1.4 MB | 9.4 kB | 32/37 kB Progress (5): 187 kB | 66/532 kB | 0.6/1.4 MB | 9.4 kB | 32/37 kB Progress (5): 187 kB | 66/532 kB | 0.6/1.4 MB | 9.4 kB | 36/37 kB Progress (5): 187 kB | 66/532 kB | 0.6/1.4 MB | 9.4 kB | 36/37 kB Progress (5): 187 kB | 66/532 kB | 0.6/1.4 MB | 9.4 kB | 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 16 kB/s) [2019-07-30T06:26:52.334Z] Progress (4): 187 kB | 66/532 kB | 0.6/1.4 MB | 37 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 [2019-07-30T06:26:52.334Z] Progress (4): 187 kB | 70/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 70/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 74/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 74/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 78/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 78/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 82/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 82/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 86/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 86/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 90/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 90/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 94/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 94/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 98/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 98/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 98/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 98/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 102/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 102/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 106/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 106/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 110/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 110/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 114/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 114/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 118/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 118/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 122/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 122/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 126/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 126/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 130/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 130/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 134/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 134/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 138/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 138/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 142/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 142/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 146/532 kB | 0.6/1.4 MB | 37 kB Progress (4): 187 kB | 146/532 kB | 0.7/1.4 MB | 37 kB Progress (4): 187 kB | 150/532 kB | 0.7/1.4 MB | 37 kB Progress (4): 187 kB | 150/532 kB | 0.7/1.4 MB | 37 kB Progress (4): 187 kB | 154/532 kB | 0.7/1.4 MB | 37 kB Progress (4): 187 kB | 154/532 kB | 0.7/1.4 MB | 37 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 322 kB/s) [2019-07-30T06:26:52.334Z] 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 [2019-07-30T06:26:52.334Z] Progress (3): 158/532 kB | 0.7/1.4 MB | 37 kB Progress (3): 158/532 kB | 0.7/1.4 MB | 37 kB Progress (3): 162/532 kB | 0.7/1.4 MB | 37 kB Progress (3): 162/532 kB | 0.7/1.4 MB | 37 kB Progress (3): 166/532 kB | 0.7/1.4 MB | 37 kB Progress (3): 166/532 kB | 0.7/1.4 MB | 37 kB Progress (3): 170/532 kB | 0.7/1.4 MB | 37 kB Progress (3): 170/532 kB | 0.7/1.4 MB | 37 kB Progress (3): 174/532 kB | 0.7/1.4 MB | 37 kB Progress (3): 174/532 kB | 0.7/1.4 MB | 37 kB Progress (3): 178/532 kB | 0.7/1.4 MB | 37 kB Progress (4): 178/532 kB | 0.7/1.4 MB | 37 kB | 4.1/285 kB Progress (4): 182/532 kB | 0.7/1.4 MB | 37 kB | 4.1/285 kB Progress (4): 182/532 kB | 0.7/1.4 MB | 37 kB | 4.1/285 kB Progress (4): 186/532 kB | 0.7/1.4 MB | 37 kB | 4.1/285 kB Progress (4): 186/532 kB | 0.7/1.4 MB | 37 kB | 7.7/285 kB Progress (4): 190/532 kB | 0.7/1.4 MB | 37 kB | 7.7/285 kB Progress (4): 190/532 kB | 0.7/1.4 MB | 37 kB | 7.7/285 kB Progress (4): 194/532 kB | 0.7/1.4 MB | 37 kB | 7.7/285 kB Progress (4): 194/532 kB | 0.7/1.4 MB | 37 kB | 7.7/285 kB Progress (4): 194/532 kB | 0.7/1.4 MB | 37 kB | 12/285 kB Progress (4): 194/532 kB | 0.7/1.4 MB | 37 kB | 12/285 kB Progress (4): 198/532 kB | 0.7/1.4 MB | 37 kB | 12/285 kB Progress (4): 198/532 kB | 0.7/1.4 MB | 37 kB | 16/285 kB Progress (4): 202/532 kB | 0.7/1.4 MB | 37 kB | 16/285 kB Progress (4): 202/532 kB | 0.7/1.4 MB | 37 kB | 20/285 kB Progress (4): 202/532 kB | 0.7/1.4 MB | 37 kB | 20/285 kB Progress (4): 202/532 kB | 0.7/1.4 MB | 37 kB | 24/285 kB Progress (4): 206/532 kB | 0.7/1.4 MB | 37 kB | 24/285 kB Progress (4): 206/532 kB | 0.7/1.4 MB | 37 kB | 28/285 kB Progress (4): 206/532 kB | 0.7/1.4 MB | 37 kB | 28/285 kB Progress (4): 206/532 kB | 0.7/1.4 MB | 37 kB | 32/285 kB Progress (4): 210/532 kB | 0.7/1.4 MB | 37 kB | 32/285 kB Progress (4): 210/532 kB | 0.7/1.4 MB | 37 kB | 33/285 kB Progress (4): 210/532 kB | 0.7/1.4 MB | 37 kB | 33/285 kB Progress (4): 210/532 kB | 0.7/1.4 MB | 37 kB | 37/285 kB Progress (4): 214/532 kB | 0.7/1.4 MB | 37 kB | 37/285 kB Progress (4): 214/532 kB | 0.7/1.4 MB | 37 kB | 41/285 kB Progress (4): 214/532 kB | 0.7/1.4 MB | 37 kB | 41/285 kB Progress (4): 214/532 kB | 0.7/1.4 MB | 37 kB | 45/285 kB Progress (4): 218/532 kB | 0.7/1.4 MB | 37 kB | 45/285 kB Progress (4): 218/532 kB | 0.7/1.4 MB | 37 kB | 49/285 kB Progress (4): 218/532 kB | 0.7/1.4 MB | 37 kB | 49/285 kB Progress (4): 218/532 kB | 0.7/1.4 MB | 37 kB | 53/285 kB Progress (4): 222/532 kB | 0.7/1.4 MB | 37 kB | 53/285 kB Progress (4): 222/532 kB | 0.7/1.4 MB | 37 kB | 57/285 kB Progress (4): 222/532 kB | 0.7/1.4 MB | 37 kB | 57/285 kB Progress (4): 222/532 kB | 0.7/1.4 MB | 37 kB | 61/285 kB Progress (4): 226/532 kB | 0.7/1.4 MB | 37 kB | 61/285 kB Progress (4): 226/532 kB | 0.7/1.4 MB | 37 kB | 65/285 kB Progress (4): 230/532 kB | 0.7/1.4 MB | 37 kB | 65/285 kB Progress (4): 230/532 kB | 0.7/1.4 MB | 37 kB | 65/285 kB Progress (4): 234/532 kB | 0.7/1.4 MB | 37 kB | 65/285 kB Progress (4): 234/532 kB | 0.7/1.4 MB | 37 kB | 66/285 kB Progress (4): 234/532 kB | 0.7/1.4 MB | 37 kB | 70/285 kB Progress (4): 234/532 kB | 0.7/1.4 MB | 37 kB | 74/285 kB Progress (4): 234/532 kB | 0.7/1.4 MB | 37 kB | 78/285 kB Progress (4): 234/532 kB | 0.7/1.4 MB | 37 kB | 82/285 kB Progress (4): 234/532 kB | 0.7/1.4 MB | 37 kB | 86/285 kB Progress (4): 238/532 kB | 0.7/1.4 MB | 37 kB | 86/285 kB Progress (4): 242/532 kB | 0.7/1.4 MB | 37 kB | 86/285 kB Progress (4): 242/532 kB | 0.7/1.4 MB | 37 kB | 86/285 kB Progress (4): 246/532 kB | 0.7/1.4 MB | 37 kB | 86/285 kB Progress (4): 246/532 kB | 0.7/1.4 MB | 37 kB | 86/285 kB Progress (4): 246/532 kB | 0.7/1.4 MB | 37 kB | 90/285 kB Progress (5): 246/532 kB | 0.7/1.4 MB | 37 kB | 90/285 kB | 4.1/53 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 57 kB/s) [2019-07-30T06:26:52.334Z] 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 [2019-07-30T06:26:52.592Z] Progress (4): 246/532 kB | 0.7/1.4 MB | 90/285 kB | 7.7/53 kB Progress (4): 246/532 kB | 0.7/1.4 MB | 94/285 kB | 7.7/53 kB Progress (4): 246/532 kB | 0.7/1.4 MB | 94/285 kB | 7.7/53 kB Progress (4): 250/532 kB | 0.7/1.4 MB | 94/285 kB | 7.7/53 kB Progress (4): 250/532 kB | 0.7/1.4 MB | 94/285 kB | 7.7/53 kB Progress (4): 250/532 kB | 0.7/1.4 MB | 98/285 kB | 7.7/53 kB Progress (4): 250/532 kB | 0.7/1.4 MB | 98/285 kB | 12/53 kB Progress (4): 250/532 kB | 0.7/1.4 MB | 98/285 kB | 12/53 kB Progress (4): 250/532 kB | 0.7/1.4 MB | 98/285 kB | 12/53 kB Progress (4): 254/532 kB | 0.7/1.4 MB | 98/285 kB | 12/53 kB Progress (4): 254/532 kB | 0.7/1.4 MB | 98/285 kB | 12/53 kB Progress (4): 254/532 kB | 0.7/1.4 MB | 102/285 kB | 12/53 kB Progress (4): 254/532 kB | 0.7/1.4 MB | 102/285 kB | 16/53 kB Progress (4): 254/532 kB | 0.7/1.4 MB | 106/285 kB | 16/53 kB Progress (4): 254/532 kB | 0.8/1.4 MB | 106/285 kB | 16/53 kB Progress (4): 258/532 kB | 0.8/1.4 MB | 106/285 kB | 16/53 kB Progress (4): 258/532 kB | 0.8/1.4 MB | 106/285 kB | 16/53 kB Progress (4): 258/532 kB | 0.8/1.4 MB | 110/285 kB | 16/53 kB Progress (4): 258/532 kB | 0.8/1.4 MB | 110/285 kB | 20/53 kB Progress (4): 258/532 kB | 0.8/1.4 MB | 114/285 kB | 20/53 kB Progress (4): 258/532 kB | 0.8/1.4 MB | 114/285 kB | 20/53 kB Progress (4): 262/532 kB | 0.8/1.4 MB | 114/285 kB | 20/53 kB Progress (4): 262/532 kB | 0.8/1.4 MB | 114/285 kB | 20/53 kB Progress (4): 262/532 kB | 0.8/1.4 MB | 118/285 kB | 20/53 kB Progress (4): 262/532 kB | 0.8/1.4 MB | 118/285 kB | 24/53 kB Progress (4): 262/532 kB | 0.8/1.4 MB | 122/285 kB | 24/53 kB Progress (4): 262/532 kB | 0.8/1.4 MB | 122/285 kB | 24/53 kB Progress (4): 266/532 kB | 0.8/1.4 MB | 122/285 kB | 24/53 kB Progress (4): 266/532 kB | 0.8/1.4 MB | 122/285 kB | 24/53 kB Progress (4): 266/532 kB | 0.8/1.4 MB | 126/285 kB | 24/53 kB Progress (4): 266/532 kB | 0.8/1.4 MB | 126/285 kB | 28/53 kB Progress (4): 266/532 kB | 0.8/1.4 MB | 130/285 kB | 28/53 kB Progress (4): 266/532 kB | 0.8/1.4 MB | 130/285 kB | 28/53 kB Progress (4): 270/532 kB | 0.8/1.4 MB | 130/285 kB | 28/53 kB Progress (4): 270/532 kB | 0.8/1.4 MB | 130/285 kB | 28/53 kB Progress (4): 270/532 kB | 0.8/1.4 MB | 134/285 kB | 28/53 kB Progress (4): 270/532 kB | 0.8/1.4 MB | 134/285 kB | 32/53 kB Progress (4): 270/532 kB | 0.8/1.4 MB | 138/285 kB | 32/53 kB Progress (4): 270/532 kB | 0.8/1.4 MB | 138/285 kB | 32/53 kB Progress (4): 274/532 kB | 0.8/1.4 MB | 138/285 kB | 32/53 kB Progress (4): 274/532 kB | 0.8/1.4 MB | 138/285 kB | 32/53 kB Progress (4): 274/532 kB | 0.8/1.4 MB | 142/285 kB | 32/53 kB Progress (4): 274/532 kB | 0.8/1.4 MB | 142/285 kB | 36/53 kB Progress (4): 274/532 kB | 0.8/1.4 MB | 146/285 kB | 36/53 kB Progress (4): 274/532 kB | 0.8/1.4 MB | 146/285 kB | 36/53 kB Progress (4): 278/532 kB | 0.8/1.4 MB | 146/285 kB | 36/53 kB Progress (4): 278/532 kB | 0.8/1.4 MB | 146/285 kB | 36/53 kB Progress (4): 278/532 kB | 0.8/1.4 MB | 150/285 kB | 36/53 kB Progress (4): 278/532 kB | 0.8/1.4 MB | 150/285 kB | 40/53 kB Progress (4): 278/532 kB | 0.8/1.4 MB | 154/285 kB | 40/53 kB Progress (4): 278/532 kB | 0.8/1.4 MB | 154/285 kB | 40/53 kB Progress (4): 282/532 kB | 0.8/1.4 MB | 154/285 kB | 40/53 kB Progress (4): 282/532 kB | 0.8/1.4 MB | 154/285 kB | 40/53 kB Progress (4): 282/532 kB | 0.8/1.4 MB | 158/285 kB | 40/53 kB Progress (4): 282/532 kB | 0.8/1.4 MB | 158/285 kB | 44/53 kB Progress (5): 282/532 kB | 0.8/1.4 MB | 158/285 kB | 44/53 kB | 4.1/38 kB Progress (5): 282/532 kB | 0.8/1.4 MB | 162/285 kB | 44/53 kB | 4.1/38 kB Progress (5): 282/532 kB | 0.8/1.4 MB | 162/285 kB | 44/53 kB | 4.1/38 kB Progress (5): 286/532 kB | 0.8/1.4 MB | 162/285 kB | 44/53 kB | 4.1/38 kB Progress (5): 286/532 kB | 0.8/1.4 MB | 162/285 kB | 44/53 kB | 4.1/38 kB Progress (5): 286/532 kB | 0.8/1.4 MB | 166/285 kB | 44/53 kB | 4.1/38 kB Progress (5): 286/532 kB | 0.8/1.4 MB | 166/285 kB | 44/53 kB | 7.7/38 kB Progress (5): 286/532 kB | 0.8/1.4 MB | 166/285 kB | 48/53 kB | 7.7/38 kB Progress (5): 286/532 kB | 0.8/1.4 MB | 166/285 kB | 48/53 kB | 12/38 kB Progress (5): 286/532 kB | 0.8/1.4 MB | 170/285 kB | 48/53 kB | 12/38 kB Progress (5): 286/532 kB | 0.8/1.4 MB | 170/285 kB | 48/53 kB | 12/38 kB Progress (5): 290/532 kB | 0.8/1.4 MB | 170/285 kB | 48/53 kB | 12/38 kB Progress (5): 290/532 kB | 0.8/1.4 MB | 170/285 kB | 48/53 kB | 12/38 kB Progress (5): 290/532 kB | 0.8/1.4 MB | 174/285 kB | 48/53 kB | 12/38 kB Progress (5): 290/532 kB | 0.8/1.4 MB | 174/285 kB | 48/53 kB | 16/38 kB Progress (5): 290/532 kB | 0.8/1.4 MB | 174/285 kB | 52/53 kB | 16/38 kB Progress (5): 290/532 kB | 0.8/1.4 MB | 174/285 kB | 52/53 kB | 20/38 kB Progress (5): 290/532 kB | 0.8/1.4 MB | 178/285 kB | 52/53 kB | 20/38 kB Progress (5): 290/532 kB | 0.8/1.4 MB | 178/285 kB | 52/53 kB | 20/38 kB Progress (5): 294/532 kB | 0.8/1.4 MB | 178/285 kB | 52/53 kB | 20/38 kB Progress (5): 294/532 kB | 0.8/1.4 MB | 178/285 kB | 52/53 kB | 20/38 kB Progress (5): 294/532 kB | 0.8/1.4 MB | 182/285 kB | 52/53 kB | 20/38 kB Progress (5): 294/532 kB | 0.8/1.4 MB | 182/285 kB | 52/53 kB | 24/38 kB Progress (5): 294/532 kB | 0.8/1.4 MB | 182/285 kB | 53 kB | 24/38 kB Progress (5): 294/532 kB | 0.8/1.4 MB | 182/285 kB | 53 kB | 28/38 kB Progress (5): 294/532 kB | 0.8/1.4 MB | 186/285 kB | 53 kB | 28/38 kB Progress (5): 294/532 kB | 0.8/1.4 MB | 186/285 kB | 53 kB | 28/38 kB Progress (5): 298/532 kB | 0.8/1.4 MB | 186/285 kB | 53 kB | 28/38 kB Progress (5): 298/532 kB | 0.8/1.4 MB | 186/285 kB | 53 kB | 28/38 kB Progress (5): 298/532 kB | 0.8/1.4 MB | 190/285 kB | 53 kB | 28/38 kB Progress (5): 298/532 kB | 0.8/1.4 MB | 190/285 kB | 53 kB | 32/38 kB Progress (5): 298/532 kB | 0.8/1.4 MB | 194/285 kB | 53 kB | 32/38 kB Progress (5): 298/532 kB | 0.8/1.4 MB | 194/285 kB | 53 kB | 32/38 kB Progress (5): 298/532 kB | 0.8/1.4 MB | 198/285 kB | 53 kB | 32/38 kB Progress (5): 302/532 kB | 0.8/1.4 MB | 198/285 kB | 53 kB | 32/38 kB Progress (5): 302/532 kB | 0.8/1.4 MB | 202/285 kB | 53 kB | 32/38 kB Progress (5): 302/532 kB | 0.8/1.4 MB | 202/285 kB | 53 kB | 32/38 kB Progress (5): 302/532 kB | 0.8/1.4 MB | 202/285 kB | 53 kB | 36/38 kB Progress (5): 302/532 kB | 0.8/1.4 MB | 202/285 kB | 53 kB | 36/38 kB Progress (5): 302/532 kB | 0.8/1.4 MB | 206/285 kB | 53 kB | 36/38 kB Progress (5): 306/532 kB | 0.8/1.4 MB | 206/285 kB | 53 kB | 36/38 kB Progress (5): 306/532 kB | 0.8/1.4 MB | 210/285 kB | 53 kB | 36/38 kB Progress (5): 306/532 kB | 0.9/1.4 MB | 210/285 kB | 53 kB | 36/38 kB Progress (5): 306/532 kB | 0.9/1.4 MB | 210/285 kB | 53 kB | 38 kB Progress (5): 306/532 kB | 0.9/1.4 MB | 210/285 kB | 53 kB | 38 kB Progress (5): 306/532 kB | 0.9/1.4 MB | 214/285 kB | 53 kB | 38 kB Progress (5): 310/532 kB | 0.9/1.4 MB | 214/285 kB | 53 kB | 38 kB Progress (5): 310/532 kB | 0.9/1.4 MB | 218/285 kB | 53 kB | 38 kB Progress (5): 310/532 kB | 0.9/1.4 MB | 218/285 kB | 53 kB | 38 kB Progress (5): 310/532 kB | 0.9/1.4 MB | 222/285 kB | 53 kB | 38 kB Progress (5): 314/532 kB | 0.9/1.4 MB | 222/285 kB | 53 kB | 38 kB Progress (5): 314/532 kB | 0.9/1.4 MB | 226/285 kB | 53 kB | 38 kB Progress (5): 314/532 kB | 0.9/1.4 MB | 226/285 kB | 53 kB | 38 kB Progress (5): 314/532 kB | 0.9/1.4 MB | 230/285 kB | 53 kB | 38 kB Progress (5): 318/532 kB | 0.9/1.4 MB | 230/285 kB | 53 kB | 38 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 79 kB/s) [2019-07-30T06:26:52.592Z] Progress (4): 318/532 kB | 0.9/1.4 MB | 234/285 kB | 38 kB Progress (4): 318/532 kB | 0.9/1.4 MB | 234/285 kB | 38 kB Progress (4): 318/532 kB | 0.9/1.4 MB | 238/285 kB | 38 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 [2019-07-30T06:26:52.592Z] Progress (4): 322/532 kB | 0.9/1.4 MB | 238/285 kB | 38 kB Progress (4): 322/532 kB | 0.9/1.4 MB | 242/285 kB | 38 kB Progress (4): 322/532 kB | 0.9/1.4 MB | 242/285 kB | 38 kB Progress (4): 322/532 kB | 0.9/1.4 MB | 246/285 kB | 38 kB Progress (4): 322/532 kB | 0.9/1.4 MB | 246/285 kB | 38 kB Progress (4): 326/532 kB | 0.9/1.4 MB | 246/285 kB | 38 kB Progress (4): 326/532 kB | 0.9/1.4 MB | 246/285 kB | 38 kB Progress (4): 326/532 kB | 0.9/1.4 MB | 250/285 kB | 38 kB Progress (4): 326/532 kB | 0.9/1.4 MB | 250/285 kB | 38 kB Progress (4): 330/532 kB | 0.9/1.4 MB | 250/285 kB | 38 kB Progress (4): 330/532 kB | 0.9/1.4 MB | 250/285 kB | 38 kB Progress (4): 334/532 kB | 0.9/1.4 MB | 250/285 kB | 38 kB Progress (4): 334/532 kB | 0.9/1.4 MB | 254/285 kB | 38 kB Progress (4): 338/532 kB | 0.9/1.4 MB | 254/285 kB | 38 kB Progress (4): 338/532 kB | 0.9/1.4 MB | 254/285 kB | 38 kB Progress (4): 342/532 kB | 0.9/1.4 MB | 254/285 kB | 38 kB Progress (4): 342/532 kB | 0.9/1.4 MB | 258/285 kB | 38 kB Progress (4): 346/532 kB | 0.9/1.4 MB | 258/285 kB | 38 kB Progress (4): 346/532 kB | 0.9/1.4 MB | 258/285 kB | 38 kB Progress (4): 350/532 kB | 0.9/1.4 MB | 258/285 kB | 38 kB Progress (4): 350/532 kB | 0.9/1.4 MB | 262/285 kB | 38 kB Progress (4): 354/532 kB | 0.9/1.4 MB | 262/285 kB | 38 kB Progress (4): 354/532 kB | 0.9/1.4 MB | 262/285 kB | 38 kB Progress (4): 358/532 kB | 0.9/1.4 MB | 262/285 kB | 38 kB Progress (4): 358/532 kB | 0.9/1.4 MB | 266/285 kB | 38 kB Progress (4): 362/532 kB | 0.9/1.4 MB | 266/285 kB | 38 kB Progress (4): 362/532 kB | 0.9/1.4 MB | 266/285 kB | 38 kB Progress (4): 366/532 kB | 0.9/1.4 MB | 266/285 kB | 38 kB Progress (4): 366/532 kB | 0.9/1.4 MB | 270/285 kB | 38 kB Progress (4): 370/532 kB | 0.9/1.4 MB | 270/285 kB | 38 kB Progress (4): 370/532 kB | 0.9/1.4 MB | 270/285 kB | 38 kB Progress (4): 374/532 kB | 0.9/1.4 MB | 270/285 kB | 38 kB Progress (4): 374/532 kB | 0.9/1.4 MB | 274/285 kB | 38 kB Progress (4): 378/532 kB | 0.9/1.4 MB | 274/285 kB | 38 kB Progress (4): 378/532 kB | 0.9/1.4 MB | 274/285 kB | 38 kB Progress (4): 382/532 kB | 0.9/1.4 MB | 274/285 kB | 38 kB Progress (4): 382/532 kB | 0.9/1.4 MB | 278/285 kB | 38 kB Progress (4): 386/532 kB | 0.9/1.4 MB | 278/285 kB | 38 kB Progress (4): 386/532 kB | 0.9/1.4 MB | 278/285 kB | 38 kB Progress (4): 390/532 kB | 0.9/1.4 MB | 278/285 kB | 38 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 55 kB/s) [2019-07-30T06:26:52.592Z] Progress (3): 390/532 kB | 0.9/1.4 MB | 282/285 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 [2019-07-30T06:26:52.592Z] Progress (3): 394/532 kB | 0.9/1.4 MB | 282/285 kB Progress (3): 394/532 kB | 0.9/1.4 MB | 282/285 kB Progress (3): 398/532 kB | 0.9/1.4 MB | 282/285 kB Progress (3): 398/532 kB | 0.9/1.4 MB | 282/285 kB Progress (3): 398/532 kB | 0.9/1.4 MB | 285 kB Progress (3): 398/532 kB | 0.9/1.4 MB | 285 kB Progress (3): 402/532 kB | 0.9/1.4 MB | 285 kB Progress (3): 402/532 kB | 0.9/1.4 MB | 285 kB Progress (3): 406/532 kB | 0.9/1.4 MB | 285 kB Progress (3): 406/532 kB | 0.9/1.4 MB | 285 kB Progress (3): 410/532 kB | 0.9/1.4 MB | 285 kB Progress (3): 410/532 kB | 0.9/1.4 MB | 285 kB Progress (3): 414/532 kB | 0.9/1.4 MB | 285 kB Progress (3): 414/532 kB | 0.9/1.4 MB | 285 kB Progress (3): 418/532 kB | 0.9/1.4 MB | 285 kB Progress (3): 418/532 kB | 0.9/1.4 MB | 285 kB Progress (3): 422/532 kB | 0.9/1.4 MB | 285 kB Progress (3): 422/532 kB | 1.0/1.4 MB | 285 kB Progress (3): 426/532 kB | 1.0/1.4 MB | 285 kB Progress (3): 426/532 kB | 1.0/1.4 MB | 285 kB Progress (3): 426/532 kB | 1.0/1.4 MB | 285 kB Progress (3): 430/532 kB | 1.0/1.4 MB | 285 kB Progress (3): 430/532 kB | 1.0/1.4 MB | 285 kB Progress (3): 434/532 kB | 1.0/1.4 MB | 285 kB Progress (3): 434/532 kB | 1.0/1.4 MB | 285 kB Progress (3): 438/532 kB | 1.0/1.4 MB | 285 kB Progress (3): 438/532 kB | 1.0/1.4 MB | 285 kB Progress (3): 442/532 kB | 1.0/1.4 MB | 285 kB Progress (3): 442/532 kB | 1.0/1.4 MB | 285 kB Progress (3): 446/532 kB | 1.0/1.4 MB | 285 kB Progress (3): 446/532 kB | 1.0/1.4 MB | 285 kB Progress (3): 450/532 kB | 1.0/1.4 MB | 285 kB Progress (3): 450/532 kB | 1.0/1.4 MB | 285 kB Progress (3): 454/532 kB | 1.0/1.4 MB | 285 kB Progress (3): 454/532 kB | 1.0/1.4 MB | 285 kB Progress (4): 454/532 kB | 1.0/1.4 MB | 285 kB | 4.1/4.3 kB Progress (4): 454/532 kB | 1.0/1.4 MB | 285 kB | 4.1/4.3 kB Progress (4): 458/532 kB | 1.0/1.4 MB | 285 kB | 4.1/4.3 kB Progress (4): 458/532 kB | 1.0/1.4 MB | 285 kB | 4.1/4.3 kB Progress (4): 462/532 kB | 1.0/1.4 MB | 285 kB | 4.1/4.3 kB Progress (4): 462/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB Progress (4): 466/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB Progress (4): 466/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB Progress (4): 470/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB Progress (4): 470/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB Progress (4): 474/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB Progress (4): 474/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB Progress (4): 478/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB Progress (4): 478/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB Progress (4): 482/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB Progress (4): 482/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB Progress (4): 486/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB Progress (4): 486/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB Progress (4): 490/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB Progress (4): 490/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB Progress (4): 494/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB Progress (4): 494/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB Progress (4): 498/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB Progress (5): 498/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB | 4.1/29 kB Progress (5): 498/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB | 4.1/29 kB Progress (5): 498/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB | 7.7/29 kB Progress (5): 502/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB | 7.7/29 kB Progress (5): 502/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB | 12/29 kB Progress (5): 502/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB | 12/29 kB Progress (5): 502/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB | 16/29 kB Progress (5): 506/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB | 16/29 kB Progress (5): 506/532 kB | 1.0/1.4 MB | 285 kB | 4.3 kB | 20/29 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 412 kB/s) [2019-07-30T06:26:52.592Z] 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 [2019-07-30T06:26:52.592Z] Progress (4): 506/532 kB | 1.0/1.4 MB | 4.3 kB | 20/29 kB Progress (4): 506/532 kB | 1.0/1.4 MB | 4.3 kB | 24/29 kB Progress (4): 510/532 kB | 1.0/1.4 MB | 4.3 kB | 24/29 kB Progress (4): 514/532 kB | 1.0/1.4 MB | 4.3 kB | 24/29 kB Progress (4): 518/532 kB | 1.0/1.4 MB | 4.3 kB | 24/29 kB Progress (4): 522/532 kB | 1.0/1.4 MB | 4.3 kB | 24/29 kB Progress (4): 526/532 kB | 1.0/1.4 MB | 4.3 kB | 24/29 kB Progress (4): 526/532 kB | 1.0/1.4 MB | 4.3 kB | 28/29 kB Progress (4): 526/532 kB | 1.0/1.4 MB | 4.3 kB | 29 kB Progress (4): 526/532 kB | 1.0/1.4 MB | 4.3 kB | 29 kB Progress (4): 530/532 kB | 1.0/1.4 MB | 4.3 kB | 29 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 5.7 kB/s) [2019-07-30T06:26:52.592Z] Progress (4): 530/532 kB | 1.0/1.4 MB | 29 kB | 4.1/21 kB Progress (4): 532 kB | 1.0/1.4 MB | 29 kB | 4.1/21 kB Progress (4): 532 kB | 1.0/1.4 MB | 29 kB | 4.1/21 kB Progress (4): 532 kB | 1.0/1.4 MB | 29 kB | 7.7/21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 7.7/21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 12/21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 12/21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 16/21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 16/21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 20/21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 20/21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Progress (4): 532 kB | 1.1/1.4 MB | 29 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/1.3.0/org.eclipse.tycho.p2.resolver.shared-1.3.0.jar (29 kB at 38 kB/s) [2019-07-30T06:26:52.592Z] Progress (3): 532 kB | 1.1/1.4 MB | 21 kB Progress (3): 532 kB | 1.1/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.2/1.4 MB | 21 kB Progress (3): 532 kB | 1.3/1.4 MB | 21 kB Progress (3): 532 kB | 1.3/1.4 MB | 21 kB Progress (3): 532 kB | 1.3/1.4 MB | 21 kB Progress (3): 532 kB | 1.3/1.4 MB | 21 kB Progress (3): 532 kB | 1.3/1.4 MB | 21 kB Progress (3): 532 kB | 1.3/1.4 MB | 21 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 701 kB/s) [2019-07-30T06:26:52.592Z] 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 28 kB/s) [2019-07-30T06:26:52.592Z] 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.8 MB/s) [2019-07-30T06:26:53.521Z] 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 [2019-07-30T06:26:53.521Z] 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 [2019-07-30T06:26:53.816Z] 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 [2019-07-30T06:26:53.816Z] 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 [2019-07-30T06:26:53.816Z] 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 [2019-07-30T06:26:53.816Z] 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 [2019-07-30T06:26:54.413Z] 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.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.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.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 17 MB/s) [2019-07-30T06:26:54.715Z] 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 [2019-07-30T06:26:54.715Z] 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 [2019-07-30T06:26:54.715Z] 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 [2019-07-30T06:26:55.012Z] 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 [2019-07-30T06:26:55.012Z] 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 [2019-07-30T06:26:55.012Z] 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 [2019-07-30T06:26:55.012Z] 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.5 MB/s) [2019-07-30T06:26:55.012Z] 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 [2019-07-30T06:26:55.012Z] 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 [2019-07-30T06:26:55.012Z] 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 [2019-07-30T06:26:55.313Z] 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 [2019-07-30T06:26:55.313Z] 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 [2019-07-30T06:26:55.313Z] 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 [2019-07-30T06:26:55.313Z] 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 4.2 MB/s) [2019-07-30T06:26:55.313Z] 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 [2019-07-30T06:26:55.313Z] 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 [2019-07-30T06:26:55.313Z] 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 [2019-07-30T06:26:55.313Z] 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 [2019-07-30T06:26:55.313Z] 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 [2019-07-30T06:26:55.313Z] 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 [2019-07-30T06:26:55.615Z] 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 1.3 MB/s) [2019-07-30T06:26:57.115Z] 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 [2019-07-30T06:26:57.115Z] 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 [2019-07-30T06:26:57.115Z] 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 [2019-07-30T06:26:57.115Z] 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 [2019-07-30T06:26:57.115Z] 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 [2019-07-30T06:26:57.115Z] 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 [2019-07-30T06:26:57.115Z] 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 244 kB/s) [2019-07-30T06:26:57.115Z] 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 [2019-07-30T06:26:57.115Z] 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 [2019-07-30T06:26:57.115Z] 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 [2019-07-30T06:26:57.713Z] 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 [2019-07-30T06:26:57.713Z] 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 [2019-07-30T06:26:57.713Z] 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 [2019-07-30T06:26:57.713Z] 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 218 kB/s) [2019-07-30T06:26:57.713Z] 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 [2019-07-30T06:26:57.713Z] 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 [2019-07-30T06:26:57.713Z] 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 [2019-07-30T06:26:57.713Z] 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 [2019-07-30T06:26:57.713Z] 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 [2019-07-30T06:26:57.713Z] 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 [2019-07-30T06:26:57.713Z] 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 1.0 MB/s) [2019-07-30T06:26:57.713Z] 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 [2019-07-30T06:26:57.713Z] 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 [2019-07-30T06:26:57.713Z] 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 [2019-07-30T06:26:58.016Z] 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 [2019-07-30T06:26:58.016Z] 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 [2019-07-30T06:26:58.016Z] 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 [2019-07-30T06:26:58.016Z] 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 78 kB/s) [2019-07-30T06:26:58.016Z] 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 [2019-07-30T06:26:58.016Z] 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 [2019-07-30T06:26:58.016Z] 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 [2019-07-30T06:26:58.016Z] 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 [2019-07-30T06:26:58.016Z] 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 [2019-07-30T06:26:58.016Z] 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 [2019-07-30T06:26:58.313Z] 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 267 kB/s) [2019-07-30T06:26:58.313Z] 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 [2019-07-30T06:26:58.313Z] 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 [2019-07-30T06:26:58.313Z] 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 [2019-07-30T06:26:58.313Z] 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 [2019-07-30T06:26:58.313Z] 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 [2019-07-30T06:26:58.313Z] 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 [2019-07-30T06:26:58.313Z] 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 144 kB/s) [2019-07-30T06:26:58.313Z] 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 [2019-07-30T06:26:58.313Z] 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 [2019-07-30T06:26:58.570Z] 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 [2019-07-30T06:26:58.570Z] 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 [2019-07-30T06:26:58.570Z] 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 [2019-07-30T06:26:58.570Z] 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 [2019-07-30T06:26:58.570Z] 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 1.1 MB/s) [2019-07-30T06:26:58.570Z] 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 [2019-07-30T06:26:58.827Z] 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 [2019-07-30T06:26:58.827Z] 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 [2019-07-30T06:26:58.827Z] 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 [2019-07-30T06:26:58.827Z] 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 [2019-07-30T06:26:58.827Z] 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 [2019-07-30T06:26:58.827Z] 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 186 kB/s) [2019-07-30T06:26:58.827Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom [2019-07-30T06:26:58.827Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom [2019-07-30T06:26:59.084Z] 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 [2019-07-30T06:26:59.084Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom [2019-07-30T06:26:59.084Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom [2019-07-30T06:26:59.084Z] 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 [2019-07-30T06:26:59.341Z] 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 406 kB/s) [2019-07-30T06:26:59.341Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [2019-07-30T06:26:59.341Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [2019-07-30T06:26:59.341Z] 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 [2019-07-30T06:26:59.341Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [2019-07-30T06:26:59.341Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [2019-07-30T06:26:59.341Z] 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 [2019-07-30T06:26:59.854Z] 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 16 kB/s) [2019-07-30T06:26:59.854Z] 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 [2019-07-30T06:26:59.854Z] 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 [2019-07-30T06:26:59.854Z] 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 [2019-07-30T06:26:59.854Z] 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 [2019-07-30T06:26:59.854Z] 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 [2019-07-30T06:26:59.854Z] 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 [2019-07-30T06:27:00.111Z] 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 322 kB/s) [2019-07-30T06:27:00.111Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/21/maven-parent-21.pom [2019-07-30T06:27:00.111Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/21/maven-parent-21.pom [2019-07-30T06:27:00.111Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/21/maven-parent-21.pom [2019-07-30T06:27:00.111Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/21/maven-parent-21.pom [2019-07-30T06:27:00.111Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom [2019-07-30T06:27:00.111Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom [2019-07-30T06:27:00.368Z] 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 1.1 MB/s) [2019-07-30T06:27:00.368Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/10/apache-10.pom [2019-07-30T06:27:00.368Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/10/apache-10.pom [2019-07-30T06:27:00.368Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/10/apache-10.pom [2019-07-30T06:27:00.368Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/10/apache-10.pom [2019-07-30T06:27:00.368Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/10/apache-10.pom [2019-07-30T06:27:00.625Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom [2019-07-30T06:27:00.625Z] 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 592 kB/s) [2019-07-30T06:27:00.625Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [2019-07-30T06:27:00.625Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [2019-07-30T06:27:00.625Z] 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 [2019-07-30T06:27:00.625Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [2019-07-30T06:27:00.626Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [2019-07-30T06:27:00.626Z] 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 [2019-07-30T06:27:00.883Z] 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 46 kB/s) [2019-07-30T06:27:00.883Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [2019-07-30T06:27:00.883Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [2019-07-30T06:27:00.883Z] 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 [2019-07-30T06:27:00.883Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [2019-07-30T06:27:00.883Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [2019-07-30T06:27:00.883Z] 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 [2019-07-30T06:27:01.139Z] 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 809 kB/s) [2019-07-30T06:27:01.139Z] 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 [2019-07-30T06:27:01.139Z] 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 [2019-07-30T06:27:01.139Z] 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 [2019-07-30T06:27:01.139Z] 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 [2019-07-30T06:27:01.139Z] 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 [2019-07-30T06:27:01.139Z] 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 [2019-07-30T06:27:01.396Z] 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) [2019-07-30T06:27:01.396Z] 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 [2019-07-30T06:27:01.396Z] 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 [2019-07-30T06:27:01.396Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [2019-07-30T06:27:01.396Z] 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 [2019-07-30T06:27:01.396Z] 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 [2019-07-30T06:27:01.396Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [2019-07-30T06:27:01.396Z] 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 [2019-07-30T06:27:01.396Z] 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 [2019-07-30T06:27:01.396Z] 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 [2019-07-30T06:27:01.396Z] 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 [2019-07-30T06:27:01.396Z] 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 [2019-07-30T06:27:01.396Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [2019-07-30T06:27:01.396Z] 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 [2019-07-30T06:27:01.396Z] 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 [2019-07-30T06:27:01.396Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [2019-07-30T06:27:01.653Z] 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 [2019-07-30T06:27:01.653Z] 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 [2019-07-30T06:27:01.653Z] 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 [2019-07-30T06:27:01.653Z] Progress (1): 4.1/24 kB Progress (1): 7.7/24 kB Progress (1): 12/24 kB Progress (1): 16/24 kB Progress (1): 20/24 kB Progress (1): 24/24 kB Progress (1): 24 kB Progress (2): 24 kB | 4.1/129 kB Progress (2): 24 kB | 7.7/129 kB Progress (2): 24 kB | 12/129 kB Progress (2): 24 kB | 16/129 kB Progress (2): 24 kB | 20/129 kB Progress (2): 24 kB | 24/129 kB Progress (2): 24 kB | 28/129 kB Progress (2): 24 kB | 32/129 kB Progress (3): 24 kB | 32/129 kB | 4.1/22 kB Progress (3): 24 kB | 36/129 kB | 4.1/22 kB Progress (3): 24 kB | 36/129 kB | 7.7/22 kB Progress (3): 24 kB | 40/129 kB | 7.7/22 kB Progress (3): 24 kB | 40/129 kB | 12/22 kB Progress (3): 24 kB | 44/129 kB | 12/22 kB Progress (3): 24 kB | 44/129 kB | 16/22 kB Progress (3): 24 kB | 48/129 kB | 16/22 kB Progress (3): 24 kB | 48/129 kB | 20/22 kB Progress (3): 24 kB | 48/129 kB | 22 kB Progress (3): 24 kB | 52/129 kB | 22 kB Progress (3): 24 kB | 56/129 kB | 22 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/2.1/maven-source-plugin-2.1.jar (24 kB at 883 kB/s) [2019-07-30T06:27:01.653Z] Progress (2): 60/129 kB | 22 kB Progress (2): 64/129 kB | 22 kB Progress (2): 68/129 kB | 22 kB Progress (2): 72/129 kB | 22 kB Progress (2): 76/129 kB | 22 kB Progress (2): 80/129 kB | 22 kB Progress (2): 84/129 kB | 22 kB Progress (2): 88/129 kB | 22 kB Progress (2): 92/129 kB | 22 kB Progress (2): 96/129 kB | 22 kB Progress (2): 100/129 kB | 22 kB Progress (2): 104/129 kB | 22 kB Progress (2): 108/129 kB | 22 kB Progress (2): 112/129 kB | 22 kB Progress (2): 116/129 kB | 22 kB Progress (2): 120/129 kB | 22 kB Progress (2): 124/129 kB | 22 kB Progress (2): 128/129 kB | 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 727 kB/s) [2019-07-30T06:27:01.653Z] Progress (1): 129 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 3.7 MB/s) [2019-07-30T06:27:01.653Z] 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 [2019-07-30T06:27:01.653Z] 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 [2019-07-30T06:27:01.653Z] 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 [2019-07-30T06:27:01.909Z] 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 [2019-07-30T06:27:01.909Z] 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 [2019-07-30T06:27:01.909Z] 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 [2019-07-30T06:27:01.909Z] 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 103 kB/s) [2019-07-30T06:27:01.909Z] 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 [2019-07-30T06:27:01.909Z] 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 [2019-07-30T06:27:01.909Z] 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 [2019-07-30T06:27:02.165Z] 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 [2019-07-30T06:27:02.165Z] 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 [2019-07-30T06:27:02.165Z] 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 [2019-07-30T06:27:02.422Z] 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 63 kB/s) [2019-07-30T06:27:02.422Z] 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 [2019-07-30T06:27:02.422Z] 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 [2019-07-30T06:27:02.422Z] 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 [2019-07-30T06:27:02.678Z] 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 [2019-07-30T06:27:02.678Z] 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 [2019-07-30T06:27:02.678Z] 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 [2019-07-30T06:27:02.678Z] 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 27 kB/s) [2019-07-30T06:27:02.678Z] 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 [2019-07-30T06:27:02.678Z] 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 [2019-07-30T06:27:02.678Z] 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 [2019-07-30T06:27:02.935Z] 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 [2019-07-30T06:27:02.935Z] 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 [2019-07-30T06:27:02.935Z] 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 [2019-07-30T06:27:02.935Z] 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 170 kB/s) [2019-07-30T06:27:02.935Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [2019-07-30T06:27:02.935Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [2019-07-30T06:27:02.935Z] 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 [2019-07-30T06:27:03.191Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [2019-07-30T06:27:03.191Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [2019-07-30T06:27:03.191Z] 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 [2019-07-30T06:27:03.191Z] 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 694 kB/s) [2019-07-30T06:27:03.191Z] 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 [2019-07-30T06:27:03.191Z] 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 [2019-07-30T06:27:03.191Z] 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 [2019-07-30T06:27:03.449Z] 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 [2019-07-30T06:27:03.449Z] 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 [2019-07-30T06:27:03.449Z] 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 [2019-07-30T06:27:03.449Z] 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 28 kB/s) [2019-07-30T06:27:03.449Z] 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 [2019-07-30T06:27:03.449Z] 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 [2019-07-30T06:27:03.449Z] 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 [2019-07-30T06:27:03.715Z] 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 [2019-07-30T06:27:03.715Z] 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 [2019-07-30T06:27:03.715Z] 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 [2019-07-30T06:27:03.715Z] 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 157 kB/s) [2019-07-30T06:27:03.715Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [2019-07-30T06:27:03.715Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [2019-07-30T06:27:03.715Z] 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 [2019-07-30T06:27:03.971Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [2019-07-30T06:27:03.971Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [2019-07-30T06:27:04.228Z] 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 [2019-07-30T06:27:04.228Z] 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) [2019-07-30T06:27:04.228Z] 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 [2019-07-30T06:27:04.228Z] 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 [2019-07-30T06:27:04.228Z] 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 [2019-07-30T06:27:04.485Z] 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 [2019-07-30T06:27:04.485Z] 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 [2019-07-30T06:27:04.485Z] 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 [2019-07-30T06:27:04.485Z] 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 216 kB/s) [2019-07-30T06:27:04.485Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [2019-07-30T06:27:04.485Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [2019-07-30T06:27:04.485Z] 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 [2019-07-30T06:27:04.741Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [2019-07-30T06:27:04.741Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [2019-07-30T06:27:04.741Z] 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 [2019-07-30T06:27:04.741Z] 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 377 kB/s) [2019-07-30T06:27:04.741Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/5/maven-parent-5.pom [2019-07-30T06:27:04.741Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/5/maven-parent-5.pom [2019-07-30T06:27:04.741Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/5/maven-parent-5.pom [2019-07-30T06:27:04.741Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/5/maven-parent-5.pom [2019-07-30T06:27:04.998Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom [2019-07-30T06:27:04.998Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [2019-07-30T06:27:04.998Z] 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) [2019-07-30T06:27:04.998Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/3/apache-3.pom [2019-07-30T06:27:04.998Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/3/apache-3.pom [2019-07-30T06:27:04.998Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/3/apache-3.pom [2019-07-30T06:27:04.998Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/3/apache-3.pom [2019-07-30T06:27:05.254Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/3/apache-3.pom [2019-07-30T06:27:05.254Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [2019-07-30T06:27:05.254Z] 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 137 kB/s) [2019-07-30T06:27:05.254Z] 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 [2019-07-30T06:27:05.254Z] 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 [2019-07-30T06:27:05.255Z] 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 [2019-07-30T06:27:05.510Z] 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 [2019-07-30T06:27:05.768Z] 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 [2019-07-30T06:27:05.768Z] 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 [2019-07-30T06:27:05.768Z] 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 74 kB/s) [2019-07-30T06:27:05.768Z] 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 [2019-07-30T06:27:05.768Z] 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 [2019-07-30T06:27:05.768Z] 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 [2019-07-30T06:27:05.768Z] 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 [2019-07-30T06:27:05.768Z] 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 [2019-07-30T06:27:06.025Z] 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 [2019-07-30T06:27:06.025Z] 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 146 kB/s) [2019-07-30T06:27:06.025Z] 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 [2019-07-30T06:27:06.025Z] 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 [2019-07-30T06:27:06.025Z] 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 [2019-07-30T06:27:06.025Z] 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 [2019-07-30T06:27:06.025Z] 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 [2019-07-30T06:27:06.282Z] 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 [2019-07-30T06:27:06.282Z] 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 19 kB/s) [2019-07-30T06:27:06.282Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [2019-07-30T06:27:06.282Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [2019-07-30T06:27:06.282Z] 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 [2019-07-30T06:27:06.282Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [2019-07-30T06:27:06.282Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [2019-07-30T06:27:06.282Z] 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 [2019-07-30T06:27:06.539Z] 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 212 kB/s) [2019-07-30T06:27:06.539Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/4.10/junit-4.10.pom [2019-07-30T06:27:06.539Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.10/junit-4.10.pom [2019-07-30T06:27:06.539Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/4.10/junit-4.10.pom [2019-07-30T06:27:06.539Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.10/junit-4.10.pom [2019-07-30T06:27:06.539Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.10/junit-4.10.pom [2019-07-30T06:27:06.539Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.10/junit-4.10.pom [2019-07-30T06:27:06.539Z] 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 102 kB/s) [2019-07-30T06:27:06.539Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [2019-07-30T06:27:06.795Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [2019-07-30T06:27:06.795Z] 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 [2019-07-30T06:27:06.795Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [2019-07-30T06:27:06.795Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.pom [2019-07-30T06:27:06.795Z] 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 [2019-07-30T06:27:06.795Z] 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 16 kB/s) [2019-07-30T06:27:06.795Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [2019-07-30T06:27:06.795Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [2019-07-30T06:27:07.051Z] 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 [2019-07-30T06:27:07.051Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [2019-07-30T06:27:07.051Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-parent/1.1/hamcrest-parent-1.1.pom [2019-07-30T06:27:07.051Z] 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 [2019-07-30T06:27:07.051Z] 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 267 kB/s) [2019-07-30T06:27:07.051Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [2019-07-30T06:27:07.051Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [2019-07-30T06:27:07.051Z] 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 [2019-07-30T06:27:07.309Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [2019-07-30T06:27:07.309Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [2019-07-30T06:27:07.309Z] 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 [2019-07-30T06:27:07.309Z] 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 104 kB/s) [2019-07-30T06:27:07.309Z] 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 [2019-07-30T06:27:07.309Z] 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 [2019-07-30T06:27:07.309Z] 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 [2019-07-30T06:27:07.566Z] 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 [2019-07-30T06:27:07.566Z] 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 [2019-07-30T06:27:07.566Z] 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 [2019-07-30T06:27:07.566Z] 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 76 kB/s) [2019-07-30T06:27:07.566Z] 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 [2019-07-30T06:27:07.566Z] 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 [2019-07-30T06:27:07.566Z] 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 [2019-07-30T06:27:07.823Z] 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 [2019-07-30T06:27:07.823Z] 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 [2019-07-30T06:27:07.823Z] 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 [2019-07-30T06:27:07.823Z] 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 55 kB/s) [2019-07-30T06:27:07.823Z] 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 [2019-07-30T06:27:07.823Z] 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 [2019-07-30T06:27:07.823Z] 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 [2019-07-30T06:27:08.080Z] 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 [2019-07-30T06:27:08.080Z] 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 [2019-07-30T06:27:08.080Z] 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 [2019-07-30T06:27:08.080Z] 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 42 kB/s) [2019-07-30T06:27:08.080Z] 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 [2019-07-30T06:27:08.080Z] 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 [2019-07-30T06:27:08.080Z] 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 [2019-07-30T06:27:08.336Z] 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 [2019-07-30T06:27:08.336Z] 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 [2019-07-30T06:27:08.336Z] 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 [2019-07-30T06:27:08.336Z] 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 16 kB/s) [2019-07-30T06:27:08.336Z] 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 [2019-07-30T06:27:08.336Z] 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 [2019-07-30T06:27:08.336Z] 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 [2019-07-30T06:27:08.592Z] 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 [2019-07-30T06:27:08.592Z] 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 [2019-07-30T06:27:08.592Z] 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 [2019-07-30T06:27:08.592Z] 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 135 kB/s) [2019-07-30T06:27:08.592Z] 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 [2019-07-30T06:27:08.592Z] 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 [2019-07-30T06:27:08.592Z] 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 [2019-07-30T06:27:08.851Z] 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 [2019-07-30T06:27:08.851Z] 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 [2019-07-30T06:27:08.851Z] 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 [2019-07-30T06:27:08.851Z] 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 71 kB/s) [2019-07-30T06:27:08.851Z] 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 [2019-07-30T06:27:08.851Z] 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 [2019-07-30T06:27:08.851Z] 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 [2019-07-30T06:27:09.107Z] 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 [2019-07-30T06:27:09.107Z] 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 [2019-07-30T06:27:09.107Z] 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 [2019-07-30T06:27:09.107Z] 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 84 kB/s) [2019-07-30T06:27:09.107Z] 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 [2019-07-30T06:27:09.107Z] 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 [2019-07-30T06:27:09.107Z] 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 [2019-07-30T06:27:09.363Z] 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 [2019-07-30T06:27:09.363Z] 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 [2019-07-30T06:27:09.363Z] 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 [2019-07-30T06:27:09.363Z] 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 50 kB/s) [2019-07-30T06:27:09.363Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [2019-07-30T06:27:09.363Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [2019-07-30T06:27:09.363Z] 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 [2019-07-30T06:27:09.620Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [2019-07-30T06:27:09.620Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [2019-07-30T06:27:09.620Z] 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 [2019-07-30T06:27:09.620Z] 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 64 kB/s) [2019-07-30T06:27:09.620Z] 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 [2019-07-30T06:27:09.620Z] 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 [2019-07-30T06:27:09.620Z] 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 [2019-07-30T06:27:09.876Z] 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 [2019-07-30T06:27:09.876Z] 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 [2019-07-30T06:27:09.876Z] 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 [2019-07-30T06:27:09.876Z] Progress (1): 1.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 45 kB/s) [2019-07-30T06:27:09.876Z] 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 [2019-07-30T06:27:09.876Z] 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 [2019-07-30T06:27:09.876Z] 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 [2019-07-30T06:27:10.133Z] 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 [2019-07-30T06:27:10.133Z] 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 [2019-07-30T06:27:10.133Z] 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 [2019-07-30T06:27:10.133Z] 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 72 kB/s) [2019-07-30T06:27:10.133Z] 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 [2019-07-30T06:27:10.133Z] 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 [2019-07-30T06:27:10.133Z] 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 [2019-07-30T06:27:10.389Z] 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 [2019-07-30T06:27:10.389Z] 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 [2019-07-30T06:27:10.389Z] 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 [2019-07-30T06:27:10.389Z] 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 295 kB/s) [2019-07-30T06:27:10.389Z] 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 [2019-07-30T06:27:10.389Z] 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 [2019-07-30T06:27:10.389Z] 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 [2019-07-30T06:27:10.645Z] 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 [2019-07-30T06:27:10.645Z] 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 [2019-07-30T06:27:10.645Z] 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 [2019-07-30T06:27:10.645Z] 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 125 kB/s) [2019-07-30T06:27:10.645Z] 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 [2019-07-30T06:27:10.645Z] 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 [2019-07-30T06:27:10.645Z] 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 [2019-07-30T06:27:10.902Z] 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 [2019-07-30T06:27:10.902Z] 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 [2019-07-30T06:27:10.902Z] 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 [2019-07-30T06:27:10.902Z] 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 63 kB/s) [2019-07-30T06:27:10.902Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1/classworlds-1.1.pom [2019-07-30T06:27:10.902Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom [2019-07-30T06:27:10.902Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.pom [2019-07-30T06:27:11.161Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom [2019-07-30T06:27:11.161Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1/classworlds-1.1.pom [2019-07-30T06:27:11.161Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [2019-07-30T06:27:11.161Z] 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 133 kB/s) [2019-07-30T06:27:11.161Z] 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 [2019-07-30T06:27:11.161Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [2019-07-30T06:27:11.161Z] 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 [2019-07-30T06:27:11.161Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [2019-07-30T06:27:11.161Z] 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 [2019-07-30T06:27:11.161Z] 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 [2019-07-30T06:27:11.417Z] 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 [2019-07-30T06:27:11.417Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [2019-07-30T06:27:11.417Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [2019-07-30T06:27:11.417Z] 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 [2019-07-30T06:27:11.417Z] 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 [2019-07-30T06:27:11.417Z] 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 [2019-07-30T06:27:11.417Z] Progress (1): 4.1/4.2 kB Progress (1): 4.2 kB Progress (2): 4.2 kB | 4.1/13 kB Progress (2): 4.2 kB | 7.7/13 kB Progress (2): 4.2 kB | 12/13 kB Progress (2): 4.2 kB | 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 375 kB/s) [2019-07-30T06:27:11.417Z] 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 117 kB/s) [2019-07-30T06:27:11.673Z] 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 [2019-07-30T06:27:11.673Z] 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 [2019-07-30T06:27:11.673Z] 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 [2019-07-30T06:27:11.673Z] 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 [2019-07-30T06:27:11.673Z] 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 [2019-07-30T06:27:11.673Z] 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 [2019-07-30T06:27:11.929Z] 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 50 kB/s) [2019-07-30T06:27:11.929Z] 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 [2019-07-30T06:27:11.929Z] 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 [2019-07-30T06:27:11.929Z] 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 [2019-07-30T06:27:11.929Z] 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 [2019-07-30T06:27:11.929Z] 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 [2019-07-30T06:27:11.929Z] 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 [2019-07-30T06:27:11.929Z] 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 68 kB/s) [2019-07-30T06:27:11.929Z] 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 [2019-07-30T06:27:12.186Z] 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 [2019-07-30T06:27:12.186Z] 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 [2019-07-30T06:27:12.186Z] 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 [2019-07-30T06:27:12.186Z] 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 [2019-07-30T06:27:12.443Z] 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 [2019-07-30T06:27:12.443Z] 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 235 kB/s) [2019-07-30T06:27:12.443Z] 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 [2019-07-30T06:27:12.443Z] 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 [2019-07-30T06:27:12.443Z] 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 [2019-07-30T06:27:12.699Z] 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 [2019-07-30T06:27:12.699Z] 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 [2019-07-30T06:27:12.699Z] 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 [2019-07-30T06:27:12.699Z] 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 61 kB/s) [2019-07-30T06:27:12.699Z] 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 [2019-07-30T06:27:12.699Z] 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 [2019-07-30T06:27:12.699Z] 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 [2019-07-30T06:27:12.956Z] 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 [2019-07-30T06:27:12.956Z] 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 [2019-07-30T06:27:12.956Z] 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 [2019-07-30T06:27:12.956Z] 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 1.0 MB/s) [2019-07-30T06:27:12.956Z] 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 [2019-07-30T06:27:12.956Z] 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 [2019-07-30T06:27:12.956Z] 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 [2019-07-30T06:27:13.212Z] 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 [2019-07-30T06:27:13.212Z] 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 [2019-07-30T06:27:13.212Z] 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 [2019-07-30T06:27:13.212Z] 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 100 kB/s) [2019-07-30T06:27:13.212Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [2019-07-30T06:27:13.212Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [2019-07-30T06:27:13.212Z] 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 [2019-07-30T06:27:13.469Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [2019-07-30T06:27:13.469Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.pom [2019-07-30T06:27:13.469Z] 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 [2019-07-30T06:27:13.469Z] 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 331 kB/s) [2019-07-30T06:27:13.469Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/32/commons-parent-32.pom [2019-07-30T06:27:13.469Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/32/commons-parent-32.pom [2019-07-30T06:27:14.836Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/32/commons-parent-32.pom [2019-07-30T06:27:14.836Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/32/commons-parent-32.pom [2019-07-30T06:27:14.836Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/32/commons-parent-32.pom [2019-07-30T06:27:14.836Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom [2019-07-30T06:27:14.836Z] 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) [2019-07-30T06:27:14.836Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/13/apache-13.pom [2019-07-30T06:27:14.836Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/13/apache-13.pom [2019-07-30T06:27:14.836Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/13/apache-13.pom [2019-07-30T06:27:14.836Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/13/apache-13.pom [2019-07-30T06:27:14.836Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/13/apache-13.pom [2019-07-30T06:27:15.094Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [2019-07-30T06:27:15.094Z] 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 582 kB/s) [2019-07-30T06:27:15.094Z] 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 [2019-07-30T06:27:15.094Z] 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 [2019-07-30T06:27:15.094Z] 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 [2019-07-30T06:27:15.094Z] 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 [2019-07-30T06:27:15.094Z] 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 [2019-07-30T06:27:15.094Z] 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 [2019-07-30T06:27:15.350Z] 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 66 kB/s) [2019-07-30T06:27:15.350Z] 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 [2019-07-30T06:27:15.350Z] 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 [2019-07-30T06:27:15.350Z] 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 [2019-07-30T06:27:15.350Z] 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 [2019-07-30T06:27:15.350Z] 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 [2019-07-30T06:27:15.350Z] 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 [2019-07-30T06:27:15.606Z] 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 99 kB/s) [2019-07-30T06:27:15.606Z] 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 [2019-07-30T06:27:15.606Z] 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 [2019-07-30T06:27:15.606Z] 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 [2019-07-30T06:27:15.606Z] 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 [2019-07-30T06:27:15.606Z] 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 [2019-07-30T06:27:15.606Z] 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 [2019-07-30T06:27:15.606Z] 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 204 kB/s) [2019-07-30T06:27:15.606Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/ow2/1.3/ow2-1.3.pom [2019-07-30T06:27:15.606Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/ow2/1.3/ow2-1.3.pom [2019-07-30T06:27:15.862Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/ow2/1.3/ow2-1.3.pom [2019-07-30T06:27:15.862Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/ow2/1.3/ow2-1.3.pom [2019-07-30T06:27:15.862Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/ow2/1.3/ow2-1.3.pom [2019-07-30T06:27:15.862Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom [2019-07-30T06:27:15.862Z] Progress (1): 4.1/9.5 kB Progress (1): 7.7/9.5 kB Progress (1): 9.5 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 352 kB/s) [2019-07-30T06:27:15.862Z] 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 [2019-07-30T06:27:15.862Z] 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 [2019-07-30T06:27:15.862Z] 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 [2019-07-30T06:27:15.862Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [2019-07-30T06:27:16.118Z] 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 [2019-07-30T06:27:16.118Z] 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 [2019-07-30T06:27:16.118Z] 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 [2019-07-30T06:27:16.118Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [2019-07-30T06:27:16.118Z] 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 [2019-07-30T06:27:16.118Z] 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 [2019-07-30T06:27:16.118Z] 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 [2019-07-30T06:27:16.118Z] 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 [2019-07-30T06:27:16.118Z] 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 [2019-07-30T06:27:16.118Z] 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 [2019-07-30T06:27:16.118Z] 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 [2019-07-30T06:27:16.118Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [2019-07-30T06:27:16.118Z] 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 [2019-07-30T06:27:16.118Z] 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 [2019-07-30T06:27:16.118Z] 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 [2019-07-30T06:27:16.118Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar [2019-07-30T06:27:16.374Z] 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 [2019-07-30T06:27:16.374Z] 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 [2019-07-30T06:27:16.374Z] 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 [2019-07-30T06:27:16.374Z] 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 [2019-07-30T06:27:16.374Z] Progress (1): 4.1/28 kB Progress (1): 7.7/28 kB Progress (1): 12/28 kB Progress (1): 16/28 kB Progress (2): 16/28 kB | 4.1/54 kB Progress (2): 20/28 kB | 4.1/54 kB Progress (2): 20/28 kB | 7.7/54 kB Progress (2): 24/28 kB | 7.7/54 kB Progress (2): 24/28 kB | 12/54 kB Progress (2): 28/28 kB | 12/54 kB Progress (2): 28 kB | 12/54 kB Progress (2): 28 kB | 16/54 kB Progress (2): 28 kB | 20/54 kB Progress (2): 28 kB | 24/54 kB Progress (2): 28 kB | 28/54 kB Progress (2): 28 kB | 32/54 kB Progress (2): 28 kB | 36/54 kB Progress (2): 28 kB | 40/54 kB Progress (2): 28 kB | 44/54 kB Progress (2): 28 kB | 48/54 kB Progress (2): 28 kB | 52/54 kB Progress (2): 28 kB | 54 kB Progress (3): 28 kB | 54 kB | 4.1/21 kB Progress (3): 28 kB | 54 kB | 7.7/21 kB Progress (3): 28 kB | 54 kB | 12/21 kB Progress (3): 28 kB | 54 kB | 16/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 760 kB/s) [2019-07-30T06:27:16.374Z] Progress (2): 54 kB | 20/21 kB Progress (2): 54 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.2/commons-exec-1.2.jar (54 kB at 1.4 MB/s) [2019-07-30T06:27:16.374Z] Progress (2): 21 kB | 4.1/379 kB Progress (2): 21 kB | 7.7/379 kB Progress (2): 21 kB | 12/379 kB Progress (2): 21 kB | 16/379 kB Progress (2): 21 kB | 20/379 kB Progress (2): 21 kB | 24/379 kB Progress (2): 21 kB | 28/379 kB Progress (2): 21 kB | 32/379 kB Progress (2): 21 kB | 36/379 kB Progress (2): 21 kB | 40/379 kB Progress (2): 21 kB | 44/379 kB Progress (2): 21 kB | 48/379 kB Progress (2): 21 kB | 52/379 kB Progress (2): 21 kB | 56/379 kB Progress (2): 21 kB | 60/379 kB Progress (2): 21 kB | 64/379 kB Progress (2): 21 kB | 66/379 kB Progress (2): 21 kB | 70/379 kB Progress (2): 21 kB | 74/379 kB Progress (2): 21 kB | 78/379 kB Progress (2): 21 kB | 82/379 kB Progress (2): 21 kB | 86/379 kB Progress (2): 21 kB | 90/379 kB Progress (2): 21 kB | 94/379 kB Progress (2): 21 kB | 98/379 kB Progress (2): 21 kB | 98/379 kB Progress (2): 21 kB | 102/379 kB Progress (2): 21 kB | 106/379 kB Progress (2): 21 kB | 110/379 kB Progress (2): 21 kB | 114/379 kB Progress (2): 21 kB | 118/379 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-artifactcomparator/1.3.0/tycho-artifactcomparator-1.3.0.jar (21 kB at 458 kB/s) [2019-07-30T06:27:16.374Z] Progress (1): 122/379 kB Progress (1): 126/379 kB Progress (1): 130/379 kB Progress (1): 131/379 kB Progress (1): 135/379 kB Progress (1): 139/379 kB Progress (1): 143/379 kB Progress (1): 147/379 kB Progress (1): 151/379 kB Progress (1): 155/379 kB Progress (1): 159/379 kB Progress (1): 163/379 kB Progress (1): 167/379 kB Progress (1): 171/379 kB Progress (1): 175/379 kB Progress (1): 179/379 kB Progress (1): 183/379 kB Progress (1): 187/379 kB Progress (1): 191/379 kB Progress (1): 195/379 kB Progress (1): 197/379 kB Progress (1): 201/379 kB Progress (1): 205/379 kB Progress (1): 209/379 kB Progress (1): 213/379 kB Progress (1): 217/379 kB Progress (1): 221/379 kB Progress (1): 225/379 kB Progress (1): 229/379 kB Progress (1): 229/379 kB Progress (1): 233/379 kB Progress (1): 237/379 kB Progress (1): 241/379 kB Progress (1): 245/379 kB Progress (1): 249/379 kB Progress (1): 253/379 kB Progress (1): 257/379 kB Progress (1): 261/379 kB Progress (1): 262/379 kB Progress (1): 266/379 kB Progress (1): 270/379 kB Progress (1): 274/379 kB Progress (1): 278/379 kB Progress (1): 282/379 kB Progress (1): 286/379 kB Progress (1): 290/379 kB Progress (1): 294/379 kB Progress (1): 298/379 kB Progress (1): 302/379 kB Progress (1): 306/379 kB Progress (1): 310/379 kB Progress (1): 314/379 kB Progress (1): 318/379 kB Progress (1): 322/379 kB Progress (1): 326/379 kB Progress (1): 330/379 kB Progress (1): 334/379 kB Progress (1): 338/379 kB Progress (1): 342/379 kB Progress (1): 346/379 kB Progress (1): 350/379 kB Progress (1): 354/379 kB Progress (1): 358/379 kB Progress (1): 362/379 kB Progress (1): 366/379 kB Progress (1): 370/379 kB Progress (1): 374/379 kB Progress (1): 378/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) [2019-07-30T06:27:16.374Z] 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 [2019-07-30T06:27:16.374Z] 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 [2019-07-30T06:27:16.374Z] 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 [2019-07-30T06:27:16.631Z] 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 [2019-07-30T06:27:16.631Z] 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 [2019-07-30T06:27:16.631Z] 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 [2019-07-30T06:27:16.631Z] 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 151 kB/s) [2019-07-30T06:27:16.631Z] 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 [2019-07-30T06:27:16.631Z] 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 [2019-07-30T06:27:16.631Z] 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 [2019-07-30T06:27:16.890Z] 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 [2019-07-30T06:27:16.890Z] 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 [2019-07-30T06:27:16.890Z] 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 [2019-07-30T06:27:16.890Z] 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 899 kB/s) [2019-07-30T06:27:16.890Z] 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 [2019-07-30T06:27:16.890Z] 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 [2019-07-30T06:27:16.890Z] 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 [2019-07-30T06:27:17.146Z] 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 [2019-07-30T06:27:17.146Z] 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 [2019-07-30T06:27:17.146Z] 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 [2019-07-30T06:27:17.146Z] 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 2.0 MB/s) [2019-07-30T06:27:17.146Z] 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 [2019-07-30T06:27:17.146Z] 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 [2019-07-30T06:27:17.146Z] 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 [2019-07-30T06:27:17.402Z] 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 [2019-07-30T06:27:17.402Z] 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 [2019-07-30T06:27:17.402Z] 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 [2019-07-30T06:27:17.402Z] 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 154 kB/s) [2019-07-30T06:27:17.402Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom [2019-07-30T06:27:17.402Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom [2019-07-30T06:27:17.402Z] 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 [2019-07-30T06:27:17.658Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom [2019-07-30T06:27:17.658Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/28/maven-plugins-28.pom [2019-07-30T06:27:17.658Z] 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 [2019-07-30T06:27:17.658Z] 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 344 kB/s) [2019-07-30T06:27:17.658Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/27/maven-parent-27.pom [2019-07-30T06:27:17.658Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom [2019-07-30T06:27:17.658Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/27/maven-parent-27.pom [2019-07-30T06:27:17.913Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom [2019-07-30T06:27:17.913Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom [2019-07-30T06:27:17.913Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [2019-07-30T06:27:18.170Z] 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 175 kB/s) [2019-07-30T06:27:18.170Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/17/apache-17.pom [2019-07-30T06:27:18.170Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/17/apache-17.pom [2019-07-30T06:27:18.170Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/17/apache-17.pom [2019-07-30T06:27:18.425Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/17/apache-17.pom [2019-07-30T06:27:18.425Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/17/apache-17.pom [2019-07-30T06:27:18.425Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [2019-07-30T06:27:18.425Z] 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 554 kB/s) [2019-07-30T06:27:18.425Z] 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 [2019-07-30T06:27:18.425Z] 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 [2019-07-30T06:27:18.425Z] 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 [2019-07-30T06:27:18.682Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar [2019-07-30T06:27:18.682Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar [2019-07-30T06:27:18.682Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.0.0/maven-clean-plugin-3.0.0.jar [2019-07-30T06:27:18.682Z] 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 1.1 MB/s) [2019-07-30T06:27:18.682Z] 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 [2019-07-30T06:27:18.682Z] 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 [2019-07-30T06:27:18.682Z] 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 [2019-07-30T06:27:18.939Z] 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 [2019-07-30T06:27:18.939Z] 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 [2019-07-30T06:27:18.939Z] 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 [2019-07-30T06:27:18.939Z] 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 274 kB/s) [2019-07-30T06:27:18.939Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom [2019-07-30T06:27:18.939Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom [2019-07-30T06:27:18.939Z] 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 [2019-07-30T06:27:19.195Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom [2019-07-30T06:27:19.195Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/30/maven-plugins-30.pom [2019-07-30T06:27:19.195Z] 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 [2019-07-30T06:27:19.195Z] 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 363 kB/s) [2019-07-30T06:27:19.195Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [2019-07-30T06:27:19.195Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom [2019-07-30T06:27:19.195Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/30/maven-parent-30.pom [2019-07-30T06:27:19.451Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom [2019-07-30T06:27:19.451Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [2019-07-30T06:27:19.451Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [2019-07-30T06:27:19.451Z] 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.7 MB/s) [2019-07-30T06:27:19.451Z] 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 [2019-07-30T06:27:19.451Z] 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 [2019-07-30T06:27:19.451Z] 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 [2019-07-30T06:27:19.708Z] 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 [2019-07-30T06:27:19.708Z] 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 [2019-07-30T06:27:19.708Z] 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 [2019-07-30T06:27:19.708Z] 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 1.2 MB/s) [2019-07-30T06:27:19.708Z] 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 [2019-07-30T06:27:19.708Z] 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 [2019-07-30T06:27:19.708Z] 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 [2019-07-30T06:27:19.966Z] 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 [2019-07-30T06:27:19.966Z] 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 [2019-07-30T06:27:19.966Z] 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 [2019-07-30T06:27:19.966Z] 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 84 kB/s) [2019-07-30T06:27:19.966Z] 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 [2019-07-30T06:27:19.966Z] 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 [2019-07-30T06:27:19.966Z] 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 [2019-07-30T06:27:20.222Z] 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 [2019-07-30T06:27:20.222Z] 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 [2019-07-30T06:27:20.222Z] 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 [2019-07-30T06:27:20.222Z] 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 1.4 MB/s) [2019-07-30T06:27:20.222Z] 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 [2019-07-30T06:27:20.222Z] 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 [2019-07-30T06:27:20.222Z] 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 [2019-07-30T06:27:20.478Z] 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 [2019-07-30T06:27:20.478Z] 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 [2019-07-30T06:27:20.478Z] 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 [2019-07-30T06:27:20.478Z] 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 238 kB/s) [2019-07-30T06:27:20.478Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom [2019-07-30T06:27:20.478Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom [2019-07-30T06:27:20.478Z] 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 [2019-07-30T06:27:20.478Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom [2019-07-30T06:27:20.734Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom [2019-07-30T06:27:20.734Z] 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 [2019-07-30T06:27:20.734Z] 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 415 kB/s) [2019-07-30T06:27:20.734Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/24/maven-parent-24.pom [2019-07-30T06:27:20.734Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom [2019-07-30T06:27:20.734Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/24/maven-parent-24.pom [2019-07-30T06:27:20.734Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom [2019-07-30T06:27:20.734Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/24/maven-parent-24.pom [2019-07-30T06:27:20.991Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom [2019-07-30T06:27:20.991Z] 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 156 kB/s) [2019-07-30T06:27:20.991Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/14/apache-14.pom [2019-07-30T06:27:20.991Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/14/apache-14.pom [2019-07-30T06:27:21.247Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/14/apache-14.pom [2019-07-30T06:27:21.247Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/14/apache-14.pom [2019-07-30T06:27:21.247Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/14/apache-14.pom [2019-07-30T06:27:21.247Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom [2019-07-30T06:27:21.247Z] 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 524 kB/s) [2019-07-30T06:27:21.247Z] 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 [2019-07-30T06:27:21.247Z] 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 [2019-07-30T06:27:21.503Z] 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 [2019-07-30T06:27:21.503Z] 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 [2019-07-30T06:27:21.503Z] 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 [2019-07-30T06:27:21.503Z] 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 [2019-07-30T06:27:21.503Z] 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 1.0 MB/s) [2019-07-30T06:27:21.503Z] 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 [2019-07-30T06:27:21.503Z] 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 [2019-07-30T06:27:21.759Z] 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 [2019-07-30T06:27:21.760Z] 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 [2019-07-30T06:27:21.760Z] 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 [2019-07-30T06:27:21.760Z] 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 [2019-07-30T06:27:21.760Z] 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 275 kB/s) [2019-07-30T06:27:21.760Z] 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 [2019-07-30T06:27:21.760Z] 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 [2019-07-30T06:27:21.760Z] 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 [2019-07-30T06:27:22.016Z] 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 [2019-07-30T06:27:22.016Z] 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 [2019-07-30T06:27:22.016Z] 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 [2019-07-30T06:27:22.016Z] 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 1.5 MB/s) [2019-07-30T06:27:22.016Z] 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 [2019-07-30T06:27:22.016Z] 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 [2019-07-30T06:27:22.016Z] 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 [2019-07-30T06:27:22.275Z] 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 [2019-07-30T06:27:22.275Z] 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 [2019-07-30T06:27:22.275Z] 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 [2019-07-30T06:27:22.275Z] 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 605 kB/s) [2019-07-30T06:27:22.275Z] 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 [2019-07-30T06:27:22.275Z] 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 [2019-07-30T06:27:22.275Z] 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 [2019-07-30T06:27:22.531Z] 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 [2019-07-30T06:27:22.531Z] 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 [2019-07-30T06:27:22.531Z] 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 [2019-07-30T06:27:22.531Z] 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 4.3 MB/s) [2019-07-30T06:27:22.531Z] 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 [2019-07-30T06:27:22.531Z] 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 [2019-07-30T06:27:22.531Z] 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 [2019-07-30T06:27:22.788Z] 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 [2019-07-30T06:27:22.788Z] 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 [2019-07-30T06:27:22.788Z] 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 [2019-07-30T06:27:22.788Z] 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 176 kB/s) [2019-07-30T06:27:22.788Z] 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 [2019-07-30T06:27:22.788Z] 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 [2019-07-30T06:27:22.788Z] 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 [2019-07-30T06:27:23.045Z] 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 [2019-07-30T06:27:23.045Z] 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 [2019-07-30T06:27:23.045Z] 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 [2019-07-30T06:27:23.045Z] 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.8 MB/s) [2019-07-30T06:27:23.045Z] 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 [2019-07-30T06:27:23.045Z] 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 [2019-07-30T06:27:23.045Z] 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 [2019-07-30T06:27:23.301Z] 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 [2019-07-30T06:27:23.301Z] 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 [2019-07-30T06:27:23.301Z] 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 [2019-07-30T06:27:23.301Z] 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) [2019-07-30T06:27:23.301Z] 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 [2019-07-30T06:27:23.301Z] 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 [2019-07-30T06:27:23.301Z] 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 [2019-07-30T06:27:23.557Z] 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 [2019-07-30T06:27:23.557Z] 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 [2019-07-30T06:27:23.557Z] 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 [2019-07-30T06:27:23.557Z] 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 57 kB/s) [2019-07-30T06:27:23.557Z] 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 [2019-07-30T06:27:23.557Z] 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 [2019-07-30T06:27:23.557Z] 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 [2019-07-30T06:27:23.814Z] 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 [2019-07-30T06:27:23.814Z] 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 [2019-07-30T06:27:23.814Z] 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 [2019-07-30T06:27:23.814Z] 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 137 kB/s) [2019-07-30T06:27:23.814Z] 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 [2019-07-30T06:27:23.814Z] 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 [2019-07-30T06:27:23.814Z] 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 [2019-07-30T06:27:24.071Z] 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 [2019-07-30T06:27:24.071Z] 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 [2019-07-30T06:27:24.999Z] 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 [2019-07-30T06:27:30.247Z] 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 294 B/s) [2019-07-30T06:27:30.247Z] 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 [2019-07-30T06:27:30.247Z] 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 [2019-07-30T06:27:30.247Z] 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 [2019-07-30T06:27:30.247Z] 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 [2019-07-30T06:27:30.247Z] 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 [2019-07-30T06:27:30.247Z] 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 [2019-07-30T06:27:30.503Z] 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 64 kB/s) [2019-07-30T06:27:30.503Z] 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 [2019-07-30T06:27:30.503Z] 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 [2019-07-30T06:27:30.503Z] 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 [2019-07-30T06:27:30.503Z] 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 [2019-07-30T06:27:30.503Z] 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 [2019-07-30T06:27:30.759Z] 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 [2019-07-30T06:27:30.759Z] 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 99 kB/s) [2019-07-30T06:27:30.760Z] 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 [2019-07-30T06:27:30.760Z] 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 [2019-07-30T06:27:30.760Z] 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 [2019-07-30T06:27:30.760Z] 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 [2019-07-30T06:27:30.760Z] 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 [2019-07-30T06:27:30.760Z] 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 [2019-07-30T06:27:31.018Z] 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 90 kB/s) [2019-07-30T06:27:31.018Z] 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 [2019-07-30T06:27:31.018Z] 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 [2019-07-30T06:27:31.018Z] 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 [2019-07-30T06:27:31.018Z] 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 [2019-07-30T06:27:31.018Z] 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 [2019-07-30T06:27:31.018Z] 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 [2019-07-30T06:27:31.018Z] 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 142 kB/s) [2019-07-30T06:27:31.018Z] 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 [2019-07-30T06:27:31.274Z] 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 [2019-07-30T06:27:31.274Z] 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 [2019-07-30T06:27:31.274Z] 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 [2019-07-30T06:27:31.274Z] 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 [2019-07-30T06:27:31.274Z] 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 [2019-07-30T06:27:31.530Z] 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 882 kB/s) [2019-07-30T06:27:31.530Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/31/maven-parent-31.pom [2019-07-30T06:27:31.530Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom [2019-07-30T06:27:31.530Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/31/maven-parent-31.pom [2019-07-30T06:27:31.530Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom [2019-07-30T06:27:31.530Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom [2019-07-30T06:27:31.530Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [2019-07-30T06:27:31.530Z] 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 2.1 MB/s) [2019-07-30T06:27:31.530Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/19/apache-19.pom [2019-07-30T06:27:31.787Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/19/apache-19.pom [2019-07-30T06:27:31.787Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/19/apache-19.pom [2019-07-30T06:27:31.787Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/19/apache-19.pom [2019-07-30T06:27:31.787Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/19/apache-19.pom [2019-07-30T06:27:31.787Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [2019-07-30T06:27:31.787Z] 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) [2019-07-30T06:27:31.787Z] 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 [2019-07-30T06:27:31.787Z] 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 [2019-07-30T06:27:32.043Z] 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 [2019-07-30T06:27:32.043Z] 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 [2019-07-30T06:27:32.043Z] 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 [2019-07-30T06:27:32.043Z] 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 [2019-07-30T06:27:32.043Z] 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 59 kB/s) [2019-07-30T06:27:32.043Z] 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 [2019-07-30T06:27:32.043Z] 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 [2019-07-30T06:27:32.299Z] 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 [2019-07-30T06:27:32.299Z] 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 [2019-07-30T06:27:32.299Z] 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 [2019-07-30T06:27:32.299Z] 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 [2019-07-30T06:27:32.299Z] 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 379 kB/s) [2019-07-30T06:27:32.299Z] 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 [2019-07-30T06:27:32.299Z] 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 [2019-07-30T06:27:32.299Z] 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 [2019-07-30T06:27:32.556Z] 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 [2019-07-30T06:27:32.556Z] 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 [2019-07-30T06:27:32.556Z] 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 [2019-07-30T06:27:32.556Z] 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 58 kB/s) [2019-07-30T06:27:32.556Z] 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 [2019-07-30T06:27:32.556Z] 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 [2019-07-30T06:27:32.556Z] 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 [2019-07-30T06:27:32.812Z] 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 [2019-07-30T06:27:32.812Z] 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 [2019-07-30T06:27:32.812Z] 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 [2019-07-30T06:27:32.812Z] 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 244 kB/s) [2019-07-30T06:27:32.812Z] 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 [2019-07-30T06:27:32.812Z] 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 [2019-07-30T06:27:33.068Z] 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 [2019-07-30T06:27:33.068Z] 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 [2019-07-30T06:27:33.068Z] 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 [2019-07-30T06:27:33.068Z] 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 [2019-07-30T06:27:33.068Z] 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 295 kB/s) [2019-07-30T06:27:33.068Z] 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 [2019-07-30T06:27:33.325Z] 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 [2019-07-30T06:27:33.325Z] 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 [2019-07-30T06:27:33.325Z] 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 [2019-07-30T06:27:33.325Z] 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 [2019-07-30T06:27:33.325Z] 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 [2019-07-30T06:27:33.325Z] 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 51 kB/s) [2019-07-30T06:27:33.325Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [2019-07-30T06:27:33.325Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [2019-07-30T06:27:33.582Z] 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 [2019-07-30T06:27:33.582Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [2019-07-30T06:27:33.582Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [2019-07-30T06:27:33.582Z] 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 [2019-07-30T06:27:33.582Z] 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 830 kB/s) [2019-07-30T06:27:33.582Z] 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 [2019-07-30T06:27:33.582Z] 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 [2019-07-30T06:27:33.841Z] 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 [2019-07-30T06:27:33.841Z] 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 [2019-07-30T06:27:33.841Z] 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 [2019-07-30T06:27:33.841Z] 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 [2019-07-30T06:27:33.841Z] 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 76 kB/s) [2019-07-30T06:27:33.841Z] 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 [2019-07-30T06:27:33.841Z] 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 [2019-07-30T06:27:33.841Z] 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 [2019-07-30T06:27:34.098Z] 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 [2019-07-30T06:27:34.098Z] 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 [2019-07-30T06:27:34.098Z] 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 [2019-07-30T06:27:34.098Z] 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 52 kB/s) [2019-07-30T06:27:34.098Z] 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 [2019-07-30T06:27:34.098Z] 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 [2019-07-30T06:27:34.098Z] 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 [2019-07-30T06:27:34.355Z] 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 [2019-07-30T06:27:34.355Z] 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 [2019-07-30T06:27:34.355Z] 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 [2019-07-30T06:27:34.355Z] Progress (1): 4.1/5.0 kB Progress (1): 5.0 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 147 kB/s) [2019-07-30T06:27:34.355Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [2019-07-30T06:27:34.355Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [2019-07-30T06:27:34.355Z] 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 [2019-07-30T06:27:34.611Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [2019-07-30T06:27:34.611Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [2019-07-30T06:27:34.611Z] 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 [2019-07-30T06:27:34.611Z] 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 889 kB/s) [2019-07-30T06:27:34.611Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [2019-07-30T06:27:34.611Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [2019-07-30T06:27:34.611Z] 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 [2019-07-30T06:27:35.174Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [2019-07-30T06:27:35.174Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [2019-07-30T06:27:35.174Z] 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 [2019-07-30T06:27:35.174Z] 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 145 kB/s) [2019-07-30T06:27:35.174Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom [2019-07-30T06:27:35.174Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/xbean/xbean/3.7/xbean-3.7.pom [2019-07-30T06:27:35.174Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/xbean/xbean/3.7/xbean-3.7.pom [2019-07-30T06:27:35.430Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/xbean/xbean/3.7/xbean-3.7.pom [2019-07-30T06:27:35.430Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom [2019-07-30T06:27:35.431Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom [2019-07-30T06:27:35.431Z] 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 594 kB/s) [2019-07-30T06:27:35.431Z] 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 [2019-07-30T06:27:35.431Z] 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 [2019-07-30T06:27:35.431Z] 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 [2019-07-30T06:27:35.686Z] 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 [2019-07-30T06:27:35.686Z] 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 [2019-07-30T06:27:35.686Z] 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 [2019-07-30T06:27:35.686Z] 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 228 kB/s) [2019-07-30T06:27:35.686Z] 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 [2019-07-30T06:27:35.686Z] 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 [2019-07-30T06:27:35.686Z] 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 [2019-07-30T06:27:35.942Z] 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 [2019-07-30T06:27:35.943Z] 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 [2019-07-30T06:27:35.943Z] 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 [2019-07-30T06:27:35.943Z] 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 660 kB/s) [2019-07-30T06:27:35.943Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [2019-07-30T06:27:35.943Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [2019-07-30T06:27:35.943Z] 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 [2019-07-30T06:27:36.200Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [2019-07-30T06:27:36.200Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [2019-07-30T06:27:36.200Z] 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 [2019-07-30T06:27:36.200Z] 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 682 kB/s) [2019-07-30T06:27:36.200Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom [2019-07-30T06:27:36.200Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.pom [2019-07-30T06:27:36.200Z] 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 [2019-07-30T06:27:36.457Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.pom [2019-07-30T06:27:36.457Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom [2019-07-30T06:27:36.457Z] 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 [2019-07-30T06:27:36.457Z] 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 99 kB/s) [2019-07-30T06:27:36.457Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/google/1/google-1.pom [2019-07-30T06:27:36.457Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/google/1/google-1.pom [2019-07-30T06:27:36.457Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/google/1/google-1.pom [2019-07-30T06:27:36.713Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/google/1/google-1.pom [2019-07-30T06:27:36.713Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/google/1/google-1.pom [2019-07-30T06:27:36.713Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [2019-07-30T06:27:36.713Z] 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 74 kB/s) [2019-07-30T06:27:36.713Z] 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 [2019-07-30T06:27:36.713Z] 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 [2019-07-30T06:27:36.713Z] 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 [2019-07-30T06:27:36.969Z] 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 [2019-07-30T06:27:36.969Z] 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 [2019-07-30T06:27:36.969Z] 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 [2019-07-30T06:27:36.969Z] Progress (1): 2.8 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 99 kB/s) [2019-07-30T06:27:36.969Z] 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 [2019-07-30T06:27:36.969Z] 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 [2019-07-30T06:27:36.969Z] 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 [2019-07-30T06:27:37.226Z] 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 [2019-07-30T06:27:37.226Z] 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 [2019-07-30T06:27:37.226Z] 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 [2019-07-30T06:27:37.226Z] 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 78 kB/s) [2019-07-30T06:27:37.226Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [2019-07-30T06:27:37.226Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [2019-07-30T06:27:37.226Z] 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 [2019-07-30T06:27:37.483Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [2019-07-30T06:27:37.483Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [2019-07-30T06:27:37.483Z] 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 [2019-07-30T06:27:37.483Z] 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 42 kB/s) [2019-07-30T06:27:37.483Z] 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 [2019-07-30T06:27:37.483Z] 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 [2019-07-30T06:27:37.483Z] 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 [2019-07-30T06:27:37.483Z] 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 [2019-07-30T06:27:37.483Z] 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 [2019-07-30T06:27:37.739Z] 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 [2019-07-30T06:27:37.739Z] 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 177 kB/s) [2019-07-30T06:27:37.739Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [2019-07-30T06:27:37.739Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [2019-07-30T06:27:37.739Z] 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 [2019-07-30T06:27:37.739Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [2019-07-30T06:27:37.739Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [2019-07-30T06:27:37.995Z] 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 [2019-07-30T06:27:37.995Z] 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 505 kB/s) [2019-07-30T06:27:37.995Z] 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 [2019-07-30T06:27:37.995Z] 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 [2019-07-30T06:27:37.995Z] 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 [2019-07-30T06:27:37.995Z] 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 [2019-07-30T06:27:37.995Z] 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 [2019-07-30T06:27:37.995Z] 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 [2019-07-30T06:27:38.252Z] 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) [2019-07-30T06:27:38.252Z] 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 [2019-07-30T06:27:38.252Z] 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 [2019-07-30T06:27:38.252Z] 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 [2019-07-30T06:27:38.252Z] 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 [2019-07-30T06:27:38.252Z] 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 [2019-07-30T06:27:38.252Z] 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 [2019-07-30T06:27:38.252Z] 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 81 kB/s) [2019-07-30T06:27:38.252Z] 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 [2019-07-30T06:27:38.508Z] 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 [2019-07-30T06:27:38.508Z] 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 [2019-07-30T06:27:38.766Z] 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 [2019-07-30T06:27:38.766Z] 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 [2019-07-30T06:27:38.766Z] 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 [2019-07-30T06:27:38.766Z] 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 38 kB/s) [2019-07-30T06:27:38.766Z] 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 [2019-07-30T06:27:39.022Z] 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 [2019-07-30T06:27:39.022Z] 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 [2019-07-30T06:27:39.022Z] 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 [2019-07-30T06:27:39.022Z] 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 [2019-07-30T06:27:39.022Z] 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 [2019-07-30T06:27:39.022Z] 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 102 kB/s) [2019-07-30T06:27:39.022Z] 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 [2019-07-30T06:27:39.022Z] 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 [2019-07-30T06:27:39.279Z] 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 [2019-07-30T06:27:39.279Z] 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 [2019-07-30T06:27:39.279Z] 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 [2019-07-30T06:27:39.279Z] 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 [2019-07-30T06:27:39.279Z] 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) [2019-07-30T06:27:39.279Z] 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 [2019-07-30T06:27:39.279Z] 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 [2019-07-30T06:27:39.536Z] 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 [2019-07-30T06:27:39.536Z] 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 [2019-07-30T06:27:39.536Z] 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 [2019-07-30T06:27:39.536Z] 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 [2019-07-30T06:27:39.536Z] 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 87 kB/s) [2019-07-30T06:27:39.536Z] 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 [2019-07-30T06:27:39.536Z] 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 [2019-07-30T06:27:39.536Z] 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 [2019-07-30T06:27:39.793Z] 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 [2019-07-30T06:27:39.793Z] 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 [2019-07-30T06:27:39.793Z] 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 [2019-07-30T06:27:39.793Z] 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 92 kB/s) [2019-07-30T06:27:39.793Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [2019-07-30T06:27:39.793Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [2019-07-30T06:27:39.793Z] 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 [2019-07-30T06:27:40.049Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [2019-07-30T06:27:40.049Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [2019-07-30T06:27:40.049Z] 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 [2019-07-30T06:27:40.049Z] 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 147 kB/s) [2019-07-30T06:27:40.049Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/ow2/1.5/ow2-1.5.pom [2019-07-30T06:27:40.049Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom [2019-07-30T06:27:40.049Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/ow2/1.5/ow2-1.5.pom [2019-07-30T06:27:40.306Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom [2019-07-30T06:27:40.306Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/ow2/1.5/ow2-1.5.pom [2019-07-30T06:27:40.306Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [2019-07-30T06:27:40.306Z] 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 432 kB/s) [2019-07-30T06:27:40.306Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom [2019-07-30T06:27:40.306Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom [2019-07-30T06:27:40.306Z] 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 [2019-07-30T06:27:40.562Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom [2019-07-30T06:27:40.562Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom [2019-07-30T06:27:40.562Z] 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 [2019-07-30T06:27:40.562Z] 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 792 kB/s) [2019-07-30T06:27:40.562Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2019-07-30T06:27:40.562Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2019-07-30T06:27:40.562Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2019-07-30T06:27:40.819Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2019-07-30T06:27:40.819Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2019-07-30T06:27:40.819Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2019-07-30T06:27:40.819Z] 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 274 kB/s) [2019-07-30T06:27:40.819Z] 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 [2019-07-30T06:27:40.819Z] 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 [2019-07-30T06:27:40.819Z] 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 [2019-07-30T06:27:40.819Z] 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 [2019-07-30T06:27:40.819Z] 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 [2019-07-30T06:27:40.819Z] 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 [2019-07-30T06:27:40.819Z] 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 [2019-07-30T06:27:40.819Z] 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 [2019-07-30T06:27:40.819Z] 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 [2019-07-30T06:27:40.819Z] 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 [2019-07-30T06:27:40.819Z] 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 [2019-07-30T06:27:40.819Z] 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 [2019-07-30T06:27:40.819Z] 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 [2019-07-30T06:27:40.819Z] 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 [2019-07-30T06:27:40.819Z] 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 [2019-07-30T06:27:40.819Z] 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 [2019-07-30T06:27:40.819Z] 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 [2019-07-30T06:27:40.819Z] 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 [2019-07-30T06:27:40.819Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [2019-07-30T06:27:40.819Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [2019-07-30T06:27:41.076Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.076Z] 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 [2019-07-30T06:27:41.333Z] 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 [2019-07-30T06:27:41.333Z] 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 [2019-07-30T06:27:41.333Z] 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 [2019-07-30T06:27:41.333Z] 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 [2019-07-30T06:27:41.333Z] 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 [2019-07-30T06:27:41.591Z] 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 [2019-07-30T06:27:41.591Z] 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 [2019-07-30T06:27:41.591Z] 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 [2019-07-30T06:27:41.591Z] 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 [2019-07-30T06:27:41.591Z] 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 [2019-07-30T06:27:41.591Z] 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 [2019-07-30T06:27:41.591Z] 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 [2019-07-30T06:27:41.591Z] 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 [2019-07-30T06:27:41.591Z] 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 [2019-07-30T06:27:41.591Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [2019-07-30T06:27:41.848Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:41.848Z] 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 [2019-07-30T06:27:42.105Z] 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 [2019-07-30T06:27:42.105Z] 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 [2019-07-30T06:27:42.105Z] 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 [2019-07-30T06:27:42.105Z] 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 [2019-07-30T06:27:42.105Z] 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 [2019-07-30T06:27:42.105Z] 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 [2019-07-30T06:27:42.105Z] 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 [2019-07-30T06:27:42.105Z] 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 [2019-07-30T06:27:42.105Z] 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 [2019-07-30T06:27:42.105Z] 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 [2019-07-30T06:27:42.105Z] 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 [2019-07-30T06:27:42.105Z] 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 [2019-07-30T06:27:42.105Z] 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 [2019-07-30T06:27:42.105Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [2019-07-30T06:27:42.105Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar [2019-07-30T06:27:42.105Z] 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 [2019-07-30T06:27:42.105Z] 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 [2019-07-30T06:27:42.105Z] 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 [2019-07-30T06:27:42.105Z] 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 [2019-07-30T06:27:42.105Z] 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 [2019-07-30T06:27:42.105Z] Progress (1): 4.1/920 kB Progress (1): 7.7/920 kB Progress (1): 12/920 kB Progress (1): 16/920 kB Progress (1): 20/920 kB Progress (1): 24/920 kB Progress (2): 24/920 kB | 4.1/429 kB Progress (2): 28/920 kB | 4.1/429 kB Progress (2): 28/920 kB | 7.7/429 kB Progress (2): 32/920 kB | 7.7/429 kB Progress (2): 32/920 kB | 12/429 kB Progress (2): 36/920 kB | 12/429 kB Progress (2): 36/920 kB | 16/429 kB Progress (2): 40/920 kB | 16/429 kB Progress (2): 40/920 kB | 20/429 kB Progress (2): 44/920 kB | 20/429 kB Progress (2): 44/920 kB | 24/429 kB Progress (2): 48/920 kB | 24/429 kB Progress (3): 48/920 kB | 24/429 kB | 4.1/26 kB Progress (4): 48/920 kB | 24/429 kB | 4.1/26 kB | 4.1/65 kB Progress (4): 52/920 kB | 24/429 kB | 4.1/26 kB | 4.1/65 kB Progress (4): 52/920 kB | 28/429 kB | 4.1/26 kB | 4.1/65 kB Progress (4): 52/920 kB | 28/429 kB | 4.1/26 kB | 7.7/65 kB Progress (4): 52/920 kB | 28/429 kB | 7.7/26 kB | 7.7/65 kB Progress (4): 52/920 kB | 28/429 kB | 7.7/26 kB | 12/65 kB Progress (4): 52/920 kB | 32/429 kB | 7.7/26 kB | 12/65 kB Progress (4): 56/920 kB | 32/429 kB | 7.7/26 kB | 12/65 kB Progress (4): 56/920 kB | 36/429 kB | 7.7/26 kB | 12/65 kB Progress (4): 56/920 kB | 36/429 kB | 7.7/26 kB | 16/65 kB Progress (4): 56/920 kB | 36/429 kB | 12/26 kB | 16/65 kB Progress (4): 56/920 kB | 36/429 kB | 12/26 kB | 20/65 kB Progress (4): 56/920 kB | 40/429 kB | 12/26 kB | 20/65 kB Progress (5): 56/920 kB | 40/429 kB | 12/26 kB | 20/65 kB | 4.1/187 kB Progress (5): 60/920 kB | 40/429 kB | 12/26 kB | 20/65 kB | 4.1/187 kB Progress (5): 60/920 kB | 40/429 kB | 12/26 kB | 20/65 kB | 7.7/187 kB Progress (5): 60/920 kB | 44/429 kB | 12/26 kB | 20/65 kB | 7.7/187 kB Progress (5): 60/920 kB | 44/429 kB | 12/26 kB | 24/65 kB | 7.7/187 kB Progress (5): 60/920 kB | 44/429 kB | 16/26 kB | 24/65 kB | 7.7/187 kB Progress (5): 60/920 kB | 44/429 kB | 16/26 kB | 28/65 kB | 7.7/187 kB Progress (5): 60/920 kB | 48/429 kB | 16/26 kB | 28/65 kB | 7.7/187 kB Progress (5): 60/920 kB | 48/429 kB | 16/26 kB | 28/65 kB | 12/187 kB Progress (5): 64/920 kB | 48/429 kB | 16/26 kB | 28/65 kB | 12/187 kB Progress (5): 64/920 kB | 48/429 kB | 16/26 kB | 28/65 kB | 16/187 kB Progress (5): 64/920 kB | 52/429 kB | 16/26 kB | 28/65 kB | 16/187 kB Progress (5): 64/920 kB | 52/429 kB | 16/26 kB | 32/65 kB | 16/187 kB Progress (5): 64/920 kB | 52/429 kB | 20/26 kB | 32/65 kB | 16/187 kB Progress (5): 64/920 kB | 52/429 kB | 20/26 kB | 36/65 kB | 16/187 kB Progress (5): 64/920 kB | 56/429 kB | 20/26 kB | 36/65 kB | 16/187 kB Progress (5): 64/920 kB | 56/429 kB | 20/26 kB | 36/65 kB | 20/187 kB Progress (5): 68/920 kB | 56/429 kB | 20/26 kB | 36/65 kB | 20/187 kB Progress (5): 68/920 kB | 56/429 kB | 20/26 kB | 36/65 kB | 24/187 kB Progress (5): 68/920 kB | 60/429 kB | 20/26 kB | 36/65 kB | 24/187 kB Progress (5): 68/920 kB | 60/429 kB | 20/26 kB | 40/65 kB | 24/187 kB Progress (5): 68/920 kB | 60/429 kB | 24/26 kB | 40/65 kB | 24/187 kB Progress (5): 68/920 kB | 60/429 kB | 24/26 kB | 44/65 kB | 24/187 kB Progress (5): 68/920 kB | 64/429 kB | 24/26 kB | 44/65 kB | 24/187 kB Progress (5): 68/920 kB | 64/429 kB | 24/26 kB | 44/65 kB | 28/187 kB Progress (5): 72/920 kB | 64/429 kB | 24/26 kB | 44/65 kB | 28/187 kB Progress (5): 72/920 kB | 64/429 kB | 24/26 kB | 44/65 kB | 32/187 kB Progress (5): 72/920 kB | 68/429 kB | 24/26 kB | 44/65 kB | 32/187 kB Progress (5): 72/920 kB | 68/429 kB | 24/26 kB | 48/65 kB | 32/187 kB Progress (5): 72/920 kB | 68/429 kB | 26 kB | 48/65 kB | 32/187 kB Progress (5): 72/920 kB | 68/429 kB | 26 kB | 52/65 kB | 32/187 kB Progress (5): 72/920 kB | 72/429 kB | 26 kB | 52/65 kB | 32/187 kB Progress (5): 72/920 kB | 72/429 kB | 26 kB | 52/65 kB | 36/187 kB Progress (5): 76/920 kB | 72/429 kB | 26 kB | 52/65 kB | 36/187 kB Progress (5): 76/920 kB | 72/429 kB | 26 kB | 52/65 kB | 40/187 kB Progress (5): 76/920 kB | 76/429 kB | 26 kB | 52/65 kB | 40/187 kB Progress (5): 76/920 kB | 76/429 kB | 26 kB | 56/65 kB | 40/187 kB Progress (5): 76/920 kB | 80/429 kB | 26 kB | 56/65 kB | 40/187 kB Progress (5): 76/920 kB | 80/429 kB | 26 kB | 56/65 kB | 44/187 kB Progress (5): 80/920 kB | 80/429 kB | 26 kB | 56/65 kB | 44/187 kB Progress (5): 80/920 kB | 80/429 kB | 26 kB | 56/65 kB | 48/187 kB Progress (5): 80/920 kB | 84/429 kB | 26 kB | 56/65 kB | 48/187 kB Progress (5): 80/920 kB | 84/429 kB | 26 kB | 60/65 kB | 48/187 kB Progress (5): 80/920 kB | 88/429 kB | 26 kB | 60/65 kB | 48/187 kB Progress (5): 80/920 kB | 88/429 kB | 26 kB | 60/65 kB | 52/187 kB Progress (5): 84/920 kB | 88/429 kB | 26 kB | 60/65 kB | 52/187 kB Progress (5): 84/920 kB | 88/429 kB | 26 kB | 60/65 kB | 56/187 kB Progress (5): 84/920 kB | 92/429 kB | 26 kB | 60/65 kB | 56/187 kB Progress (5): 84/920 kB | 92/429 kB | 26 kB | 64/65 kB | 56/187 kB Progress (5): 84/920 kB | 96/429 kB | 26 kB | 64/65 kB | 56/187 kB Progress (5): 84/920 kB | 96/429 kB | 26 kB | 64/65 kB | 60/187 kB Progress (5): 88/920 kB | 96/429 kB | 26 kB | 64/65 kB | 60/187 kB Progress (5): 88/920 kB | 96/429 kB | 26 kB | 64/65 kB | 64/187 kB Progress (5): 88/920 kB | 100/429 kB | 26 kB | 64/65 kB | 64/187 kB Progress (5): 88/920 kB | 100/429 kB | 26 kB | 65 kB | 64/187 kB Progress (5): 88/920 kB | 104/429 kB | 26 kB | 65 kB | 64/187 kB Progress (5): 88/920 kB | 104/429 kB | 26 kB | 65 kB | 68/187 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 558 kB/s) [2019-07-30T06:27:42.105Z] Progress (4): 92/920 kB | 104/429 kB | 65 kB | 68/187 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 [2019-07-30T06:27:42.364Z] Progress (4): 92/920 kB | 104/429 kB | 65 kB | 72/187 kB Progress (4): 92/920 kB | 108/429 kB | 65 kB | 72/187 kB Progress (4): 92/920 kB | 108/429 kB | 65 kB | 76/187 kB Progress (4): 96/920 kB | 108/429 kB | 65 kB | 76/187 kB Progress (4): 96/920 kB | 108/429 kB | 65 kB | 80/187 kB Progress (4): 96/920 kB | 112/429 kB | 65 kB | 80/187 kB Progress (4): 96/920 kB | 112/429 kB | 65 kB | 84/187 kB Progress (4): 100/920 kB | 112/429 kB | 65 kB | 84/187 kB Progress (4): 100/920 kB | 112/429 kB | 65 kB | 88/187 kB Progress (4): 100/920 kB | 116/429 kB | 65 kB | 88/187 kB Progress (4): 100/920 kB | 116/429 kB | 65 kB | 92/187 kB Progress (4): 104/920 kB | 116/429 kB | 65 kB | 92/187 kB Progress (4): 104/920 kB | 116/429 kB | 65 kB | 96/187 kB Progress (4): 104/920 kB | 120/429 kB | 65 kB | 96/187 kB Progress (4): 104/920 kB | 124/429 kB | 65 kB | 96/187 kB Progress (4): 104/920 kB | 128/429 kB | 65 kB | 96/187 kB Progress (4): 104/920 kB | 132/429 kB | 65 kB | 96/187 kB Progress (5): 104/920 kB | 132/429 kB | 65 kB | 96/187 kB | 4.1/112 kB Progress (5): 104/920 kB | 132/429 kB | 65 kB | 96/187 kB | 7.7/112 kB Progress (5): 104/920 kB | 132/429 kB | 65 kB | 96/187 kB | 12/112 kB Progress (5): 104/920 kB | 132/429 kB | 65 kB | 96/187 kB | 16/112 kB Progress (5): 104/920 kB | 132/429 kB | 65 kB | 96/187 kB | 20/112 kB Progress (5): 104/920 kB | 132/429 kB | 65 kB | 100/187 kB | 20/112 kB Progress (5): 108/920 kB | 132/429 kB | 65 kB | 100/187 kB | 20/112 kB Progress (5): 108/920 kB | 136/429 kB | 65 kB | 100/187 kB | 20/112 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 681 kB/s) [2019-07-30T06:27:42.364Z] Progress (4): 108/920 kB | 136/429 kB | 104/187 kB | 20/112 kB Progress (4): 108/920 kB | 136/429 kB | 104/187 kB | 24/112 kB Progress (4): 108/920 kB | 136/429 kB | 108/187 kB | 24/112 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar [2019-07-30T06:27:42.364Z] Progress (4): 108/920 kB | 140/429 kB | 108/187 kB | 24/112 kB Progress (4): 112/920 kB | 140/429 kB | 108/187 kB | 24/112 kB Progress (4): 112/920 kB | 144/429 kB | 108/187 kB | 24/112 kB Progress (4): 112/920 kB | 144/429 kB | 112/187 kB | 24/112 kB Progress (4): 112/920 kB | 144/429 kB | 112/187 kB | 28/112 kB Progress (4): 112/920 kB | 144/429 kB | 116/187 kB | 28/112 kB Progress (4): 112/920 kB | 148/429 kB | 116/187 kB | 28/112 kB Progress (4): 116/920 kB | 148/429 kB | 116/187 kB | 28/112 kB Progress (4): 116/920 kB | 152/429 kB | 116/187 kB | 28/112 kB Progress (4): 116/920 kB | 152/429 kB | 120/187 kB | 28/112 kB Progress (4): 116/920 kB | 152/429 kB | 120/187 kB | 32/112 kB Progress (4): 116/920 kB | 152/429 kB | 124/187 kB | 32/112 kB Progress (4): 116/920 kB | 156/429 kB | 124/187 kB | 32/112 kB Progress (4): 120/920 kB | 156/429 kB | 124/187 kB | 32/112 kB Progress (4): 120/920 kB | 160/429 kB | 124/187 kB | 32/112 kB Progress (4): 120/920 kB | 160/429 kB | 128/187 kB | 32/112 kB Progress (4): 120/920 kB | 160/429 kB | 128/187 kB | 33/112 kB Progress (4): 120/920 kB | 160/429 kB | 132/187 kB | 33/112 kB Progress (4): 120/920 kB | 164/429 kB | 132/187 kB | 33/112 kB Progress (4): 124/920 kB | 164/429 kB | 132/187 kB | 33/112 kB Progress (4): 124/920 kB | 168/429 kB | 132/187 kB | 33/112 kB Progress (4): 124/920 kB | 168/429 kB | 136/187 kB | 33/112 kB Progress (4): 124/920 kB | 168/429 kB | 136/187 kB | 37/112 kB Progress (4): 124/920 kB | 168/429 kB | 140/187 kB | 37/112 kB Progress (4): 124/920 kB | 172/429 kB | 140/187 kB | 37/112 kB Progress (4): 128/920 kB | 172/429 kB | 140/187 kB | 37/112 kB Progress (4): 128/920 kB | 176/429 kB | 140/187 kB | 37/112 kB Progress (4): 128/920 kB | 176/429 kB | 144/187 kB | 37/112 kB Progress (4): 128/920 kB | 176/429 kB | 144/187 kB | 41/112 kB Progress (4): 128/920 kB | 176/429 kB | 148/187 kB | 41/112 kB Progress (4): 128/920 kB | 180/429 kB | 148/187 kB | 41/112 kB Progress (4): 132/920 kB | 180/429 kB | 148/187 kB | 41/112 kB Progress (4): 132/920 kB | 184/429 kB | 148/187 kB | 41/112 kB Progress (4): 132/920 kB | 184/429 kB | 152/187 kB | 41/112 kB Progress (4): 132/920 kB | 184/429 kB | 152/187 kB | 45/112 kB Progress (4): 132/920 kB | 184/429 kB | 156/187 kB | 45/112 kB Progress (4): 132/920 kB | 188/429 kB | 156/187 kB | 45/112 kB Progress (4): 136/920 kB | 188/429 kB | 156/187 kB | 45/112 kB Progress (4): 136/920 kB | 192/429 kB | 156/187 kB | 45/112 kB Progress (4): 136/920 kB | 192/429 kB | 160/187 kB | 45/112 kB Progress (4): 136/920 kB | 192/429 kB | 160/187 kB | 49/112 kB Progress (4): 136/920 kB | 192/429 kB | 164/187 kB | 49/112 kB Progress (4): 136/920 kB | 196/429 kB | 164/187 kB | 49/112 kB Progress (4): 140/920 kB | 196/429 kB | 164/187 kB | 49/112 kB Progress (4): 140/920 kB | 200/429 kB | 164/187 kB | 49/112 kB Progress (4): 140/920 kB | 200/429 kB | 168/187 kB | 49/112 kB Progress (4): 140/920 kB | 200/429 kB | 168/187 kB | 53/112 kB Progress (4): 140/920 kB | 200/429 kB | 172/187 kB | 53/112 kB Progress (4): 140/920 kB | 204/429 kB | 172/187 kB | 53/112 kB Progress (4): 144/920 kB | 204/429 kB | 172/187 kB | 53/112 kB Progress (4): 144/920 kB | 208/429 kB | 172/187 kB | 53/112 kB Progress (4): 144/920 kB | 208/429 kB | 176/187 kB | 53/112 kB Progress (5): 144/920 kB | 208/429 kB | 176/187 kB | 53/112 kB | 4.1/186 kB Progress (5): 144/920 kB | 208/429 kB | 176/187 kB | 57/112 kB | 4.1/186 kB Progress (5): 144/920 kB | 208/429 kB | 176/187 kB | 57/112 kB | 7.7/186 kB Progress (5): 144/920 kB | 208/429 kB | 180/187 kB | 57/112 kB | 7.7/186 kB Progress (5): 144/920 kB | 212/429 kB | 180/187 kB | 57/112 kB | 7.7/186 kB Progress (5): 148/920 kB | 212/429 kB | 180/187 kB | 57/112 kB | 7.7/186 kB Progress (5): 148/920 kB | 216/429 kB | 180/187 kB | 57/112 kB | 7.7/186 kB Progress (5): 148/920 kB | 216/429 kB | 184/187 kB | 57/112 kB | 7.7/186 kB Progress (5): 148/920 kB | 216/429 kB | 184/187 kB | 57/112 kB | 12/186 kB Progress (5): 148/920 kB | 216/429 kB | 184/187 kB | 61/112 kB | 12/186 kB Progress (5): 148/920 kB | 216/429 kB | 184/187 kB | 61/112 kB | 16/186 kB Progress (5): 148/920 kB | 216/429 kB | 187 kB | 61/112 kB | 16/186 kB Progress (5): 148/920 kB | 220/429 kB | 187 kB | 61/112 kB | 16/186 kB Progress (5): 152/920 kB | 220/429 kB | 187 kB | 61/112 kB | 16/186 kB Progress (5): 152/920 kB | 224/429 kB | 187 kB | 61/112 kB | 16/186 kB Progress (5): 152/920 kB | 224/429 kB | 187 kB | 61/112 kB | 20/186 kB Progress (5): 152/920 kB | 224/429 kB | 187 kB | 65/112 kB | 20/186 kB Progress (5): 152/920 kB | 224/429 kB | 187 kB | 65/112 kB | 24/186 kB Progress (5): 152/920 kB | 228/429 kB | 187 kB | 65/112 kB | 24/186 kB Progress (5): 156/920 kB | 228/429 kB | 187 kB | 65/112 kB | 24/186 kB Progress (5): 156/920 kB | 232/429 kB | 187 kB | 65/112 kB | 24/186 kB Progress (5): 156/920 kB | 232/429 kB | 187 kB | 65/112 kB | 28/186 kB Progress (5): 156/920 kB | 232/429 kB | 187 kB | 69/112 kB | 28/186 kB Progress (5): 156/920 kB | 232/429 kB | 187 kB | 69/112 kB | 32/186 kB Progress (5): 156/920 kB | 236/429 kB | 187 kB | 69/112 kB | 32/186 kB Progress (5): 160/920 kB | 236/429 kB | 187 kB | 69/112 kB | 32/186 kB Progress (5): 160/920 kB | 240/429 kB | 187 kB | 69/112 kB | 32/186 kB Progress (5): 160/920 kB | 240/429 kB | 187 kB | 69/112 kB | 33/186 kB Progress (5): 160/920 kB | 240/429 kB | 187 kB | 73/112 kB | 33/186 kB Progress (5): 160/920 kB | 240/429 kB | 187 kB | 73/112 kB | 37/186 kB Progress (5): 160/920 kB | 244/429 kB | 187 kB | 73/112 kB | 37/186 kB Progress (5): 164/920 kB | 244/429 kB | 187 kB | 73/112 kB | 37/186 kB Progress (5): 164/920 kB | 248/429 kB | 187 kB | 73/112 kB | 37/186 kB Progress (5): 164/920 kB | 248/429 kB | 187 kB | 73/112 kB | 41/186 kB Progress (5): 164/920 kB | 248/429 kB | 187 kB | 77/112 kB | 41/186 kB Progress (5): 164/920 kB | 248/429 kB | 187 kB | 77/112 kB | 45/186 kB Progress (5): 164/920 kB | 252/429 kB | 187 kB | 77/112 kB | 45/186 kB Progress (5): 168/920 kB | 252/429 kB | 187 kB | 77/112 kB | 45/186 kB Progress (5): 168/920 kB | 256/429 kB | 187 kB | 77/112 kB | 45/186 kB Progress (5): 168/920 kB | 256/429 kB | 187 kB | 77/112 kB | 49/186 kB Progress (5): 168/920 kB | 256/429 kB | 187 kB | 81/112 kB | 49/186 kB Progress (5): 168/920 kB | 256/429 kB | 187 kB | 81/112 kB | 53/186 kB Progress (5): 168/920 kB | 260/429 kB | 187 kB | 81/112 kB | 53/186 kB Progress (5): 172/920 kB | 260/429 kB | 187 kB | 81/112 kB | 53/186 kB Progress (5): 172/920 kB | 264/429 kB | 187 kB | 81/112 kB | 53/186 kB Progress (5): 172/920 kB | 264/429 kB | 187 kB | 81/112 kB | 57/186 kB Progress (5): 172/920 kB | 264/429 kB | 187 kB | 85/112 kB | 57/186 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.junit47/1.3.0/org.eclipse.tycho.surefire.junit47-1.3.0.jar (187 kB at 1.6 MB/s) [2019-07-30T06:27:42.364Z] Progress (4): 172/920 kB | 264/429 kB | 89/112 kB | 57/186 kB Progress (4): 172/920 kB | 264/429 kB | 89/112 kB | 61/186 kB Progress (4): 172/920 kB | 268/429 kB | 89/112 kB | 61/186 kB Progress (4): 176/920 kB | 268/429 kB | 89/112 kB | 61/186 kB Progress (4): 176/920 kB | 272/429 kB | 89/112 kB | 61/186 kB Progress (4): 176/920 kB | 272/429 kB | 89/112 kB | 65/186 kB Progress (4): 176/920 kB | 272/429 kB | 93/112 kB | 65/186 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar [2019-07-30T06:27:42.364Z] Progress (4): 176/920 kB | 272/429 kB | 97/112 kB | 65/186 kB Progress (4): 176/920 kB | 272/429 kB | 97/112 kB | 66/186 kB Progress (4): 176/920 kB | 276/429 kB | 97/112 kB | 66/186 kB Progress (4): 180/920 kB | 276/429 kB | 97/112 kB | 66/186 kB Progress (4): 180/920 kB | 280/429 kB | 97/112 kB | 66/186 kB Progress (4): 180/920 kB | 280/429 kB | 97/112 kB | 70/186 kB Progress (4): 180/920 kB | 280/429 kB | 101/112 kB | 70/186 kB Progress (4): 180/920 kB | 280/429 kB | 101/112 kB | 74/186 kB Progress (4): 180/920 kB | 284/429 kB | 101/112 kB | 74/186 kB Progress (4): 184/920 kB | 284/429 kB | 101/112 kB | 74/186 kB Progress (4): 184/920 kB | 288/429 kB | 101/112 kB | 74/186 kB Progress (4): 184/920 kB | 288/429 kB | 101/112 kB | 78/186 kB Progress (4): 184/920 kB | 288/429 kB | 105/112 kB | 78/186 kB Progress (4): 184/920 kB | 288/429 kB | 105/112 kB | 82/186 kB Progress (4): 184/920 kB | 292/429 kB | 105/112 kB | 82/186 kB Progress (4): 188/920 kB | 292/429 kB | 105/112 kB | 82/186 kB Progress (4): 188/920 kB | 296/429 kB | 105/112 kB | 82/186 kB Progress (4): 188/920 kB | 296/429 kB | 105/112 kB | 86/186 kB Progress (4): 188/920 kB | 296/429 kB | 109/112 kB | 86/186 kB Progress (4): 188/920 kB | 296/429 kB | 109/112 kB | 90/186 kB Progress (4): 188/920 kB | 300/429 kB | 109/112 kB | 90/186 kB Progress (4): 192/920 kB | 300/429 kB | 109/112 kB | 90/186 kB Progress (4): 192/920 kB | 304/429 kB | 109/112 kB | 90/186 kB Progress (4): 192/920 kB | 304/429 kB | 109/112 kB | 94/186 kB Progress (4): 192/920 kB | 304/429 kB | 112 kB | 94/186 kB Progress (4): 192/920 kB | 304/429 kB | 112 kB | 98/186 kB Progress (4): 192/920 kB | 308/429 kB | 112 kB | 98/186 kB Progress (4): 196/920 kB | 308/429 kB | 112 kB | 98/186 kB Progress (4): 196/920 kB | 312/429 kB | 112 kB | 98/186 kB Progress (4): 196/920 kB | 312/429 kB | 112 kB | 98/186 kB Progress (4): 196/920 kB | 316/429 kB | 112 kB | 98/186 kB Progress (4): 200/920 kB | 316/429 kB | 112 kB | 98/186 kB Progress (4): 200/920 kB | 320/429 kB | 112 kB | 98/186 kB Progress (4): 200/920 kB | 320/429 kB | 112 kB | 102/186 kB Progress (4): 200/920 kB | 324/429 kB | 112 kB | 102/186 kB Progress (4): 204/920 kB | 324/429 kB | 112 kB | 102/186 kB Progress (4): 204/920 kB | 328/429 kB | 112 kB | 102/186 kB Progress (4): 204/920 kB | 328/429 kB | 112 kB | 106/186 kB Progress (4): 204/920 kB | 332/429 kB | 112 kB | 106/186 kB Progress (4): 208/920 kB | 332/429 kB | 112 kB | 106/186 kB Progress (4): 208/920 kB | 336/429 kB | 112 kB | 106/186 kB Progress (4): 208/920 kB | 336/429 kB | 112 kB | 110/186 kB Progress (4): 208/920 kB | 340/429 kB | 112 kB | 110/186 kB Progress (4): 212/920 kB | 340/429 kB | 112 kB | 110/186 kB Progress (4): 212/920 kB | 344/429 kB | 112 kB | 110/186 kB Progress (5): 212/920 kB | 344/429 kB | 112 kB | 110/186 kB | 4.1/13 kB Progress (5): 212/920 kB | 344/429 kB | 112 kB | 114/186 kB | 4.1/13 kB Progress (5): 212/920 kB | 344/429 kB | 112 kB | 114/186 kB | 7.7/13 kB Progress (5): 212/920 kB | 348/429 kB | 112 kB | 114/186 kB | 7.7/13 kB Progress (5): 216/920 kB | 348/429 kB | 112 kB | 114/186 kB | 7.7/13 kB Progress (5): 216/920 kB | 352/429 kB | 112 kB | 114/186 kB | 7.7/13 kB Progress (5): 216/920 kB | 352/429 kB | 112 kB | 114/186 kB | 12/13 kB Progress (5): 216/920 kB | 352/429 kB | 112 kB | 118/186 kB | 12/13 kB Progress (5): 216/920 kB | 352/429 kB | 112 kB | 118/186 kB | 13 kB Progress (5): 216/920 kB | 356/429 kB | 112 kB | 118/186 kB | 13 kB Progress (5): 220/920 kB | 356/429 kB | 112 kB | 118/186 kB | 13 kB Progress (5): 220/920 kB | 360/429 kB | 112 kB | 118/186 kB | 13 kB Progress (5): 220/920 kB | 360/429 kB | 112 kB | 122/186 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.tycho.surefire.testng/1.3.0/org.eclipse.tycho.surefire.testng-1.3.0.jar (112 kB at 838 kB/s) [2019-07-30T06:27:42.364Z] Progress (4): 220/920 kB | 364/429 kB | 122/186 kB | 13 kB Progress (4): 224/920 kB | 364/429 kB | 122/186 kB | 13 kB Progress (4): 224/920 kB | 368/429 kB | 122/186 kB | 13 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 [2019-07-30T06:27:42.364Z] Progress (4): 224/920 kB | 368/429 kB | 126/186 kB | 13 kB Progress (4): 224/920 kB | 372/429 kB | 126/186 kB | 13 kB Progress (4): 228/920 kB | 372/429 kB | 126/186 kB | 13 kB Progress (4): 228/920 kB | 376/429 kB | 126/186 kB | 13 kB Progress (4): 228/920 kB | 376/429 kB | 130/186 kB | 13 kB Progress (4): 228/920 kB | 380/429 kB | 130/186 kB | 13 kB Progress (4): 232/920 kB | 380/429 kB | 130/186 kB | 13 kB Progress (4): 232/920 kB | 384/429 kB | 130/186 kB | 13 kB Progress (4): 232/920 kB | 384/429 kB | 131/186 kB | 13 kB Progress (4): 232/920 kB | 388/429 kB | 131/186 kB | 13 kB Progress (4): 236/920 kB | 388/429 kB | 131/186 kB | 13 kB Progress (4): 236/920 kB | 392/429 kB | 131/186 kB | 13 kB Progress (4): 236/920 kB | 392/429 kB | 135/186 kB | 13 kB Progress (4): 236/920 kB | 396/429 kB | 135/186 kB | 13 kB Progress (4): 240/920 kB | 396/429 kB | 135/186 kB | 13 kB Progress (4): 240/920 kB | 400/429 kB | 135/186 kB | 13 kB Progress (4): 240/920 kB | 400/429 kB | 139/186 kB | 13 kB Progress (4): 240/920 kB | 404/429 kB | 139/186 kB | 13 kB Progress (4): 244/920 kB | 404/429 kB | 139/186 kB | 13 kB Progress (4): 244/920 kB | 408/429 kB | 139/186 kB | 13 kB Progress (4): 244/920 kB | 408/429 kB | 143/186 kB | 13 kB Progress (4): 244/920 kB | 412/429 kB | 143/186 kB | 13 kB Progress (4): 248/920 kB | 412/429 kB | 143/186 kB | 13 kB Progress (4): 248/920 kB | 416/429 kB | 143/186 kB | 13 kB Progress (4): 248/920 kB | 416/429 kB | 147/186 kB | 13 kB Progress (4): 248/920 kB | 420/429 kB | 147/186 kB | 13 kB Progress (4): 252/920 kB | 420/429 kB | 147/186 kB | 13 kB Progress (4): 252/920 kB | 424/429 kB | 147/186 kB | 13 kB Progress (4): 252/920 kB | 424/429 kB | 151/186 kB | 13 kB Progress (4): 252/920 kB | 428/429 kB | 151/186 kB | 13 kB Progress (4): 256/920 kB | 428/429 kB | 151/186 kB | 13 kB Progress (4): 256/920 kB | 429 kB | 151/186 kB | 13 kB Progress (4): 256/920 kB | 429 kB | 155/186 kB | 13 kB Progress (4): 260/920 kB | 429 kB | 155/186 kB | 13 kB Progress (4): 260/920 kB | 429 kB | 159/186 kB | 13 kB Progress (4): 264/920 kB | 429 kB | 159/186 kB | 13 kB Progress (4): 264/920 kB | 429 kB | 163/186 kB | 13 kB Progress (4): 268/920 kB | 429 kB | 163/186 kB | 13 kB Progress (4): 268/920 kB | 429 kB | 167/186 kB | 13 kB Progress (4): 272/920 kB | 429 kB | 167/186 kB | 13 kB Progress (4): 272/920 kB | 429 kB | 171/186 kB | 13 kB Progress (4): 276/920 kB | 429 kB | 171/186 kB | 13 kB Progress (4): 276/920 kB | 429 kB | 175/186 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 94 kB/s) [2019-07-30T06:27:42.364Z] Progress (3): 280/920 kB | 429 kB | 175/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 [2019-07-30T06:27:42.364Z] Progress (3): 280/920 kB | 429 kB | 179/186 kB Progress (3): 284/920 kB | 429 kB | 179/186 kB Progress (3): 284/920 kB | 429 kB | 183/186 kB Progress (3): 288/920 kB | 429 kB | 183/186 kB Progress (3): 288/920 kB | 429 kB | 186 kB Progress (4): 288/920 kB | 429 kB | 186 kB | 4.1/524 kB Progress (4): 288/920 kB | 429 kB | 186 kB | 7.7/524 kB Progress (4): 292/920 kB | 429 kB | 186 kB | 7.7/524 kB Progress (4): 292/920 kB | 429 kB | 186 kB | 12/524 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 953 kB/s) [2019-07-30T06:27:42.364Z] 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 [2019-07-30T06:27:42.364Z] Progress (4): 292/920 kB | 429 kB | 12/524 kB | 4.1/273 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) [2019-07-30T06:27:42.364Z] Progress (3): 292/920 kB | 12/524 kB | 7.7/273 kB Progress (3): 292/920 kB | 16/524 kB | 7.7/273 kB Progress (3): 296/920 kB | 16/524 kB | 7.7/273 kB Progress (3): 296/920 kB | 20/524 kB | 7.7/273 kB Progress (3): 300/920 kB | 20/524 kB | 7.7/273 kB Progress (3): 300/920 kB | 20/524 kB | 12/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 [2019-07-30T06:27:42.364Z] Progress (3): 300/920 kB | 20/524 kB | 16/273 kB Progress (3): 304/920 kB | 20/524 kB | 16/273 kB Progress (3): 304/920 kB | 24/524 kB | 16/273 kB Progress (3): 308/920 kB | 24/524 kB | 16/273 kB Progress (3): 308/920 kB | 28/524 kB | 16/273 kB Progress (3): 308/920 kB | 28/524 kB | 20/273 kB Progress (3): 308/920 kB | 32/524 kB | 20/273 kB Progress (3): 312/920 kB | 32/524 kB | 20/273 kB Progress (3): 312/920 kB | 33/524 kB | 20/273 kB Progress (3): 312/920 kB | 33/524 kB | 24/273 kB Progress (3): 312/920 kB | 37/524 kB | 24/273 kB Progress (3): 316/920 kB | 37/524 kB | 24/273 kB Progress (3): 316/920 kB | 41/524 kB | 24/273 kB Progress (3): 316/920 kB | 41/524 kB | 28/273 kB Progress (3): 316/920 kB | 45/524 kB | 28/273 kB Progress (3): 320/920 kB | 45/524 kB | 28/273 kB Progress (3): 320/920 kB | 49/524 kB | 28/273 kB Progress (3): 320/920 kB | 49/524 kB | 32/273 kB Progress (3): 320/920 kB | 53/524 kB | 32/273 kB Progress (3): 324/920 kB | 53/524 kB | 32/273 kB Progress (3): 324/920 kB | 57/524 kB | 32/273 kB Progress (3): 324/920 kB | 57/524 kB | 33/273 kB Progress (3): 324/920 kB | 61/524 kB | 33/273 kB Progress (3): 324/920 kB | 61/524 kB | 37/273 kB Progress (3): 328/920 kB | 61/524 kB | 37/273 kB Progress (3): 328/920 kB | 61/524 kB | 41/273 kB Progress (3): 332/920 kB | 61/524 kB | 41/273 kB Progress (3): 332/920 kB | 65/524 kB | 41/273 kB Progress (3): 336/920 kB | 65/524 kB | 41/273 kB Progress (3): 336/920 kB | 65/524 kB | 45/273 kB Progress (3): 340/920 kB | 65/524 kB | 45/273 kB Progress (3): 340/920 kB | 66/524 kB | 45/273 kB Progress (3): 344/920 kB | 66/524 kB | 45/273 kB Progress (3): 344/920 kB | 66/524 kB | 49/273 kB Progress (3): 348/920 kB | 66/524 kB | 49/273 kB Progress (3): 348/920 kB | 70/524 kB | 49/273 kB Progress (3): 352/920 kB | 70/524 kB | 49/273 kB Progress (3): 352/920 kB | 70/524 kB | 53/273 kB Progress (3): 356/920 kB | 70/524 kB | 53/273 kB Progress (3): 356/920 kB | 74/524 kB | 53/273 kB Progress (3): 360/920 kB | 74/524 kB | 53/273 kB Progress (3): 360/920 kB | 74/524 kB | 57/273 kB Progress (3): 364/920 kB | 74/524 kB | 57/273 kB Progress (3): 364/920 kB | 74/524 kB | 61/273 kB Progress (4): 364/920 kB | 74/524 kB | 61/273 kB | 4.1/39 kB Progress (4): 364/920 kB | 78/524 kB | 61/273 kB | 4.1/39 kB Progress (4): 364/920 kB | 78/524 kB | 61/273 kB | 7.7/39 kB Progress (4): 364/920 kB | 78/524 kB | 65/273 kB | 7.7/39 kB Progress (4): 368/920 kB | 78/524 kB | 65/273 kB | 7.7/39 kB Progress (4): 368/920 kB | 78/524 kB | 66/273 kB | 7.7/39 kB Progress (4): 368/920 kB | 78/524 kB | 66/273 kB | 12/39 kB Progress (4): 368/920 kB | 82/524 kB | 66/273 kB | 12/39 kB Progress (4): 368/920 kB | 82/524 kB | 66/273 kB | 16/39 kB Progress (4): 368/920 kB | 82/524 kB | 70/273 kB | 16/39 kB Progress (4): 372/920 kB | 82/524 kB | 70/273 kB | 16/39 kB Progress (4): 372/920 kB | 82/524 kB | 74/273 kB | 16/39 kB Progress (4): 372/920 kB | 82/524 kB | 74/273 kB | 20/39 kB Progress (4): 372/920 kB | 86/524 kB | 74/273 kB | 20/39 kB Progress (5): 372/920 kB | 86/524 kB | 74/273 kB | 20/39 kB | 4.1/156 kB Progress (5): 372/920 kB | 86/524 kB | 74/273 kB | 24/39 kB | 4.1/156 kB Progress (5): 372/920 kB | 86/524 kB | 78/273 kB | 24/39 kB | 4.1/156 kB Progress (5): 376/920 kB | 86/524 kB | 78/273 kB | 24/39 kB | 4.1/156 kB Progress (5): 376/920 kB | 86/524 kB | 82/273 kB | 24/39 kB | 4.1/156 kB Progress (5): 376/920 kB | 86/524 kB | 82/273 kB | 28/39 kB | 4.1/156 kB Progress (5): 376/920 kB | 86/524 kB | 82/273 kB | 28/39 kB | 7.7/156 kB Progress (5): 376/920 kB | 90/524 kB | 82/273 kB | 28/39 kB | 7.7/156 kB Progress (5): 376/920 kB | 90/524 kB | 82/273 kB | 28/39 kB | 12/156 kB Progress (5): 376/920 kB | 90/524 kB | 82/273 kB | 32/39 kB | 12/156 kB Progress (5): 376/920 kB | 90/524 kB | 86/273 kB | 32/39 kB | 12/156 kB Progress (5): 380/920 kB | 90/524 kB | 86/273 kB | 32/39 kB | 12/156 kB Progress (5): 380/920 kB | 90/524 kB | 90/273 kB | 32/39 kB | 12/156 kB Progress (5): 380/920 kB | 90/524 kB | 90/273 kB | 36/39 kB | 12/156 kB Progress (5): 380/920 kB | 90/524 kB | 90/273 kB | 36/39 kB | 16/156 kB Progress (5): 380/920 kB | 94/524 kB | 90/273 kB | 36/39 kB | 16/156 kB Progress (5): 380/920 kB | 94/524 kB | 90/273 kB | 36/39 kB | 20/156 kB Progress (5): 380/920 kB | 94/524 kB | 90/273 kB | 39 kB | 20/156 kB Progress (5): 380/920 kB | 94/524 kB | 94/273 kB | 39 kB | 20/156 kB Progress (5): 384/920 kB | 94/524 kB | 94/273 kB | 39 kB | 20/156 kB Progress (5): 384/920 kB | 94/524 kB | 98/273 kB | 39 kB | 20/156 kB Progress (5): 384/920 kB | 94/524 kB | 98/273 kB | 39 kB | 24/156 kB Progress (5): 384/920 kB | 98/524 kB | 98/273 kB | 39 kB | 24/156 kB Progress (5): 384/920 kB | 98/524 kB | 98/273 kB | 39 kB | 28/156 kB Progress (5): 384/920 kB | 98/524 kB | 98/273 kB | 39 kB | 28/156 kB Progress (5): 388/920 kB | 98/524 kB | 98/273 kB | 39 kB | 28/156 kB Progress (5): 388/920 kB | 98/524 kB | 102/273 kB | 39 kB | 28/156 kB Progress (5): 388/920 kB | 98/524 kB | 102/273 kB | 39 kB | 32/156 kB Progress (5): 388/920 kB | 98/524 kB | 102/273 kB | 39 kB | 32/156 kB Progress (5): 388/920 kB | 98/524 kB | 102/273 kB | 39 kB | 33/156 kB Progress (5): 388/920 kB | 98/524 kB | 106/273 kB | 39 kB | 33/156 kB Progress (5): 392/920 kB | 98/524 kB | 106/273 kB | 39 kB | 33/156 kB Progress (5): 392/920 kB | 98/524 kB | 110/273 kB | 39 kB | 33/156 kB Progress (5): 392/920 kB | 98/524 kB | 110/273 kB | 39 kB | 37/156 kB Progress (5): 392/920 kB | 102/524 kB | 110/273 kB | 39 kB | 37/156 kB Progress (5): 392/920 kB | 102/524 kB | 110/273 kB | 39 kB | 41/156 kB Progress (5): 392/920 kB | 102/524 kB | 114/273 kB | 39 kB | 41/156 kB Progress (5): 396/920 kB | 102/524 kB | 114/273 kB | 39 kB | 41/156 kB Progress (5): 396/920 kB | 102/524 kB | 118/273 kB | 39 kB | 41/156 kB Progress (5): 396/920 kB | 102/524 kB | 118/273 kB | 39 kB | 45/156 kB Progress (5): 396/920 kB | 106/524 kB | 118/273 kB | 39 kB | 45/156 kB Progress (5): 396/920 kB | 106/524 kB | 118/273 kB | 39 kB | 49/156 kB Progress (5): 396/920 kB | 106/524 kB | 122/273 kB | 39 kB | 49/156 kB Progress (5): 400/920 kB | 106/524 kB | 122/273 kB | 39 kB | 49/156 kB Progress (5): 400/920 kB | 106/524 kB | 126/273 kB | 39 kB | 49/156 kB Progress (5): 400/920 kB | 106/524 kB | 126/273 kB | 39 kB | 53/156 kB Progress (5): 400/920 kB | 110/524 kB | 126/273 kB | 39 kB | 53/156 kB Progress (5): 400/920 kB | 110/524 kB | 126/273 kB | 39 kB | 57/156 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 179 kB/s) [2019-07-30T06:27:42.364Z] 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 [2019-07-30T06:27:42.364Z] Progress (4): 400/920 kB | 110/524 kB | 130/273 kB | 57/156 kB Progress (4): 404/920 kB | 110/524 kB | 130/273 kB | 57/156 kB Progress (4): 404/920 kB | 110/524 kB | 131/273 kB | 57/156 kB Progress (4): 404/920 kB | 110/524 kB | 131/273 kB | 61/156 kB Progress (4): 404/920 kB | 114/524 kB | 131/273 kB | 61/156 kB Progress (4): 404/920 kB | 114/524 kB | 131/273 kB | 65/156 kB Progress (4): 404/920 kB | 114/524 kB | 135/273 kB | 65/156 kB Progress (4): 408/920 kB | 114/524 kB | 135/273 kB | 65/156 kB Progress (4): 408/920 kB | 114/524 kB | 139/273 kB | 65/156 kB Progress (4): 408/920 kB | 114/524 kB | 139/273 kB | 66/156 kB Progress (4): 408/920 kB | 118/524 kB | 139/273 kB | 66/156 kB Progress (4): 408/920 kB | 118/524 kB | 139/273 kB | 70/156 kB Progress (4): 408/920 kB | 118/524 kB | 143/273 kB | 70/156 kB Progress (4): 412/920 kB | 118/524 kB | 143/273 kB | 70/156 kB Progress (4): 412/920 kB | 118/524 kB | 147/273 kB | 70/156 kB Progress (4): 412/920 kB | 118/524 kB | 147/273 kB | 74/156 kB Progress (4): 412/920 kB | 122/524 kB | 147/273 kB | 74/156 kB Progress (4): 412/920 kB | 122/524 kB | 147/273 kB | 78/156 kB Progress (4): 412/920 kB | 122/524 kB | 151/273 kB | 78/156 kB Progress (4): 416/920 kB | 122/524 kB | 151/273 kB | 78/156 kB Progress (4): 416/920 kB | 122/524 kB | 155/273 kB | 78/156 kB Progress (4): 416/920 kB | 122/524 kB | 155/273 kB | 82/156 kB Progress (4): 416/920 kB | 126/524 kB | 155/273 kB | 82/156 kB Progress (4): 416/920 kB | 126/524 kB | 155/273 kB | 86/156 kB Progress (4): 416/920 kB | 126/524 kB | 159/273 kB | 86/156 kB Progress (4): 420/920 kB | 126/524 kB | 159/273 kB | 86/156 kB Progress (4): 420/920 kB | 126/524 kB | 163/273 kB | 86/156 kB Progress (4): 420/920 kB | 126/524 kB | 163/273 kB | 90/156 kB Progress (4): 420/920 kB | 130/524 kB | 163/273 kB | 90/156 kB Progress (4): 420/920 kB | 130/524 kB | 163/273 kB | 94/156 kB Progress (4): 420/920 kB | 130/524 kB | 164/273 kB | 94/156 kB Progress (4): 424/920 kB | 130/524 kB | 164/273 kB | 94/156 kB Progress (4): 424/920 kB | 130/524 kB | 168/273 kB | 94/156 kB Progress (4): 424/920 kB | 130/524 kB | 168/273 kB | 98/156 kB Progress (4): 424/920 kB | 131/524 kB | 168/273 kB | 98/156 kB Progress (4): 424/920 kB | 131/524 kB | 168/273 kB | 98/156 kB Progress (4): 424/920 kB | 131/524 kB | 172/273 kB | 98/156 kB Progress (4): 428/920 kB | 131/524 kB | 172/273 kB | 98/156 kB Progress (4): 428/920 kB | 131/524 kB | 176/273 kB | 98/156 kB Progress (4): 428/920 kB | 131/524 kB | 176/273 kB | 102/156 kB Progress (4): 428/920 kB | 135/524 kB | 176/273 kB | 102/156 kB Progress (4): 428/920 kB | 135/524 kB | 176/273 kB | 106/156 kB Progress (5): 428/920 kB | 135/524 kB | 176/273 kB | 106/156 kB | 4.1/35 kB Progress (5): 428/920 kB | 135/524 kB | 180/273 kB | 106/156 kB | 4.1/35 kB Progress (5): 432/920 kB | 135/524 kB | 180/273 kB | 106/156 kB | 4.1/35 kB Progress (5): 432/920 kB | 135/524 kB | 184/273 kB | 106/156 kB | 4.1/35 kB Progress (5): 432/920 kB | 135/524 kB | 184/273 kB | 106/156 kB | 7.7/35 kB Progress (5): 432/920 kB | 135/524 kB | 184/273 kB | 110/156 kB | 7.7/35 kB Progress (5): 432/920 kB | 139/524 kB | 184/273 kB | 110/156 kB | 7.7/35 kB Progress (5): 432/920 kB | 139/524 kB | 184/273 kB | 114/156 kB | 7.7/35 kB Progress (5): 432/920 kB | 139/524 kB | 184/273 kB | 114/156 kB | 12/35 kB Progress (5): 432/920 kB | 139/524 kB | 188/273 kB | 114/156 kB | 12/35 kB Progress (5): 436/920 kB | 139/524 kB | 188/273 kB | 114/156 kB | 12/35 kB Progress (5): 436/920 kB | 139/524 kB | 192/273 kB | 114/156 kB | 12/35 kB Progress (5): 436/920 kB | 139/524 kB | 192/273 kB | 114/156 kB | 16/35 kB Progress (5): 436/920 kB | 139/524 kB | 192/273 kB | 118/156 kB | 16/35 kB Progress (5): 436/920 kB | 143/524 kB | 192/273 kB | 118/156 kB | 16/35 kB Progress (5): 436/920 kB | 143/524 kB | 192/273 kB | 122/156 kB | 16/35 kB Progress (5): 436/920 kB | 143/524 kB | 192/273 kB | 122/156 kB | 20/35 kB Progress (5): 436/920 kB | 143/524 kB | 196/273 kB | 122/156 kB | 20/35 kB Progress (5): 440/920 kB | 143/524 kB | 196/273 kB | 122/156 kB | 20/35 kB Progress (5): 440/920 kB | 143/524 kB | 197/273 kB | 122/156 kB | 20/35 kB Progress (5): 440/920 kB | 143/524 kB | 197/273 kB | 122/156 kB | 24/35 kB Progress (5): 440/920 kB | 143/524 kB | 197/273 kB | 126/156 kB | 24/35 kB Progress (5): 440/920 kB | 147/524 kB | 197/273 kB | 126/156 kB | 24/35 kB Progress (5): 440/920 kB | 147/524 kB | 197/273 kB | 130/156 kB | 24/35 kB Progress (5): 440/920 kB | 147/524 kB | 197/273 kB | 130/156 kB | 28/35 kB Progress (5): 440/920 kB | 147/524 kB | 201/273 kB | 130/156 kB | 28/35 kB Progress (5): 444/920 kB | 147/524 kB | 201/273 kB | 130/156 kB | 28/35 kB Progress (5): 444/920 kB | 147/524 kB | 205/273 kB | 130/156 kB | 28/35 kB Progress (5): 444/920 kB | 147/524 kB | 205/273 kB | 130/156 kB | 32/35 kB Progress (5): 444/920 kB | 147/524 kB | 205/273 kB | 134/156 kB | 32/35 kB Progress (5): 444/920 kB | 151/524 kB | 205/273 kB | 134/156 kB | 32/35 kB Progress (5): 444/920 kB | 151/524 kB | 205/273 kB | 138/156 kB | 32/35 kB Progress (5): 444/920 kB | 151/524 kB | 205/273 kB | 138/156 kB | 35 kB Progress (5): 444/920 kB | 151/524 kB | 209/273 kB | 138/156 kB | 35 kB Progress (5): 448/920 kB | 151/524 kB | 209/273 kB | 138/156 kB | 35 kB Progress (5): 448/920 kB | 151/524 kB | 213/273 kB | 138/156 kB | 35 kB Progress (5): 448/920 kB | 151/524 kB | 213/273 kB | 142/156 kB | 35 kB Progress (5): 448/920 kB | 155/524 kB | 213/273 kB | 142/156 kB | 35 kB Progress (5): 448/920 kB | 155/524 kB | 213/273 kB | 146/156 kB | 35 kB Progress (5): 448/920 kB | 155/524 kB | 217/273 kB | 146/156 kB | 35 kB Progress (5): 452/920 kB | 155/524 kB | 217/273 kB | 146/156 kB | 35 kB Progress (5): 452/920 kB | 155/524 kB | 221/273 kB | 146/156 kB | 35 kB Progress (5): 452/920 kB | 155/524 kB | 221/273 kB | 150/156 kB | 35 kB Progress (5): 452/920 kB | 159/524 kB | 221/273 kB | 150/156 kB | 35 kB Progress (5): 452/920 kB | 159/524 kB | 221/273 kB | 154/156 kB | 35 kB Progress (5): 452/920 kB | 159/524 kB | 225/273 kB | 154/156 kB | 35 kB Progress (5): 456/920 kB | 159/524 kB | 225/273 kB | 154/156 kB | 35 kB Progress (5): 456/920 kB | 159/524 kB | 229/273 kB | 154/156 kB | 35 kB Progress (5): 456/920 kB | 159/524 kB | 229/273 kB | 156 kB | 35 kB Progress (5): 456/920 kB | 163/524 kB | 229/273 kB | 156 kB | 35 kB Progress (5): 456/920 kB | 163/524 kB | 229/273 kB | 156 kB | 35 kB Progress (5): 460/920 kB | 163/524 kB | 229/273 kB | 156 kB | 35 kB Progress (5): 460/920 kB | 163/524 kB | 233/273 kB | 156 kB | 35 kB Progress (5): 460/920 kB | 164/524 kB | 233/273 kB | 156 kB | 35 kB Progress (5): 460/920 kB | 164/524 kB | 237/273 kB | 156 kB | 35 kB Progress (5): 464/920 kB | 164/524 kB | 237/273 kB | 156 kB | 35 kB Progress (5): 464/920 kB | 164/524 kB | 241/273 kB | 156 kB | 35 kB Progress (5): 464/920 kB | 168/524 kB | 241/273 kB | 156 kB | 35 kB Progress (5): 464/920 kB | 168/524 kB | 245/273 kB | 156 kB | 35 kB Progress (5): 468/920 kB | 168/524 kB | 245/273 kB | 156 kB | 35 kB Progress (5): 468/920 kB | 168/524 kB | 249/273 kB | 156 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 147 kB/s) [2019-07-30T06:27:42.364Z] Progress (4): 468/920 kB | 172/524 kB | 249/273 kB | 156 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 [2019-07-30T06:27:42.364Z] Progress (4): 468/920 kB | 172/524 kB | 253/273 kB | 156 kB Progress (4): 472/920 kB | 172/524 kB | 253/273 kB | 156 kB Progress (4): 472/920 kB | 172/524 kB | 257/273 kB | 156 kB Progress (4): 472/920 kB | 176/524 kB | 257/273 kB | 156 kB Progress (4): 472/920 kB | 176/524 kB | 261/273 kB | 156 kB Progress (4): 476/920 kB | 176/524 kB | 261/273 kB | 156 kB Progress (4): 476/920 kB | 176/524 kB | 265/273 kB | 156 kB Progress (4): 476/920 kB | 180/524 kB | 265/273 kB | 156 kB Progress (4): 476/920 kB | 180/524 kB | 269/273 kB | 156 kB Progress (4): 476/920 kB | 180/524 kB | 273/273 kB | 156 kB Progress (4): 476/920 kB | 180/524 kB | 273 kB | 156 kB Progress (4): 480/920 kB | 180/524 kB | 273 kB | 156 kB Progress (5): 480/920 kB | 180/524 kB | 273 kB | 156 kB | 4.1/68 kB Progress (5): 480/920 kB | 184/524 kB | 273 kB | 156 kB | 4.1/68 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 530 kB/s) [2019-07-30T06:27:42.364Z] Progress (4): 480/920 kB | 184/524 kB | 273 kB | 7.7/68 kB Progress (4): 484/920 kB | 184/524 kB | 273 kB | 7.7/68 kB Progress (4): 484/920 kB | 184/524 kB | 273 kB | 12/68 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 [2019-07-30T06:27:42.364Z] Progress (4): 484/920 kB | 188/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 921 kB/s) [2019-07-30T06:27:42.364Z] 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 [2019-07-30T06:27:42.364Z] Progress (3): 484/920 kB | 192/524 kB | 12/68 kB Progress (3): 484/920 kB | 192/524 kB | 16/68 kB Progress (3): 488/920 kB | 192/524 kB | 16/68 kB Progress (3): 488/920 kB | 192/524 kB | 20/68 kB Progress (3): 488/920 kB | 196/524 kB | 20/68 kB Progress (3): 488/920 kB | 196/524 kB | 24/68 kB Progress (3): 492/920 kB | 196/524 kB | 24/68 kB Progress (3): 492/920 kB | 196/524 kB | 28/68 kB Progress (3): 492/920 kB | 197/524 kB | 28/68 kB Progress (3): 492/920 kB | 197/524 kB | 32/68 kB Progress (3): 492/920 kB | 201/524 kB | 32/68 kB Progress (3): 496/920 kB | 201/524 kB | 32/68 kB Progress (3): 496/920 kB | 205/524 kB | 32/68 kB Progress (3): 496/920 kB | 205/524 kB | 33/68 kB Progress (3): 496/920 kB | 209/524 kB | 33/68 kB Progress (3): 500/920 kB | 209/524 kB | 33/68 kB Progress (3): 500/920 kB | 213/524 kB | 33/68 kB Progress (3): 500/920 kB | 213/524 kB | 37/68 kB Progress (3): 500/920 kB | 217/524 kB | 37/68 kB Progress (3): 504/920 kB | 217/524 kB | 37/68 kB Progress (3): 504/920 kB | 221/524 kB | 37/68 kB Progress (3): 504/920 kB | 221/524 kB | 41/68 kB Progress (3): 504/920 kB | 225/524 kB | 41/68 kB Progress (3): 508/920 kB | 225/524 kB | 41/68 kB Progress (3): 508/920 kB | 229/524 kB | 41/68 kB Progress (3): 508/920 kB | 229/524 kB | 45/68 kB Progress (3): 508/920 kB | 229/524 kB | 45/68 kB Progress (3): 512/920 kB | 229/524 kB | 45/68 kB Progress (3): 512/920 kB | 233/524 kB | 45/68 kB Progress (3): 512/920 kB | 233/524 kB | 49/68 kB Progress (3): 512/920 kB | 237/524 kB | 49/68 kB Progress (3): 516/920 kB | 237/524 kB | 49/68 kB Progress (3): 516/920 kB | 241/524 kB | 49/68 kB Progress (3): 516/920 kB | 241/524 kB | 53/68 kB Progress (3): 516/920 kB | 245/524 kB | 53/68 kB Progress (3): 520/920 kB | 245/524 kB | 53/68 kB Progress (3): 520/920 kB | 249/524 kB | 53/68 kB Progress (3): 520/920 kB | 249/524 kB | 57/68 kB Progress (3): 520/920 kB | 253/524 kB | 57/68 kB Progress (3): 524/920 kB | 253/524 kB | 57/68 kB Progress (3): 524/920 kB | 257/524 kB | 57/68 kB Progress (3): 524/920 kB | 257/524 kB | 61/68 kB Progress (3): 524/920 kB | 261/524 kB | 61/68 kB Progress (3): 528/920 kB | 261/524 kB | 61/68 kB Progress (3): 528/920 kB | 262/524 kB | 61/68 kB Progress (3): 532/920 kB | 262/524 kB | 61/68 kB Progress (3): 532/920 kB | 262/524 kB | 65/68 kB Progress (3): 536/920 kB | 262/524 kB | 65/68 kB Progress (3): 536/920 kB | 266/524 kB | 65/68 kB Progress (3): 540/920 kB | 266/524 kB | 65/68 kB Progress (3): 540/920 kB | 266/524 kB | 68 kB Progress (3): 544/920 kB | 266/524 kB | 68 kB Progress (3): 544/920 kB | 270/524 kB | 68 kB Progress (3): 548/920 kB | 270/524 kB | 68 kB Progress (3): 548/920 kB | 274/524 kB | 68 kB Progress (3): 552/920 kB | 274/524 kB | 68 kB Progress (3): 552/920 kB | 278/524 kB | 68 kB Progress (3): 556/920 kB | 278/524 kB | 68 kB Progress (3): 556/920 kB | 282/524 kB | 68 kB Progress (3): 560/920 kB | 282/524 kB | 68 kB Progress (4): 560/920 kB | 282/524 kB | 68 kB | 4.1/332 kB Progress (4): 564/920 kB | 282/524 kB | 68 kB | 4.1/332 kB Progress (4): 564/920 kB | 286/524 kB | 68 kB | 4.1/332 kB Progress (4): 568/920 kB | 286/524 kB | 68 kB | 4.1/332 kB Progress (4): 568/920 kB | 286/524 kB | 68 kB | 7.7/332 kB Progress (4): 572/920 kB | 286/524 kB | 68 kB | 7.7/332 kB Progress (4): 572/920 kB | 290/524 kB | 68 kB | 7.7/332 kB Progress (4): 576/920 kB | 290/524 kB | 68 kB | 7.7/332 kB Progress (4): 576/920 kB | 290/524 kB | 68 kB | 12/332 kB Progress (4): 580/920 kB | 290/524 kB | 68 kB | 12/332 kB Progress (4): 580/920 kB | 294/524 kB | 68 kB | 12/332 kB Progress (4): 584/920 kB | 294/524 kB | 68 kB | 12/332 kB Progress (4): 584/920 kB | 294/524 kB | 68 kB | 16/332 kB Progress (4): 588/920 kB | 294/524 kB | 68 kB | 16/332 kB Progress (4): 588/920 kB | 298/524 kB | 68 kB | 16/332 kB Progress (4): 592/920 kB | 298/524 kB | 68 kB | 16/332 kB Progress (4): 592/920 kB | 298/524 kB | 68 kB | 20/332 kB Progress (4): 596/920 kB | 298/524 kB | 68 kB | 20/332 kB Progress (4): 596/920 kB | 302/524 kB | 68 kB | 20/332 kB Progress (4): 600/920 kB | 302/524 kB | 68 kB | 20/332 kB Progress (4): 600/920 kB | 302/524 kB | 68 kB | 24/332 kB Progress (4): 604/920 kB | 302/524 kB | 68 kB | 24/332 kB Progress (4): 604/920 kB | 306/524 kB | 68 kB | 24/332 kB Progress (4): 608/920 kB | 306/524 kB | 68 kB | 24/332 kB Progress (4): 608/920 kB | 306/524 kB | 68 kB | 28/332 kB Progress (4): 612/920 kB | 306/524 kB | 68 kB | 28/332 kB Progress (4): 612/920 kB | 310/524 kB | 68 kB | 28/332 kB Progress (4): 616/920 kB | 310/524 kB | 68 kB | 28/332 kB Progress (4): 616/920 kB | 310/524 kB | 68 kB | 32/332 kB Progress (4): 620/920 kB | 310/524 kB | 68 kB | 32/332 kB Progress (4): 620/920 kB | 314/524 kB | 68 kB | 32/332 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 215 kB/s) [2019-07-30T06:27:42.364Z] Progress (3): 624/920 kB | 314/524 kB | 32/332 kB Progress (3): 624/920 kB | 314/524 kB | 33/332 kB Progress (3): 628/920 kB | 314/524 kB | 33/332 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [2019-07-30T06:27:42.365Z] Progress (3): 628/920 kB | 318/524 kB | 33/332 kB Progress (4): 628/920 kB | 318/524 kB | 33/332 kB | 4.1/30 kB Progress (4): 632/920 kB | 318/524 kB | 33/332 kB | 4.1/30 kB Progress (4): 632/920 kB | 318/524 kB | 37/332 kB | 4.1/30 kB Progress (4): 636/920 kB | 318/524 kB | 37/332 kB | 4.1/30 kB Progress (4): 636/920 kB | 318/524 kB | 37/332 kB | 7.7/30 kB Progress (4): 636/920 kB | 322/524 kB | 37/332 kB | 7.7/30 kB Progress (4): 636/920 kB | 322/524 kB | 37/332 kB | 12/30 kB Progress (4): 640/920 kB | 322/524 kB | 37/332 kB | 12/30 kB Progress (4): 640/920 kB | 322/524 kB | 41/332 kB | 12/30 kB Progress (4): 644/920 kB | 322/524 kB | 41/332 kB | 12/30 kB Progress (4): 644/920 kB | 322/524 kB | 41/332 kB | 16/30 kB Progress (4): 644/920 kB | 326/524 kB | 41/332 kB | 16/30 kB Progress (4): 644/920 kB | 326/524 kB | 41/332 kB | 20/30 kB Progress (4): 648/920 kB | 326/524 kB | 41/332 kB | 20/30 kB Progress (4): 648/920 kB | 326/524 kB | 45/332 kB | 20/30 kB Progress (4): 652/920 kB | 326/524 kB | 45/332 kB | 20/30 kB Progress (4): 652/920 kB | 326/524 kB | 45/332 kB | 24/30 kB Progress (4): 652/920 kB | 330/524 kB | 45/332 kB | 24/30 kB Progress (4): 652/920 kB | 330/524 kB | 45/332 kB | 28/30 kB Progress (4): 656/920 kB | 330/524 kB | 45/332 kB | 28/30 kB Progress (4): 656/920 kB | 330/524 kB | 49/332 kB | 28/30 kB Progress (4): 660/920 kB | 330/524 kB | 49/332 kB | 28/30 kB Progress (4): 660/920 kB | 330/524 kB | 49/332 kB | 30 kB Progress (4): 660/920 kB | 334/524 kB | 49/332 kB | 30 kB Progress (4): 664/920 kB | 334/524 kB | 49/332 kB | 30 kB Progress (4): 664/920 kB | 334/524 kB | 53/332 kB | 30 kB Progress (4): 668/920 kB | 334/524 kB | 53/332 kB | 30 kB Progress (4): 668/920 kB | 338/524 kB | 53/332 kB | 30 kB Progress (4): 672/920 kB | 338/524 kB | 53/332 kB | 30 kB Progress (4): 672/920 kB | 338/524 kB | 57/332 kB | 30 kB Progress (4): 676/920 kB | 338/524 kB | 57/332 kB | 30 kB Progress (4): 676/920 kB | 342/524 kB | 57/332 kB | 30 kB Progress (4): 680/920 kB | 342/524 kB | 57/332 kB | 30 kB Progress (4): 680/920 kB | 342/524 kB | 61/332 kB | 30 kB Progress (4): 684/920 kB | 342/524 kB | 61/332 kB | 30 kB Progress (4): 684/920 kB | 346/524 kB | 61/332 kB | 30 kB Progress (4): 688/920 kB | 346/524 kB | 61/332 kB | 30 kB Progress (4): 688/920 kB | 346/524 kB | 65/332 kB | 30 kB Progress (4): 692/920 kB | 346/524 kB | 65/332 kB | 30 kB Progress (4): 692/920 kB | 350/524 kB | 65/332 kB | 30 kB Progress (4): 696/920 kB | 350/524 kB | 65/332 kB | 30 kB Progress (4): 696/920 kB | 350/524 kB | 66/332 kB | 30 kB Progress (4): 700/920 kB | 350/524 kB | 66/332 kB | 30 kB Progress (4): 700/920 kB | 354/524 kB | 66/332 kB | 30 kB Progress (4): 704/920 kB | 354/524 kB | 66/332 kB | 30 kB Progress (4): 704/920 kB | 354/524 kB | 70/332 kB | 30 kB Progress (5): 704/920 kB | 354/524 kB | 70/332 kB | 30 kB | 4.1/38 kB Progress (5): 704/920 kB | 354/524 kB | 74/332 kB | 30 kB | 4.1/38 kB Progress (5): 708/920 kB | 354/524 kB | 74/332 kB | 30 kB | 4.1/38 kB Progress (5): 708/920 kB | 358/524 kB | 74/332 kB | 30 kB | 4.1/38 kB Progress (5): 712/920 kB | 358/524 kB | 74/332 kB | 30 kB | 4.1/38 kB Progress (5): 712/920 kB | 358/524 kB | 78/332 kB | 30 kB | 4.1/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 91 kB/s) [2019-07-30T06:27:42.365Z] 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 [2019-07-30T06:27:42.623Z] Progress (4): 712/920 kB | 358/524 kB | 78/332 kB | 7.7/38 kB Progress (4): 712/920 kB | 358/524 kB | 82/332 kB | 7.7/38 kB Progress (4): 716/920 kB | 358/524 kB | 82/332 kB | 7.7/38 kB Progress (4): 716/920 kB | 362/524 kB | 82/332 kB | 7.7/38 kB Progress (4): 720/920 kB | 362/524 kB | 82/332 kB | 7.7/38 kB Progress (4): 720/920 kB | 362/524 kB | 86/332 kB | 7.7/38 kB Progress (4): 720/920 kB | 362/524 kB | 86/332 kB | 12/38 kB Progress (4): 720/920 kB | 362/524 kB | 90/332 kB | 12/38 kB Progress (4): 724/920 kB | 362/524 kB | 90/332 kB | 12/38 kB Progress (4): 724/920 kB | 366/524 kB | 90/332 kB | 12/38 kB Progress (4): 728/920 kB | 366/524 kB | 90/332 kB | 12/38 kB Progress (4): 728/920 kB | 366/524 kB | 94/332 kB | 12/38 kB Progress (4): 728/920 kB | 366/524 kB | 94/332 kB | 16/38 kB Progress (4): 728/920 kB | 366/524 kB | 98/332 kB | 16/38 kB Progress (4): 732/920 kB | 366/524 kB | 98/332 kB | 16/38 kB Progress (4): 732/920 kB | 370/524 kB | 98/332 kB | 16/38 kB Progress (4): 736/920 kB | 370/524 kB | 98/332 kB | 16/38 kB Progress (4): 736/920 kB | 370/524 kB | 98/332 kB | 16/38 kB Progress (4): 736/920 kB | 370/524 kB | 98/332 kB | 20/38 kB Progress (4): 736/920 kB | 370/524 kB | 102/332 kB | 20/38 kB Progress (4): 740/920 kB | 370/524 kB | 102/332 kB | 20/38 kB Progress (4): 740/920 kB | 374/524 kB | 102/332 kB | 20/38 kB Progress (4): 744/920 kB | 374/524 kB | 102/332 kB | 20/38 kB Progress (4): 744/920 kB | 374/524 kB | 106/332 kB | 20/38 kB Progress (4): 744/920 kB | 374/524 kB | 106/332 kB | 24/38 kB Progress (4): 744/920 kB | 374/524 kB | 110/332 kB | 24/38 kB Progress (4): 748/920 kB | 374/524 kB | 110/332 kB | 24/38 kB Progress (4): 748/920 kB | 378/524 kB | 110/332 kB | 24/38 kB Progress (4): 752/920 kB | 378/524 kB | 110/332 kB | 24/38 kB Progress (4): 752/920 kB | 378/524 kB | 114/332 kB | 24/38 kB Progress (4): 752/920 kB | 378/524 kB | 114/332 kB | 28/38 kB Progress (4): 752/920 kB | 378/524 kB | 118/332 kB | 28/38 kB Progress (4): 756/920 kB | 378/524 kB | 118/332 kB | 28/38 kB Progress (5): 756/920 kB | 378/524 kB | 118/332 kB | 28/38 kB | 4.1/35 kB Progress (5): 756/920 kB | 382/524 kB | 118/332 kB | 28/38 kB | 4.1/35 kB Progress (5): 756/920 kB | 382/524 kB | 118/332 kB | 28/38 kB | 7.7/35 kB Progress (5): 760/920 kB | 382/524 kB | 118/332 kB | 28/38 kB | 7.7/35 kB Progress (5): 760/920 kB | 382/524 kB | 122/332 kB | 28/38 kB | 7.7/35 kB Progress (5): 760/920 kB | 382/524 kB | 122/332 kB | 32/38 kB | 7.7/35 kB Progress (5): 760/920 kB | 382/524 kB | 126/332 kB | 32/38 kB | 7.7/35 kB Progress (5): 764/920 kB | 382/524 kB | 126/332 kB | 32/38 kB | 7.7/35 kB Progress (5): 764/920 kB | 382/524 kB | 126/332 kB | 32/38 kB | 12/35 kB Progress (5): 764/920 kB | 386/524 kB | 126/332 kB | 32/38 kB | 12/35 kB Progress (5): 764/920 kB | 386/524 kB | 126/332 kB | 32/38 kB | 16/35 kB Progress (5): 768/920 kB | 386/524 kB | 126/332 kB | 32/38 kB | 16/35 kB Progress (5): 768/920 kB | 386/524 kB | 130/332 kB | 32/38 kB | 16/35 kB Progress (5): 768/920 kB | 386/524 kB | 130/332 kB | 36/38 kB | 16/35 kB Progress (5): 768/920 kB | 386/524 kB | 131/332 kB | 36/38 kB | 16/35 kB Progress (5): 772/920 kB | 386/524 kB | 131/332 kB | 36/38 kB | 16/35 kB Progress (5): 772/920 kB | 386/524 kB | 131/332 kB | 36/38 kB | 20/35 kB Progress (5): 772/920 kB | 390/524 kB | 131/332 kB | 36/38 kB | 20/35 kB Progress (5): 772/920 kB | 390/524 kB | 131/332 kB | 36/38 kB | 24/35 kB Progress (5): 776/920 kB | 390/524 kB | 131/332 kB | 36/38 kB | 24/35 kB Progress (5): 776/920 kB | 390/524 kB | 135/332 kB | 36/38 kB | 24/35 kB Progress (5): 776/920 kB | 390/524 kB | 135/332 kB | 38 kB | 24/35 kB Progress (5): 776/920 kB | 390/524 kB | 139/332 kB | 38 kB | 24/35 kB Progress (5): 780/920 kB | 390/524 kB | 139/332 kB | 38 kB | 24/35 kB Progress (5): 780/920 kB | 390/524 kB | 139/332 kB | 38 kB | 28/35 kB Progress (5): 780/920 kB | 394/524 kB | 139/332 kB | 38 kB | 28/35 kB Progress (5): 780/920 kB | 394/524 kB | 139/332 kB | 38 kB | 32/35 kB Progress (5): 784/920 kB | 394/524 kB | 139/332 kB | 38 kB | 32/35 kB Progress (5): 784/920 kB | 394/524 kB | 143/332 kB | 38 kB | 32/35 kB Progress (5): 788/920 kB | 394/524 kB | 143/332 kB | 38 kB | 32/35 kB Progress (5): 788/920 kB | 394/524 kB | 143/332 kB | 38 kB | 35 kB Progress (5): 788/920 kB | 398/524 kB | 143/332 kB | 38 kB | 35 kB Progress (5): 792/920 kB | 398/524 kB | 143/332 kB | 38 kB | 35 kB Progress (5): 792/920 kB | 398/524 kB | 147/332 kB | 38 kB | 35 kB Progress (5): 796/920 kB | 398/524 kB | 147/332 kB | 38 kB | 35 kB Progress (5): 796/920 kB | 402/524 kB | 147/332 kB | 38 kB | 35 kB Progress (5): 800/920 kB | 402/524 kB | 147/332 kB | 38 kB | 35 kB Progress (5): 800/920 kB | 402/524 kB | 151/332 kB | 38 kB | 35 kB Progress (5): 804/920 kB | 402/524 kB | 151/332 kB | 38 kB | 35 kB Progress (5): 804/920 kB | 406/524 kB | 151/332 kB | 38 kB | 35 kB Progress (5): 808/920 kB | 406/524 kB | 151/332 kB | 38 kB | 35 kB Progress (5): 808/920 kB | 406/524 kB | 155/332 kB | 38 kB | 35 kB Progress (5): 812/920 kB | 406/524 kB | 155/332 kB | 38 kB | 35 kB Progress (5): 812/920 kB | 410/524 kB | 155/332 kB | 38 kB | 35 kB Progress (5): 816/920 kB | 410/524 kB | 155/332 kB | 38 kB | 35 kB Progress (5): 816/920 kB | 410/524 kB | 159/332 kB | 38 kB | 35 kB Progress (5): 816/920 kB | 410/524 kB | 163/332 kB | 38 kB | 35 kB Progress (5): 816/920 kB | 410/524 kB | 164/332 kB | 38 kB | 35 kB Progress (5): 816/920 kB | 410/524 kB | 168/332 kB | 38 kB | 35 kB Progress (5): 816/920 kB | 410/524 kB | 172/332 kB | 38 kB | 35 kB Progress (5): 816/920 kB | 410/524 kB | 176/332 kB | 38 kB | 35 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 109 kB/s) [2019-07-30T06:27:42.623Z] 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 [2019-07-30T06:27:42.623Z] Progress (4): 820/920 kB | 410/524 kB | 176/332 kB | 35 kB Progress (4): 820/920 kB | 414/524 kB | 176/332 kB | 35 kB Progress (4): 824/920 kB | 414/524 kB | 176/332 kB | 35 kB Progress (4): 824/920 kB | 414/524 kB | 180/332 kB | 35 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 88 kB/s) [2019-07-30T06:27:42.623Z] 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 [2019-07-30T06:27:42.623Z] Progress (3): 824/920 kB | 414/524 kB | 184/332 kB Progress (3): 828/920 kB | 414/524 kB | 184/332 kB Progress (3): 828/920 kB | 418/524 kB | 184/332 kB Progress (3): 832/920 kB | 418/524 kB | 184/332 kB Progress (3): 832/920 kB | 418/524 kB | 188/332 kB Progress (3): 836/920 kB | 418/524 kB | 188/332 kB Progress (3): 836/920 kB | 422/524 kB | 188/332 kB Progress (3): 840/920 kB | 422/524 kB | 188/332 kB Progress (3): 840/920 kB | 422/524 kB | 192/332 kB Progress (3): 844/920 kB | 422/524 kB | 192/332 kB Progress (3): 844/920 kB | 426/524 kB | 192/332 kB Progress (3): 848/920 kB | 426/524 kB | 192/332 kB Progress (3): 848/920 kB | 426/524 kB | 196/332 kB Progress (3): 852/920 kB | 426/524 kB | 196/332 kB Progress (3): 852/920 kB | 430/524 kB | 196/332 kB Progress (3): 856/920 kB | 430/524 kB | 196/332 kB Progress (3): 856/920 kB | 430/524 kB | 197/332 kB Progress (3): 860/920 kB | 430/524 kB | 197/332 kB Progress (3): 860/920 kB | 434/524 kB | 197/332 kB Progress (3): 864/920 kB | 434/524 kB | 197/332 kB Progress (3): 864/920 kB | 434/524 kB | 201/332 kB Progress (3): 868/920 kB | 434/524 kB | 201/332 kB Progress (3): 868/920 kB | 438/524 kB | 201/332 kB Progress (3): 872/920 kB | 438/524 kB | 201/332 kB Progress (3): 872/920 kB | 438/524 kB | 205/332 kB Progress (3): 876/920 kB | 438/524 kB | 205/332 kB Progress (3): 876/920 kB | 442/524 kB | 205/332 kB Progress (3): 880/920 kB | 442/524 kB | 205/332 kB Progress (3): 880/920 kB | 442/524 kB | 209/332 kB Progress (3): 884/920 kB | 442/524 kB | 209/332 kB Progress (3): 884/920 kB | 446/524 kB | 209/332 kB Progress (3): 888/920 kB | 446/524 kB | 209/332 kB Progress (3): 888/920 kB | 446/524 kB | 213/332 kB Progress (3): 892/920 kB | 446/524 kB | 213/332 kB Progress (3): 892/920 kB | 450/524 kB | 213/332 kB Progress (3): 896/920 kB | 450/524 kB | 213/332 kB Progress (4): 896/920 kB | 450/524 kB | 213/332 kB | 4.1/108 kB Progress (4): 896/920 kB | 450/524 kB | 217/332 kB | 4.1/108 kB Progress (4): 896/920 kB | 450/524 kB | 217/332 kB | 7.7/108 kB Progress (4): 900/920 kB | 450/524 kB | 217/332 kB | 7.7/108 kB Progress (4): 900/920 kB | 454/524 kB | 217/332 kB | 7.7/108 kB Progress (4): 904/920 kB | 454/524 kB | 217/332 kB | 7.7/108 kB Progress (4): 904/920 kB | 454/524 kB | 217/332 kB | 12/108 kB Progress (4): 904/920 kB | 454/524 kB | 221/332 kB | 12/108 kB Progress (4): 904/920 kB | 454/524 kB | 221/332 kB | 16/108 kB Progress (4): 908/920 kB | 454/524 kB | 221/332 kB | 16/108 kB Progress (4): 908/920 kB | 458/524 kB | 221/332 kB | 16/108 kB Progress (4): 912/920 kB | 458/524 kB | 221/332 kB | 16/108 kB Progress (4): 912/920 kB | 458/524 kB | 221/332 kB | 20/108 kB Progress (4): 912/920 kB | 458/524 kB | 225/332 kB | 20/108 kB Progress (4): 912/920 kB | 458/524 kB | 225/332 kB | 24/108 kB Progress (4): 916/920 kB | 458/524 kB | 225/332 kB | 24/108 kB Progress (4): 916/920 kB | 462/524 kB | 225/332 kB | 24/108 kB Progress (4): 920/920 kB | 462/524 kB | 225/332 kB | 24/108 kB Progress (4): 920/920 kB | 462/524 kB | 225/332 kB | 28/108 kB Progress (4): 920/920 kB | 462/524 kB | 229/332 kB | 28/108 kB Progress (5): 920/920 kB | 462/524 kB | 229/332 kB | 28/108 kB | 4.1/315 kB Progress (5): 920/920 kB | 462/524 kB | 229/332 kB | 32/108 kB | 4.1/315 kB Progress (5): 920 kB | 462/524 kB | 229/332 kB | 32/108 kB | 4.1/315 kB Progress (5): 920 kB | 466/524 kB | 229/332 kB | 32/108 kB | 4.1/315 kB Progress (5): 920 kB | 466/524 kB | 229/332 kB | 33/108 kB | 4.1/315 kB Progress (5): 920 kB | 466/524 kB | 229/332 kB | 33/108 kB | 7.7/315 kB Progress (5): 920 kB | 466/524 kB | 229/332 kB | 33/108 kB | 7.7/315 kB Progress (5): 920 kB | 466/524 kB | 229/332 kB | 33/108 kB | 12/315 kB Progress (5): 920 kB | 466/524 kB | 229/332 kB | 37/108 kB | 12/315 kB Progress (5): 920 kB | 470/524 kB | 229/332 kB | 37/108 kB | 12/315 kB Progress (5): 920 kB | 470/524 kB | 229/332 kB | 41/108 kB | 12/315 kB Progress (5): 920 kB | 470/524 kB | 229/332 kB | 41/108 kB | 16/315 kB Progress (5): 920 kB | 470/524 kB | 233/332 kB | 41/108 kB | 16/315 kB Progress (5): 920 kB | 470/524 kB | 233/332 kB | 41/108 kB | 20/315 kB Progress (5): 920 kB | 470/524 kB | 233/332 kB | 45/108 kB | 20/315 kB Progress (5): 920 kB | 474/524 kB | 233/332 kB | 45/108 kB | 20/315 kB Progress (5): 920 kB | 474/524 kB | 233/332 kB | 49/108 kB | 20/315 kB Progress (5): 920 kB | 474/524 kB | 233/332 kB | 49/108 kB | 24/315 kB Progress (5): 920 kB | 474/524 kB | 237/332 kB | 49/108 kB | 24/315 kB Progress (5): 920 kB | 474/524 kB | 237/332 kB | 49/108 kB | 28/315 kB Progress (5): 920 kB | 474/524 kB | 237/332 kB | 53/108 kB | 28/315 kB Progress (5): 920 kB | 478/524 kB | 237/332 kB | 53/108 kB | 28/315 kB Progress (5): 920 kB | 478/524 kB | 237/332 kB | 57/108 kB | 28/315 kB Progress (5): 920 kB | 478/524 kB | 237/332 kB | 57/108 kB | 32/315 kB Progress (5): 920 kB | 478/524 kB | 241/332 kB | 57/108 kB | 32/315 kB Progress (5): 920 kB | 478/524 kB | 241/332 kB | 57/108 kB | 33/315 kB Progress (5): 920 kB | 478/524 kB | 241/332 kB | 61/108 kB | 33/315 kB Progress (5): 920 kB | 482/524 kB | 241/332 kB | 61/108 kB | 33/315 kB Progress (5): 920 kB | 482/524 kB | 241/332 kB | 65/108 kB | 33/315 kB Progress (5): 920 kB | 482/524 kB | 241/332 kB | 65/108 kB | 37/315 kB Progress (5): 920 kB | 482/524 kB | 245/332 kB | 65/108 kB | 37/315 kB Progress (5): 920 kB | 482/524 kB | 245/332 kB | 65/108 kB | 41/315 kB Progress (5): 920 kB | 482/524 kB | 245/332 kB | 66/108 kB | 41/315 kB Progress (5): 920 kB | 486/524 kB | 245/332 kB | 66/108 kB | 41/315 kB Progress (5): 920 kB | 486/524 kB | 245/332 kB | 70/108 kB | 41/315 kB Progress (5): 920 kB | 486/524 kB | 245/332 kB | 70/108 kB | 45/315 kB Progress (5): 920 kB | 486/524 kB | 249/332 kB | 70/108 kB | 45/315 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 2.2 MB/s) [2019-07-30T06:27:42.623Z] Progress (4): 486/524 kB | 253/332 kB | 70/108 kB | 45/315 kB Progress (4): 486/524 kB | 253/332 kB | 70/108 kB | 49/315 kB Progress (4): 486/524 kB | 253/332 kB | 74/108 kB | 49/315 kB Progress (4): 490/524 kB | 253/332 kB | 74/108 kB | 49/315 kB Progress (4): 490/524 kB | 253/332 kB | 78/108 kB | 49/315 kB Progress (4): 490/524 kB | 253/332 kB | 78/108 kB | 53/315 kB Progress (4): 490/524 kB | 257/332 kB | 78/108 kB | 53/315 kB Progress (4): 490/524 kB | 257/332 kB | 78/108 kB | 57/315 kB Progress (4): 490/524 kB | 257/332 kB | 82/108 kB | 57/315 kB Progress (4): 494/524 kB | 257/332 kB | 82/108 kB | 57/315 kB Progress (4): 494/524 kB | 257/332 kB | 86/108 kB | 57/315 kB Progress (4): 494/524 kB | 257/332 kB | 86/108 kB | 61/315 kB Progress (4): 494/524 kB | 261/332 kB | 86/108 kB | 61/315 kB Progress (4): 494/524 kB | 261/332 kB | 86/108 kB | 65/315 kB Progress (4): 494/524 kB | 261/332 kB | 90/108 kB | 65/315 kB Progress (4): 498/524 kB | 261/332 kB | 90/108 kB | 65/315 kB Progress (4): 498/524 kB | 261/332 kB | 94/108 kB | 65/315 kB Progress (4): 498/524 kB | 261/332 kB | 94/108 kB | 66/315 kB Progress (4): 498/524 kB | 262/332 kB | 94/108 kB | 66/315 kB Progress (4): 498/524 kB | 262/332 kB | 94/108 kB | 70/315 kB Progress (4): 498/524 kB | 262/332 kB | 98/108 kB | 70/315 kB Progress (4): 502/524 kB | 262/332 kB | 98/108 kB | 70/315 kB Progress (4): 502/524 kB | 262/332 kB | 102/108 kB | 70/315 kB Progress (4): 502/524 kB | 262/332 kB | 102/108 kB | 74/315 kB Progress (4): 502/524 kB | 266/332 kB | 102/108 kB | 74/315 kB Progress (4): 502/524 kB | 266/332 kB | 102/108 kB | 78/315 kB Progress (4): 502/524 kB | 266/332 kB | 106/108 kB | 78/315 kB Progress (4): 506/524 kB | 266/332 kB | 106/108 kB | 78/315 kB Progress (4): 506/524 kB | 266/332 kB | 108 kB | 78/315 kB Progress (4): 506/524 kB | 266/332 kB | 108 kB | 82/315 kB Progress (4): 506/524 kB | 270/332 kB | 108 kB | 82/315 kB Progress (4): 506/524 kB | 270/332 kB | 108 kB | 86/315 kB Progress (4): 510/524 kB | 270/332 kB | 108 kB | 86/315 kB Progress (4): 510/524 kB | 270/332 kB | 108 kB | 90/315 kB Progress (4): 510/524 kB | 274/332 kB | 108 kB | 90/315 kB Progress (4): 510/524 kB | 274/332 kB | 108 kB | 94/315 kB Progress (4): 514/524 kB | 274/332 kB | 108 kB | 94/315 kB Progress (4): 514/524 kB | 274/332 kB | 108 kB | 98/315 kB Progress (4): 514/524 kB | 278/332 kB | 108 kB | 98/315 kB Progress (4): 514/524 kB | 278/332 kB | 108 kB | 98/315 kB Progress (4): 518/524 kB | 278/332 kB | 108 kB | 98/315 kB Progress (4): 518/524 kB | 278/332 kB | 108 kB | 102/315 kB Progress (4): 518/524 kB | 282/332 kB | 108 kB | 102/315 kB Progress (4): 518/524 kB | 282/332 kB | 108 kB | 106/315 kB Progress (4): 522/524 kB | 282/332 kB | 108 kB | 106/315 kB Progress (4): 522/524 kB | 282/332 kB | 108 kB | 110/315 kB Progress (4): 522/524 kB | 286/332 kB | 108 kB | 110/315 kB Progress (4): 522/524 kB | 286/332 kB | 108 kB | 114/315 kB Progress (4): 524 kB | 286/332 kB | 108 kB | 114/315 kB Progress (4): 524 kB | 286/332 kB | 108 kB | 118/315 kB Progress (4): 524 kB | 290/332 kB | 108 kB | 118/315 kB Progress (4): 524 kB | 290/332 kB | 108 kB | 122/315 kB Progress (4): 524 kB | 294/332 kB | 108 kB | 122/315 kB Progress (4): 524 kB | 294/332 kB | 108 kB | 126/315 kB Progress (4): 524 kB | 295/332 kB | 108 kB | 126/315 kB Progress (4): 524 kB | 295/332 kB | 108 kB | 130/315 kB Progress (4): 524 kB | 299/332 kB | 108 kB | 130/315 kB Progress (4): 524 kB | 299/332 kB | 108 kB | 131/315 kB Progress (4): 524 kB | 303/332 kB | 108 kB | 131/315 kB Progress (4): 524 kB | 303/332 kB | 108 kB | 135/315 kB Progress (4): 524 kB | 307/332 kB | 108 kB | 135/315 kB Progress (4): 524 kB | 307/332 kB | 108 kB | 139/315 kB Progress (4): 524 kB | 311/332 kB | 108 kB | 139/315 kB Progress (4): 524 kB | 311/332 kB | 108 kB | 143/315 kB Progress (4): 524 kB | 315/332 kB | 108 kB | 143/315 kB Progress (4): 524 kB | 315/332 kB | 108 kB | 147/315 kB Progress (4): 524 kB | 319/332 kB | 108 kB | 147/315 kB Progress (4): 524 kB | 319/332 kB | 108 kB | 151/315 kB Progress (4): 524 kB | 323/332 kB | 108 kB | 151/315 kB Progress (4): 524 kB | 323/332 kB | 108 kB | 155/315 kB Progress (4): 524 kB | 327/332 kB | 108 kB | 155/315 kB Progress (4): 524 kB | 327/332 kB | 108 kB | 159/315 kB Progress (4): 524 kB | 331/332 kB | 108 kB | 159/315 kB Progress (4): 524 kB | 331/332 kB | 108 kB | 163/315 kB Progress (4): 524 kB | 332 kB | 108 kB | 163/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 252 kB/s) [2019-07-30T06:27:42.623Z] Progress (3): 524 kB | 332 kB | 164/315 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.2 MB/s) [2019-07-30T06:27:42.623Z] Progress (2): 332 kB | 168/315 kB Progress (2): 332 kB | 172/315 kB Progress (2): 332 kB | 176/315 kB Progress (2): 332 kB | 180/315 kB Progress (2): 332 kB | 184/315 kB Progress (2): 332 kB | 188/315 kB Progress (2): 332 kB | 192/315 kB Progress (2): 332 kB | 196/315 kB Progress (2): 332 kB | 197/315 kB Progress (2): 332 kB | 201/315 kB Progress (2): 332 kB | 205/315 kB Progress (2): 332 kB | 209/315 kB Progress (2): 332 kB | 213/315 kB Progress (2): 332 kB | 217/315 kB Progress (2): 332 kB | 221/315 kB Progress (2): 332 kB | 225/315 kB Progress (2): 332 kB | 229/315 kB Progress (2): 332 kB | 229/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 766 kB/s) [2019-07-30T06:27:42.623Z] Progress (1): 233/315 kB Progress (1): 237/315 kB Progress (1): 241/315 kB Progress (1): 245/315 kB Progress (1): 249/315 kB Progress (1): 253/315 kB Progress (1): 257/315 kB Progress (1): 261/315 kB Progress (1): 262/315 kB Progress (1): 266/315 kB Progress (1): 270/315 kB Progress (1): 274/315 kB Progress (1): 278/315 kB Progress (1): 282/315 kB Progress (1): 286/315 kB Progress (1): 290/315 kB Progress (1): 294/315 kB Progress (1): 298/315 kB Progress (1): 302/315 kB Progress (1): 306/315 kB Progress (1): 310/315 kB Progress (1): 314/315 kB Progress (1): 315 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar (315 kB at 713 kB/s) [2019-07-30T06:27:43.187Z] 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 [2019-07-30T06:27:43.187Z] 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 [2019-07-30T06:27:43.187Z] 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 [2019-07-30T06:27:43.187Z] 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 [2019-07-30T06:27:43.187Z] 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 [2019-07-30T06:27:43.187Z] 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 [2019-07-30T06:27:43.444Z] Progress (1): 3.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.8/maven-antrun-plugin-1.8.pom (3.3 kB at 184 kB/s) [2019-07-30T06:27:43.444Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [2019-07-30T06:27:43.444Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [2019-07-30T06:27:43.444Z] 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 [2019-07-30T06:27:43.444Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [2019-07-30T06:27:43.444Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [2019-07-30T06:27:43.701Z] 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 [2019-07-30T06:27:43.701Z] 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 344 kB/s) [2019-07-30T06:27:43.701Z] 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 [2019-07-30T06:27:43.701Z] 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 [2019-07-30T06:27:43.701Z] 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 [2019-07-30T06:27:43.701Z] 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 [2019-07-30T06:27:43.957Z] 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 [2019-07-30T06:27:43.957Z] 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 [2019-07-30T06:27:43.957Z] 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 1.2 MB/s) [2019-07-30T06:27:43.957Z] 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 [2019-07-30T06:27:43.957Z] 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 [2019-07-30T06:27:43.957Z] 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 [2019-07-30T06:27:43.957Z] 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 [2019-07-30T06:27:44.214Z] 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 [2019-07-30T06:27:44.214Z] 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 [2019-07-30T06:27:44.214Z] 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 189 kB/s) [2019-07-30T06:27:44.214Z] 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 [2019-07-30T06:27:44.214Z] 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 [2019-07-30T06:27:44.214Z] 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 [2019-07-30T06:27:44.472Z] 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 [2019-07-30T06:27:44.472Z] 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 [2019-07-30T06:27:44.472Z] 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 [2019-07-30T06:27:44.472Z] 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 361 kB/s) [2019-07-30T06:27:44.472Z] 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 [2019-07-30T06:27:44.472Z] 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 [2019-07-30T06:27:44.472Z] 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 [2019-07-30T06:27:44.728Z] 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 [2019-07-30T06:27:44.728Z] 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 [2019-07-30T06:27:44.728Z] 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 [2019-07-30T06:27:44.728Z] 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 341 kB/s) [2019-07-30T06:27:44.728Z] 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 [2019-07-30T06:27:44.728Z] 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 [2019-07-30T06:27:44.728Z] 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 [2019-07-30T06:27:44.985Z] 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 [2019-07-30T06:27:44.985Z] 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 [2019-07-30T06:27:44.985Z] 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 [2019-07-30T06:27:44.985Z] 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 66 kB/s) [2019-07-30T06:27:44.985Z] 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 [2019-07-30T06:27:44.985Z] 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 [2019-07-30T06:27:44.986Z] 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 [2019-07-30T06:27:45.243Z] 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 [2019-07-30T06:27:45.243Z] 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 [2019-07-30T06:27:45.500Z] 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 [2019-07-30T06:27:45.500Z] 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 419 kB/s) [2019-07-30T06:27:45.500Z] 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 [2019-07-30T06:27:45.500Z] 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 [2019-07-30T06:27:45.500Z] 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 [2019-07-30T06:27:45.757Z] 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 [2019-07-30T06:27:45.757Z] 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 [2019-07-30T06:27:45.757Z] 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 [2019-07-30T06:27:45.757Z] 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 207 kB/s) [2019-07-30T06:27:45.757Z] 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 [2019-07-30T06:27:45.757Z] 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 [2019-07-30T06:27:45.757Z] 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 [2019-07-30T06:27:46.013Z] 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 [2019-07-30T06:27:46.013Z] 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 [2019-07-30T06:27:46.013Z] 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 [2019-07-30T06:27:46.013Z] 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 923 kB/s) [2019-07-30T06:27:46.577Z] 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 [2019-07-30T06:27:46.577Z] 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 [2019-07-30T06:27:46.577Z] 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 [2019-07-30T06:27:46.577Z] 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 [2019-07-30T06:27:46.577Z] 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 [2019-07-30T06:27:46.833Z] 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 [2019-07-30T06:27:46.833Z] 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 84 kB/s) [2019-07-30T06:27:46.833Z] 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 [2019-07-30T06:27:46.833Z] 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 [2019-07-30T06:27:46.833Z] 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 [2019-07-30T06:27:46.833Z] 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 [2019-07-30T06:27:47.091Z] 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 [2019-07-30T06:27:47.091Z] 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 [2019-07-30T06:27:47.091Z] 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 1.5 MB/s) [2019-07-30T06:27:47.091Z] 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 [2019-07-30T06:27:47.091Z] 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 [2019-07-30T06:27:47.091Z] 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 [2019-07-30T06:27:47.091Z] 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 [2019-07-30T06:27:47.347Z] 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 [2019-07-30T06:27:47.347Z] 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 [2019-07-30T06:27:47.347Z] 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 65 kB/s) [2019-07-30T06:27:47.347Z] 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 [2019-07-30T06:27:47.347Z] 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 [2019-07-30T06:27:47.347Z] 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 [2019-07-30T06:27:47.347Z] 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 [2019-07-30T06:27:47.347Z] 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 [2019-07-30T06:27:47.347Z] 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 [2019-07-30T06:27:47.604Z] 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 [2019-07-30T06:27:47.604Z] 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 [2019-07-30T06:27:47.604Z] 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 [2019-07-30T06:27:47.604Z] 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 [2019-07-30T06:27:47.604Z] 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 [2019-07-30T06:27:47.604Z] 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 [2019-07-30T06:27:47.604Z] 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.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 (2): 0.2/8.0 MB | 4.1/512 kB Progress (2): 0.2/8.0 MB | 4.1/512 kB Progress (2): 0.2/8.0 MB | 7.7/512 kB Progress (2): 0.2/8.0 MB | 7.7/512 kB Progress (2): 0.2/8.0 MB | 12/512 kB Progress (2): 0.2/8.0 MB | 12/512 kB Progress (2): 0.2/8.0 MB | 16/512 kB Progress (2): 0.2/8.0 MB | 16/512 kB Progress (2): 0.2/8.0 MB | 20/512 kB Progress (2): 0.2/8.0 MB | 20/512 kB Progress (2): 0.2/8.0 MB | 24/512 kB Progress (2): 0.2/8.0 MB | 24/512 kB Progress (2): 0.2/8.0 MB | 28/512 kB Progress (2): 0.2/8.0 MB | 28/512 kB Progress (2): 0.2/8.0 MB | 32/512 kB Progress (2): 0.2/8.0 MB | 32/512 kB Progress (2): 0.2/8.0 MB | 36/512 kB Progress (2): 0.3/8.0 MB | 36/512 kB Progress (2): 0.3/8.0 MB | 40/512 kB Progress (2): 0.3/8.0 MB | 40/512 kB Progress (2): 0.3/8.0 MB | 44/512 kB Progress (2): 0.3/8.0 MB | 44/512 kB Progress (2): 0.3/8.0 MB | 48/512 kB Progress (2): 0.3/8.0 MB | 48/512 kB Progress (2): 0.3/8.0 MB | 52/512 kB Progress (2): 0.3/8.0 MB | 52/512 kB Progress (2): 0.3/8.0 MB | 56/512 kB Progress (2): 0.3/8.0 MB | 56/512 kB Progress (2): 0.3/8.0 MB | 60/512 kB Progress (2): 0.3/8.0 MB | 60/512 kB Progress (2): 0.3/8.0 MB | 64/512 kB Progress (2): 0.3/8.0 MB | 64/512 kB Progress (2): 0.3/8.0 MB | 68/512 kB Progress (2): 0.3/8.0 MB | 68/512 kB Progress (2): 0.3/8.0 MB | 72/512 kB Progress (2): 0.3/8.0 MB | 72/512 kB Progress (2): 0.3/8.0 MB | 76/512 kB Progress (2): 0.3/8.0 MB | 76/512 kB Progress (2): 0.3/8.0 MB | 80/512 kB Progress (2): 0.3/8.0 MB | 80/512 kB Progress (2): 0.3/8.0 MB | 84/512 kB Progress (2): 0.3/8.0 MB | 84/512 kB Progress (2): 0.3/8.0 MB | 88/512 kB Progress (2): 0.3/8.0 MB | 88/512 kB Progress (2): 0.3/8.0 MB | 92/512 kB Progress (2): 0.3/8.0 MB | 92/512 kB Progress (2): 0.3/8.0 MB | 96/512 kB Progress (2): 0.3/8.0 MB | 96/512 kB Progress (2): 0.3/8.0 MB | 100/512 kB Progress (2): 0.3/8.0 MB | 100/512 kB Progress (2): 0.3/8.0 MB | 104/512 kB Progress (2): 0.3/8.0 MB | 104/512 kB Progress (2): 0.3/8.0 MB | 108/512 kB Progress (2): 0.3/8.0 MB | 108/512 kB Progress (2): 0.3/8.0 MB | 112/512 kB Progress (2): 0.3/8.0 MB | 112/512 kB Progress (2): 0.3/8.0 MB | 116/512 kB Progress (2): 0.3/8.0 MB | 116/512 kB Progress (2): 0.3/8.0 MB | 120/512 kB Progress (2): 0.3/8.0 MB | 120/512 kB Progress (2): 0.3/8.0 MB | 124/512 kB Progress (2): 0.3/8.0 MB | 124/512 kB Progress (2): 0.3/8.0 MB | 128/512 kB Progress (2): 0.3/8.0 MB | 128/512 kB Progress (2): 0.3/8.0 MB | 132/512 kB Progress (2): 0.3/8.0 MB | 132/512 kB Progress (2): 0.3/8.0 MB | 136/512 kB Progress (2): 0.4/8.0 MB | 136/512 kB Progress (2): 0.4/8.0 MB | 140/512 kB Progress (2): 0.4/8.0 MB | 140/512 kB Progress (2): 0.4/8.0 MB | 144/512 kB Progress (2): 0.4/8.0 MB | 144/512 kB Progress (2): 0.4/8.0 MB | 148/512 kB Progress (2): 0.4/8.0 MB | 148/512 kB Progress (2): 0.4/8.0 MB | 152/512 kB Progress (2): 0.4/8.0 MB | 152/512 kB Progress (2): 0.4/8.0 MB | 156/512 kB Progress (2): 0.4/8.0 MB | 156/512 kB Progress (2): 0.4/8.0 MB | 160/512 kB Progress (2): 0.4/8.0 MB | 160/512 kB Progress (2): 0.4/8.0 MB | 164/512 kB Progress (2): 0.4/8.0 MB | 164/512 kB Progress (2): 0.4/8.0 MB | 168/512 kB Progress (2): 0.4/8.0 MB | 168/512 kB Progress (2): 0.4/8.0 MB | 172/512 kB Progress (2): 0.4/8.0 MB | 172/512 kB Progress (2): 0.4/8.0 MB | 176/512 kB Progress (2): 0.4/8.0 MB | 176/512 kB Progress (2): 0.4/8.0 MB | 180/512 kB Progress (2): 0.4/8.0 MB | 180/512 kB Progress (2): 0.4/8.0 MB | 184/512 kB Progress (2): 0.4/8.0 MB | 184/512 kB Progress (2): 0.4/8.0 MB | 188/512 kB Progress (2): 0.4/8.0 MB | 188/512 kB Progress (2): 0.4/8.0 MB | 192/512 kB Progress (2): 0.4/8.0 MB | 192/512 kB Progress (2): 0.4/8.0 MB | 196/512 kB Progress (2): 0.4/8.0 MB | 196/512 kB Progress (2): 0.4/8.0 MB | 200/512 kB Progress (2): 0.4/8.0 MB | 200/512 kB Progress (2): 0.4/8.0 MB | 204/512 kB Progress (2): 0.4/8.0 MB | 204/512 kB Progress (2): 0.4/8.0 MB | 208/512 kB Progress (2): 0.4/8.0 MB | 208/512 kB Progress (2): 0.4/8.0 MB | 212/512 kB Progress (2): 0.4/8.0 MB | 212/512 kB Progress (2): 0.4/8.0 MB | 216/512 kB Progress (2): 0.4/8.0 MB | 216/512 kB Progress (2): 0.4/8.0 MB | 220/512 kB Progress (2): 0.4/8.0 MB | 220/512 kB Progress (2): 0.4/8.0 MB | 224/512 kB Progress (2): 0.4/8.0 MB | 224/512 kB Progress (2): 0.4/8.0 MB | 228/512 kB Progress (2): 0.4/8.0 MB | 228/512 kB Progress (2): 0.4/8.0 MB | 232/512 kB Progress (2): 0.4/8.0 MB | 232/512 kB Progress (2): 0.4/8.0 MB | 236/512 kB Progress (2): 0.5/8.0 MB | 236/512 kB Progress (2): 0.5/8.0 MB | 240/512 kB Progress (2): 0.5/8.0 MB | 240/512 kB Progress (2): 0.5/8.0 MB | 244/512 kB Progress (2): 0.5/8.0 MB | 244/512 kB Progress (2): 0.5/8.0 MB | 248/512 kB Progress (2): 0.5/8.0 MB | 248/512 kB Progress (2): 0.5/8.0 MB | 252/512 kB Progress (2): 0.5/8.0 MB | 252/512 kB Progress (2): 0.5/8.0 MB | 256/512 kB Progress (2): 0.5/8.0 MB | 256/512 kB Progress (2): 0.5/8.0 MB | 260/512 kB Progress (2): 0.5/8.0 MB | 260/512 kB Progress (2): 0.5/8.0 MB | 264/512 kB Progress (2): 0.5/8.0 MB | 264/512 kB Progress (2): 0.5/8.0 MB | 268/512 kB Progress (2): 0.5/8.0 MB | 268/512 kB Progress (2): 0.5/8.0 MB | 272/512 kB Progress (2): 0.5/8.0 MB | 272/512 kB Progress (2): 0.5/8.0 MB | 276/512 kB Progress (2): 0.5/8.0 MB | 276/512 kB Progress (2): 0.5/8.0 MB | 280/512 kB Progress (2): 0.5/8.0 MB | 280/512 kB Progress (2): 0.5/8.0 MB | 284/512 kB Progress (2): 0.5/8.0 MB | 284/512 kB Progress (2): 0.5/8.0 MB | 288/512 kB Progress (2): 0.5/8.0 MB | 288/512 kB Progress (2): 0.5/8.0 MB | 292/512 kB Progress (2): 0.5/8.0 MB | 292/512 kB Progress (2): 0.5/8.0 MB | 296/512 kB Progress (2): 0.5/8.0 MB | 296/512 kB Progress (2): 0.5/8.0 MB | 300/512 kB Progress (2): 0.5/8.0 MB | 300/512 kB Progress (2): 0.5/8.0 MB | 304/512 kB Progress (2): 0.5/8.0 MB | 304/512 kB Progress (2): 0.5/8.0 MB | 308/512 kB Progress (2): 0.5/8.0 MB | 308/512 kB Progress (2): 0.5/8.0 MB | 312/512 kB Progress (2): 0.5/8.0 MB | 312/512 kB Progress (2): 0.5/8.0 MB | 316/512 kB Progress (2): 0.5/8.0 MB | 316/512 kB Progress (2): 0.5/8.0 MB | 320/512 kB Progress (2): 0.5/8.0 MB | 320/512 kB Progress (2): 0.5/8.0 MB | 324/512 kB Progress (2): 0.5/8.0 MB | 324/512 kB Progress (2): 0.5/8.0 MB | 328/512 kB Progress (2): 0.5/8.0 MB | 328/512 kB Progress (2): 0.5/8.0 MB | 332/512 kB Progress (2): 0.5/8.0 MB | 332/512 kB Progress (2): 0.5/8.0 MB | 336/512 kB Progress (2): 0.6/8.0 MB | 336/512 kB Progress (2): 0.6/8.0 MB | 340/512 kB Progress (2): 0.6/8.0 MB | 340/512 kB Progress (2): 0.6/8.0 MB | 344/512 kB Progress (2): 0.6/8.0 MB | 344/512 kB Progress (2): 0.6/8.0 MB | 348/512 kB Progress (2): 0.6/8.0 MB | 348/512 kB Progress (2): 0.6/8.0 MB | 352/512 kB Progress (2): 0.6/8.0 MB | 352/512 kB Progress (2): 0.6/8.0 MB | 356/512 kB Progress (2): 0.6/8.0 MB | 356/512 kB Progress (2): 0.6/8.0 MB | 360/512 kB Progress (2): 0.6/8.0 MB | 360/512 kB Progress (2): 0.6/8.0 MB | 364/512 kB Progress (2): 0.6/8.0 MB | 364/512 kB Progress (2): 0.6/8.0 MB | 368/512 kB Progress (2): 0.6/8.0 MB | 368/512 kB Progress (2): 0.6/8.0 MB | 372/512 kB Progress (2): 0.6/8.0 MB | 372/512 kB Progress (2): 0.6/8.0 MB | 376/512 kB Progress (2): 0.6/8.0 MB | 376/512 kB Progress (2): 0.6/8.0 MB | 380/512 kB Progress (2): 0.6/8.0 MB | 380/512 kB Progress (2): 0.6/8.0 MB | 384/512 kB Progress (2): 0.6/8.0 MB | 384/512 kB Progress (2): 0.6/8.0 MB | 388/512 kB Progress (2): 0.6/8.0 MB | 392/512 kB Progress (2): 0.6/8.0 MB | 392/512 kB Progress (2): 0.6/8.0 MB | 396/512 kB Progress (2): 0.6/8.0 MB | 396/512 kB Progress (2): 0.6/8.0 MB | 400/512 kB Progress (2): 0.6/8.0 MB | 400/512 kB Progress (2): 0.6/8.0 MB | 404/512 kB Progress (2): 0.6/8.0 MB | 404/512 kB Progress (2): 0.6/8.0 MB | 408/512 kB Progress (2): 0.6/8.0 MB | 408/512 kB Progress (2): 0.6/8.0 MB | 412/512 kB Progress (2): 0.6/8.0 MB | 412/512 kB Progress (2): 0.6/8.0 MB | 416/512 kB Progress (2): 0.6/8.0 MB | 416/512 kB Progress (2): 0.6/8.0 MB | 420/512 kB Progress (2): 0.6/8.0 MB | 420/512 kB Progress (2): 0.6/8.0 MB | 424/512 kB Progress (2): 0.6/8.0 MB | 424/512 kB Progress (2): 0.6/8.0 MB | 428/512 kB Progress (2): 0.6/8.0 MB | 428/512 kB Progress (2): 0.6/8.0 MB | 432/512 kB Progress (2): 0.6/8.0 MB | 432/512 kB Progress (2): 0.6/8.0 MB | 436/512 kB Progress (2): 0.6/8.0 MB | 436/512 kB Progress (2): 0.6/8.0 MB | 440/512 kB Progress (2): 0.7/8.0 MB | 440/512 kB Progress (2): 0.7/8.0 MB | 444/512 kB Progress (2): 0.7/8.0 MB | 444/512 kB Progress (2): 0.7/8.0 MB | 448/512 kB Progress (2): 0.7/8.0 MB | 448/512 kB Progress (2): 0.7/8.0 MB | 452/512 kB Progress (2): 0.7/8.0 MB | 452/512 kB Progress (2): 0.7/8.0 MB | 456/512 kB Progress (2): 0.7/8.0 MB | 456/512 kB Progress (2): 0.7/8.0 MB | 460/512 kB Progress (2): 0.7/8.0 MB | 460/512 kB Progress (2): 0.7/8.0 MB | 464/512 kB Progress (2): 0.7/8.0 MB | 464/512 kB Progress (2): 0.7/8.0 MB | 468/512 kB Progress (2): 0.7/8.0 MB | 468/512 kB Progress (2): 0.7/8.0 MB | 472/512 kB Progress (2): 0.7/8.0 MB | 472/512 kB Progress (2): 0.7/8.0 MB | 476/512 kB Progress (2): 0.7/8.0 MB | 476/512 kB Progress (2): 0.7/8.0 MB | 480/512 kB Progress (2): 0.7/8.0 MB | 480/512 kB Progress (2): 0.7/8.0 MB | 484/512 kB Progress (2): 0.7/8.0 MB | 484/512 kB Progress (2): 0.7/8.0 MB | 488/512 kB Progress (2): 0.7/8.0 MB | 488/512 kB Progress (2): 0.7/8.0 MB | 492/512 kB Progress (2): 0.7/8.0 MB | 492/512 kB Progress (2): 0.7/8.0 MB | 496/512 kB Progress (2): 0.7/8.0 MB | 496/512 kB Progress (2): 0.7/8.0 MB | 500/512 kB Progress (2): 0.7/8.0 MB | 500/512 kB Progress (2): 0.7/8.0 MB | 504/512 kB Progress (2): 0.7/8.0 MB | 504/512 kB Progress (2): 0.7/8.0 MB | 508/512 kB Progress (2): 0.7/8.0 MB | 508/512 kB Progress (2): 0.7/8.0 MB | 512/512 kB Progress (2): 0.7/8.0 MB | 512/512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.7/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.8/8.0 MB | 512 kB Progress (2): 0.9/8.0 MB | 512 kB Progress (2): 0.9/8.0 MB | 512 kB Progress (2): 0.9/8.0 MB | 512 kB Progress (2): 0.9/8.0 MB | 512 kB Progress (2): 0.9/8.0 MB | 512 kB Progress (2): 0.9/8.0 MB | 512 kB Progress (2): 0.9/8.0 MB | 512 kB Progress (2): 0.9/8.0 MB | 512 kB Progress (2): 0.9/8.0 MB | 512 kB Progress (2): 0.9/8.0 MB | 512 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-sources.jar (512 kB at 8.3 MB/s) [2019-07-30T06:27:47.862Z] 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 18 MB/s) [2019-07-30T06:27:48.119Z] 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 [2019-07-30T06:27:48.119Z] 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 [2019-07-30T06:27:48.119Z] 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 [2019-07-30T06:27:48.375Z] 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 [2019-07-30T06:27:48.375Z] 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 [2019-07-30T06:27:48.375Z] 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 [2019-07-30T06:27:48.375Z] 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 73 kB/s) [2019-07-30T06:27:48.375Z] 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 [2019-07-30T06:27:48.375Z] 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 [2019-07-30T06:27:48.375Z] 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 [2019-07-30T06:27:48.631Z] 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 [2019-07-30T06:27:48.631Z] 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 [2019-07-30T06:27:48.631Z] 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 [2019-07-30T06:27:48.631Z] 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 343 kB/s) [2019-07-30T06:27:48.631Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [2019-07-30T06:27:48.631Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [2019-07-30T06:27:48.631Z] 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 [2019-07-30T06:27:48.887Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [2019-07-30T06:27:48.887Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [2019-07-30T06:27:48.887Z] 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 [2019-07-30T06:27:48.887Z] 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 619 kB/s) [2019-07-30T06:27:48.887Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/22/commons-parent-22.pom [2019-07-30T06:27:48.887Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/22/commons-parent-22.pom [2019-07-30T06:27:48.887Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/22/commons-parent-22.pom [2019-07-30T06:27:49.143Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/22/commons-parent-22.pom [2019-07-30T06:27:49.143Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/22/commons-parent-22.pom [2019-07-30T06:27:49.143Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [2019-07-30T06:27:49.143Z] 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.6 MB/s) [2019-07-30T06:27:49.143Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [2019-07-30T06:27:49.143Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [2019-07-30T06:27:49.143Z] 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 [2019-07-30T06:27:49.401Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [2019-07-30T06:27:49.401Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [2019-07-30T06:27:49.401Z] 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 [2019-07-30T06:27:49.401Z] 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): 98/316 kB Progress (1): 102/316 kB Progress (1): 106/316 kB Progress (1): 110/316 kB Progress (1): 114/316 kB Progress (1): 118/316 kB Progress (1): 122/316 kB Progress (1): 126/316 kB Progress (1): 130/316 kB Progress (1): 131/316 kB Progress (1): 135/316 kB Progress (1): 139/316 kB Progress (1): 143/316 kB Progress (1): 147/316 kB Progress (1): 151/316 kB Progress (1): 155/316 kB Progress (1): 159/316 kB Progress (1): 163/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): 197/316 kB Progress (1): 201/316 kB Progress (1): 205/316 kB Progress (1): 209/316 kB Progress (1): 213/316 kB Progress (1): 217/316 kB Progress (1): 221/316 kB Progress (1): 225/316 kB Progress (1): 229/316 kB Progress (1): 229/316 kB Progress (1): 233/316 kB Progress (1): 237/316 kB Progress (1): 241/316 kB Progress (1): 245/316 kB Progress (1): 249/316 kB Progress (1): 253/316 kB Progress (1): 257/316 kB Progress (1): 261/316 kB Progress (1): 265/316 kB Progress (1): 269/316 kB Progress (1): 273/316 kB Progress (1): 277/316 kB Progress (1): 281/316 kB Progress (1): 285/316 kB Progress (1): 289/316 kB Progress (1): 293/316 kB Progress (1): 297/316 kB Progress (1): 301/316 kB Progress (1): 305/316 kB Progress (1): 309/316 kB Progress (1): 313/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 8.1 MB/s) [2019-07-30T06:27:49.401Z] 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 [2019-07-30T06:27:49.401Z] 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 [2019-07-30T06:27:49.401Z] 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 [2019-07-30T06:27:49.657Z] 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 [2019-07-30T06:27:49.657Z] 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 [2019-07-30T06:27:49.657Z] 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 [2019-07-30T06:27:49.657Z] 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 59 kB/s) [2019-07-30T06:27:49.657Z] 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 [2019-07-30T06:27:49.657Z] 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 [2019-07-30T06:27:49.657Z] 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 [2019-07-30T06:27:49.914Z] 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 [2019-07-30T06:27:49.914Z] 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 [2019-07-30T06:27:49.914Z] 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 [2019-07-30T06:27:49.914Z] 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 653 kB/s) [2019-07-30T06:27:50.171Z] 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 [2019-07-30T06:27:50.171Z] 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 [2019-07-30T06:27:50.171Z] 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 [2019-07-30T06:27:50.427Z] 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) [2019-07-30T06:27:50.427Z] 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 [2019-07-30T06:27:50.427Z] 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 [2019-07-30T06:27:50.427Z] 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 [2019-07-30T06:27:50.427Z] Progress (1): 4.1/8.7 kB Progress (1): 6.4/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 58 kB/s) [2019-07-30T06:27:50.427Z] 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 [2019-07-30T06:27:50.427Z] 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 [2019-07-30T06:27:50.427Z] 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 [2019-07-30T06:27:50.940Z] Progress (1): 2.4/78 kB Progress (1): 6.5/78 kB Progress (1): 11/78 kB Progress (1): 15/78 kB Progress (1): 19/78 kB Progress (1): 23/78 kB Progress (1): 24/78 kB Progress (1): 27/78 kB Progress (1): 29/78 kB Progress (1): 31/78 kB Progress (1): 35/78 kB Progress (1): 38/78 kB Progress (1): 42/78 kB Progress (1): 46/78 kB Progress (1): 47/78 kB Progress (1): 51/78 kB Progress (1): 52/78 kB Progress (1): 56/78 kB Progress (1): 59/78 kB Progress (1): 62/78 kB Progress (1): 63/78 kB Progress (1): 65/78 kB Progress (1): 66/78 kB Progress (1): 69/78 kB Progress (1): 73/78 kB Progress (1): 75/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 261 kB/s) [2019-07-30T06:27:50.940Z] 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 [2019-07-30T06:27:50.940Z] 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 [2019-07-30T06:27:50.940Z] 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 [2019-07-30T06:27:50.940Z] 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 [2019-07-30T06:27:50.940Z] 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 [2019-07-30T06:27:50.940Z] 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 [2019-07-30T06:27:50.940Z] 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 79 kB/s) [2019-07-30T06:27:50.940Z] 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 [2019-07-30T06:27:50.940Z] 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 [2019-07-30T06:27:50.940Z] 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 [2019-07-30T06:27:51.196Z] 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 [2019-07-30T06:27:51.196Z] 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 [2019-07-30T06:27:51.196Z] 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 [2019-07-30T06:27:51.196Z] 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 54 kB/s) [2019-07-30T06:27:51.196Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/tycho/tycho/1.0.0/tycho-1.0.0.pom [2019-07-30T06:27:51.196Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/1.0.0/tycho-1.0.0.pom [2019-07-30T06:27:51.196Z] 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 [2019-07-30T06:27:51.453Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/tycho/tycho/1.0.0/tycho-1.0.0.pom [2019-07-30T06:27:51.453Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/tycho/tycho/1.0.0/tycho-1.0.0.pom [2019-07-30T06:27:51.453Z] 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 [2019-07-30T06:27:51.453Z] 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 787 kB/s) [2019-07-30T06:27:51.453Z] 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 [2019-07-30T06:27:51.453Z] 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 [2019-07-30T06:27:51.453Z] 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 [2019-07-30T06:27:51.710Z] 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 [2019-07-30T06:27:51.710Z] 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 [2019-07-30T06:27:51.710Z] 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 [2019-07-30T06:27:51.710Z] 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 239 kB/s) [2019-07-30T06:27:51.710Z] 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 [2019-07-30T06:27:51.710Z] 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 [2019-07-30T06:27:51.710Z] 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 [2019-07-30T06:27:51.966Z] 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 [2019-07-30T06:27:51.966Z] 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 [2019-07-30T06:27:51.966Z] 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 [2019-07-30T06:27:51.966Z] 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 133 kB/s) [2019-07-30T06:27:51.966Z] 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 [2019-07-30T06:27:51.966Z] 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 [2019-07-30T06:27:51.966Z] 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 [2019-07-30T06:27:52.223Z] 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 [2019-07-30T06:27:52.223Z] 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 [2019-07-30T06:27:52.223Z] 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 [2019-07-30T06:27:52.223Z] 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 234 kB/s) [2019-07-30T06:27:52.223Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [2019-07-30T06:27:52.223Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [2019-07-30T06:27:52.223Z] 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 [2019-07-30T06:27:52.480Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [2019-07-30T06:27:52.480Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [2019-07-30T06:27:52.480Z] 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 [2019-07-30T06:27:52.480Z] 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 472 kB/s) [2019-07-30T06:27:52.480Z] 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 [2019-07-30T06:27:52.480Z] 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 [2019-07-30T06:27:52.480Z] 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 [2019-07-30T06:27:52.735Z] 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 [2019-07-30T06:27:52.735Z] 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 [2019-07-30T06:27:52.992Z] 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 [2019-07-30T06:27:52.992Z] 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 104 kB/s) [2019-07-30T06:27:52.992Z] 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 [2019-07-30T06:27:52.992Z] 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 [2019-07-30T06:27:52.992Z] 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 [2019-07-30T06:27:53.248Z] 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 [2019-07-30T06:27:53.248Z] 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 [2019-07-30T06:27:53.248Z] 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 [2019-07-30T06:27:53.248Z] 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 90 kB/s) [2019-07-30T06:27:53.248Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [2019-07-30T06:27:53.248Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [2019-07-30T06:27:53.248Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [2019-07-30T06:27:53.248Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [2019-07-30T06:27:53.504Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [2019-07-30T06:27:53.504Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [2019-07-30T06:27:53.504Z] 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 846 kB/s) [2019-07-30T06:27:53.504Z] 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 [2019-07-30T06:27:53.504Z] 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 [2019-07-30T06:27:53.504Z] 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 [2019-07-30T06:27:53.504Z] 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 [2019-07-30T06:27:53.504Z] 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 [2019-07-30T06:27:53.504Z] 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 [2019-07-30T06:27:53.760Z] 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 182 kB/s) [2019-07-30T06:27:53.760Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [2019-07-30T06:27:53.760Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [2019-07-30T06:27:53.760Z] 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 [2019-07-30T06:27:53.760Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [2019-07-30T06:27:53.760Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [2019-07-30T06:27:53.760Z] 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 [2019-07-30T06:27:54.017Z] 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 102 kB/s) [2019-07-30T06:27:54.017Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2019-07-30T06:27:54.017Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2019-07-30T06:27:54.017Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2019-07-30T06:27:54.017Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2019-07-30T06:27:54.017Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2019-07-30T06:27:54.017Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2019-07-30T06:27:54.017Z] 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) [2019-07-30T06:27:54.017Z] 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 [2019-07-30T06:27:54.274Z] 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 [2019-07-30T06:27:54.274Z] 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 [2019-07-30T06:27:54.274Z] 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 [2019-07-30T06:27:54.274Z] 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 [2019-07-30T06:27:54.274Z] 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 [2019-07-30T06:27:54.274Z] 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 152 kB/s) [2019-07-30T06:27:54.274Z] 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 [2019-07-30T06:27:54.274Z] 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 [2019-07-30T06:27:54.530Z] 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 [2019-07-30T06:27:54.530Z] 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 [2019-07-30T06:27:54.530Z] 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 [2019-07-30T06:27:54.530Z] 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 [2019-07-30T06:27:54.530Z] 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 138 kB/s) [2019-07-30T06:27:54.530Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [2019-07-30T06:27:54.530Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [2019-07-30T06:27:54.530Z] 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 [2019-07-30T06:27:54.787Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [2019-07-30T06:27:54.787Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [2019-07-30T06:27:54.787Z] 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 [2019-07-30T06:27:54.787Z] 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 113 kB/s) [2019-07-30T06:27:54.787Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [2019-07-30T06:27:54.787Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [2019-07-30T06:27:54.787Z] 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 [2019-07-30T06:27:55.043Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [2019-07-30T06:27:55.044Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [2019-07-30T06:27:55.044Z] 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 [2019-07-30T06:27:55.044Z] 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 572 kB/s) [2019-07-30T06:27:55.044Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/34/commons-parent-34.pom [2019-07-30T06:27:55.044Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom [2019-07-30T06:27:55.044Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/34/commons-parent-34.pom [2019-07-30T06:27:55.301Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom [2019-07-30T06:27:55.301Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom [2019-07-30T06:27:55.301Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [2019-07-30T06:27:55.301Z] 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.8 MB/s) [2019-07-30T06:27:55.301Z] 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 [2019-07-30T06:27:55.301Z] 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 [2019-07-30T06:27:55.301Z] 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 [2019-07-30T06:27:55.557Z] 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 [2019-07-30T06:27:55.557Z] 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 [2019-07-30T06:27:55.557Z] 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 [2019-07-30T06:27:55.557Z] Progress (1): 1.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/org.eclipse.osgi.compatibility.state/1.0.200.v20160504-1419/org.eclipse.osgi.compatibility.state-1.0.200.v20160504-1419.pom (1.1 kB at 42 kB/s) [2019-07-30T06:27:55.557Z] 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 [2019-07-30T06:27:55.557Z] 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 [2019-07-30T06:27:55.557Z] 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 [2019-07-30T06:27:55.813Z] 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 [2019-07-30T06:27:55.813Z] 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 [2019-07-30T06:27:55.813Z] 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 [2019-07-30T06:27:55.813Z] 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 71 kB/s) [2019-07-30T06:27:55.813Z] 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 [2019-07-30T06:27:55.813Z] 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 [2019-07-30T06:27:55.813Z] 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 [2019-07-30T06:27:56.069Z] 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 [2019-07-30T06:27:56.069Z] 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 [2019-07-30T06:27:56.069Z] 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 [2019-07-30T06:27:56.069Z] 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 49 kB/s) [2019-07-30T06:27:56.069Z] 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 [2019-07-30T06:27:56.069Z] 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 [2019-07-30T06:27:56.069Z] 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 [2019-07-30T06:27:56.325Z] 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 [2019-07-30T06:27:56.325Z] 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 [2019-07-30T06:27:56.325Z] 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 [2019-07-30T06:27:56.325Z] 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 41 kB/s) [2019-07-30T06:27:56.325Z] 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 [2019-07-30T06:27:56.325Z] 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 [2019-07-30T06:27:56.325Z] 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 [2019-07-30T06:27:56.581Z] 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 [2019-07-30T06:27:56.581Z] 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 [2019-07-30T06:27:56.581Z] 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 [2019-07-30T06:27:56.581Z] 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 75 kB/s) [2019-07-30T06:27:56.581Z] 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 [2019-07-30T06:27:56.581Z] 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 [2019-07-30T06:27:56.581Z] 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 [2019-07-30T06:27:56.836Z] 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 [2019-07-30T06:27:56.836Z] 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 [2019-07-30T06:27:56.836Z] 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 [2019-07-30T06:27:56.836Z] 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 57 kB/s) [2019-07-30T06:27:56.836Z] 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 [2019-07-30T06:27:56.836Z] 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 [2019-07-30T06:27:56.836Z] 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 [2019-07-30T06:27:57.093Z] 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 [2019-07-30T06:27:57.093Z] 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 [2019-07-30T06:27:57.093Z] 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 [2019-07-30T06:27:57.093Z] 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 79 kB/s) [2019-07-30T06:27:57.093Z] 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 [2019-07-30T06:27:57.093Z] 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 [2019-07-30T06:27:57.093Z] 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 [2019-07-30T06:27:57.349Z] 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 [2019-07-30T06:27:57.349Z] 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 [2019-07-30T06:27:57.349Z] 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 [2019-07-30T06:27:57.349Z] 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) [2019-07-30T06:27:57.349Z] 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 [2019-07-30T06:27:57.349Z] 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 [2019-07-30T06:27:57.349Z] 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 [2019-07-30T06:27:57.606Z] 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 [2019-07-30T06:27:57.606Z] 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 [2019-07-30T06:27:57.606Z] 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 [2019-07-30T06:27:57.606Z] 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 126 kB/s) [2019-07-30T06:27:57.606Z] 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 [2019-07-30T06:27:57.606Z] 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 [2019-07-30T06:27:57.606Z] 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 [2019-07-30T06:27:57.864Z] 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 [2019-07-30T06:27:57.864Z] 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 [2019-07-30T06:27:57.864Z] 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 [2019-07-30T06:27:57.864Z] 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 38 kB/s) [2019-07-30T06:27:57.864Z] 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 [2019-07-30T06:27:57.864Z] 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 [2019-07-30T06:27:57.864Z] 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 [2019-07-30T06:27:58.120Z] 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 [2019-07-30T06:27:58.120Z] 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 [2019-07-30T06:27:58.120Z] 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 [2019-07-30T06:27:58.120Z] 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 89 kB/s) [2019-07-30T06:27:58.120Z] 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 [2019-07-30T06:27:58.120Z] 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 [2019-07-30T06:27:58.120Z] 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 [2019-07-30T06:27:58.375Z] 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 [2019-07-30T06:27:58.375Z] 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 [2019-07-30T06:27:58.375Z] 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 [2019-07-30T06:27:58.375Z] 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 41 kB/s) [2019-07-30T06:27:58.375Z] 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 [2019-07-30T06:27:58.375Z] 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 [2019-07-30T06:27:58.375Z] 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 [2019-07-30T06:27:58.632Z] 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 [2019-07-30T06:27:58.632Z] 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 [2019-07-30T06:27:58.632Z] 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 [2019-07-30T06:27:58.632Z] 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 37 kB/s) [2019-07-30T06:27:58.632Z] 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 [2019-07-30T06:27:58.632Z] 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 [2019-07-30T06:27:58.632Z] 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 [2019-07-30T06:27:58.632Z] 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 [2019-07-30T06:27:58.888Z] 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 [2019-07-30T06:27:58.888Z] 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 [2019-07-30T06:27:58.888Z] 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 82 kB/s) [2019-07-30T06:27:58.888Z] 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 [2019-07-30T06:27:58.888Z] 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 [2019-07-30T06:27:58.888Z] 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 [2019-07-30T06:27:58.888Z] 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 [2019-07-30T06:27:59.144Z] 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 [2019-07-30T06:27:59.144Z] 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 [2019-07-30T06:27:59.144Z] 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 80 kB/s) [2019-07-30T06:27:59.144Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/3.8.1/junit-3.8.1.pom [2019-07-30T06:27:59.144Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/3.8.1/junit-3.8.1.pom [2019-07-30T06:27:59.144Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.pom [2019-07-30T06:27:59.144Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/3.8.1/junit-3.8.1.pom [2019-07-30T06:27:59.144Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/3.8.1/junit-3.8.1.pom [2019-07-30T06:27:59.399Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [2019-07-30T06:27:59.399Z] 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 50 kB/s) [2019-07-30T06:27:59.399Z] 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 [2019-07-30T06:27:59.399Z] 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 [2019-07-30T06:27:59.399Z] 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 [2019-07-30T06:27:59.399Z] 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 [2019-07-30T06:27:59.399Z] 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 [2019-07-30T06:27:59.655Z] 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 [2019-07-30T06:27:59.655Z] 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 343 kB/s) [2019-07-30T06:27:59.655Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [2019-07-30T06:27:59.655Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [2019-07-30T06:27:59.655Z] 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 [2019-07-30T06:27:59.655Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [2019-07-30T06:27:59.655Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [2019-07-30T06:27:59.655Z] 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 [2019-07-30T06:27:59.913Z] 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 122 kB/s) [2019-07-30T06:27:59.913Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [2019-07-30T06:27:59.913Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [2019-07-30T06:27:59.913Z] 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 [2019-07-30T06:27:59.913Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [2019-07-30T06:27:59.913Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [2019-07-30T06:27:59.913Z] 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 [2019-07-30T06:27:59.913Z] 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 177 kB/s) [2019-07-30T06:27:59.913Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2019-07-30T06:27:59.913Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2019-07-30T06:28:00.169Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2019-07-30T06:28:00.169Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2019-07-30T06:28:00.169Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2019-07-30T06:28:00.169Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2019-07-30T06:28:00.169Z] 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 310 kB/s) [2019-07-30T06:28:00.169Z] 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 [2019-07-30T06:28:00.169Z] 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 [2019-07-30T06:28:00.425Z] 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 [2019-07-30T06:28:00.425Z] 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 [2019-07-30T06:28:00.425Z] 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 [2019-07-30T06:28:00.425Z] 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 [2019-07-30T06:28:00.682Z] 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 67 kB/s) [2019-07-30T06:28:00.682Z] 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 [2019-07-30T06:28:00.682Z] 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 [2019-07-30T06:28:00.682Z] 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 [2019-07-30T06:28:00.682Z] 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 [2019-07-30T06:28:00.682Z] 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 [2019-07-30T06:28:00.682Z] 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 [2019-07-30T06:28:00.938Z] 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 90 kB/s) [2019-07-30T06:28:00.938Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/net/sf/saxon/saxon/8.7/saxon-8.7.pom [2019-07-30T06:28:00.938Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/sf/saxon/saxon/8.7/saxon-8.7.pom [2019-07-30T06:28:00.938Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/net/sf/saxon/saxon/8.7/saxon-8.7.pom [2019-07-30T06:28:00.938Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/net/sf/saxon/saxon/8.7/saxon-8.7.pom [2019-07-30T06:28:00.938Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/net/sf/saxon/saxon/8.7/saxon-8.7.pom [2019-07-30T06:28:00.938Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon/8.7/saxon-8.7.pom [2019-07-30T06:28:01.193Z] 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 24 kB/s) [2019-07-30T06:28:01.193Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom [2019-07-30T06:28:01.193Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom [2019-07-30T06:28:01.193Z] 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 [2019-07-30T06:28:02.559Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom [2019-07-30T06:28:02.559Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom [2019-07-30T06:28:02.559Z] 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 [2019-07-30T06:28:02.559Z] 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 34 kB/s) [2019-07-30T06:28:02.559Z] 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 [2019-07-30T06:28:02.559Z] 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 [2019-07-30T06:28:02.559Z] 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 [2019-07-30T06:28:02.559Z] Progress (1): 1.0/6.4 kB Progress (1): 5.1/6.4 kB Progress (1): 6.4 kB Downloaded from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jboss/jboss-dmr/1.2.0.Final/jboss-dmr-1.2.0.Final.pom (6.4 kB at 29 kB/s) [2019-07-30T06:28:02.559Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jboss/jboss-parent/11/jboss-parent-11.pom [2019-07-30T06:28:02.559Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/jboss-parent/11/jboss-parent-11.pom [2019-07-30T06:28:02.559Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jboss/jboss-parent/11/jboss-parent-11.pom [2019-07-30T06:28:02.814Z] Progress (1): 2.4/31 kB Progress (1): 6.5/31 kB Progress (1): 11/31 kB Progress (1): 15/31 kB Progress (1): 19/31 kB Progress (1): 20/31 kB Progress (1): 22/31 kB Progress (1): 26/31 kB Progress (1): 30/31 kB Progress (1): 31 kB Downloaded from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/jboss/jboss-parent/11/jboss-parent-11.pom (31 kB at 142 kB/s) [2019-07-30T06:28:02.814Z] 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 [2019-07-30T06:28:02.814Z] 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 [2019-07-30T06:28:02.814Z] 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 [2019-07-30T06:28:03.070Z] 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 [2019-07-30T06:28:03.070Z] 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 [2019-07-30T06:28:03.070Z] 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 [2019-07-30T06:28:03.070Z] 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 414 kB/s) [2019-07-30T06:28:03.070Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2019-07-30T06:28:03.070Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2019-07-30T06:28:03.070Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2019-07-30T06:28:03.070Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2019-07-30T06:28:03.326Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2019-07-30T06:28:03.326Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2019-07-30T06:28:03.326Z] 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 201 kB/s) [2019-07-30T06:28:03.326Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-core/2.0/maven-core-2.0.pom [2019-07-30T06:28:03.326Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/2.0/maven-core-2.0.pom [2019-07-30T06:28:03.326Z] 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 [2019-07-30T06:28:03.326Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-core/2.0/maven-core-2.0.pom [2019-07-30T06:28:03.326Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-core/2.0/maven-core-2.0.pom [2019-07-30T06:28:03.582Z] 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 [2019-07-30T06:28:03.582Z] 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 175 kB/s) [2019-07-30T06:28:03.582Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0/maven-2.0.pom [2019-07-30T06:28:03.582Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.0/maven-2.0.pom [2019-07-30T06:28:03.582Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven/2.0/maven-2.0.pom [2019-07-30T06:28:03.582Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0/maven-2.0.pom [2019-07-30T06:28:03.839Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0/maven-2.0.pom [2019-07-30T06:28:03.839Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom [2019-07-30T06:28:03.839Z] 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 313 kB/s) [2019-07-30T06:28:03.839Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom [2019-07-30T06:28:03.839Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom [2019-07-30T06:28:03.839Z] 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 [2019-07-30T06:28:03.839Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom [2019-07-30T06:28:03.839Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-settings/2.0/maven-settings-2.0.pom [2019-07-30T06:28:04.117Z] 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 [2019-07-30T06:28:04.117Z] 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 53 kB/s) [2019-07-30T06:28:04.117Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.0/maven-model-2.0.pom [2019-07-30T06:28:04.117Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.0/maven-model-2.0.pom [2019-07-30T06:28:04.117Z] 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 [2019-07-30T06:28:04.117Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0/maven-model-2.0.pom [2019-07-30T06:28:04.117Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0/maven-model-2.0.pom [2019-07-30T06:28:04.373Z] 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 [2019-07-30T06:28:04.373Z] 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 89 kB/s) [2019-07-30T06:28:04.373Z] 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 [2019-07-30T06:28:04.373Z] 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 [2019-07-30T06:28:04.373Z] 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 [2019-07-30T06:28:04.373Z] 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 [2019-07-30T06:28:04.373Z] 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 [2019-07-30T06:28:04.629Z] 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 [2019-07-30T06:28:04.629Z] 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 279 kB/s) [2019-07-30T06:28:04.629Z] 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 [2019-07-30T06:28:04.629Z] 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 [2019-07-30T06:28:04.629Z] 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 [2019-07-30T06:28:04.629Z] 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 [2019-07-30T06:28:04.629Z] 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 [2019-07-30T06:28:04.629Z] 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 [2019-07-30T06:28:04.885Z] 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 51 kB/s) [2019-07-30T06:28:04.885Z] 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 [2019-07-30T06:28:04.885Z] 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 [2019-07-30T06:28:04.885Z] 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 [2019-07-30T06:28:04.885Z] 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 [2019-07-30T06:28:04.885Z] 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 [2019-07-30T06:28:04.885Z] 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 [2019-07-30T06:28:05.141Z] 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 50 kB/s) [2019-07-30T06:28:05.141Z] 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 [2019-07-30T06:28:05.141Z] 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 [2019-07-30T06:28:05.141Z] 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 [2019-07-30T06:28:05.141Z] 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 [2019-07-30T06:28:05.141Z] 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 [2019-07-30T06:28:05.141Z] 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 [2019-07-30T06:28:05.141Z] 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 21 kB/s) [2019-07-30T06:28:05.141Z] 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 [2019-07-30T06:28:05.141Z] 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 [2019-07-30T06:28:05.398Z] 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 [2019-07-30T06:28:05.398Z] 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 [2019-07-30T06:28:05.398Z] 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 [2019-07-30T06:28:05.398Z] 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 [2019-07-30T06:28:05.398Z] 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) [2019-07-30T06:28:05.398Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom [2019-07-30T06:28:05.398Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom [2019-07-30T06:28:05.655Z] 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 [2019-07-30T06:28:05.655Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom [2019-07-30T06:28:05.655Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom [2019-07-30T06:28:05.655Z] 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 [2019-07-30T06:28:05.655Z] 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 65 kB/s) [2019-07-30T06:28:05.655Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom [2019-07-30T06:28:05.911Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom [2019-07-30T06:28:05.911Z] 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 [2019-07-30T06:28:05.911Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom [2019-07-30T06:28:06.167Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom [2019-07-30T06:28:06.167Z] 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 [2019-07-30T06:28:06.167Z] 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 31 kB/s) [2019-07-30T06:28:06.167Z] 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 [2019-07-30T06:28:06.167Z] 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 [2019-07-30T06:28:06.167Z] 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 [2019-07-30T06:28:06.423Z] 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 [2019-07-30T06:28:06.423Z] 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 [2019-07-30T06:28:06.423Z] 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 [2019-07-30T06:28:06.423Z] 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 38 kB/s) [2019-07-30T06:28:06.423Z] 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 [2019-07-30T06:28:06.423Z] 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 [2019-07-30T06:28:06.679Z] 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 [2019-07-30T06:28:06.679Z] 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 [2019-07-30T06:28:06.679Z] 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 [2019-07-30T06:28:06.679Z] 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 [2019-07-30T06:28:06.679Z] 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 34 kB/s) [2019-07-30T06:28:06.679Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.0/maven-project-2.0.pom [2019-07-30T06:28:06.679Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-project/2.0/maven-project-2.0.pom [2019-07-30T06:28:06.679Z] 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 [2019-07-30T06:28:06.934Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0/maven-project-2.0.pom [2019-07-30T06:28:06.934Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0/maven-project-2.0.pom [2019-07-30T06:28:06.934Z] 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 [2019-07-30T06:28:06.934Z] 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 86 kB/s) [2019-07-30T06:28:06.934Z] 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 [2019-07-30T06:28:06.934Z] 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 [2019-07-30T06:28:06.934Z] 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 [2019-07-30T06:28:07.191Z] 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 [2019-07-30T06:28:07.191Z] 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 [2019-07-30T06:28:07.191Z] 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 [2019-07-30T06:28:07.191Z] 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 59 kB/s) [2019-07-30T06:28:07.191Z] 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 [2019-07-30T06:28:07.191Z] 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 [2019-07-30T06:28:07.191Z] 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 [2019-07-30T06:28:07.446Z] 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 [2019-07-30T06:28:07.446Z] 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 [2019-07-30T06:28:07.446Z] 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 [2019-07-30T06:28:07.446Z] 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 56 kB/s) [2019-07-30T06:28:07.446Z] 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 [2019-07-30T06:28:07.446Z] 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 [2019-07-30T06:28:07.446Z] 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 [2019-07-30T06:28:07.703Z] 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 [2019-07-30T06:28:07.703Z] 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 [2019-07-30T06:28:07.703Z] 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 [2019-07-30T06:28:07.703Z] 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 29 kB/s) [2019-07-30T06:28:07.703Z] 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 [2019-07-30T06:28:07.703Z] 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 [2019-07-30T06:28:07.703Z] 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 [2019-07-30T06:28:07.959Z] 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 [2019-07-30T06:28:07.959Z] 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 [2019-07-30T06:28:07.959Z] 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 [2019-07-30T06:28:07.959Z] 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 56 kB/s) [2019-07-30T06:28:07.959Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom [2019-07-30T06:28:07.959Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom [2019-07-30T06:28:07.959Z] 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 [2019-07-30T06:28:08.215Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom [2019-07-30T06:28:08.215Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-monitor/2.0/maven-monitor-2.0.pom [2019-07-30T06:28:08.215Z] 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 [2019-07-30T06:28:08.215Z] 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 16 kB/s) [2019-07-30T06:28:08.215Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/1.4/commons-io-1.4.pom [2019-07-30T06:28:08.215Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/1.4/commons-io-1.4.pom [2019-07-30T06:28:08.215Z] 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 [2019-07-30T06:28:08.471Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/1.4/commons-io-1.4.pom [2019-07-30T06:28:08.471Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/1.4/commons-io-1.4.pom [2019-07-30T06:28:08.471Z] 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 [2019-07-30T06:28:08.471Z] 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 572 kB/s) [2019-07-30T06:28:08.471Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/7/commons-parent-7.pom [2019-07-30T06:28:08.471Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/7/commons-parent-7.pom [2019-07-30T06:28:08.471Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/7/commons-parent-7.pom [2019-07-30T06:28:08.727Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/7/commons-parent-7.pom [2019-07-30T06:28:08.727Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/7/commons-parent-7.pom [2019-07-30T06:28:08.727Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom [2019-07-30T06:28:08.727Z] 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 364 kB/s) [2019-07-30T06:28:08.727Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/4/apache-4.pom [2019-07-30T06:28:08.727Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/4/apache-4.pom [2019-07-30T06:28:08.727Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/4/apache-4.pom [2019-07-30T06:28:08.983Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/4/apache-4.pom [2019-07-30T06:28:08.983Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/4/apache-4.pom [2019-07-30T06:28:08.983Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [2019-07-30T06:28:08.983Z] 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 173 kB/s) [2019-07-30T06:28:08.983Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom [2019-07-30T06:28:08.983Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom [2019-07-30T06:28:08.983Z] 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 [2019-07-30T06:28:09.241Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom [2019-07-30T06:28:09.241Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.pom [2019-07-30T06:28:09.241Z] 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 [2019-07-30T06:28:09.241Z] 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 188 kB/s) [2019-07-30T06:28:09.241Z] 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 [2019-07-30T06:28:09.241Z] 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 [2019-07-30T06:28:09.241Z] 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 [2019-07-30T06:28:09.497Z] 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 [2019-07-30T06:28:09.497Z] 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 [2019-07-30T06:28:09.497Z] 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 [2019-07-30T06:28:09.497Z] 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 239 kB/s) [2019-07-30T06:28:09.497Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/project/4.0/project-4.0.pom [2019-07-30T06:28:09.497Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/project/4.0/project-4.0.pom [2019-07-30T06:28:09.497Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/project/4.0/project-4.0.pom [2019-07-30T06:28:09.753Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/project/4.0/project-4.0.pom [2019-07-30T06:28:09.753Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/project/4.0/project-4.0.pom [2019-07-30T06:28:09.753Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom [2019-07-30T06:28:09.753Z] 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 504 kB/s) [2019-07-30T06:28:09.753Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom [2019-07-30T06:28:09.753Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom [2019-07-30T06:28:09.753Z] 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 [2019-07-30T06:28:10.009Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom [2019-07-30T06:28:10.009Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom [2019-07-30T06:28:10.009Z] 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 [2019-07-30T06:28:10.009Z] 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 175 kB/s) [2019-07-30T06:28:10.009Z] 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 [2019-07-30T06:28:10.009Z] 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 [2019-07-30T06:28:10.009Z] 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 [2019-07-30T06:28:10.267Z] 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 [2019-07-30T06:28:10.267Z] 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 [2019-07-30T06:28:10.267Z] 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 [2019-07-30T06:28:10.267Z] 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 231 kB/s) [2019-07-30T06:28:10.267Z] 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 [2019-07-30T06:28:10.267Z] 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 [2019-07-30T06:28:10.267Z] 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 [2019-07-30T06:28:10.523Z] 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 [2019-07-30T06:28:10.523Z] 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 [2019-07-30T06:28:10.523Z] 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 [2019-07-30T06:28:10.523Z] 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 735 kB/s) [2019-07-30T06:28:10.523Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/5/commons-parent-5.pom [2019-07-30T06:28:10.523Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/5/commons-parent-5.pom [2019-07-30T06:28:10.523Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/5/commons-parent-5.pom [2019-07-30T06:28:10.523Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/5/commons-parent-5.pom [2019-07-30T06:28:10.780Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/5/commons-parent-5.pom [2019-07-30T06:28:10.780Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom [2019-07-30T06:28:10.780Z] 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 642 kB/s) [2019-07-30T06:28:10.780Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [2019-07-30T06:28:10.780Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [2019-07-30T06:28:10.780Z] 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 [2019-07-30T06:28:10.780Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [2019-07-30T06:28:10.780Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [2019-07-30T06:28:11.036Z] 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 [2019-07-30T06:28:11.036Z] 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 210 kB/s) [2019-07-30T06:28:11.036Z] 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 [2019-07-30T06:28:11.036Z] 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 [2019-07-30T06:28:11.036Z] 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 [2019-07-30T06:28:11.036Z] 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 [2019-07-30T06:28:11.036Z] 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 [2019-07-30T06:28:11.292Z] 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 [2019-07-30T06:28:11.292Z] 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 136 kB/s) [2019-07-30T06:28:11.292Z] 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 [2019-07-30T06:28:11.292Z] 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 [2019-07-30T06:28:11.292Z] 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 [2019-07-30T06:28:11.292Z] 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 [2019-07-30T06:28:11.292Z] 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 [2019-07-30T06:28:11.292Z] 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 [2019-07-30T06:28:11.548Z] 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 137 kB/s) [2019-07-30T06:28:11.548Z] 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 [2019-07-30T06:28:11.548Z] 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 [2019-07-30T06:28:11.548Z] 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 [2019-07-30T06:28:11.548Z] 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 [2019-07-30T06:28:11.548Z] 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 [2019-07-30T06:28:11.548Z] 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 [2019-07-30T06:28:11.548Z] 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 88 kB/s) [2019-07-30T06:28:11.548Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom [2019-07-30T06:28:11.805Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom [2019-07-30T06:28:11.805Z] 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 [2019-07-30T06:28:11.805Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom [2019-07-30T06:28:11.805Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom [2019-07-30T06:28:11.805Z] 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 [2019-07-30T06:28:11.805Z] 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) [2019-07-30T06:28:11.805Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/28/commons-parent-28.pom [2019-07-30T06:28:12.060Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/28/commons-parent-28.pom [2019-07-30T06:28:12.060Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/28/commons-parent-28.pom [2019-07-30T06:28:12.060Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/28/commons-parent-28.pom [2019-07-30T06:28:12.060Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/28/commons-parent-28.pom [2019-07-30T06:28:12.060Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom [2019-07-30T06:28:12.060Z] Progress (1): 4.1/50 kB Progress (1): 7.7/50 kB Progress (1): 12/50 kB Progress (1): 16/50 kB Progress (1): 20/50 kB Progress (1): 24/50 kB Progress (1): 28/50 kB Progress (1): 32/50 kB Progress (1): 36/50 kB Progress (1): 40/50 kB Progress (1): 44/50 kB Progress (1): 48/50 kB Progress (1): 50 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/28/commons-parent-28.pom (50 kB at 1.9 MB/s) [2019-07-30T06:28:12.060Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/tukaani/xz/1.2/xz-1.2.pom [2019-07-30T06:28:12.060Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.2/xz-1.2.pom [2019-07-30T06:28:12.317Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/tukaani/xz/1.2/xz-1.2.pom [2019-07-30T06:28:12.317Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/tukaani/xz/1.2/xz-1.2.pom [2019-07-30T06:28:12.317Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/tukaani/xz/1.2/xz-1.2.pom [2019-07-30T06:28:12.317Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.2/xz-1.2.pom [2019-07-30T06:28:12.317Z] 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 61 kB/s) [2019-07-30T06:28:12.317Z] 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 [2019-07-30T06:28:12.317Z] 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 [2019-07-30T06:28:12.574Z] 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 [2019-07-30T06:28:12.574Z] 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 [2019-07-30T06:28:12.574Z] 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 [2019-07-30T06:28:12.574Z] 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 [2019-07-30T06:28:12.574Z] 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 198 kB/s) [2019-07-30T06:28:12.574Z] 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 [2019-07-30T06:28:12.574Z] 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 [2019-07-30T06:28:12.574Z] 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 [2019-07-30T06:28:12.830Z] 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 [2019-07-30T06:28:12.830Z] 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 [2019-07-30T06:28:12.830Z] 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 [2019-07-30T06:28:12.830Z] 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 60 kB/s) [2019-07-30T06:28:12.830Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [2019-07-30T06:28:12.830Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [2019-07-30T06:28:12.830Z] 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 [2019-07-30T06:28:13.086Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [2019-07-30T06:28:13.086Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [2019-07-30T06:28:13.086Z] 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 [2019-07-30T06:28:13.086Z] 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 549 kB/s) [2019-07-30T06:28:13.086Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/23/maven-parent-23.pom [2019-07-30T06:28:13.086Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom [2019-07-30T06:28:13.086Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/23/maven-parent-23.pom [2019-07-30T06:28:13.343Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom [2019-07-30T06:28:13.343Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom [2019-07-30T06:28:13.343Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [2019-07-30T06:28:13.343Z] 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.4 MB/s) [2019-07-30T06:28:13.343Z] 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 [2019-07-30T06:28:13.343Z] 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 [2019-07-30T06:28:13.343Z] 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 [2019-07-30T06:28:13.599Z] 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 [2019-07-30T06:28:13.599Z] 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 [2019-07-30T06:28:13.599Z] 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 [2019-07-30T06:28:13.599Z] 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 137 kB/s) [2019-07-30T06:28:13.599Z] 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 [2019-07-30T06:28:13.599Z] 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 388 kB/s) [2019-07-30T06:28:13.599Z] 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 [2019-07-30T06:28:13.599Z] 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 1.1 MB/s) [2019-07-30T06:28:13.599Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom [2019-07-30T06:28:13.599Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom [2019-07-30T06:28:13.599Z] 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 [2019-07-30T06:28:13.855Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom [2019-07-30T06:28:13.855Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom [2019-07-30T06:28:13.855Z] 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 [2019-07-30T06:28:13.855Z] 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 147 kB/s) [2019-07-30T06:28:13.855Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [2019-07-30T06:28:13.855Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [2019-07-30T06:28:13.855Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [2019-07-30T06:28:14.111Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [2019-07-30T06:28:14.111Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [2019-07-30T06:28:14.111Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [2019-07-30T06:28:14.111Z] 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 193 kB/s) [2019-07-30T06:28:14.111Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom [2019-07-30T06:28:14.111Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom [2019-07-30T06:28:14.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.pom [2019-07-30T06:28:14.367Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom [2019-07-30T06:28:14.367Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.pom [2019-07-30T06:28:14.367Z] 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 [2019-07-30T06:28:14.367Z] 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 181 kB/s) [2019-07-30T06:28:14.367Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2019-07-30T06:28:14.367Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2019-07-30T06:28:14.367Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2019-07-30T06:28:14.625Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2019-07-30T06:28:14.625Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2019-07-30T06:28:14.625Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2019-07-30T06:28:14.625Z] 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 177 kB/s) [2019-07-30T06:28:14.625Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom [2019-07-30T06:28:14.625Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom [2019-07-30T06:28:14.625Z] 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 [2019-07-30T06:28:14.916Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom [2019-07-30T06:28:14.916Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpclient/4.1.3/httpclient-4.1.3.pom [2019-07-30T06:28:14.916Z] 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 [2019-07-30T06:28:14.916Z] 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 272 kB/s) [2019-07-30T06:28:14.916Z] 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 [2019-07-30T06:28:14.916Z] 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 [2019-07-30T06:28:14.916Z] 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 [2019-07-30T06:28:15.173Z] 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 [2019-07-30T06:28:15.173Z] 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 [2019-07-30T06:28:15.173Z] 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 [2019-07-30T06:28:15.173Z] 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 527 kB/s) [2019-07-30T06:28:15.173Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/project/5/project-5.pom [2019-07-30T06:28:15.173Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/project/5/project-5.pom [2019-07-30T06:28:15.173Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/httpcomponents/project/5/project-5.pom [2019-07-30T06:28:15.173Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/project/5/project-5.pom [2019-07-30T06:28:15.429Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/project/5/project-5.pom [2019-07-30T06:28:15.429Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/5/project-5.pom [2019-07-30T06:28:15.429Z] 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 967 kB/s) [2019-07-30T06:28:15.429Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom [2019-07-30T06:28:15.429Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom [2019-07-30T06:28:15.429Z] 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 [2019-07-30T06:28:15.429Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom [2019-07-30T06:28:15.429Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpcore/4.1.4/httpcore-4.1.4.pom [2019-07-30T06:28:15.686Z] 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 [2019-07-30T06:28:15.686Z] 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 336 kB/s) [2019-07-30T06:28:15.686Z] 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 [2019-07-30T06:28:15.686Z] 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 [2019-07-30T06:28:15.686Z] 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 [2019-07-30T06:28:15.686Z] 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 [2019-07-30T06:28:15.686Z] 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 [2019-07-30T06:28:15.686Z] 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 [2019-07-30T06:28:15.942Z] 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 515 kB/s) [2019-07-30T06:28:15.942Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.4/commons-codec-1.4.pom [2019-07-30T06:28:15.942Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.4/commons-codec-1.4.pom [2019-07-30T06:28:15.942Z] 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 [2019-07-30T06:28:15.942Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.4/commons-codec-1.4.pom [2019-07-30T06:28:15.942Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.4/commons-codec-1.4.pom [2019-07-30T06:28:15.942Z] 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 [2019-07-30T06:28:15.942Z] 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 404 kB/s) [2019-07-30T06:28:15.942Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/11/commons-parent-11.pom [2019-07-30T06:28:16.199Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/11/commons-parent-11.pom [2019-07-30T06:28:16.199Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/11/commons-parent-11.pom [2019-07-30T06:28:16.199Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/11/commons-parent-11.pom [2019-07-30T06:28:16.199Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/11/commons-parent-11.pom [2019-07-30T06:28:16.199Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom [2019-07-30T06:28:16.199Z] 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 1.2 MB/s) [2019-07-30T06:28:16.199Z] 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 [2019-07-30T06:28:16.199Z] 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 [2019-07-30T06:28:16.457Z] 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 [2019-07-30T06:28:16.457Z] 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 [2019-07-30T06:28:16.457Z] 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 [2019-07-30T06:28:16.457Z] 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 [2019-07-30T06:28:16.457Z] 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 280 kB/s) [2019-07-30T06:28:16.457Z] 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 [2019-07-30T06:28:16.457Z] 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 [2019-07-30T06:28:16.713Z] 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 [2019-07-30T06:28:16.713Z] 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 [2019-07-30T06:28:16.713Z] 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 [2019-07-30T06:28:16.713Z] 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 [2019-07-30T06:28:16.713Z] 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 61 kB/s) [2019-07-30T06:28:16.713Z] 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 [2019-07-30T06:28:16.713Z] 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 [2019-07-30T06:28:16.713Z] 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 [2019-07-30T06:28:16.969Z] 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 [2019-07-30T06:28:16.969Z] 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 [2019-07-30T06:28:16.969Z] 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 [2019-07-30T06:28:16.969Z] 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 506 kB/s) [2019-07-30T06:28:16.969Z] 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 [2019-07-30T06:28:16.969Z] 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 [2019-07-30T06:28:16.969Z] 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 [2019-07-30T06:28:17.226Z] 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 [2019-07-30T06:28:17.226Z] 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 [2019-07-30T06:28:17.226Z] 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 [2019-07-30T06:28:17.226Z] 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 104 kB/s) [2019-07-30T06:28:17.226Z] 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 [2019-07-30T06:28:17.226Z] 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 [2019-07-30T06:28:17.226Z] 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 [2019-07-30T06:28:17.482Z] 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 [2019-07-30T06:28:17.482Z] 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 [2019-07-30T06:28:17.482Z] 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 [2019-07-30T06:28:17.482Z] 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 108 kB/s) [2019-07-30T06:28:17.482Z] 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 [2019-07-30T06:28:17.482Z] 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 [2019-07-30T06:28:17.738Z] 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 [2019-07-30T06:28:17.738Z] 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 [2019-07-30T06:28:17.738Z] 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 [2019-07-30T06:28:17.738Z] 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 [2019-07-30T06:28:17.738Z] 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 274 kB/s) [2019-07-30T06:28:17.738Z] 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 [2019-07-30T06:28:17.994Z] 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 [2019-07-30T06:28:17.994Z] 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 [2019-07-30T06:28:17.994Z] 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 [2019-07-30T06:28:17.994Z] 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 [2019-07-30T06:28:17.994Z] 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 [2019-07-30T06:28:17.994Z] 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 72 kB/s) [2019-07-30T06:28:17.994Z] 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 [2019-07-30T06:28:17.994Z] 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 [2019-07-30T06:28:18.251Z] 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 [2019-07-30T06:28:18.251Z] 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 [2019-07-30T06:28:18.251Z] 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 [2019-07-30T06:28:18.251Z] 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 [2019-07-30T06:28:18.251Z] 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 70 kB/s) [2019-07-30T06:28:18.251Z] 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 [2019-07-30T06:28:18.251Z] 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 [2019-07-30T06:28:18.251Z] 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 [2019-07-30T06:28:18.507Z] 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 [2019-07-30T06:28:18.507Z] 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 [2019-07-30T06:28:18.762Z] 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 [2019-07-30T06:28:18.762Z] 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 283 kB/s) [2019-07-30T06:28:18.762Z] 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 [2019-07-30T06:28:18.762Z] 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 [2019-07-30T06:28:18.762Z] 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 [2019-07-30T06:28:19.019Z] 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 [2019-07-30T06:28:19.019Z] 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 [2019-07-30T06:28:19.019Z] 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 [2019-07-30T06:28:19.019Z] 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 136 kB/s) [2019-07-30T06:28:19.019Z] 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 [2019-07-30T06:28:19.019Z] 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 [2019-07-30T06:28:19.019Z] 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 [2019-07-30T06:28:19.275Z] 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 [2019-07-30T06:28:19.275Z] 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 [2019-07-30T06:28:19.275Z] 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 [2019-07-30T06:28:19.275Z] 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 72 kB/s) [2019-07-30T06:28:19.275Z] 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 [2019-07-30T06:28:19.275Z] 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 [2019-07-30T06:28:19.275Z] 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 [2019-07-30T06:28:19.530Z] 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 [2019-07-30T06:28:19.530Z] 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 [2019-07-30T06:28:19.530Z] 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 [2019-07-30T06:28:19.530Z] 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 97 kB/s) [2019-07-30T06:28:19.530Z] 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 [2019-07-30T06:28:19.530Z] 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 [2019-07-30T06:28:19.530Z] 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 [2019-07-30T06:28:19.787Z] 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 [2019-07-30T06:28:19.787Z] 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 [2019-07-30T06:28:19.787Z] 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 [2019-07-30T06:28:19.787Z] 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 63 kB/s) [2019-07-30T06:28:19.787Z] 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 [2019-07-30T06:28:19.787Z] 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 [2019-07-30T06:28:19.787Z] 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 [2019-07-30T06:28:20.043Z] 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 [2019-07-30T06:28:20.043Z] 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 [2019-07-30T06:28:20.043Z] 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 [2019-07-30T06:28:20.043Z] 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 85 kB/s) [2019-07-30T06:28:20.043Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [2019-07-30T06:28:20.043Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [2019-07-30T06:28:20.043Z] 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 [2019-07-30T06:28:20.299Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [2019-07-30T06:28:20.299Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [2019-07-30T06:28:20.299Z] 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 [2019-07-30T06:28:20.299Z] 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 523 kB/s) [2019-07-30T06:28:20.299Z] 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 [2019-07-30T06:28:20.299Z] 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 [2019-07-30T06:28:20.299Z] 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 [2019-07-30T06:28:20.555Z] 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 [2019-07-30T06:28:20.555Z] 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 [2019-07-30T06:28:20.555Z] 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 [2019-07-30T06:28:20.555Z] 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 75 kB/s) [2019-07-30T06:28:20.555Z] 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 [2019-07-30T06:28:20.555Z] 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 [2019-07-30T06:28:20.555Z] 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 [2019-07-30T06:28:20.811Z] 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 [2019-07-30T06:28:20.811Z] 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 [2019-07-30T06:28:20.811Z] 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 [2019-07-30T06:28:20.811Z] 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 174 kB/s) [2019-07-30T06:28:20.811Z] 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 [2019-07-30T06:28:20.811Z] 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 [2019-07-30T06:28:20.811Z] 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 [2019-07-30T06:28:20.811Z] 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 [2019-07-30T06:28:21.067Z] 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 [2019-07-30T06:28:21.067Z] 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 [2019-07-30T06:28:21.067Z] 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 70 kB/s) [2019-07-30T06:28:21.067Z] 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 [2019-07-30T06:28:21.067Z] 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 [2019-07-30T06:28:21.067Z] 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 [2019-07-30T06:28:21.067Z] 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 [2019-07-30T06:28:21.325Z] 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 [2019-07-30T06:28:21.325Z] 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 [2019-07-30T06:28:21.325Z] 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 71 kB/s) [2019-07-30T06:28:21.325Z] 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 [2019-07-30T06:28:21.325Z] 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 [2019-07-30T06:28:21.325Z] 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 [2019-07-30T06:28:21.325Z] 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 [2019-07-30T06:28:21.581Z] 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 [2019-07-30T06:28:21.581Z] 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 [2019-07-30T06:28:21.581Z] 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 124 kB/s) [2019-07-30T06:28:21.581Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [2019-07-30T06:28:21.581Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [2019-07-30T06:28:21.581Z] 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 [2019-07-30T06:28:21.581Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [2019-07-30T06:28:21.581Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [2019-07-30T06:28:21.838Z] 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 [2019-07-30T06:28:21.838Z] 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 375 kB/s) [2019-07-30T06:28:21.838Z] 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 [2019-07-30T06:28:21.838Z] 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 [2019-07-30T06:28:21.838Z] 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 [2019-07-30T06:28:21.838Z] 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 [2019-07-30T06:28:21.838Z] 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 [2019-07-30T06:28:21.838Z] 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 [2019-07-30T06:28:22.093Z] 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 28 kB/s) [2019-07-30T06:28:22.093Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [2019-07-30T06:28:22.093Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [2019-07-30T06:28:22.093Z] 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 [2019-07-30T06:28:22.093Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [2019-07-30T06:28:22.350Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [2019-07-30T06:28:22.350Z] 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 [2019-07-30T06:28:22.350Z] 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 285 kB/s) [2019-07-30T06:28:22.350Z] 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 [2019-07-30T06:28:22.350Z] 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 [2019-07-30T06:28:22.350Z] 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 [2019-07-30T06:28:22.605Z] 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 [2019-07-30T06:28:22.605Z] 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 [2019-07-30T06:28:22.605Z] 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 [2019-07-30T06:28:22.605Z] 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 42 kB/s) [2019-07-30T06:28:22.605Z] 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 [2019-07-30T06:28:22.605Z] 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 [2019-07-30T06:28:22.605Z] 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 [2019-07-30T06:28:22.862Z] 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 [2019-07-30T06:28:22.862Z] 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 [2019-07-30T06:28:22.862Z] 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 [2019-07-30T06:28:22.862Z] 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 192 kB/s) [2019-07-30T06:28:22.862Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/fasterxml/oss-parent/11/oss-parent-11.pom [2019-07-30T06:28:22.862Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/fasterxml/oss-parent/11/oss-parent-11.pom [2019-07-30T06:28:22.862Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/fasterxml/oss-parent/11/oss-parent-11.pom [2019-07-30T06:28:22.862Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/fasterxml/oss-parent/11/oss-parent-11.pom [2019-07-30T06:28:23.118Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/fasterxml/oss-parent/11/oss-parent-11.pom [2019-07-30T06:28:23.118Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom [2019-07-30T06:28:23.118Z] 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 1.1 MB/s) [2019-07-30T06:28:23.118Z] 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 [2019-07-30T06:28:23.118Z] 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 [2019-07-30T06:28:23.118Z] 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 [2019-07-30T06:28:23.118Z] 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 [2019-07-30T06:28:23.118Z] 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 [2019-07-30T06:28:23.373Z] 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 [2019-07-30T06:28:23.373Z] 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 66 kB/s) [2019-07-30T06:28:23.373Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/fasterxml/oss-parent/10/oss-parent-10.pom [2019-07-30T06:28:23.373Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/fasterxml/oss-parent/10/oss-parent-10.pom [2019-07-30T06:28:23.373Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/fasterxml/oss-parent/10/oss-parent-10.pom [2019-07-30T06:28:23.629Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/fasterxml/oss-parent/10/oss-parent-10.pom [2019-07-30T06:28:23.886Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/fasterxml/oss-parent/10/oss-parent-10.pom [2019-07-30T06:28:23.886Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/10/oss-parent-10.pom [2019-07-30T06:28:23.886Z] 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 1.1 MB/s) [2019-07-30T06:28:23.886Z] 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 [2019-07-30T06:28:23.886Z] 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 [2019-07-30T06:28:23.886Z] 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 [2019-07-30T06:28:23.886Z] 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 [2019-07-30T06:28:23.886Z] 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 [2019-07-30T06:28:24.142Z] 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 [2019-07-30T06:28:24.142Z] 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 206 kB/s) [2019-07-30T06:28:24.142Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/joda-time/joda-time/2.0/joda-time-2.0.pom [2019-07-30T06:28:24.142Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/joda-time/joda-time/2.0/joda-time-2.0.pom [2019-07-30T06:28:24.142Z] 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 [2019-07-30T06:28:24.142Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/joda-time/joda-time/2.0/joda-time-2.0.pom [2019-07-30T06:28:24.142Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/joda-time/joda-time/2.0/joda-time-2.0.pom [2019-07-30T06:28:24.142Z] 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 [2019-07-30T06:28:24.399Z] 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 567 kB/s) [2019-07-30T06:28:24.399Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/15.0/guava-15.0.pom [2019-07-30T06:28:24.399Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/15.0/guava-15.0.pom [2019-07-30T06:28:24.399Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/guava/guava/15.0/guava-15.0.pom [2019-07-30T06:28:24.399Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/15.0/guava-15.0.pom [2019-07-30T06:28:24.399Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/15.0/guava-15.0.pom [2019-07-30T06:28:24.399Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/15.0/guava-15.0.pom [2019-07-30T06:28:24.655Z] 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 298 kB/s) [2019-07-30T06:28:24.655Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom [2019-07-30T06:28:24.655Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom [2019-07-30T06:28:24.655Z] 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 [2019-07-30T06:28:24.655Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom [2019-07-30T06:28:24.655Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava-parent/15.0/guava-parent-15.0.pom [2019-07-30T06:28:24.655Z] 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 [2019-07-30T06:28:24.655Z] 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 333 kB/s) [2019-07-30T06:28:24.655Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/intellij/annotations/9.0.4/annotations-9.0.4.pom [2019-07-30T06:28:24.912Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/intellij/annotations/9.0.4/annotations-9.0.4.pom [2019-07-30T06:28:24.912Z] 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 [2019-07-30T06:28:24.912Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/intellij/annotations/9.0.4/annotations-9.0.4.pom [2019-07-30T06:28:24.912Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/intellij/annotations/9.0.4/annotations-9.0.4.pom [2019-07-30T06:28:24.912Z] 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 [2019-07-30T06:28:24.912Z] 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 41 kB/s) [2019-07-30T06:28:24.912Z] 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 [2019-07-30T06:28:25.168Z] 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 311 kB/s) [2019-07-30T06:28:25.168Z] 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 [2019-07-30T06:28:25.168Z] 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 1.0 MB/s) [2019-07-30T06:28:25.168Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.pom [2019-07-30T06:28:25.168Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.pom [2019-07-30T06:28:25.168Z] 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 [2019-07-30T06:28:25.168Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.pom [2019-07-30T06:28:25.168Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.pom [2019-07-30T06:28:25.168Z] 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 [2019-07-30T06:28:25.427Z] 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 292 kB/s) [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/net/sf/saxon/saxon/8.7/saxon-8.7.jar [2019-07-30T06:28:25.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar [2019-07-30T06:28:25.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-project/2.0/maven-project-2.0.jar [2019-07-30T06:28:25.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/3.8.1/junit-3.8.1.jar [2019-07-30T06:28:25.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [2019-07-30T06:28:25.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/1.4/commons-io-1.4.jar [2019-07-30T06:28:25.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar [2019-07-30T06:28:25.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar [2019-07-30T06:28:25.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/joda-time/joda-time/2.0/joda-time-2.0.jar [2019-07-30T06:28:25.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/15.0/guava-15.0.jar [2019-07-30T06:28:25.427Z] Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.1/1.9 MB Progress (1): 0.2/1.9 MB Progress (1): 0.2/1.9 MB Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [2019-07-30T06:28:25.427Z] 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 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.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 Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar [2019-07-30T06:28:25.427Z] 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 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 [2019-07-30T06:28:25.427Z] Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.3/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.4/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.5/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.6/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB Progress (1): 0.7/1.9 MB 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 9.1 MB/s) [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.427Z] 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 [2019-07-30T06:28:25.717Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/sf/saxon/saxon/8.7/saxon-8.7.jar [2019-07-30T06:28:25.717Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar [2019-07-30T06:28:25.717Z] 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 [2019-07-30T06:28:25.717Z] 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 [2019-07-30T06:28:25.717Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar [2019-07-30T06:28:25.717Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-project/2.0/maven-project-2.0.jar [2019-07-30T06:28:25.717Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar [2019-07-30T06:28:25.717Z] 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 [2019-07-30T06:28:25.717Z] 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 [2019-07-30T06:28:25.717Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/3.8.1/junit-3.8.1.jar [2019-07-30T06:28:25.717Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [2019-07-30T06:28:25.717Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/1.4/commons-io-1.4.jar [2019-07-30T06:28:25.717Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar [2019-07-30T06:28:25.717Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar [2019-07-30T06:28:25.718Z] 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 [2019-07-30T06:28:25.718Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [2019-07-30T06:28:25.718Z] 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 [2019-07-30T06:28:25.718Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar [2019-07-30T06:28:25.718Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar [2019-07-30T06:28:25.718Z] 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 [2019-07-30T06:28:25.718Z] 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 [2019-07-30T06:28:25.718Z] 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 [2019-07-30T06:28:25.718Z] 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 [2019-07-30T06:28:25.718Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/joda-time/joda-time/2.0/joda-time-2.0.jar [2019-07-30T06:28:25.718Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/15.0/guava-15.0.jar [2019-07-30T06:28:25.718Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [2019-07-30T06:28:25.718Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar [2019-07-30T06:28:25.718Z] 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 [2019-07-30T06:28:25.718Z] 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 [2019-07-30T06:28:25.718Z] 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 [2019-07-30T06:28:25.718Z] 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 [2019-07-30T06:28:25.718Z] 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 [2019-07-30T06:28:25.718Z] 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 [2019-07-30T06:28:25.973Z] 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 [2019-07-30T06:28:25.973Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/net/sf/saxon/saxon/8.7/saxon-8.7.jar [2019-07-30T06:28:25.973Z] 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 [2019-07-30T06:28:25.973Z] 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 [2019-07-30T06:28:25.973Z] 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 [2019-07-30T06:28:26.229Z] 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 [2019-07-30T06:28:26.229Z] 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 [2019-07-30T06:28:26.229Z] 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 [2019-07-30T06:28:26.229Z] Progress (1): 3.7/97 kB Progress (1): 7.8/97 kB Progress (1): 12/97 kB Progress (1): 13/97 kB Progress (1): 16/97 kB Progress (1): 19/97 kB Progress (1): 23/97 kB Progress (1): 27/97 kB Progress (1): 31/97 kB Progress (1): 35/97 kB Progress (1): 36/97 kB Progress (1): 37/97 kB Progress (1): 42/97 kB Progress (1): 46/97 kB Progress (1): 50/97 kB Progress (1): 54/97 kB Progress (1): 55/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 [2019-07-30T06:28:26.229Z] 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 [2019-07-30T06:28:26.229Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/3.8.1/junit-3.8.1.jar [2019-07-30T06:28:26.487Z] Progress (1): 59/97 kB Progress (1): 62/97 kB Progress (1): 66/97 kB Progress (1): 68/97 kB Progress (1): 70/97 kB Progress (1): 74/97 kB Progress (1): 78/97 kB Progress (1): 82/97 kB Progress (1): 86/97 kB Progress (1): 90/97 kB Progress (1): 91/97 kB 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 [2019-07-30T06:28:26.487Z] Progress (1): 93/97 kB Progress (1): 95/97 kB Progress (1): 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 [2019-07-30T06:28:26.487Z] 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 [2019-07-30T06:28:26.487Z] 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 [2019-07-30T06:28:26.487Z] 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 142 kB/s) [2019-07-30T06:28:26.487Z] 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 [2019-07-30T06:28:26.487Z] 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 [2019-07-30T06:28:26.487Z] 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 [2019-07-30T06:28:26.743Z] 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 [2019-07-30T06:28:26.743Z] 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 [2019-07-30T06:28:26.743Z] 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 [2019-07-30T06:28:26.743Z] 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 [2019-07-30T06:28:26.743Z] 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 [2019-07-30T06:28:26.743Z] 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 [2019-07-30T06:28:26.998Z] 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 [2019-07-30T06:28:26.998Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/guava/guava/15.0/guava-15.0.jar [2019-07-30T06:28:26.998Z] 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 [2019-07-30T06:28:26.998Z] 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 [2019-07-30T06:28:26.998Z] 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 [2019-07-30T06:28:27.560Z] 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 [2019-07-30T06:28:27.560Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar [2019-07-30T06:28:27.560Z] 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 [2019-07-30T06:28:27.560Z] 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 [2019-07-30T06:28:27.560Z] 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 [2019-07-30T06:28:27.560Z] 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 [2019-07-30T06:28:27.560Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/net/sf/saxon/saxon/8.7/saxon-8.7.jar [2019-07-30T06:28:27.560Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar [2019-07-30T06:28:27.560Z] 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 [2019-07-30T06:28:27.560Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar [2019-07-30T06:28:27.560Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-project/2.0/maven-project-2.0.jar [2019-07-30T06:28:27.560Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar [2019-07-30T06:28:27.560Z] 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 [2019-07-30T06:28:27.560Z] 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 [2019-07-30T06:28:27.560Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/3.8.1/junit-3.8.1.jar [2019-07-30T06:28:27.560Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [2019-07-30T06:28:27.560Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/1.4/commons-io-1.4.jar [2019-07-30T06:28:27.560Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar [2019-07-30T06:28:27.560Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar [2019-07-30T06:28:27.560Z] 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 [2019-07-30T06:28:27.560Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [2019-07-30T06:28:27.560Z] 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 [2019-07-30T06:28:27.816Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar [2019-07-30T06:28:27.816Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar [2019-07-30T06:28:27.816Z] 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 [2019-07-30T06:28:27.816Z] 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 [2019-07-30T06:28:27.816Z] 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 [2019-07-30T06:28:27.816Z] 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 [2019-07-30T06:28:27.816Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/joda-time/joda-time/2.0/joda-time-2.0.jar [2019-07-30T06:28:27.816Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/15.0/guava-15.0.jar [2019-07-30T06:28:27.816Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [2019-07-30T06:28:27.816Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar [2019-07-30T06:28:27.816Z] 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 [2019-07-30T06:28:27.816Z] 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 [2019-07-30T06:28:27.816Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar [2019-07-30T06:28:27.816Z] 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 [2019-07-30T06:28:27.816Z] 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 [2019-07-30T06:28:27.816Z] 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 [2019-07-30T06:28:27.816Z] 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 [2019-07-30T06:28:27.816Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/net/sf/saxon/saxon/8.7/saxon-8.7.jar [2019-07-30T06:28:27.816Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar [2019-07-30T06:28:27.816Z] 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 [2019-07-30T06:28:27.816Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar [2019-07-30T06:28:27.816Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-project/2.0/maven-project-2.0.jar [2019-07-30T06:28:27.816Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar [2019-07-30T06:28:27.816Z] 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 [2019-07-30T06:28:27.816Z] 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 [2019-07-30T06:28:27.816Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/3.8.1/junit-3.8.1.jar [2019-07-30T06:28:27.816Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [2019-07-30T06:28:27.816Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/1.4/commons-io-1.4.jar [2019-07-30T06:28:27.816Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpclient/4.0-beta2/httpclient-4.0-beta2.jar [2019-07-30T06:28:27.816Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar [2019-07-30T06:28:27.816Z] 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 [2019-07-30T06:28:27.816Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [2019-07-30T06:28:27.816Z] 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 [2019-07-30T06:28:27.816Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar [2019-07-30T06:28:27.816Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/googlecode/javaewah/JavaEWAH/0.7.9/JavaEWAH-0.7.9.jar [2019-07-30T06:28:27.816Z] 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 [2019-07-30T06:28:27.816Z] 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 [2019-07-30T06:28:27.816Z] 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 [2019-07-30T06:28:27.816Z] 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 [2019-07-30T06:28:28.073Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/joda-time/joda-time/2.0/joda-time-2.0.jar [2019-07-30T06:28:28.073Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/15.0/guava-15.0.jar [2019-07-30T06:28:28.073Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [2019-07-30T06:28:28.073Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar [2019-07-30T06:28:28.073Z] 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 [2019-07-30T06:28:28.073Z] 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 [2019-07-30T06:28:28.073Z] 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 [2019-07-30T06:28:28.073Z] 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 [2019-07-30T06:28:28.073Z] 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 [2019-07-30T06:28:28.073Z] 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 [2019-07-30T06:28:28.073Z] Progress (1): 4.1/145 kB Progress (1): 7.7/145 kB Progress (1): 12/145 kB Progress (1): 16/145 kB Progress (1): 20/145 kB Progress (1): 24/145 kB Progress (1): 28/145 kB Progress (1): 32/145 kB Progress (1): 36/145 kB Progress (1): 40/145 kB Progress (1): 44/145 kB Progress (1): 48/145 kB Progress (1): 52/145 kB Progress (1): 56/145 kB Progress (1): 60/145 kB Progress (1): 64/145 kB Progress (1): 68/145 kB Progress (1): 72/145 kB Progress (1): 76/145 kB Progress (2): 76/145 kB | 4.1/378 kB Progress (2): 80/145 kB | 4.1/378 kB Progress (2): 80/145 kB | 7.7/378 kB Progress (2): 84/145 kB | 7.7/378 kB Progress (2): 88/145 kB | 7.7/378 kB Progress (2): 92/145 kB | 7.7/378 kB Progress (2): 96/145 kB | 7.7/378 kB Progress (2): 96/145 kB | 12/378 kB Progress (2): 100/145 kB | 12/378 kB Progress (2): 100/145 kB | 16/378 kB Progress (2): 104/145 kB | 16/378 kB Progress (3): 104/145 kB | 16/378 kB | 4.1/129 kB Progress (3): 104/145 kB | 20/378 kB | 4.1/129 kB Progress (3): 104/145 kB | 20/378 kB | 7.7/129 kB Progress (3): 108/145 kB | 20/378 kB | 7.7/129 kB Progress (3): 108/145 kB | 24/378 kB | 7.7/129 kB Progress (3): 112/145 kB | 24/378 kB | 7.7/129 kB Progress (3): 116/145 kB | 24/378 kB | 7.7/129 kB Progress (4): 116/145 kB | 24/378 kB | 7.7/129 kB | 4.1/82 kB Progress (4): 120/145 kB | 24/378 kB | 7.7/129 kB | 4.1/82 kB Progress (5): 120/145 kB | 24/378 kB | 7.7/129 kB | 4.1/82 kB | 4.1/230 kB Progress (5): 120/145 kB | 24/378 kB | 7.7/129 kB | 7.7/82 kB | 4.1/230 kB Progress (5): 120/145 kB | 24/378 kB | 12/129 kB | 7.7/82 kB | 4.1/230 kB Progress (5): 120/145 kB | 24/378 kB | 12/129 kB | 7.7/82 kB | 7.7/230 kB Progress (5): 124/145 kB | 24/378 kB | 12/129 kB | 7.7/82 kB | 7.7/230 kB Progress (5): 124/145 kB | 28/378 kB | 12/129 kB | 7.7/82 kB | 7.7/230 kB Progress (5): 128/145 kB | 28/378 kB | 12/129 kB | 7.7/82 kB | 7.7/230 kB Progress (5): 128/145 kB | 28/378 kB | 12/129 kB | 7.7/82 kB | 12/230 kB Progress (5): 128/145 kB | 28/378 kB | 12/129 kB | 12/82 kB | 12/230 kB Progress (5): 128/145 kB | 28/378 kB | 16/129 kB | 12/82 kB | 12/230 kB Progress (5): 128/145 kB | 28/378 kB | 16/129 kB | 16/82 kB | 12/230 kB Progress (5): 128/145 kB | 28/378 kB | 16/129 kB | 16/82 kB | 16/230 kB Progress (5): 132/145 kB | 28/378 kB | 16/129 kB | 16/82 kB | 16/230 kB Progress (5): 132/145 kB | 32/378 kB | 16/129 kB | 16/82 kB | 16/230 kB Progress (5): 136/145 kB | 32/378 kB | 16/129 kB | 16/82 kB | 16/230 kB Progress (5): 136/145 kB | 32/378 kB | 16/129 kB | 16/82 kB | 20/230 kB Progress (5): 136/145 kB | 32/378 kB | 16/129 kB | 20/82 kB | 20/230 kB Progress (5): 136/145 kB | 32/378 kB | 20/129 kB | 20/82 kB | 20/230 kB Progress (5): 136/145 kB | 32/378 kB | 20/129 kB | 24/82 kB | 20/230 kB Progress (5): 136/145 kB | 32/378 kB | 20/129 kB | 24/82 kB | 24/230 kB Progress (5): 140/145 kB | 32/378 kB | 20/129 kB | 24/82 kB | 24/230 kB Progress (5): 140/145 kB | 36/378 kB | 20/129 kB | 24/82 kB | 24/230 kB Progress (5): 144/145 kB | 36/378 kB | 20/129 kB | 24/82 kB | 24/230 kB Progress (5): 144/145 kB | 36/378 kB | 20/129 kB | 24/82 kB | 28/230 kB Progress (5): 144/145 kB | 36/378 kB | 20/129 kB | 28/82 kB | 28/230 kB Progress (5): 144/145 kB | 36/378 kB | 24/129 kB | 28/82 kB | 28/230 kB Progress (5): 144/145 kB | 36/378 kB | 24/129 kB | 32/82 kB | 28/230 kB Progress (5): 144/145 kB | 36/378 kB | 24/129 kB | 32/82 kB | 32/230 kB Progress (5): 145 kB | 36/378 kB | 24/129 kB | 32/82 kB | 32/230 kB Progress (5): 145 kB | 40/378 kB | 24/129 kB | 32/82 kB | 32/230 kB Progress (5): 145 kB | 40/378 kB | 24/129 kB | 32/82 kB | 36/230 kB Progress (5): 145 kB | 40/378 kB | 24/129 kB | 36/82 kB | 36/230 kB Progress (5): 145 kB | 40/378 kB | 28/129 kB | 36/82 kB | 36/230 kB Progress (5): 145 kB | 40/378 kB | 28/129 kB | 40/82 kB | 36/230 kB Progress (5): 145 kB | 40/378 kB | 28/129 kB | 40/82 kB | 40/230 kB Progress (5): 145 kB | 44/378 kB | 28/129 kB | 40/82 kB | 40/230 kB Progress (5): 145 kB | 44/378 kB | 28/129 kB | 40/82 kB | 44/230 kB Progress (5): 145 kB | 44/378 kB | 28/129 kB | 44/82 kB | 44/230 kB Progress (5): 145 kB | 44/378 kB | 32/129 kB | 44/82 kB | 44/230 kB Progress (5): 145 kB | 44/378 kB | 32/129 kB | 48/82 kB | 44/230 kB Progress (5): 145 kB | 44/378 kB | 32/129 kB | 48/82 kB | 48/230 kB Progress (5): 145 kB | 48/378 kB | 32/129 kB | 48/82 kB | 48/230 kB Progress (5): 145 kB | 48/378 kB | 32/129 kB | 48/82 kB | 52/230 kB Progress (5): 145 kB | 48/378 kB | 32/129 kB | 52/82 kB | 52/230 kB Progress (5): 145 kB | 48/378 kB | 36/129 kB | 52/82 kB | 52/230 kB Progress (5): 145 kB | 48/378 kB | 36/129 kB | 56/82 kB | 52/230 kB Progress (5): 145 kB | 48/378 kB | 36/129 kB | 56/82 kB | 56/230 kB Progress (5): 145 kB | 52/378 kB | 36/129 kB | 56/82 kB | 56/230 kB Progress (5): 145 kB | 52/378 kB | 36/129 kB | 56/82 kB | 60/230 kB Progress (5): 145 kB | 52/378 kB | 36/129 kB | 60/82 kB | 60/230 kB Progress (5): 145 kB | 52/378 kB | 40/129 kB | 60/82 kB | 60/230 kB Progress (5): 145 kB | 52/378 kB | 40/129 kB | 64/82 kB | 60/230 kB Progress (5): 145 kB | 52/378 kB | 40/129 kB | 64/82 kB | 64/230 kB Progress (5): 145 kB | 56/378 kB | 40/129 kB | 64/82 kB | 64/230 kB Progress (5): 145 kB | 56/378 kB | 40/129 kB | 64/82 kB | 66/230 kB Progress (5): 145 kB | 56/378 kB | 40/129 kB | 68/82 kB | 66/230 kB Progress (5): 145 kB | 56/378 kB | 44/129 kB | 68/82 kB | 66/230 kB Progress (5): 145 kB | 56/378 kB | 44/129 kB | 72/82 kB | 66/230 kB Progress (5): 145 kB | 56/378 kB | 44/129 kB | 72/82 kB | 70/230 kB Progress (5): 145 kB | 60/378 kB | 44/129 kB | 72/82 kB | 70/230 kB Progress (5): 145 kB | 60/378 kB | 44/129 kB | 72/82 kB | 74/230 kB Progress (5): 145 kB | 60/378 kB | 44/129 kB | 76/82 kB | 74/230 kB Progress (5): 145 kB | 60/378 kB | 48/129 kB | 76/82 kB | 74/230 kB Progress (5): 145 kB | 60/378 kB | 48/129 kB | 80/82 kB | 74/230 kB Progress (5): 145 kB | 60/378 kB | 48/129 kB | 80/82 kB | 78/230 kB Progress (5): 145 kB | 64/378 kB | 48/129 kB | 80/82 kB | 78/230 kB Progress (5): 145 kB | 64/378 kB | 48/129 kB | 80/82 kB | 82/230 kB Progress (5): 145 kB | 64/378 kB | 48/129 kB | 82 kB | 82/230 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 3.0 MB/s) [2019-07-30T06:28:28.073Z] 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 [2019-07-30T06:28:28.073Z] Progress (4): 64/378 kB | 52/129 kB | 82 kB | 82/230 kB Progress (4): 64/378 kB | 52/129 kB | 82 kB | 86/230 kB Progress (4): 68/378 kB | 52/129 kB | 82 kB | 86/230 kB Progress (4): 68/378 kB | 52/129 kB | 82 kB | 90/230 kB Progress (4): 68/378 kB | 56/129 kB | 82 kB | 90/230 kB Progress (4): 68/378 kB | 56/129 kB | 82 kB | 94/230 kB Progress (4): 72/378 kB | 56/129 kB | 82 kB | 94/230 kB Progress (4): 72/378 kB | 56/129 kB | 82 kB | 98/230 kB Progress (4): 72/378 kB | 60/129 kB | 82 kB | 98/230 kB Progress (4): 72/378 kB | 60/129 kB | 82 kB | 98/230 kB Progress (4): 76/378 kB | 60/129 kB | 82 kB | 98/230 kB Progress (4): 76/378 kB | 60/129 kB | 82 kB | 102/230 kB Progress (4): 76/378 kB | 64/129 kB | 82 kB | 102/230 kB Progress (4): 76/378 kB | 64/129 kB | 82 kB | 106/230 kB Progress (4): 80/378 kB | 64/129 kB | 82 kB | 106/230 kB Progress (4): 80/378 kB | 64/129 kB | 82 kB | 110/230 kB Progress (4): 80/378 kB | 68/129 kB | 82 kB | 110/230 kB Progress (4): 80/378 kB | 68/129 kB | 82 kB | 114/230 kB Progress (4): 84/378 kB | 68/129 kB | 82 kB | 114/230 kB Progress (4): 84/378 kB | 68/129 kB | 82 kB | 118/230 kB Progress (4): 84/378 kB | 72/129 kB | 82 kB | 118/230 kB Progress (4): 84/378 kB | 72/129 kB | 82 kB | 122/230 kB Progress (4): 88/378 kB | 72/129 kB | 82 kB | 122/230 kB Progress (4): 88/378 kB | 72/129 kB | 82 kB | 126/230 kB Progress (4): 88/378 kB | 76/129 kB | 82 kB | 126/230 kB Progress (4): 88/378 kB | 76/129 kB | 82 kB | 130/230 kB Progress (4): 92/378 kB | 76/129 kB | 82 kB | 130/230 kB Progress (4): 92/378 kB | 76/129 kB | 82 kB | 134/230 kB Progress (4): 92/378 kB | 80/129 kB | 82 kB | 134/230 kB Progress (4): 92/378 kB | 80/129 kB | 82 kB | 138/230 kB Progress (4): 96/378 kB | 80/129 kB | 82 kB | 138/230 kB Progress (4): 96/378 kB | 80/129 kB | 82 kB | 142/230 kB Progress (4): 96/378 kB | 84/129 kB | 82 kB | 142/230 kB Progress (4): 96/378 kB | 84/129 kB | 82 kB | 146/230 kB Progress (4): 100/378 kB | 84/129 kB | 82 kB | 146/230 kB Progress (4): 100/378 kB | 84/129 kB | 82 kB | 150/230 kB Progress (4): 100/378 kB | 88/129 kB | 82 kB | 150/230 kB Progress (4): 100/378 kB | 88/129 kB | 82 kB | 154/230 kB Progress (4): 104/378 kB | 88/129 kB | 82 kB | 154/230 kB Progress (4): 104/378 kB | 88/129 kB | 82 kB | 158/230 kB Progress (4): 104/378 kB | 92/129 kB | 82 kB | 158/230 kB Progress (4): 104/378 kB | 92/129 kB | 82 kB | 162/230 kB Progress (4): 108/378 kB | 92/129 kB | 82 kB | 162/230 kB Progress (4): 108/378 kB | 92/129 kB | 82 kB | 166/230 kB Progress (4): 108/378 kB | 96/129 kB | 82 kB | 166/230 kB Progress (4): 108/378 kB | 96/129 kB | 82 kB | 170/230 kB Progress (4): 112/378 kB | 96/129 kB | 82 kB | 170/230 kB Progress (4): 112/378 kB | 96/129 kB | 82 kB | 174/230 kB Progress (4): 112/378 kB | 100/129 kB | 82 kB | 174/230 kB Progress (4): 112/378 kB | 100/129 kB | 82 kB | 178/230 kB Progress (4): 116/378 kB | 100/129 kB | 82 kB | 178/230 kB Progress (4): 116/378 kB | 100/129 kB | 82 kB | 182/230 kB Progress (4): 116/378 kB | 104/129 kB | 82 kB | 182/230 kB Progress (4): 116/378 kB | 104/129 kB | 82 kB | 186/230 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.4 MB/s) [2019-07-30T06:28:28.073Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon/8.7/saxon-8.7.jar [2019-07-30T06:28:28.073Z] Progress (3): 120/378 kB | 104/129 kB | 186/230 kB Progress (4): 120/378 kB | 104/129 kB | 186/230 kB | 4.1/244 kB Progress (4): 120/378 kB | 104/129 kB | 190/230 kB | 4.1/244 kB Progress (4): 120/378 kB | 108/129 kB | 190/230 kB | 4.1/244 kB Progress (4): 120/378 kB | 108/129 kB | 194/230 kB | 4.1/244 kB Progress (4): 120/378 kB | 108/129 kB | 194/230 kB | 7.7/244 kB Progress (4): 124/378 kB | 108/129 kB | 194/230 kB | 7.7/244 kB Progress (4): 124/378 kB | 108/129 kB | 194/230 kB | 12/244 kB Progress (4): 124/378 kB | 108/129 kB | 198/230 kB | 12/244 kB Progress (4): 124/378 kB | 112/129 kB | 198/230 kB | 12/244 kB Progress (4): 124/378 kB | 112/129 kB | 202/230 kB | 12/244 kB Progress (4): 124/378 kB | 112/129 kB | 202/230 kB | 16/244 kB Progress (4): 128/378 kB | 112/129 kB | 202/230 kB | 16/244 kB Progress (4): 128/378 kB | 112/129 kB | 202/230 kB | 20/244 kB Progress (4): 128/378 kB | 112/129 kB | 206/230 kB | 20/244 kB Progress (4): 128/378 kB | 116/129 kB | 206/230 kB | 20/244 kB Progress (4): 128/378 kB | 116/129 kB | 210/230 kB | 20/244 kB Progress (4): 128/378 kB | 116/129 kB | 210/230 kB | 24/244 kB Progress (4): 132/378 kB | 116/129 kB | 210/230 kB | 24/244 kB Progress (4): 132/378 kB | 116/129 kB | 210/230 kB | 28/244 kB Progress (4): 132/378 kB | 116/129 kB | 214/230 kB | 28/244 kB Progress (4): 132/378 kB | 120/129 kB | 214/230 kB | 28/244 kB Progress (4): 132/378 kB | 120/129 kB | 218/230 kB | 28/244 kB Progress (4): 132/378 kB | 120/129 kB | 218/230 kB | 32/244 kB Progress (4): 136/378 kB | 120/129 kB | 218/230 kB | 32/244 kB Progress (4): 136/378 kB | 120/129 kB | 218/230 kB | 33/244 kB Progress (4): 136/378 kB | 120/129 kB | 222/230 kB | 33/244 kB Progress (4): 136/378 kB | 124/129 kB | 222/230 kB | 33/244 kB Progress (4): 136/378 kB | 124/129 kB | 226/230 kB | 33/244 kB Progress (4): 136/378 kB | 124/129 kB | 226/230 kB | 37/244 kB Progress (4): 140/378 kB | 124/129 kB | 226/230 kB | 37/244 kB Progress (4): 140/378 kB | 124/129 kB | 226/230 kB | 41/244 kB Progress (4): 140/378 kB | 124/129 kB | 230/230 kB | 41/244 kB Progress (4): 140/378 kB | 128/129 kB | 230/230 kB | 41/244 kB Progress (4): 140/378 kB | 128/129 kB | 230 kB | 41/244 kB Progress (4): 140/378 kB | 128/129 kB | 230 kB | 45/244 kB Progress (4): 144/378 kB | 128/129 kB | 230 kB | 45/244 kB Progress (4): 144/378 kB | 128/129 kB | 230 kB | 49/244 kB Progress (4): 144/378 kB | 129 kB | 230 kB | 49/244 kB Progress (4): 144/378 kB | 129 kB | 230 kB | 53/244 kB Progress (5): 144/378 kB | 129 kB | 230 kB | 53/244 kB | 0/3.3 MB Progress (5): 148/378 kB | 129 kB | 230 kB | 53/244 kB | 0/3.3 MB Progress (5): 148/378 kB | 129 kB | 230 kB | 53/244 kB | 0/3.3 MB Progress (5): 148/378 kB | 129 kB | 230 kB | 57/244 kB | 0/3.3 MB Progress (5): 148/378 kB | 129 kB | 230 kB | 57/244 kB | 0/3.3 MB Progress (5): 152/378 kB | 129 kB | 230 kB | 57/244 kB | 0/3.3 MB Progress (5): 152/378 kB | 129 kB | 230 kB | 57/244 kB | 0/3.3 MB Progress (5): 152/378 kB | 129 kB | 230 kB | 61/244 kB | 0/3.3 MB Progress (5): 156/378 kB | 129 kB | 230 kB | 61/244 kB | 0/3.3 MB Progress (5): 156/378 kB | 129 kB | 230 kB | 65/244 kB | 0/3.3 MB Progress (5): 160/378 kB | 129 kB | 230 kB | 65/244 kB | 0/3.3 MB Progress (5): 160/378 kB | 129 kB | 230 kB | 69/244 kB | 0/3.3 MB Progress (5): 164/378 kB | 129 kB | 230 kB | 69/244 kB | 0/3.3 MB Progress (5): 164/378 kB | 129 kB | 230 kB | 73/244 kB | 0/3.3 MB Progress (5): 168/378 kB | 129 kB | 230 kB | 73/244 kB | 0/3.3 MB Progress (5): 168/378 kB | 129 kB | 230 kB | 77/244 kB | 0/3.3 MB Progress (5): 168/378 kB | 129 kB | 230 kB | 77/244 kB | 0/3.3 MB Progress (5): 172/378 kB | 129 kB | 230 kB | 77/244 kB | 0/3.3 MB Progress (5): 172/378 kB | 129 kB | 230 kB | 77/244 kB | 0/3.3 MB Progress (5): 172/378 kB | 129 kB | 230 kB | 81/244 kB | 0/3.3 MB Progress (5): 176/378 kB | 129 kB | 230 kB | 81/244 kB | 0/3.3 MB Progress (5): 176/378 kB | 129 kB | 230 kB | 85/244 kB | 0/3.3 MB Progress (5): 180/378 kB | 129 kB | 230 kB | 85/244 kB | 0/3.3 MB Progress (5): 180/378 kB | 129 kB | 230 kB | 89/244 kB | 0/3.3 MB Progress (5): 184/378 kB | 129 kB | 230 kB | 89/244 kB | 0/3.3 MB Progress (5): 184/378 kB | 129 kB | 230 kB | 93/244 kB | 0/3.3 MB Progress (5): 188/378 kB | 129 kB | 230 kB | 93/244 kB | 0/3.3 MB Progress (5): 188/378 kB | 129 kB | 230 kB | 97/244 kB | 0/3.3 MB Progress (5): 192/378 kB | 129 kB | 230 kB | 97/244 kB | 0/3.3 MB Progress (5): 192/378 kB | 129 kB | 230 kB | 101/244 kB | 0/3.3 MB Progress (5): 192/378 kB | 129 kB | 230 kB | 101/244 kB | 0/3.3 MB Progress (5): 192/378 kB | 129 kB | 230 kB | 105/244 kB | 0/3.3 MB Progress (5): 196/378 kB | 129 kB | 230 kB | 105/244 kB | 0/3.3 MB Progress (5): 196/378 kB | 129 kB | 230 kB | 109/244 kB | 0/3.3 MB Progress (5): 196/378 kB | 129 kB | 230 kB | 109/244 kB | 0/3.3 MB Progress (5): 196/378 kB | 129 kB | 230 kB | 113/244 kB | 0/3.3 MB Progress (5): 200/378 kB | 129 kB | 230 kB | 113/244 kB | 0/3.3 MB Progress (5): 200/378 kB | 129 kB | 230 kB | 117/244 kB | 0/3.3 MB Progress (5): 200/378 kB | 129 kB | 230 kB | 117/244 kB | 0/3.3 MB Progress (5): 200/378 kB | 129 kB | 230 kB | 121/244 kB | 0/3.3 MB Progress (5): 204/378 kB | 129 kB | 230 kB | 121/244 kB | 0/3.3 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.7/plexus-utils-3.0.7.jar (230 kB at 3.1 MB/s) [2019-07-30T06:28:28.073Z] Progress (4): 204/378 kB | 129 kB | 125/244 kB | 0/3.3 MB Progress (4): 204/378 kB | 129 kB | 125/244 kB | 0/3.3 MB Progress (4): 204/378 kB | 129 kB | 129/244 kB | 0/3.3 MB 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 [2019-07-30T06:28:28.073Z] Progress (4): 208/378 kB | 129 kB | 129/244 kB | 0/3.3 MB Progress (4): 208/378 kB | 129 kB | 133/244 kB | 0/3.3 MB Progress (4): 208/378 kB | 129 kB | 133/244 kB | 0/3.3 MB Progress (4): 208/378 kB | 129 kB | 137/244 kB | 0/3.3 MB Progress (4): 212/378 kB | 129 kB | 137/244 kB | 0/3.3 MB Progress (4): 212/378 kB | 129 kB | 141/244 kB | 0/3.3 MB Progress (4): 212/378 kB | 129 kB | 141/244 kB | 0/3.3 MB Progress (4): 212/378 kB | 129 kB | 145/244 kB | 0/3.3 MB 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) [2019-07-30T06:28:28.073Z] 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 [2019-07-30T06:28:28.332Z] Progress (3): 216/378 kB | 145/244 kB | 0/3.3 MB Progress (3): 216/378 kB | 149/244 kB | 0/3.3 MB Progress (3): 216/378 kB | 149/244 kB | 0.1/3.3 MB Progress (3): 216/378 kB | 153/244 kB | 0.1/3.3 MB Progress (3): 220/378 kB | 153/244 kB | 0.1/3.3 MB Progress (3): 220/378 kB | 157/244 kB | 0.1/3.3 MB Progress (3): 220/378 kB | 157/244 kB | 0.1/3.3 MB Progress (3): 220/378 kB | 161/244 kB | 0.1/3.3 MB Progress (3): 224/378 kB | 161/244 kB | 0.1/3.3 MB Progress (3): 224/378 kB | 165/244 kB | 0.1/3.3 MB Progress (3): 228/378 kB | 165/244 kB | 0.1/3.3 MB Progress (3): 228/378 kB | 165/244 kB | 0.1/3.3 MB Progress (3): 232/378 kB | 165/244 kB | 0.1/3.3 MB Progress (3): 232/378 kB | 169/244 kB | 0.1/3.3 MB Progress (3): 236/378 kB | 169/244 kB | 0.1/3.3 MB Progress (3): 236/378 kB | 169/244 kB | 0.1/3.3 MB Progress (3): 240/378 kB | 169/244 kB | 0.1/3.3 MB Progress (3): 240/378 kB | 169/244 kB | 0.1/3.3 MB Progress (3): 240/378 kB | 173/244 kB | 0.1/3.3 MB Progress (3): 240/378 kB | 173/244 kB | 0.1/3.3 MB Progress (3): 244/378 kB | 173/244 kB | 0.1/3.3 MB Progress (3): 244/378 kB | 173/244 kB | 0.1/3.3 MB Progress (3): 244/378 kB | 177/244 kB | 0.1/3.3 MB Progress (3): 244/378 kB | 177/244 kB | 0.1/3.3 MB Progress (3): 248/378 kB | 177/244 kB | 0.1/3.3 MB Progress (3): 248/378 kB | 177/244 kB | 0.1/3.3 MB Progress (3): 252/378 kB | 177/244 kB | 0.1/3.3 MB Progress (3): 252/378 kB | 181/244 kB | 0.1/3.3 MB Progress (3): 256/378 kB | 181/244 kB | 0.1/3.3 MB Progress (3): 256/378 kB | 181/244 kB | 0.1/3.3 MB Progress (3): 260/378 kB | 181/244 kB | 0.1/3.3 MB Progress (3): 260/378 kB | 185/244 kB | 0.1/3.3 MB Progress (3): 264/378 kB | 185/244 kB | 0.1/3.3 MB Progress (3): 264/378 kB | 185/244 kB | 0.1/3.3 MB Progress (3): 268/378 kB | 185/244 kB | 0.1/3.3 MB Progress (3): 268/378 kB | 189/244 kB | 0.1/3.3 MB Progress (3): 272/378 kB | 189/244 kB | 0.1/3.3 MB Progress (3): 272/378 kB | 189/244 kB | 0.1/3.3 MB Progress (3): 276/378 kB | 189/244 kB | 0.1/3.3 MB Progress (3): 276/378 kB | 193/244 kB | 0.1/3.3 MB Progress (3): 280/378 kB | 193/244 kB | 0.1/3.3 MB Progress (3): 280/378 kB | 193/244 kB | 0.1/3.3 MB Progress (3): 284/378 kB | 193/244 kB | 0.1/3.3 MB Progress (3): 284/378 kB | 197/244 kB | 0.1/3.3 MB Progress (3): 288/378 kB | 197/244 kB | 0.1/3.3 MB Progress (3): 288/378 kB | 197/244 kB | 0.1/3.3 MB Progress (3): 292/378 kB | 197/244 kB | 0.1/3.3 MB Progress (4): 292/378 kB | 197/244 kB | 0.1/3.3 MB | 4.1/44 kB Progress (4): 292/378 kB | 201/244 kB | 0.1/3.3 MB | 4.1/44 kB Progress (4): 292/378 kB | 201/244 kB | 0.1/3.3 MB | 7.7/44 kB Progress (4): 296/378 kB | 201/244 kB | 0.1/3.3 MB | 7.7/44 kB Progress (4): 296/378 kB | 201/244 kB | 0.1/3.3 MB | 7.7/44 kB Progress (4): 300/378 kB | 201/244 kB | 0.1/3.3 MB | 7.7/44 kB Progress (4): 300/378 kB | 201/244 kB | 0.1/3.3 MB | 12/44 kB Progress (4): 300/378 kB | 205/244 kB | 0.1/3.3 MB | 12/44 kB Progress (4): 300/378 kB | 205/244 kB | 0.1/3.3 MB | 16/44 kB Progress (4): 304/378 kB | 205/244 kB | 0.1/3.3 MB | 16/44 kB Progress (5): 304/378 kB | 205/244 kB | 0.1/3.3 MB | 16/44 kB | 4.1/21 kB Progress (5): 304/378 kB | 205/244 kB | 0.1/3.3 MB | 16/44 kB | 4.1/21 kB Progress (5): 304/378 kB | 205/244 kB | 0.1/3.3 MB | 16/44 kB | 7.7/21 kB Progress (5): 308/378 kB | 205/244 kB | 0.1/3.3 MB | 16/44 kB | 7.7/21 kB Progress (5): 308/378 kB | 205/244 kB | 0.1/3.3 MB | 20/44 kB | 7.7/21 kB Progress (5): 308/378 kB | 209/244 kB | 0.1/3.3 MB | 20/44 kB | 7.7/21 kB Progress (5): 308/378 kB | 209/244 kB | 0.1/3.3 MB | 24/44 kB | 7.7/21 kB Progress (5): 312/378 kB | 209/244 kB | 0.1/3.3 MB | 24/44 kB | 7.7/21 kB Progress (5): 312/378 kB | 209/244 kB | 0.1/3.3 MB | 24/44 kB | 12/21 kB Progress (5): 312/378 kB | 209/244 kB | 0.1/3.3 MB | 24/44 kB | 12/21 kB Progress (5): 312/378 kB | 209/244 kB | 0.1/3.3 MB | 24/44 kB | 16/21 kB Progress (5): 316/378 kB | 209/244 kB | 0.1/3.3 MB | 24/44 kB | 16/21 kB Progress (5): 316/378 kB | 209/244 kB | 0.1/3.3 MB | 28/44 kB | 16/21 kB Progress (5): 316/378 kB | 213/244 kB | 0.1/3.3 MB | 28/44 kB | 16/21 kB Progress (5): 316/378 kB | 213/244 kB | 0.1/3.3 MB | 32/44 kB | 16/21 kB Progress (5): 320/378 kB | 213/244 kB | 0.1/3.3 MB | 32/44 kB | 16/21 kB Progress (5): 320/378 kB | 213/244 kB | 0.1/3.3 MB | 32/44 kB | 20/21 kB Progress (5): 320/378 kB | 213/244 kB | 0.1/3.3 MB | 32/44 kB | 20/21 kB Progress (5): 320/378 kB | 213/244 kB | 0.1/3.3 MB | 32/44 kB | 21 kB Progress (5): 324/378 kB | 213/244 kB | 0.1/3.3 MB | 32/44 kB | 21 kB Progress (5): 324/378 kB | 213/244 kB | 0.1/3.3 MB | 36/44 kB | 21 kB Progress (5): 324/378 kB | 217/244 kB | 0.1/3.3 MB | 36/44 kB | 21 kB Progress (5): 324/378 kB | 217/244 kB | 0.1/3.3 MB | 40/44 kB | 21 kB Progress (5): 328/378 kB | 217/244 kB | 0.1/3.3 MB | 40/44 kB | 21 kB Progress (5): 328/378 kB | 217/244 kB | 0.1/3.3 MB | 40/44 kB | 21 kB Progress (5): 332/378 kB | 217/244 kB | 0.1/3.3 MB | 40/44 kB | 21 kB Progress (5): 332/378 kB | 217/244 kB | 0.1/3.3 MB | 44/44 kB | 21 kB Progress (5): 332/378 kB | 221/244 kB | 0.1/3.3 MB | 44/44 kB | 21 kB Progress (5): 332/378 kB | 221/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 336/378 kB | 221/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 336/378 kB | 221/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 340/378 kB | 221/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 340/378 kB | 225/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 344/378 kB | 225/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 344/378 kB | 225/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 348/378 kB | 225/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 348/378 kB | 229/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 352/378 kB | 229/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 352/378 kB | 229/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 356/378 kB | 229/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 356/378 kB | 233/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 360/378 kB | 233/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 360/378 kB | 233/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 364/378 kB | 233/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 364/378 kB | 237/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 368/378 kB | 237/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 368/378 kB | 237/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 372/378 kB | 237/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 372/378 kB | 241/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 376/378 kB | 241/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 376/378 kB | 241/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 241/244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.1/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.2/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.3/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.3/3.3 MB | 44 kB | 21 kB Progress (5): 378 kB | 244 kB | 0.3/3.3 MB | 44 kB | 21 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.2.0/download-maven-plugin-1.2.0.jar (21 kB at 156 kB/s) [2019-07-30T06:28:28.332Z] Progress (4): 378 kB | 244 kB | 0.3/3.3 MB | 44 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 2.8 MB/s) [2019-07-30T06:28:28.332Z] 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 [2019-07-30T06:28:28.332Z] 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 330 kB/s) [2019-07-30T06:28:28.332Z] 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.8 MB/s) [2019-07-30T06:28:28.332Z] 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 [2019-07-30T06:28:28.332Z] 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 [2019-07-30T06:28:28.332Z] Progress (1): 0.3/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 [2019-07-30T06:28:28.332Z] Progress (1): 0.3/3.3 MB Progress (1): 0.3/3.3 MB Progress (1): 0.3/3.3 MB Progress (1): 0.3/3.3 MB Progress (1): 0.3/3.3 MB Progress (1): 0.3/3.3 MB Progress (1): 0.3/3.3 MB Progress (1): 0.3/3.3 MB Progress (1): 0.3/3.3 MB Progress (1): 0.3/3.3 MB Progress (1): 0.3/3.3 MB Progress (1): 0.3/3.3 MB Progress (1): 0.3/3.3 MB Progress (1): 0.3/3.3 MB Progress (1): 0.3/3.3 MB Progress (1): 0.3/3.3 MB Progress (1): 0.3/3.3 MB Progress (1): 0.3/3.3 MB Progress (1): 0.3/3.3 MB Progress (1): 0.3/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.4/3.3 MB Progress (1): 0.5/3.3 MB Progress (1): 0.5/3.3 MB Progress (1): 0.5/3.3 MB Progress (1): 0.5/3.3 MB Progress (2): 0.5/3.3 MB | 4.1/51 kB Progress (2): 0.5/3.3 MB | 4.1/51 kB Progress (2): 0.5/3.3 MB | 7.7/51 kB Progress (2): 0.5/3.3 MB | 7.7/51 kB Progress (2): 0.5/3.3 MB | 12/51 kB Progress (2): 0.5/3.3 MB | 12/51 kB Progress (2): 0.5/3.3 MB | 16/51 kB Progress (2): 0.5/3.3 MB | 16/51 kB Progress (2): 0.5/3.3 MB | 20/51 kB Progress (2): 0.5/3.3 MB | 20/51 kB Progress (2): 0.5/3.3 MB | 24/51 kB Progress (2): 0.5/3.3 MB | 24/51 kB Progress (2): 0.5/3.3 MB | 28/51 kB Progress (2): 0.5/3.3 MB | 32/51 kB Progress (2): 0.5/3.3 MB | 32/51 kB Progress (2): 0.5/3.3 MB | 36/51 kB Progress (2): 0.5/3.3 MB | 36/51 kB Progress (2): 0.5/3.3 MB | 40/51 kB Progress (2): 0.5/3.3 MB | 40/51 kB Progress (2): 0.5/3.3 MB | 44/51 kB Progress (2): 0.5/3.3 MB | 44/51 kB Progress (2): 0.5/3.3 MB | 48/51 kB Progress (2): 0.5/3.3 MB | 48/51 kB Progress (2): 0.5/3.3 MB | 51 kB Progress (2): 0.5/3.3 MB | 51 kB Progress (2): 0.5/3.3 MB | 51 kB Progress (2): 0.5/3.3 MB | 51 kB Progress (2): 0.5/3.3 MB | 51 kB Progress (2): 0.5/3.3 MB | 51 kB Progress (2): 0.5/3.3 MB | 51 kB Progress (2): 0.5/3.3 MB | 51 kB Progress (2): 0.5/3.3 MB | 51 kB Progress (2): 0.5/3.3 MB | 51 kB Progress (2): 0.5/3.3 MB | 51 kB Progress (2): 0.6/3.3 MB | 51 kB Progress (2): 0.6/3.3 MB | 51 kB Progress (2): 0.6/3.3 MB | 51 kB Progress (2): 0.6/3.3 MB | 51 kB Progress (2): 0.6/3.3 MB | 51 kB Progress (2): 0.6/3.3 MB | 51 kB Progress (2): 0.6/3.3 MB | 51 kB Progress (2): 0.6/3.3 MB | 51 kB Progress (2): 0.6/3.3 MB | 51 kB Progress (2): 0.6/3.3 MB | 51 kB Progress (2): 0.6/3.3 MB | 51 kB Progress (2): 0.6/3.3 MB | 51 kB Progress (3): 0.6/3.3 MB | 51 kB | 4.1/30 kB Progress (3): 0.6/3.3 MB | 51 kB | 4.1/30 kB Progress (3): 0.6/3.3 MB | 51 kB | 7.7/30 kB Progress (3): 0.6/3.3 MB | 51 kB | 7.7/30 kB Progress (3): 0.6/3.3 MB | 51 kB | 12/30 kB Progress (3): 0.6/3.3 MB | 51 kB | 12/30 kB Progress (3): 0.6/3.3 MB | 51 kB | 16/30 kB Progress (3): 0.6/3.3 MB | 51 kB | 16/30 kB Progress (3): 0.6/3.3 MB | 51 kB | 20/30 kB Progress (3): 0.6/3.3 MB | 51 kB | 20/30 kB Progress (3): 0.6/3.3 MB | 51 kB | 24/30 kB Progress (3): 0.6/3.3 MB | 51 kB | 24/30 kB Progress (3): 0.6/3.3 MB | 51 kB | 28/30 kB Progress (3): 0.6/3.3 MB | 51 kB | 28/30 kB Progress (3): 0.6/3.3 MB | 51 kB | 30 kB Progress (3): 0.6/3.3 MB | 51 kB | 30 kB Progress (3): 0.6/3.3 MB | 51 kB | 30 kB Progress (3): 0.6/3.3 MB | 51 kB | 30 kB Progress (4): 0.6/3.3 MB | 51 kB | 30 kB | 4.1/105 kB Progress (4): 0.6/3.3 MB | 51 kB | 30 kB | 4.1/105 kB Progress (4): 0.6/3.3 MB | 51 kB | 30 kB | 7.7/105 kB Progress (4): 0.6/3.3 MB | 51 kB | 30 kB | 7.7/105 kB Progress (4): 0.6/3.3 MB | 51 kB | 30 kB | 12/105 kB Progress (4): 0.6/3.3 MB | 51 kB | 30 kB | 12/105 kB Progress (5): 0.6/3.3 MB | 51 kB | 30 kB | 12/105 kB | 4.1/79 kB Progress (5): 0.7/3.3 MB | 51 kB | 30 kB | 12/105 kB | 4.1/79 kB Progress (5): 0.7/3.3 MB | 51 kB | 30 kB | 16/105 kB | 4.1/79 kB Progress (5): 0.7/3.3 MB | 51 kB | 30 kB | 16/105 kB | 4.1/79 kB Progress (5): 0.7/3.3 MB | 51 kB | 30 kB | 16/105 kB | 7.7/79 kB Progress (5): 0.7/3.3 MB | 51 kB | 30 kB | 16/105 kB | 7.7/79 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 322 kB/s) [2019-07-30T06:28:28.332Z] 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 [2019-07-30T06:28:28.332Z] Progress (4): 0.7/3.3 MB | 30 kB | 20/105 kB | 7.7/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 20/105 kB | 7.7/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 20/105 kB | 12/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 20/105 kB | 12/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 24/105 kB | 12/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 24/105 kB | 12/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 24/105 kB | 16/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 24/105 kB | 16/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 28/105 kB | 16/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 28/105 kB | 16/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 28/105 kB | 20/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 28/105 kB | 20/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 32/105 kB | 20/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 32/105 kB | 20/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 32/105 kB | 24/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 32/105 kB | 24/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 33/105 kB | 24/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 33/105 kB | 24/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 33/105 kB | 28/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 33/105 kB | 28/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 37/105 kB | 28/79 kB Progress (4): 0.7/3.3 MB | 30 kB | 37/105 kB | 28/79 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 188 kB/s) [2019-07-30T06:28:28.332Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [2019-07-30T06:28:28.332Z] Progress (3): 0.7/3.3 MB | 37/105 kB | 32/79 kB Progress (3): 0.7/3.3 MB | 37/105 kB | 32/79 kB Progress (3): 0.7/3.3 MB | 41/105 kB | 32/79 kB Progress (3): 0.7/3.3 MB | 41/105 kB | 32/79 kB Progress (3): 0.7/3.3 MB | 41/105 kB | 33/79 kB Progress (3): 0.7/3.3 MB | 41/105 kB | 33/79 kB Progress (3): 0.7/3.3 MB | 45/105 kB | 33/79 kB Progress (3): 0.7/3.3 MB | 45/105 kB | 33/79 kB Progress (3): 0.7/3.3 MB | 45/105 kB | 37/79 kB Progress (3): 0.7/3.3 MB | 45/105 kB | 37/79 kB Progress (3): 0.7/3.3 MB | 49/105 kB | 37/79 kB Progress (3): 0.7/3.3 MB | 49/105 kB | 37/79 kB Progress (3): 0.7/3.3 MB | 49/105 kB | 41/79 kB Progress (3): 0.7/3.3 MB | 49/105 kB | 41/79 kB Progress (3): 0.7/3.3 MB | 53/105 kB | 41/79 kB Progress (3): 0.7/3.3 MB | 53/105 kB | 41/79 kB Progress (3): 0.7/3.3 MB | 53/105 kB | 45/79 kB Progress (3): 0.7/3.3 MB | 53/105 kB | 45/79 kB Progress (3): 0.7/3.3 MB | 57/105 kB | 45/79 kB Progress (3): 0.7/3.3 MB | 57/105 kB | 45/79 kB Progress (3): 0.7/3.3 MB | 57/105 kB | 49/79 kB Progress (3): 0.7/3.3 MB | 57/105 kB | 49/79 kB Progress (3): 0.7/3.3 MB | 61/105 kB | 49/79 kB Progress (3): 0.8/3.3 MB | 61/105 kB | 49/79 kB Progress (3): 0.8/3.3 MB | 61/105 kB | 53/79 kB Progress (3): 0.8/3.3 MB | 61/105 kB | 53/79 kB Progress (4): 0.8/3.3 MB | 61/105 kB | 53/79 kB | 4.1/195 kB Progress (4): 0.8/3.3 MB | 65/105 kB | 53/79 kB | 4.1/195 kB Progress (4): 0.8/3.3 MB | 65/105 kB | 53/79 kB | 7.7/195 kB Progress (4): 0.8/3.3 MB | 65/105 kB | 53/79 kB | 7.7/195 kB Progress (4): 0.8/3.3 MB | 65/105 kB | 57/79 kB | 7.7/195 kB Progress (4): 0.8/3.3 MB | 65/105 kB | 57/79 kB | 7.7/195 kB Progress (4): 0.8/3.3 MB | 65/105 kB | 57/79 kB | 12/195 kB Progress (4): 0.8/3.3 MB | 66/105 kB | 57/79 kB | 12/195 kB Progress (4): 0.8/3.3 MB | 66/105 kB | 57/79 kB | 16/195 kB Progress (4): 0.8/3.3 MB | 66/105 kB | 57/79 kB | 16/195 kB Progress (4): 0.8/3.3 MB | 66/105 kB | 61/79 kB | 16/195 kB Progress (4): 0.8/3.3 MB | 66/105 kB | 61/79 kB | 16/195 kB Progress (4): 0.8/3.3 MB | 66/105 kB | 61/79 kB | 20/195 kB Progress (4): 0.8/3.3 MB | 70/105 kB | 61/79 kB | 20/195 kB Progress (4): 0.8/3.3 MB | 70/105 kB | 61/79 kB | 24/195 kB Progress (4): 0.8/3.3 MB | 70/105 kB | 61/79 kB | 24/195 kB Progress (4): 0.8/3.3 MB | 70/105 kB | 65/79 kB | 24/195 kB Progress (4): 0.8/3.3 MB | 70/105 kB | 65/79 kB | 24/195 kB Progress (4): 0.8/3.3 MB | 70/105 kB | 65/79 kB | 28/195 kB Progress (4): 0.8/3.3 MB | 74/105 kB | 65/79 kB | 28/195 kB Progress (4): 0.8/3.3 MB | 74/105 kB | 65/79 kB | 32/195 kB Progress (4): 0.8/3.3 MB | 74/105 kB | 65/79 kB | 32/195 kB Progress (4): 0.8/3.3 MB | 74/105 kB | 69/79 kB | 32/195 kB Progress (4): 0.8/3.3 MB | 74/105 kB | 69/79 kB | 32/195 kB Progress (4): 0.8/3.3 MB | 74/105 kB | 69/79 kB | 36/195 kB Progress (4): 0.8/3.3 MB | 78/105 kB | 69/79 kB | 36/195 kB Progress (4): 0.8/3.3 MB | 78/105 kB | 69/79 kB | 40/195 kB Progress (4): 0.8/3.3 MB | 78/105 kB | 69/79 kB | 40/195 kB Progress (4): 0.8/3.3 MB | 78/105 kB | 73/79 kB | 40/195 kB Progress (4): 0.8/3.3 MB | 78/105 kB | 73/79 kB | 40/195 kB Progress (4): 0.8/3.3 MB | 78/105 kB | 73/79 kB | 44/195 kB Progress (4): 0.8/3.3 MB | 82/105 kB | 73/79 kB | 44/195 kB Progress (4): 0.8/3.3 MB | 82/105 kB | 73/79 kB | 48/195 kB Progress (5): 0.8/3.3 MB | 82/105 kB | 73/79 kB | 48/195 kB | 4.1/121 kB Progress (5): 0.8/3.3 MB | 82/105 kB | 73/79 kB | 48/195 kB | 4.1/121 kB Progress (5): 0.8/3.3 MB | 82/105 kB | 77/79 kB | 48/195 kB | 4.1/121 kB Progress (5): 0.8/3.3 MB | 82/105 kB | 77/79 kB | 48/195 kB | 4.1/121 kB Progress (5): 0.8/3.3 MB | 82/105 kB | 77/79 kB | 48/195 kB | 7.7/121 kB Progress (5): 0.8/3.3 MB | 82/105 kB | 77/79 kB | 52/195 kB | 7.7/121 kB Progress (5): 0.8/3.3 MB | 86/105 kB | 77/79 kB | 52/195 kB | 7.7/121 kB Progress (5): 0.8/3.3 MB | 86/105 kB | 77/79 kB | 56/195 kB | 7.7/121 kB Progress (5): 0.8/3.3 MB | 86/105 kB | 77/79 kB | 56/195 kB | 12/121 kB Progress (5): 0.8/3.3 MB | 86/105 kB | 77/79 kB | 56/195 kB | 12/121 kB Progress (5): 0.8/3.3 MB | 86/105 kB | 79 kB | 56/195 kB | 12/121 kB Progress (5): 0.8/3.3 MB | 86/105 kB | 79 kB | 56/195 kB | 12/121 kB Progress (5): 0.8/3.3 MB | 86/105 kB | 79 kB | 56/195 kB | 16/121 kB Progress (5): 0.8/3.3 MB | 86/105 kB | 79 kB | 60/195 kB | 16/121 kB Progress (5): 0.8/3.3 MB | 90/105 kB | 79 kB | 60/195 kB | 16/121 kB Progress (5): 0.8/3.3 MB | 90/105 kB | 79 kB | 64/195 kB | 16/121 kB Progress (5): 0.8/3.3 MB | 90/105 kB | 79 kB | 64/195 kB | 20/121 kB Progress (5): 0.8/3.3 MB | 90/105 kB | 79 kB | 64/195 kB | 20/121 kB Progress (5): 0.8/3.3 MB | 90/105 kB | 79 kB | 64/195 kB | 24/121 kB Progress (5): 0.8/3.3 MB | 90/105 kB | 79 kB | 68/195 kB | 24/121 kB Progress (5): 0.8/3.3 MB | 94/105 kB | 79 kB | 68/195 kB | 24/121 kB Progress (5): 0.8/3.3 MB | 94/105 kB | 79 kB | 72/195 kB | 24/121 kB Progress (5): 0.8/3.3 MB | 94/105 kB | 79 kB | 72/195 kB | 28/121 kB Progress (5): 0.8/3.3 MB | 94/105 kB | 79 kB | 72/195 kB | 28/121 kB Progress (5): 0.8/3.3 MB | 94/105 kB | 79 kB | 72/195 kB | 32/121 kB Progress (5): 0.8/3.3 MB | 94/105 kB | 79 kB | 76/195 kB | 32/121 kB Progress (5): 0.8/3.3 MB | 98/105 kB | 79 kB | 76/195 kB | 32/121 kB Progress (5): 0.8/3.3 MB | 98/105 kB | 79 kB | 80/195 kB | 32/121 kB Progress (5): 0.8/3.3 MB | 98/105 kB | 79 kB | 80/195 kB | 33/121 kB Progress (5): 0.8/3.3 MB | 98/105 kB | 79 kB | 80/195 kB | 33/121 kB Progress (5): 0.8/3.3 MB | 98/105 kB | 79 kB | 80/195 kB | 37/121 kB Progress (5): 0.8/3.3 MB | 98/105 kB | 79 kB | 84/195 kB | 37/121 kB Progress (5): 0.8/3.3 MB | 102/105 kB | 79 kB | 84/195 kB | 37/121 kB Progress (5): 0.8/3.3 MB | 102/105 kB | 79 kB | 88/195 kB | 37/121 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 440 kB/s) [2019-07-30T06:28:28.332Z] Progress (4): 0.8/3.3 MB | 102/105 kB | 88/195 kB | 41/121 kB Progress (4): 0.8/3.3 MB | 102/105 kB | 88/195 kB | 41/121 kB Progress (4): 0.8/3.3 MB | 102/105 kB | 88/195 kB | 45/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 [2019-07-30T06:28:28.332Z] Progress (4): 0.8/3.3 MB | 102/105 kB | 92/195 kB | 45/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 92/195 kB | 45/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 96/195 kB | 45/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 96/195 kB | 49/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 96/195 kB | 49/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 96/195 kB | 53/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 100/195 kB | 53/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 100/195 kB | 57/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 100/195 kB | 57/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 100/195 kB | 61/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 104/195 kB | 61/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 104/195 kB | 65/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 104/195 kB | 65/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 104/195 kB | 69/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 108/195 kB | 69/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 108/195 kB | 73/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 108/195 kB | 73/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 108/195 kB | 77/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 112/195 kB | 77/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 112/195 kB | 81/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 112/195 kB | 81/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 112/195 kB | 85/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 116/195 kB | 85/121 kB Progress (4): 0.8/3.3 MB | 105 kB | 116/195 kB | 89/121 kB Progress (4): 0.9/3.3 MB | 105 kB | 116/195 kB | 89/121 kB Progress (4): 0.9/3.3 MB | 105 kB | 116/195 kB | 93/121 kB Progress (4): 0.9/3.3 MB | 105 kB | 120/195 kB | 93/121 kB Progress (4): 0.9/3.3 MB | 105 kB | 120/195 kB | 97/121 kB Progress (4): 0.9/3.3 MB | 105 kB | 120/195 kB | 97/121 kB Progress (4): 0.9/3.3 MB | 105 kB | 120/195 kB | 101/121 kB Progress (4): 0.9/3.3 MB | 105 kB | 124/195 kB | 101/121 kB Progress (4): 0.9/3.3 MB | 105 kB | 124/195 kB | 105/121 kB Progress (4): 0.9/3.3 MB | 105 kB | 124/195 kB | 105/121 kB Progress (4): 0.9/3.3 MB | 105 kB | 124/195 kB | 109/121 kB Progress (4): 0.9/3.3 MB | 105 kB | 128/195 kB | 109/121 kB Progress (4): 0.9/3.3 MB | 105 kB | 128/195 kB | 113/121 kB Progress (4): 0.9/3.3 MB | 105 kB | 128/195 kB | 113/121 kB Progress (4): 0.9/3.3 MB | 105 kB | 128/195 kB | 117/121 kB Progress (4): 0.9/3.3 MB | 105 kB | 132/195 kB | 117/121 kB Progress (4): 0.9/3.3 MB | 105 kB | 132/195 kB | 121/121 kB Progress (4): 0.9/3.3 MB | 105 kB | 132/195 kB | 121/121 kB Progress (4): 0.9/3.3 MB | 105 kB | 132/195 kB | 121 kB Progress (4): 0.9/3.3 MB | 105 kB | 136/195 kB | 121 kB Progress (4): 0.9/3.3 MB | 105 kB | 136/195 kB | 121 kB Progress (4): 0.9/3.3 MB | 105 kB | 140/195 kB | 121 kB Progress (4): 0.9/3.3 MB | 105 kB | 140/195 kB | 121 kB Progress (4): 0.9/3.3 MB | 105 kB | 144/195 kB | 121 kB Progress (5): 0.9/3.3 MB | 105 kB | 144/195 kB | 121 kB | 4.1/38 kB Progress (5): 0.9/3.3 MB | 105 kB | 144/195 kB | 121 kB | 4.1/38 kB Progress (5): 0.9/3.3 MB | 105 kB | 144/195 kB | 121 kB | 7.7/38 kB Progress (5): 0.9/3.3 MB | 105 kB | 148/195 kB | 121 kB | 7.7/38 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 551 kB/s) [2019-07-30T06:28:28.332Z] 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 [2019-07-30T06:28:28.332Z] Progress (4): 0.9/3.3 MB | 148/195 kB | 121 kB | 12/38 kB Progress (4): 0.9/3.3 MB | 148/195 kB | 121 kB | 12/38 kB Progress (4): 0.9/3.3 MB | 148/195 kB | 121 kB | 16/38 kB Progress (4): 0.9/3.3 MB | 152/195 kB | 121 kB | 16/38 kB Progress (4): 0.9/3.3 MB | 152/195 kB | 121 kB | 20/38 kB Progress (4): 0.9/3.3 MB | 152/195 kB | 121 kB | 20/38 kB Progress (4): 0.9/3.3 MB | 152/195 kB | 121 kB | 24/38 kB Progress (4): 0.9/3.3 MB | 156/195 kB | 121 kB | 24/38 kB Progress (4): 0.9/3.3 MB | 156/195 kB | 121 kB | 28/38 kB Progress (4): 0.9/3.3 MB | 156/195 kB | 121 kB | 28/38 kB Progress (4): 0.9/3.3 MB | 156/195 kB | 121 kB | 32/38 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 627 kB/s) [2019-07-30T06:28:28.332Z] 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 [2019-07-30T06:28:28.332Z] Progress (3): 0.9/3.3 MB | 160/195 kB | 32/38 kB Progress (3): 0.9/3.3 MB | 160/195 kB | 36/38 kB Progress (3): 0.9/3.3 MB | 160/195 kB | 36/38 kB Progress (3): 0.9/3.3 MB | 160/195 kB | 38 kB Progress (3): 0.9/3.3 MB | 160/195 kB | 38 kB Progress (3): 0.9/3.3 MB | 164/195 kB | 38 kB Progress (3): 0.9/3.3 MB | 164/195 kB | 38 kB Progress (3): 0.9/3.3 MB | 168/195 kB | 38 kB Progress (3): 0.9/3.3 MB | 168/195 kB | 38 kB Progress (3): 0.9/3.3 MB | 172/195 kB | 38 kB Progress (3): 0.9/3.3 MB | 172/195 kB | 38 kB Progress (3): 0.9/3.3 MB | 176/195 kB | 38 kB Progress (3): 0.9/3.3 MB | 176/195 kB | 38 kB Progress (3): 0.9/3.3 MB | 180/195 kB | 38 kB Progress (3): 0.9/3.3 MB | 180/195 kB | 38 kB Progress (3): 0.9/3.3 MB | 184/195 kB | 38 kB Progress (3): 0.9/3.3 MB | 184/195 kB | 38 kB Progress (3): 0.9/3.3 MB | 188/195 kB | 38 kB Progress (3): 0.9/3.3 MB | 188/195 kB | 38 kB Progress (3): 0.9/3.3 MB | 192/195 kB | 38 kB Progress (3): 0.9/3.3 MB | 192/195 kB | 38 kB Progress (3): 0.9/3.3 MB | 195 kB | 38 kB Progress (3): 0.9/3.3 MB | 195 kB | 38 kB Progress (3): 0.9/3.3 MB | 195 kB | 38 kB Progress (3): 0.9/3.3 MB | 195 kB | 38 kB Progress (3): 0.9/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.0/3.3 MB | 195 kB | 38 kB Progress (3): 1.1/3.3 MB | 195 kB | 38 kB Progress (3): 1.1/3.3 MB | 195 kB | 38 kB Progress (3): 1.1/3.3 MB | 195 kB | 38 kB Progress (4): 1.1/3.3 MB | 195 kB | 38 kB | 4.1/109 kB Progress (5): 1.1/3.3 MB | 195 kB | 38 kB | 4.1/109 kB | 4.1/276 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar (195 kB at 839 kB/s) [2019-07-30T06:28:28.332Z] 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 [2019-07-30T06:28:28.332Z] 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 160 kB/s) [2019-07-30T06:28:28.332Z] Progress (3): 1.1/3.3 MB | 4.1/109 kB | 7.7/276 kB Progress (3): 1.1/3.3 MB | 7.7/109 kB | 7.7/276 kB Progress (3): 1.1/3.3 MB | 7.7/109 kB | 12/276 kB Progress (3): 1.1/3.3 MB | 12/109 kB | 12/276 kB Progress (3): 1.1/3.3 MB | 12/109 kB | 12/276 kB Progress (3): 1.1/3.3 MB | 16/109 kB | 12/276 kB Progress (3): 1.1/3.3 MB | 16/109 kB | 16/276 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar [2019-07-30T06:28:28.332Z] Progress (3): 1.1/3.3 MB | 16/109 kB | 20/276 kB Progress (3): 1.1/3.3 MB | 20/109 kB | 20/276 kB Progress (3): 1.1/3.3 MB | 20/109 kB | 20/276 kB Progress (3): 1.1/3.3 MB | 24/109 kB | 20/276 kB Progress (3): 1.1/3.3 MB | 24/109 kB | 24/276 kB Progress (3): 1.1/3.3 MB | 28/109 kB | 24/276 kB Progress (3): 1.1/3.3 MB | 28/109 kB | 28/276 kB Progress (3): 1.1/3.3 MB | 28/109 kB | 28/276 kB Progress (3): 1.1/3.3 MB | 28/109 kB | 32/276 kB Progress (3): 1.1/3.3 MB | 32/109 kB | 32/276 kB Progress (3): 1.1/3.3 MB | 32/109 kB | 33/276 kB Progress (3): 1.1/3.3 MB | 32/109 kB | 33/276 kB Progress (3): 1.1/3.3 MB | 32/109 kB | 37/276 kB Progress (3): 1.1/3.3 MB | 33/109 kB | 37/276 kB Progress (3): 1.1/3.3 MB | 33/109 kB | 41/276 kB Progress (3): 1.1/3.3 MB | 33/109 kB | 41/276 kB Progress (3): 1.1/3.3 MB | 37/109 kB | 41/276 kB Progress (3): 1.1/3.3 MB | 37/109 kB | 41/276 kB Progress (3): 1.1/3.3 MB | 37/109 kB | 45/276 kB Progress (3): 1.1/3.3 MB | 37/109 kB | 45/276 kB Progress (3): 1.1/3.3 MB | 41/109 kB | 45/276 kB Progress (3): 1.1/3.3 MB | 41/109 kB | 45/276 kB Progress (3): 1.1/3.3 MB | 41/109 kB | 49/276 kB Progress (3): 1.1/3.3 MB | 41/109 kB | 49/276 kB Progress (3): 1.1/3.3 MB | 41/109 kB | 53/276 kB Progress (3): 1.1/3.3 MB | 45/109 kB | 53/276 kB Progress (3): 1.1/3.3 MB | 45/109 kB | 57/276 kB Progress (3): 1.1/3.3 MB | 45/109 kB | 57/276 kB Progress (3): 1.1/3.3 MB | 45/109 kB | 61/276 kB Progress (3): 1.1/3.3 MB | 49/109 kB | 61/276 kB Progress (3): 1.1/3.3 MB | 49/109 kB | 65/276 kB Progress (3): 1.1/3.3 MB | 49/109 kB | 65/276 kB Progress (3): 1.1/3.3 MB | 49/109 kB | 66/276 kB Progress (3): 1.1/3.3 MB | 53/109 kB | 66/276 kB Progress (3): 1.1/3.3 MB | 53/109 kB | 70/276 kB Progress (3): 1.1/3.3 MB | 53/109 kB | 70/276 kB Progress (3): 1.1/3.3 MB | 53/109 kB | 74/276 kB Progress (3): 1.1/3.3 MB | 57/109 kB | 74/276 kB Progress (3): 1.1/3.3 MB | 57/109 kB | 74/276 kB Progress (3): 1.1/3.3 MB | 61/109 kB | 74/276 kB Progress (3): 1.1/3.3 MB | 61/109 kB | 74/276 kB Progress (3): 1.1/3.3 MB | 61/109 kB | 78/276 kB Progress (3): 1.1/3.3 MB | 61/109 kB | 78/276 kB Progress (3): 1.1/3.3 MB | 65/109 kB | 78/276 kB Progress (3): 1.1/3.3 MB | 65/109 kB | 78/276 kB Progress (3): 1.1/3.3 MB | 65/109 kB | 82/276 kB Progress (3): 1.1/3.3 MB | 65/109 kB | 82/276 kB Progress (3): 1.1/3.3 MB | 66/109 kB | 82/276 kB Progress (3): 1.1/3.3 MB | 66/109 kB | 82/276 kB Progress (3): 1.1/3.3 MB | 66/109 kB | 86/276 kB Progress (4): 1.1/3.3 MB | 66/109 kB | 86/276 kB | 4.1/61 kB Progress (4): 1.1/3.3 MB | 66/109 kB | 86/276 kB | 4.1/61 kB Progress (4): 1.1/3.3 MB | 70/109 kB | 86/276 kB | 4.1/61 kB Progress (5): 1.1/3.3 MB | 70/109 kB | 86/276 kB | 4.1/61 kB | 4.1/172 kB Progress (5): 1.1/3.3 MB | 74/109 kB | 86/276 kB | 4.1/61 kB | 4.1/172 kB Progress (5): 1.1/3.3 MB | 74/109 kB | 86/276 kB | 4.1/61 kB | 4.1/172 kB Progress (5): 1.1/3.3 MB | 74/109 kB | 86/276 kB | 7.7/61 kB | 4.1/172 kB Progress (5): 1.1/3.3 MB | 74/109 kB | 90/276 kB | 7.7/61 kB | 4.1/172 kB Progress (5): 1.1/3.3 MB | 74/109 kB | 90/276 kB | 12/61 kB | 4.1/172 kB Progress (5): 1.1/3.3 MB | 74/109 kB | 90/276 kB | 12/61 kB | 4.1/172 kB Progress (5): 1.1/3.3 MB | 78/109 kB | 90/276 kB | 12/61 kB | 4.1/172 kB Progress (5): 1.1/3.3 MB | 78/109 kB | 90/276 kB | 12/61 kB | 7.7/172 kB Progress (5): 1.1/3.3 MB | 82/109 kB | 90/276 kB | 12/61 kB | 7.7/172 kB Progress (5): 1.1/3.3 MB | 82/109 kB | 90/276 kB | 12/61 kB | 7.7/172 kB Progress (5): 1.1/3.3 MB | 82/109 kB | 90/276 kB | 16/61 kB | 7.7/172 kB Progress (5): 1.1/3.3 MB | 82/109 kB | 94/276 kB | 16/61 kB | 7.7/172 kB Progress (5): 1.1/3.3 MB | 82/109 kB | 94/276 kB | 20/61 kB | 7.7/172 kB Progress (5): 1.2/3.3 MB | 82/109 kB | 94/276 kB | 20/61 kB | 7.7/172 kB Progress (5): 1.2/3.3 MB | 86/109 kB | 94/276 kB | 20/61 kB | 7.7/172 kB Progress (5): 1.2/3.3 MB | 86/109 kB | 94/276 kB | 20/61 kB | 12/172 kB Progress (5): 1.2/3.3 MB | 90/109 kB | 94/276 kB | 20/61 kB | 12/172 kB Progress (5): 1.2/3.3 MB | 90/109 kB | 94/276 kB | 20/61 kB | 12/172 kB Progress (5): 1.2/3.3 MB | 90/109 kB | 94/276 kB | 24/61 kB | 12/172 kB Progress (5): 1.2/3.3 MB | 90/109 kB | 98/276 kB | 24/61 kB | 12/172 kB Progress (5): 1.2/3.3 MB | 90/109 kB | 98/276 kB | 28/61 kB | 12/172 kB Progress (5): 1.2/3.3 MB | 90/109 kB | 98/276 kB | 28/61 kB | 12/172 kB Progress (5): 1.2/3.3 MB | 94/109 kB | 98/276 kB | 28/61 kB | 12/172 kB Progress (5): 1.2/3.3 MB | 94/109 kB | 98/276 kB | 28/61 kB | 16/172 kB Progress (5): 1.2/3.3 MB | 98/109 kB | 98/276 kB | 28/61 kB | 16/172 kB Progress (5): 1.2/3.3 MB | 98/109 kB | 98/276 kB | 28/61 kB | 16/172 kB Progress (5): 1.2/3.3 MB | 98/109 kB | 98/276 kB | 32/61 kB | 16/172 kB Progress (5): 1.2/3.3 MB | 98/109 kB | 98/276 kB | 32/61 kB | 16/172 kB Progress (5): 1.2/3.3 MB | 98/109 kB | 98/276 kB | 36/61 kB | 16/172 kB Progress (5): 1.2/3.3 MB | 98/109 kB | 98/276 kB | 36/61 kB | 16/172 kB Progress (5): 1.2/3.3 MB | 98/109 kB | 98/276 kB | 36/61 kB | 16/172 kB Progress (5): 1.2/3.3 MB | 98/109 kB | 98/276 kB | 36/61 kB | 20/172 kB Progress (5): 1.2/3.3 MB | 102/109 kB | 98/276 kB | 36/61 kB | 20/172 kB Progress (5): 1.2/3.3 MB | 102/109 kB | 98/276 kB | 36/61 kB | 20/172 kB Progress (5): 1.2/3.3 MB | 102/109 kB | 98/276 kB | 40/61 kB | 20/172 kB Progress (5): 1.2/3.3 MB | 102/109 kB | 102/276 kB | 40/61 kB | 20/172 kB Progress (5): 1.2/3.3 MB | 102/109 kB | 102/276 kB | 44/61 kB | 20/172 kB Progress (5): 1.2/3.3 MB | 102/109 kB | 102/276 kB | 44/61 kB | 20/172 kB Progress (5): 1.2/3.3 MB | 106/109 kB | 102/276 kB | 44/61 kB | 20/172 kB Progress (5): 1.2/3.3 MB | 106/109 kB | 102/276 kB | 44/61 kB | 24/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 102/276 kB | 44/61 kB | 24/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 102/276 kB | 44/61 kB | 24/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 102/276 kB | 48/61 kB | 24/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 106/276 kB | 48/61 kB | 24/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 106/276 kB | 52/61 kB | 24/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 106/276 kB | 52/61 kB | 24/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 106/276 kB | 52/61 kB | 28/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 106/276 kB | 52/61 kB | 28/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 106/276 kB | 56/61 kB | 28/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 110/276 kB | 56/61 kB | 28/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 110/276 kB | 60/61 kB | 28/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 110/276 kB | 60/61 kB | 28/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 110/276 kB | 60/61 kB | 32/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 110/276 kB | 60/61 kB | 32/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 110/276 kB | 61 kB | 32/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 114/276 kB | 61 kB | 32/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 114/276 kB | 61 kB | 32/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 114/276 kB | 61 kB | 33/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 114/276 kB | 61 kB | 33/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 118/276 kB | 61 kB | 33/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 118/276 kB | 61 kB | 33/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 118/276 kB | 61 kB | 37/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 118/276 kB | 61 kB | 37/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 122/276 kB | 61 kB | 37/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 122/276 kB | 61 kB | 37/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 122/276 kB | 61 kB | 41/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 122/276 kB | 61 kB | 41/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 126/276 kB | 61 kB | 41/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 126/276 kB | 61 kB | 41/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 126/276 kB | 61 kB | 45/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 126/276 kB | 61 kB | 45/172 kB Progress (5): 1.2/3.3 MB | 109 kB | 130/276 kB | 61 kB | 45/172 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 421 kB/s) [2019-07-30T06:28:28.332Z] Progress (4): 1.2/3.3 MB | 130/276 kB | 61 kB | 45/172 kB Progress (4): 1.2/3.3 MB | 130/276 kB | 61 kB | 49/172 kB Progress (4): 1.2/3.3 MB | 130/276 kB | 61 kB | 49/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 [2019-07-30T06:28:28.332Z] Progress (4): 1.2/3.3 MB | 131/276 kB | 61 kB | 49/172 kB Progress (4): 1.2/3.3 MB | 131/276 kB | 61 kB | 49/172 kB Progress (4): 1.2/3.3 MB | 131/276 kB | 61 kB | 53/172 kB Progress (4): 1.2/3.3 MB | 131/276 kB | 61 kB | 53/172 kB Progress (4): 1.2/3.3 MB | 135/276 kB | 61 kB | 53/172 kB Progress (4): 1.2/3.3 MB | 135/276 kB | 61 kB | 53/172 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 233 kB/s) [2019-07-30T06:28:28.332Z] Progress (3): 1.2/3.3 MB | 135/276 kB | 57/172 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 [2019-07-30T06:28:28.332Z] Progress (3): 1.3/3.3 MB | 135/276 kB | 57/172 kB Progress (3): 1.3/3.3 MB | 139/276 kB | 57/172 kB Progress (3): 1.3/3.3 MB | 139/276 kB | 57/172 kB Progress (3): 1.3/3.3 MB | 143/276 kB | 57/172 kB Progress (3): 1.3/3.3 MB | 143/276 kB | 61/172 kB Progress (3): 1.3/3.3 MB | 147/276 kB | 61/172 kB Progress (3): 1.3/3.3 MB | 147/276 kB | 61/172 kB Progress (3): 1.3/3.3 MB | 151/276 kB | 61/172 kB Progress (3): 1.3/3.3 MB | 151/276 kB | 65/172 kB Progress (3): 1.3/3.3 MB | 155/276 kB | 65/172 kB Progress (3): 1.3/3.3 MB | 155/276 kB | 65/172 kB Progress (3): 1.3/3.3 MB | 159/276 kB | 65/172 kB Progress (3): 1.3/3.3 MB | 159/276 kB | 66/172 kB Progress (3): 1.3/3.3 MB | 163/276 kB | 66/172 kB Progress (3): 1.3/3.3 MB | 163/276 kB | 66/172 kB Progress (3): 1.3/3.3 MB | 164/276 kB | 66/172 kB Progress (3): 1.3/3.3 MB | 164/276 kB | 70/172 kB Progress (3): 1.3/3.3 MB | 168/276 kB | 70/172 kB Progress (3): 1.3/3.3 MB | 168/276 kB | 70/172 kB Progress (3): 1.3/3.3 MB | 172/276 kB | 70/172 kB Progress (3): 1.3/3.3 MB | 172/276 kB | 70/172 kB Progress (3): 1.3/3.3 MB | 172/276 kB | 74/172 kB Progress (3): 1.3/3.3 MB | 172/276 kB | 74/172 kB Progress (3): 1.3/3.3 MB | 176/276 kB | 74/172 kB Progress (3): 1.3/3.3 MB | 176/276 kB | 74/172 kB Progress (3): 1.3/3.3 MB | 176/276 kB | 78/172 kB Progress (3): 1.3/3.3 MB | 176/276 kB | 78/172 kB Progress (3): 1.3/3.3 MB | 180/276 kB | 78/172 kB Progress (4): 1.3/3.3 MB | 180/276 kB | 78/172 kB | 4.1/47 kB Progress (4): 1.3/3.3 MB | 180/276 kB | 78/172 kB | 4.1/47 kB Progress (4): 1.3/3.3 MB | 180/276 kB | 82/172 kB | 4.1/47 kB Progress (4): 1.3/3.3 MB | 180/276 kB | 82/172 kB | 4.1/47 kB Progress (4): 1.3/3.3 MB | 180/276 kB | 82/172 kB | 7.7/47 kB Progress (4): 1.3/3.3 MB | 184/276 kB | 82/172 kB | 7.7/47 kB Progress (4): 1.3/3.3 MB | 184/276 kB | 82/172 kB | 12/47 kB Progress (4): 1.3/3.3 MB | 184/276 kB | 82/172 kB | 12/47 kB Progress (4): 1.3/3.3 MB | 184/276 kB | 86/172 kB | 12/47 kB Progress (4): 1.3/3.3 MB | 184/276 kB | 86/172 kB | 12/47 kB Progress (4): 1.3/3.3 MB | 184/276 kB | 86/172 kB | 16/47 kB Progress (4): 1.3/3.3 MB | 188/276 kB | 86/172 kB | 16/47 kB Progress (4): 1.3/3.3 MB | 188/276 kB | 86/172 kB | 20/47 kB Progress (4): 1.3/3.3 MB | 188/276 kB | 86/172 kB | 20/47 kB Progress (4): 1.3/3.3 MB | 188/276 kB | 90/172 kB | 20/47 kB Progress (4): 1.3/3.3 MB | 188/276 kB | 90/172 kB | 20/47 kB Progress (4): 1.3/3.3 MB | 188/276 kB | 90/172 kB | 24/47 kB Progress (4): 1.3/3.3 MB | 192/276 kB | 90/172 kB | 24/47 kB Progress (4): 1.3/3.3 MB | 192/276 kB | 90/172 kB | 28/47 kB Progress (5): 1.3/3.3 MB | 192/276 kB | 90/172 kB | 28/47 kB | 4.1/52 kB Progress (5): 1.3/3.3 MB | 192/276 kB | 90/172 kB | 28/47 kB | 4.1/52 kB Progress (5): 1.3/3.3 MB | 192/276 kB | 94/172 kB | 28/47 kB | 4.1/52 kB Progress (5): 1.3/3.3 MB | 192/276 kB | 94/172 kB | 28/47 kB | 4.1/52 kB Progress (5): 1.3/3.3 MB | 192/276 kB | 94/172 kB | 28/47 kB | 7.7/52 kB Progress (5): 1.3/3.3 MB | 192/276 kB | 94/172 kB | 32/47 kB | 7.7/52 kB Progress (5): 1.3/3.3 MB | 196/276 kB | 94/172 kB | 32/47 kB | 7.7/52 kB Progress (5): 1.3/3.3 MB | 196/276 kB | 94/172 kB | 36/47 kB | 7.7/52 kB Progress (5): 1.3/3.3 MB | 196/276 kB | 94/172 kB | 36/47 kB | 12/52 kB Progress (5): 1.3/3.3 MB | 196/276 kB | 94/172 kB | 36/47 kB | 12/52 kB Progress (5): 1.3/3.3 MB | 196/276 kB | 98/172 kB | 36/47 kB | 12/52 kB Progress (5): 1.3/3.3 MB | 196/276 kB | 98/172 kB | 36/47 kB | 12/52 kB Progress (5): 1.3/3.3 MB | 196/276 kB | 98/172 kB | 36/47 kB | 16/52 kB Progress (5): 1.3/3.3 MB | 196/276 kB | 98/172 kB | 40/47 kB | 16/52 kB Progress (5): 1.3/3.3 MB | 197/276 kB | 98/172 kB | 40/47 kB | 16/52 kB Progress (5): 1.3/3.3 MB | 197/276 kB | 98/172 kB | 44/47 kB | 16/52 kB Progress (5): 1.3/3.3 MB | 197/276 kB | 98/172 kB | 44/47 kB | 20/52 kB Progress (5): 1.3/3.3 MB | 197/276 kB | 98/172 kB | 44/47 kB | 20/52 kB Progress (5): 1.3/3.3 MB | 197/276 kB | 98/172 kB | 44/47 kB | 20/52 kB Progress (5): 1.3/3.3 MB | 197/276 kB | 98/172 kB | 44/47 kB | 20/52 kB Progress (5): 1.3/3.3 MB | 197/276 kB | 98/172 kB | 44/47 kB | 24/52 kB Progress (5): 1.3/3.3 MB | 197/276 kB | 98/172 kB | 47 kB | 24/52 kB Progress (5): 1.3/3.3 MB | 201/276 kB | 98/172 kB | 47 kB | 24/52 kB Progress (5): 1.3/3.3 MB | 201/276 kB | 98/172 kB | 47 kB | 28/52 kB Progress (5): 1.3/3.3 MB | 201/276 kB | 98/172 kB | 47 kB | 28/52 kB Progress (5): 1.3/3.3 MB | 201/276 kB | 102/172 kB | 47 kB | 28/52 kB Progress (5): 1.3/3.3 MB | 201/276 kB | 102/172 kB | 47 kB | 28/52 kB Progress (5): 1.3/3.3 MB | 201/276 kB | 102/172 kB | 47 kB | 32/52 kB Progress (5): 1.3/3.3 MB | 205/276 kB | 102/172 kB | 47 kB | 32/52 kB Progress (5): 1.3/3.3 MB | 205/276 kB | 102/172 kB | 47 kB | 36/52 kB Progress (5): 1.3/3.3 MB | 205/276 kB | 102/172 kB | 47 kB | 36/52 kB Progress (5): 1.3/3.3 MB | 205/276 kB | 106/172 kB | 47 kB | 36/52 kB Progress (5): 1.4/3.3 MB | 205/276 kB | 106/172 kB | 47 kB | 36/52 kB Progress (5): 1.4/3.3 MB | 205/276 kB | 106/172 kB | 47 kB | 40/52 kB Progress (5): 1.4/3.3 MB | 209/276 kB | 106/172 kB | 47 kB | 40/52 kB Progress (5): 1.4/3.3 MB | 209/276 kB | 106/172 kB | 47 kB | 44/52 kB Progress (5): 1.4/3.3 MB | 209/276 kB | 106/172 kB | 47 kB | 44/52 kB Progress (5): 1.4/3.3 MB | 209/276 kB | 110/172 kB | 47 kB | 44/52 kB Progress (5): 1.4/3.3 MB | 209/276 kB | 110/172 kB | 47 kB | 44/52 kB Progress (5): 1.4/3.3 MB | 209/276 kB | 110/172 kB | 47 kB | 48/52 kB Progress (5): 1.4/3.3 MB | 213/276 kB | 110/172 kB | 47 kB | 48/52 kB Progress (5): 1.4/3.3 MB | 213/276 kB | 110/172 kB | 47 kB | 52/52 kB Progress (5): 1.4/3.3 MB | 213/276 kB | 110/172 kB | 47 kB | 52/52 kB Progress (5): 1.4/3.3 MB | 213/276 kB | 114/172 kB | 47 kB | 52/52 kB Progress (5): 1.4/3.3 MB | 213/276 kB | 114/172 kB | 47 kB | 52/52 kB Progress (5): 1.4/3.3 MB | 213/276 kB | 114/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 217/276 kB | 114/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 217/276 kB | 114/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 217/276 kB | 118/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 217/276 kB | 118/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 221/276 kB | 118/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 221/276 kB | 118/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 221/276 kB | 122/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 221/276 kB | 122/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 225/276 kB | 122/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 225/276 kB | 122/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 225/276 kB | 126/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 225/276 kB | 126/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 229/276 kB | 126/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 229/276 kB | 126/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 229/276 kB | 130/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 229/276 kB | 130/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 229/276 kB | 130/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 229/276 kB | 130/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 229/276 kB | 131/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 229/276 kB | 131/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 233/276 kB | 131/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 233/276 kB | 131/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 233/276 kB | 135/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 233/276 kB | 135/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 237/276 kB | 135/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 237/276 kB | 135/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 237/276 kB | 139/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 237/276 kB | 139/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 241/276 kB | 139/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 241/276 kB | 139/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 241/276 kB | 143/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 241/276 kB | 143/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 245/276 kB | 143/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 245/276 kB | 143/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 245/276 kB | 147/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 245/276 kB | 147/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 249/276 kB | 147/172 kB | 47 kB | 52 kB Progress (5): 1.4/3.3 MB | 249/276 kB | 147/172 kB | 47 kB | 52 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 164 kB/s) [2019-07-30T06:28:28.332Z] Progress (4): 1.4/3.3 MB | 249/276 kB | 151/172 kB | 52 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 [2019-07-30T06:28:28.332Z] 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 183 kB/s) [2019-07-30T06:28:28.332Z] 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 [2019-07-30T06:28:28.333Z] Progress (3): 1.4/3.3 MB | 249/276 kB | 151/172 kB Progress (3): 1.4/3.3 MB | 253/276 kB | 151/172 kB Progress (3): 1.5/3.3 MB | 253/276 kB | 151/172 kB Progress (3): 1.5/3.3 MB | 253/276 kB | 155/172 kB Progress (3): 1.5/3.3 MB | 253/276 kB | 155/172 kB Progress (3): 1.5/3.3 MB | 257/276 kB | 155/172 kB Progress (3): 1.5/3.3 MB | 257/276 kB | 155/172 kB Progress (3): 1.5/3.3 MB | 257/276 kB | 159/172 kB Progress (3): 1.5/3.3 MB | 257/276 kB | 159/172 kB Progress (3): 1.5/3.3 MB | 261/276 kB | 159/172 kB Progress (3): 1.5/3.3 MB | 261/276 kB | 159/172 kB Progress (3): 1.5/3.3 MB | 261/276 kB | 163/172 kB Progress (3): 1.5/3.3 MB | 261/276 kB | 163/172 kB Progress (3): 1.5/3.3 MB | 265/276 kB | 163/172 kB Progress (3): 1.5/3.3 MB | 265/276 kB | 163/172 kB Progress (3): 1.5/3.3 MB | 265/276 kB | 167/172 kB Progress (3): 1.5/3.3 MB | 265/276 kB | 167/172 kB Progress (3): 1.5/3.3 MB | 269/276 kB | 167/172 kB Progress (3): 1.5/3.3 MB | 269/276 kB | 167/172 kB Progress (3): 1.5/3.3 MB | 269/276 kB | 171/172 kB Progress (3): 1.5/3.3 MB | 269/276 kB | 171/172 kB Progress (3): 1.5/3.3 MB | 273/276 kB | 171/172 kB Progress (3): 1.5/3.3 MB | 273/276 kB | 171/172 kB Progress (3): 1.5/3.3 MB | 273/276 kB | 172 kB Progress (3): 1.5/3.3 MB | 273/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 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 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.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.6/3.3 MB | 276 kB | 172 kB Progress (3): 1.7/3.3 MB | 276 kB | 172 kB Progress (3): 1.7/3.3 MB | 276 kB | 172 kB Progress (3): 1.7/3.3 MB | 276 kB | 172 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 4.1/125 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 4.1/125 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 7.7/125 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 7.7/125 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 12/125 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 12/125 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 16/125 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 16/125 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 20/125 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 20/125 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 24/125 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 24/125 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 28/125 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 28/125 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 32/125 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 32/125 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 33/125 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 33/125 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 37/125 kB Progress (4): 1.7/3.3 MB | 276 kB | 172 kB | 37/125 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 572 kB/s) [2019-07-30T06:28:28.333Z] Progress (3): 1.7/3.3 MB | 276 kB | 41/125 kB 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 [2019-07-30T06:28:28.333Z] 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 915 kB/s) [2019-07-30T06:28:28.333Z] 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 [2019-07-30T06:28:28.333Z] Progress (2): 1.7/3.3 MB | 41/125 kB Progress (3): 1.7/3.3 MB | 41/125 kB | 4.1/254 kB Progress (3): 1.7/3.3 MB | 45/125 kB | 4.1/254 kB Progress (3): 1.7/3.3 MB | 45/125 kB | 7.7/254 kB Progress (3): 1.7/3.3 MB | 45/125 kB | 7.7/254 kB Progress (3): 1.7/3.3 MB | 45/125 kB | 12/254 kB Progress (3): 1.7/3.3 MB | 49/125 kB | 12/254 kB Progress (3): 1.7/3.3 MB | 49/125 kB | 16/254 kB Progress (3): 1.7/3.3 MB | 49/125 kB | 16/254 kB Progress (3): 1.7/3.3 MB | 53/125 kB | 16/254 kB Progress (3): 1.7/3.3 MB | 53/125 kB | 20/254 kB Progress (3): 1.7/3.3 MB | 57/125 kB | 20/254 kB Progress (3): 1.7/3.3 MB | 57/125 kB | 20/254 kB Progress (3): 1.7/3.3 MB | 61/125 kB | 20/254 kB Progress (3): 1.7/3.3 MB | 61/125 kB | 24/254 kB Progress (3): 1.7/3.3 MB | 65/125 kB | 24/254 kB Progress (3): 1.7/3.3 MB | 65/125 kB | 28/254 kB Progress (3): 1.7/3.3 MB | 65/125 kB | 28/254 kB Progress (3): 1.7/3.3 MB | 65/125 kB | 32/254 kB Progress (3): 1.7/3.3 MB | 66/125 kB | 32/254 kB Progress (3): 1.7/3.3 MB | 66/125 kB | 36/254 kB Progress (3): 1.7/3.3 MB | 70/125 kB | 36/254 kB Progress (3): 1.7/3.3 MB | 70/125 kB | 36/254 kB Progress (3): 1.7/3.3 MB | 74/125 kB | 36/254 kB Progress (3): 1.7/3.3 MB | 74/125 kB | 40/254 kB Progress (3): 1.7/3.3 MB | 78/125 kB | 40/254 kB Progress (3): 1.7/3.3 MB | 78/125 kB | 40/254 kB Progress (3): 1.7/3.3 MB | 82/125 kB | 40/254 kB Progress (3): 1.7/3.3 MB | 82/125 kB | 40/254 kB Progress (3): 1.7/3.3 MB | 82/125 kB | 44/254 kB Progress (3): 1.7/3.3 MB | 82/125 kB | 44/254 kB Progress (3): 1.7/3.3 MB | 86/125 kB | 44/254 kB Progress (3): 1.7/3.3 MB | 86/125 kB | 44/254 kB Progress (3): 1.7/3.3 MB | 86/125 kB | 48/254 kB Progress (3): 1.7/3.3 MB | 86/125 kB | 48/254 kB Progress (3): 1.7/3.3 MB | 90/125 kB | 48/254 kB Progress (3): 1.7/3.3 MB | 90/125 kB | 48/254 kB Progress (3): 1.7/3.3 MB | 90/125 kB | 52/254 kB Progress (3): 1.8/3.3 MB | 90/125 kB | 52/254 kB Progress (3): 1.8/3.3 MB | 94/125 kB | 52/254 kB Progress (3): 1.8/3.3 MB | 94/125 kB | 52/254 kB Progress (3): 1.8/3.3 MB | 94/125 kB | 56/254 kB Progress (3): 1.8/3.3 MB | 94/125 kB | 56/254 kB Progress (3): 1.8/3.3 MB | 98/125 kB | 56/254 kB Progress (3): 1.8/3.3 MB | 98/125 kB | 56/254 kB Progress (3): 1.8/3.3 MB | 98/125 kB | 60/254 kB Progress (3): 1.8/3.3 MB | 98/125 kB | 60/254 kB Progress (3): 1.8/3.3 MB | 102/125 kB | 60/254 kB Progress (3): 1.8/3.3 MB | 102/125 kB | 60/254 kB Progress (3): 1.8/3.3 MB | 102/125 kB | 64/254 kB Progress (3): 1.8/3.3 MB | 102/125 kB | 64/254 kB Progress (4): 1.8/3.3 MB | 102/125 kB | 64/254 kB | 4.1/65 kB Progress (4): 1.8/3.3 MB | 106/125 kB | 64/254 kB | 4.1/65 kB Progress (4): 1.8/3.3 MB | 106/125 kB | 64/254 kB | 7.7/65 kB Progress (4): 1.8/3.3 MB | 106/125 kB | 64/254 kB | 7.7/65 kB Progress (4): 1.8/3.3 MB | 106/125 kB | 68/254 kB | 7.7/65 kB Progress (4): 1.8/3.3 MB | 106/125 kB | 68/254 kB | 7.7/65 kB Progress (4): 1.8/3.3 MB | 106/125 kB | 68/254 kB | 12/65 kB Progress (4): 1.8/3.3 MB | 110/125 kB | 68/254 kB | 12/65 kB Progress (4): 1.8/3.3 MB | 110/125 kB | 68/254 kB | 16/65 kB Progress (4): 1.8/3.3 MB | 110/125 kB | 68/254 kB | 16/65 kB Progress (4): 1.8/3.3 MB | 110/125 kB | 72/254 kB | 16/65 kB Progress (4): 1.8/3.3 MB | 110/125 kB | 72/254 kB | 16/65 kB Progress (4): 1.8/3.3 MB | 110/125 kB | 72/254 kB | 20/65 kB Progress (4): 1.8/3.3 MB | 114/125 kB | 72/254 kB | 20/65 kB Progress (4): 1.8/3.3 MB | 114/125 kB | 72/254 kB | 24/65 kB Progress (4): 1.8/3.3 MB | 114/125 kB | 72/254 kB | 24/65 kB Progress (4): 1.8/3.3 MB | 114/125 kB | 76/254 kB | 24/65 kB Progress (4): 1.8/3.3 MB | 114/125 kB | 76/254 kB | 24/65 kB Progress (4): 1.8/3.3 MB | 114/125 kB | 76/254 kB | 28/65 kB Progress (4): 1.8/3.3 MB | 118/125 kB | 76/254 kB | 28/65 kB Progress (4): 1.8/3.3 MB | 118/125 kB | 76/254 kB | 32/65 kB Progress (4): 1.8/3.3 MB | 118/125 kB | 76/254 kB | 32/65 kB Progress (4): 1.8/3.3 MB | 118/125 kB | 80/254 kB | 32/65 kB Progress (4): 1.8/3.3 MB | 118/125 kB | 80/254 kB | 32/65 kB Progress (4): 1.8/3.3 MB | 118/125 kB | 80/254 kB | 36/65 kB Progress (4): 1.8/3.3 MB | 122/125 kB | 80/254 kB | 36/65 kB Progress (4): 1.8/3.3 MB | 122/125 kB | 80/254 kB | 40/65 kB Progress (4): 1.8/3.3 MB | 122/125 kB | 80/254 kB | 40/65 kB Progress (4): 1.8/3.3 MB | 122/125 kB | 84/254 kB | 40/65 kB Progress (4): 1.8/3.3 MB | 122/125 kB | 84/254 kB | 40/65 kB Progress (4): 1.8/3.3 MB | 122/125 kB | 84/254 kB | 44/65 kB Progress (4): 1.8/3.3 MB | 125 kB | 84/254 kB | 44/65 kB Progress (4): 1.8/3.3 MB | 125 kB | 84/254 kB | 48/65 kB Progress (4): 1.8/3.3 MB | 125 kB | 84/254 kB | 48/65 kB Progress (4): 1.8/3.3 MB | 125 kB | 88/254 kB | 48/65 kB Progress (4): 1.8/3.3 MB | 125 kB | 88/254 kB | 48/65 kB Progress (4): 1.8/3.3 MB | 125 kB | 88/254 kB | 52/65 kB Progress (4): 1.8/3.3 MB | 125 kB | 88/254 kB | 52/65 kB Progress (4): 1.8/3.3 MB | 125 kB | 92/254 kB | 52/65 kB Progress (4): 1.8/3.3 MB | 125 kB | 92/254 kB | 52/65 kB Progress (4): 1.8/3.3 MB | 125 kB | 92/254 kB | 56/65 kB Progress (4): 1.8/3.3 MB | 125 kB | 92/254 kB | 56/65 kB Progress (4): 1.8/3.3 MB | 125 kB | 96/254 kB | 56/65 kB Progress (4): 1.8/3.3 MB | 125 kB | 96/254 kB | 56/65 kB Progress (4): 1.8/3.3 MB | 125 kB | 96/254 kB | 60/65 kB Progress (4): 1.8/3.3 MB | 125 kB | 96/254 kB | 60/65 kB Progress (4): 1.8/3.3 MB | 125 kB | 100/254 kB | 60/65 kB Progress (4): 1.8/3.3 MB | 125 kB | 100/254 kB | 60/65 kB Progress (4): 1.8/3.3 MB | 125 kB | 100/254 kB | 64/65 kB Progress (4): 1.9/3.3 MB | 125 kB | 100/254 kB | 64/65 kB Progress (5): 1.9/3.3 MB | 125 kB | 100/254 kB | 64/65 kB | 4.1/866 kB Progress (5): 1.9/3.3 MB | 125 kB | 104/254 kB | 64/65 kB | 4.1/866 kB Progress (5): 1.9/3.3 MB | 125 kB | 104/254 kB | 64/65 kB | 7.7/866 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 374 kB/s) [2019-07-30T06:28:28.333Z] Progress (4): 1.9/3.3 MB | 104/254 kB | 64/65 kB | 7.7/866 kB Progress (4): 1.9/3.3 MB | 104/254 kB | 65 kB | 7.7/866 kB Progress (4): 1.9/3.3 MB | 104/254 kB | 65 kB | 7.7/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 [2019-07-30T06:28:28.333Z] Progress (4): 1.9/3.3 MB | 104/254 kB | 65 kB | 12/866 kB Progress (4): 1.9/3.3 MB | 108/254 kB | 65 kB | 12/866 kB Progress (4): 1.9/3.3 MB | 108/254 kB | 65 kB | 16/866 kB Progress (4): 1.9/3.3 MB | 108/254 kB | 65 kB | 16/866 kB Progress (4): 1.9/3.3 MB | 108/254 kB | 65 kB | 20/866 kB Progress (4): 1.9/3.3 MB | 112/254 kB | 65 kB | 20/866 kB Progress (4): 1.9/3.3 MB | 112/254 kB | 65 kB | 24/866 kB Progress (4): 1.9/3.3 MB | 112/254 kB | 65 kB | 24/866 kB Progress (4): 1.9/3.3 MB | 112/254 kB | 65 kB | 28/866 kB Progress (4): 1.9/3.3 MB | 116/254 kB | 65 kB | 28/866 kB Progress (4): 1.9/3.3 MB | 116/254 kB | 65 kB | 32/866 kB Progress (4): 1.9/3.3 MB | 116/254 kB | 65 kB | 32/866 kB Progress (4): 1.9/3.3 MB | 116/254 kB | 65 kB | 33/866 kB Progress (4): 1.9/3.3 MB | 120/254 kB | 65 kB | 33/866 kB Progress (4): 1.9/3.3 MB | 120/254 kB | 65 kB | 37/866 kB Progress (4): 1.9/3.3 MB | 120/254 kB | 65 kB | 37/866 kB Progress (4): 1.9/3.3 MB | 120/254 kB | 65 kB | 41/866 kB Progress (4): 1.9/3.3 MB | 124/254 kB | 65 kB | 41/866 kB Progress (4): 1.9/3.3 MB | 124/254 kB | 65 kB | 45/866 kB Progress (4): 1.9/3.3 MB | 124/254 kB | 65 kB | 45/866 kB Progress (4): 1.9/3.3 MB | 124/254 kB | 65 kB | 49/866 kB Progress (4): 1.9/3.3 MB | 128/254 kB | 65 kB | 49/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 192 kB/s) [2019-07-30T06:28:28.333Z] Progress (3): 1.9/3.3 MB | 128/254 kB | 53/866 kB Progress (3): 1.9/3.3 MB | 128/254 kB | 53/866 kB Progress (3): 1.9/3.3 MB | 128/254 kB | 57/866 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 [2019-07-30T06:28:28.592Z] Progress (3): 1.9/3.3 MB | 132/254 kB | 57/866 kB Progress (3): 1.9/3.3 MB | 132/254 kB | 61/866 kB Progress (3): 1.9/3.3 MB | 132/254 kB | 61/866 kB Progress (3): 1.9/3.3 MB | 132/254 kB | 65/866 kB Progress (3): 1.9/3.3 MB | 136/254 kB | 65/866 kB Progress (3): 1.9/3.3 MB | 136/254 kB | 66/866 kB Progress (3): 1.9/3.3 MB | 136/254 kB | 66/866 kB Progress (3): 1.9/3.3 MB | 136/254 kB | 70/866 kB Progress (3): 1.9/3.3 MB | 140/254 kB | 70/866 kB Progress (3): 1.9/3.3 MB | 140/254 kB | 74/866 kB Progress (3): 1.9/3.3 MB | 140/254 kB | 74/866 kB Progress (3): 1.9/3.3 MB | 140/254 kB | 78/866 kB Progress (3): 1.9/3.3 MB | 144/254 kB | 78/866 kB Progress (3): 1.9/3.3 MB | 144/254 kB | 82/866 kB Progress (3): 1.9/3.3 MB | 144/254 kB | 82/866 kB Progress (3): 1.9/3.3 MB | 144/254 kB | 86/866 kB Progress (3): 1.9/3.3 MB | 148/254 kB | 86/866 kB Progress (3): 1.9/3.3 MB | 148/254 kB | 90/866 kB Progress (3): 1.9/3.3 MB | 148/254 kB | 90/866 kB Progress (3): 1.9/3.3 MB | 148/254 kB | 94/866 kB Progress (3): 1.9/3.3 MB | 148/254 kB | 94/866 kB Progress (3): 1.9/3.3 MB | 152/254 kB | 94/866 kB Progress (4): 1.9/3.3 MB | 152/254 kB | 94/866 kB | 4.1/33 kB Progress (4): 1.9/3.3 MB | 152/254 kB | 94/866 kB | 4.1/33 kB Progress (4): 1.9/3.3 MB | 152/254 kB | 98/866 kB | 4.1/33 kB Progress (4): 1.9/3.3 MB | 152/254 kB | 98/866 kB | 4.1/33 kB Progress (4): 1.9/3.3 MB | 152/254 kB | 98/866 kB | 7.7/33 kB Progress (4): 1.9/3.3 MB | 156/254 kB | 98/866 kB | 7.7/33 kB Progress (4): 1.9/3.3 MB | 156/254 kB | 98/866 kB | 12/33 kB Progress (4): 1.9/3.3 MB | 156/254 kB | 98/866 kB | 12/33 kB Progress (4): 1.9/3.3 MB | 156/254 kB | 98/866 kB | 12/33 kB Progress (4): 1.9/3.3 MB | 156/254 kB | 98/866 kB | 12/33 kB Progress (4): 1.9/3.3 MB | 156/254 kB | 98/866 kB | 16/33 kB Progress (4): 1.9/3.3 MB | 160/254 kB | 98/866 kB | 16/33 kB Progress (4): 1.9/3.3 MB | 160/254 kB | 98/866 kB | 20/33 kB Progress (4): 1.9/3.3 MB | 160/254 kB | 98/866 kB | 20/33 kB Progress (4): 1.9/3.3 MB | 160/254 kB | 102/866 kB | 20/33 kB Progress (4): 1.9/3.3 MB | 160/254 kB | 102/866 kB | 20/33 kB Progress (4): 1.9/3.3 MB | 160/254 kB | 102/866 kB | 24/33 kB Progress (4): 1.9/3.3 MB | 164/254 kB | 102/866 kB | 24/33 kB Progress (4): 1.9/3.3 MB | 164/254 kB | 102/866 kB | 28/33 kB Progress (5): 1.9/3.3 MB | 164/254 kB | 102/866 kB | 28/33 kB | 4.1/193 kB Progress (5): 1.9/3.3 MB | 164/254 kB | 102/866 kB | 28/33 kB | 4.1/193 kB Progress (5): 1.9/3.3 MB | 164/254 kB | 106/866 kB | 28/33 kB | 4.1/193 kB Progress (5): 1.9/3.3 MB | 164/254 kB | 106/866 kB | 28/33 kB | 4.1/193 kB Progress (5): 1.9/3.3 MB | 164/254 kB | 106/866 kB | 28/33 kB | 7.7/193 kB Progress (5): 1.9/3.3 MB | 164/254 kB | 106/866 kB | 32/33 kB | 7.7/193 kB Progress (5): 1.9/3.3 MB | 168/254 kB | 106/866 kB | 32/33 kB | 7.7/193 kB Progress (5): 1.9/3.3 MB | 168/254 kB | 106/866 kB | 33 kB | 7.7/193 kB Progress (5): 1.9/3.3 MB | 168/254 kB | 106/866 kB | 33 kB | 12/193 kB Progress (5): 1.9/3.3 MB | 168/254 kB | 106/866 kB | 33 kB | 12/193 kB Progress (5): 1.9/3.3 MB | 168/254 kB | 110/866 kB | 33 kB | 12/193 kB Progress (5): 1.9/3.3 MB | 168/254 kB | 110/866 kB | 33 kB | 12/193 kB Progress (5): 1.9/3.3 MB | 168/254 kB | 110/866 kB | 33 kB | 16/193 kB Progress (5): 1.9/3.3 MB | 172/254 kB | 110/866 kB | 33 kB | 16/193 kB Progress (5): 1.9/3.3 MB | 172/254 kB | 110/866 kB | 33 kB | 20/193 kB Progress (5): 2.0/3.3 MB | 172/254 kB | 110/866 kB | 33 kB | 20/193 kB Progress (5): 2.0/3.3 MB | 172/254 kB | 114/866 kB | 33 kB | 20/193 kB Progress (5): 2.0/3.3 MB | 172/254 kB | 114/866 kB | 33 kB | 20/193 kB Progress (5): 2.0/3.3 MB | 172/254 kB | 114/866 kB | 33 kB | 24/193 kB Progress (5): 2.0/3.3 MB | 176/254 kB | 114/866 kB | 33 kB | 24/193 kB Progress (5): 2.0/3.3 MB | 176/254 kB | 114/866 kB | 33 kB | 28/193 kB Progress (5): 2.0/3.3 MB | 176/254 kB | 114/866 kB | 33 kB | 28/193 kB Progress (5): 2.0/3.3 MB | 176/254 kB | 118/866 kB | 33 kB | 28/193 kB Progress (5): 2.0/3.3 MB | 176/254 kB | 118/866 kB | 33 kB | 28/193 kB Progress (5): 2.0/3.3 MB | 176/254 kB | 118/866 kB | 33 kB | 32/193 kB Progress (5): 2.0/3.3 MB | 180/254 kB | 118/866 kB | 33 kB | 32/193 kB Progress (5): 2.0/3.3 MB | 180/254 kB | 118/866 kB | 33 kB | 33/193 kB Progress (5): 2.0/3.3 MB | 180/254 kB | 118/866 kB | 33 kB | 33/193 kB Progress (5): 2.0/3.3 MB | 180/254 kB | 122/866 kB | 33 kB | 33/193 kB Progress (5): 2.0/3.3 MB | 180/254 kB | 122/866 kB | 33 kB | 33/193 kB Progress (5): 2.0/3.3 MB | 180/254 kB | 122/866 kB | 33 kB | 37/193 kB Progress (5): 2.0/3.3 MB | 184/254 kB | 122/866 kB | 33 kB | 37/193 kB Progress (5): 2.0/3.3 MB | 184/254 kB | 122/866 kB | 33 kB | 41/193 kB Progress (5): 2.0/3.3 MB | 184/254 kB | 122/866 kB | 33 kB | 41/193 kB Progress (5): 2.0/3.3 MB | 184/254 kB | 126/866 kB | 33 kB | 41/193 kB Progress (5): 2.0/3.3 MB | 184/254 kB | 126/866 kB | 33 kB | 41/193 kB Progress (5): 2.0/3.3 MB | 184/254 kB | 126/866 kB | 33 kB | 45/193 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 94 kB/s) [2019-07-30T06:28:28.592Z] Progress (4): 2.0/3.3 MB | 188/254 kB | 126/866 kB | 45/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 [2019-07-30T06:28:28.592Z] Progress (4): 2.0/3.3 MB | 188/254 kB | 126/866 kB | 49/193 kB Progress (4): 2.0/3.3 MB | 188/254 kB | 126/866 kB | 49/193 kB Progress (4): 2.0/3.3 MB | 188/254 kB | 130/866 kB | 49/193 kB Progress (4): 2.0/3.3 MB | 188/254 kB | 130/866 kB | 49/193 kB Progress (4): 2.0/3.3 MB | 188/254 kB | 130/866 kB | 53/193 kB Progress (4): 2.0/3.3 MB | 192/254 kB | 130/866 kB | 53/193 kB Progress (4): 2.0/3.3 MB | 192/254 kB | 130/866 kB | 57/193 kB Progress (4): 2.0/3.3 MB | 192/254 kB | 130/866 kB | 57/193 kB Progress (4): 2.0/3.3 MB | 192/254 kB | 131/866 kB | 57/193 kB Progress (4): 2.0/3.3 MB | 192/254 kB | 131/866 kB | 57/193 kB Progress (4): 2.0/3.3 MB | 192/254 kB | 131/866 kB | 61/193 kB Progress (4): 2.0/3.3 MB | 196/254 kB | 131/866 kB | 61/193 kB Progress (4): 2.0/3.3 MB | 196/254 kB | 131/866 kB | 65/193 kB Progress (4): 2.0/3.3 MB | 196/254 kB | 131/866 kB | 65/193 kB Progress (4): 2.0/3.3 MB | 196/254 kB | 135/866 kB | 65/193 kB Progress (4): 2.0/3.3 MB | 196/254 kB | 135/866 kB | 65/193 kB Progress (4): 2.0/3.3 MB | 196/254 kB | 135/866 kB | 66/193 kB Progress (4): 2.0/3.3 MB | 200/254 kB | 135/866 kB | 66/193 kB Progress (4): 2.0/3.3 MB | 200/254 kB | 135/866 kB | 70/193 kB Progress (4): 2.0/3.3 MB | 200/254 kB | 135/866 kB | 70/193 kB Progress (4): 2.0/3.3 MB | 200/254 kB | 139/866 kB | 70/193 kB Progress (4): 2.0/3.3 MB | 200/254 kB | 139/866 kB | 70/193 kB Progress (4): 2.0/3.3 MB | 200/254 kB | 139/866 kB | 74/193 kB Progress (4): 2.0/3.3 MB | 204/254 kB | 139/866 kB | 74/193 kB Progress (4): 2.0/3.3 MB | 204/254 kB | 139/866 kB | 78/193 kB Progress (4): 2.0/3.3 MB | 204/254 kB | 139/866 kB | 78/193 kB Progress (4): 2.0/3.3 MB | 204/254 kB | 143/866 kB | 78/193 kB Progress (4): 2.0/3.3 MB | 204/254 kB | 143/866 kB | 78/193 kB Progress (4): 2.0/3.3 MB | 204/254 kB | 143/866 kB | 82/193 kB Progress (4): 2.0/3.3 MB | 208/254 kB | 143/866 kB | 82/193 kB Progress (4): 2.0/3.3 MB | 208/254 kB | 143/866 kB | 86/193 kB Progress (4): 2.0/3.3 MB | 208/254 kB | 143/866 kB | 86/193 kB Progress (5): 2.0/3.3 MB | 208/254 kB | 143/866 kB | 86/193 kB | 4.1/569 kB Progress (5): 2.0/3.3 MB | 208/254 kB | 147/866 kB | 86/193 kB | 4.1/569 kB Progress (5): 2.0/3.3 MB | 208/254 kB | 147/866 kB | 86/193 kB | 7.7/569 kB Progress (5): 2.0/3.3 MB | 208/254 kB | 147/866 kB | 86/193 kB | 7.7/569 kB Progress (5): 2.0/3.3 MB | 208/254 kB | 147/866 kB | 90/193 kB | 7.7/569 kB Progress (5): 2.0/3.3 MB | 212/254 kB | 147/866 kB | 90/193 kB | 7.7/569 kB Progress (5): 2.0/3.3 MB | 212/254 kB | 147/866 kB | 94/193 kB | 7.7/569 kB Progress (5): 2.0/3.3 MB | 212/254 kB | 147/866 kB | 94/193 kB | 7.7/569 kB Progress (5): 2.0/3.3 MB | 212/254 kB | 147/866 kB | 94/193 kB | 12/569 kB Progress (5): 2.0/3.3 MB | 212/254 kB | 151/866 kB | 94/193 kB | 12/569 kB Progress (5): 2.0/3.3 MB | 212/254 kB | 151/866 kB | 94/193 kB | 16/569 kB Progress (5): 2.0/3.3 MB | 212/254 kB | 151/866 kB | 94/193 kB | 16/569 kB Progress (5): 2.0/3.3 MB | 212/254 kB | 151/866 kB | 98/193 kB | 16/569 kB Progress (5): 2.0/3.3 MB | 216/254 kB | 151/866 kB | 98/193 kB | 16/569 kB Progress (5): 2.0/3.3 MB | 216/254 kB | 151/866 kB | 98/193 kB | 16/569 kB Progress (5): 2.0/3.3 MB | 216/254 kB | 151/866 kB | 98/193 kB | 16/569 kB Progress (5): 2.0/3.3 MB | 216/254 kB | 151/866 kB | 98/193 kB | 20/569 kB Progress (5): 2.0/3.3 MB | 216/254 kB | 155/866 kB | 98/193 kB | 20/569 kB Progress (5): 2.0/3.3 MB | 216/254 kB | 155/866 kB | 98/193 kB | 24/569 kB Progress (5): 2.0/3.3 MB | 216/254 kB | 155/866 kB | 98/193 kB | 24/569 kB Progress (5): 2.0/3.3 MB | 216/254 kB | 155/866 kB | 102/193 kB | 24/569 kB Progress (5): 2.0/3.3 MB | 220/254 kB | 155/866 kB | 102/193 kB | 24/569 kB Progress (5): 2.0/3.3 MB | 220/254 kB | 155/866 kB | 106/193 kB | 24/569 kB Progress (5): 2.0/3.3 MB | 220/254 kB | 155/866 kB | 106/193 kB | 24/569 kB Progress (5): 2.0/3.3 MB | 220/254 kB | 155/866 kB | 106/193 kB | 28/569 kB Progress (5): 2.0/3.3 MB | 220/254 kB | 159/866 kB | 106/193 kB | 28/569 kB Progress (5): 2.0/3.3 MB | 220/254 kB | 159/866 kB | 106/193 kB | 32/569 kB Progress (5): 2.1/3.3 MB | 220/254 kB | 159/866 kB | 106/193 kB | 32/569 kB Progress (5): 2.1/3.3 MB | 220/254 kB | 159/866 kB | 110/193 kB | 32/569 kB Progress (5): 2.1/3.3 MB | 224/254 kB | 159/866 kB | 110/193 kB | 32/569 kB Progress (5): 2.1/3.3 MB | 224/254 kB | 159/866 kB | 114/193 kB | 32/569 kB Progress (5): 2.1/3.3 MB | 224/254 kB | 159/866 kB | 114/193 kB | 32/569 kB Progress (5): 2.1/3.3 MB | 224/254 kB | 159/866 kB | 114/193 kB | 36/569 kB Progress (5): 2.1/3.3 MB | 224/254 kB | 163/866 kB | 114/193 kB | 36/569 kB Progress (5): 2.1/3.3 MB | 224/254 kB | 163/866 kB | 114/193 kB | 40/569 kB Progress (5): 2.1/3.3 MB | 224/254 kB | 163/866 kB | 114/193 kB | 40/569 kB Progress (5): 2.1/3.3 MB | 224/254 kB | 163/866 kB | 118/193 kB | 40/569 kB Progress (5): 2.1/3.3 MB | 228/254 kB | 163/866 kB | 118/193 kB | 40/569 kB Progress (5): 2.1/3.3 MB | 228/254 kB | 163/866 kB | 122/193 kB | 40/569 kB Progress (5): 2.1/3.3 MB | 228/254 kB | 163/866 kB | 122/193 kB | 40/569 kB Progress (5): 2.1/3.3 MB | 228/254 kB | 163/866 kB | 122/193 kB | 44/569 kB Progress (5): 2.1/3.3 MB | 228/254 kB | 164/866 kB | 122/193 kB | 44/569 kB Progress (5): 2.1/3.3 MB | 228/254 kB | 164/866 kB | 122/193 kB | 48/569 kB Progress (5): 2.1/3.3 MB | 228/254 kB | 164/866 kB | 122/193 kB | 48/569 kB Progress (5): 2.1/3.3 MB | 228/254 kB | 164/866 kB | 126/193 kB | 48/569 kB Progress (5): 2.1/3.3 MB | 232/254 kB | 164/866 kB | 126/193 kB | 48/569 kB Progress (5): 2.1/3.3 MB | 232/254 kB | 164/866 kB | 130/193 kB | 48/569 kB Progress (5): 2.1/3.3 MB | 232/254 kB | 164/866 kB | 130/193 kB | 48/569 kB Progress (5): 2.1/3.3 MB | 232/254 kB | 164/866 kB | 130/193 kB | 52/569 kB Progress (5): 2.1/3.3 MB | 232/254 kB | 168/866 kB | 130/193 kB | 52/569 kB Progress (5): 2.1/3.3 MB | 232/254 kB | 168/866 kB | 130/193 kB | 56/569 kB Progress (5): 2.1/3.3 MB | 232/254 kB | 168/866 kB | 130/193 kB | 56/569 kB Progress (5): 2.1/3.3 MB | 232/254 kB | 168/866 kB | 131/193 kB | 56/569 kB Progress (5): 2.1/3.3 MB | 236/254 kB | 168/866 kB | 131/193 kB | 56/569 kB Progress (5): 2.1/3.3 MB | 236/254 kB | 168/866 kB | 135/193 kB | 56/569 kB Progress (5): 2.1/3.3 MB | 236/254 kB | 168/866 kB | 135/193 kB | 56/569 kB Progress (5): 2.1/3.3 MB | 236/254 kB | 168/866 kB | 135/193 kB | 60/569 kB Progress (5): 2.1/3.3 MB | 236/254 kB | 172/866 kB | 135/193 kB | 60/569 kB Progress (5): 2.1/3.3 MB | 236/254 kB | 172/866 kB | 135/193 kB | 64/569 kB Progress (5): 2.1/3.3 MB | 236/254 kB | 172/866 kB | 135/193 kB | 64/569 kB Progress (5): 2.1/3.3 MB | 236/254 kB | 172/866 kB | 139/193 kB | 64/569 kB Progress (5): 2.1/3.3 MB | 240/254 kB | 172/866 kB | 139/193 kB | 64/569 kB Progress (5): 2.1/3.3 MB | 240/254 kB | 172/866 kB | 143/193 kB | 64/569 kB Progress (5): 2.1/3.3 MB | 240/254 kB | 172/866 kB | 143/193 kB | 64/569 kB Progress (5): 2.1/3.3 MB | 240/254 kB | 172/866 kB | 143/193 kB | 68/569 kB Progress (5): 2.1/3.3 MB | 240/254 kB | 176/866 kB | 143/193 kB | 68/569 kB Progress (5): 2.1/3.3 MB | 240/254 kB | 176/866 kB | 143/193 kB | 72/569 kB Progress (5): 2.1/3.3 MB | 240/254 kB | 176/866 kB | 143/193 kB | 72/569 kB Progress (5): 2.1/3.3 MB | 240/254 kB | 176/866 kB | 147/193 kB | 72/569 kB Progress (5): 2.1/3.3 MB | 244/254 kB | 176/866 kB | 147/193 kB | 72/569 kB Progress (5): 2.1/3.3 MB | 244/254 kB | 176/866 kB | 151/193 kB | 72/569 kB Progress (5): 2.1/3.3 MB | 244/254 kB | 176/866 kB | 151/193 kB | 72/569 kB Progress (5): 2.1/3.3 MB | 244/254 kB | 176/866 kB | 151/193 kB | 76/569 kB Progress (5): 2.1/3.3 MB | 244/254 kB | 180/866 kB | 151/193 kB | 76/569 kB Progress (5): 2.1/3.3 MB | 244/254 kB | 180/866 kB | 151/193 kB | 80/569 kB Progress (5): 2.1/3.3 MB | 244/254 kB | 180/866 kB | 151/193 kB | 80/569 kB Progress (5): 2.1/3.3 MB | 244/254 kB | 180/866 kB | 155/193 kB | 80/569 kB Progress (5): 2.1/3.3 MB | 248/254 kB | 180/866 kB | 155/193 kB | 80/569 kB Progress (5): 2.1/3.3 MB | 248/254 kB | 180/866 kB | 159/193 kB | 80/569 kB Progress (5): 2.1/3.3 MB | 248/254 kB | 180/866 kB | 159/193 kB | 80/569 kB Progress (5): 2.1/3.3 MB | 248/254 kB | 180/866 kB | 159/193 kB | 84/569 kB Progress (5): 2.1/3.3 MB | 248/254 kB | 184/866 kB | 159/193 kB | 84/569 kB Progress (5): 2.1/3.3 MB | 248/254 kB | 184/866 kB | 159/193 kB | 88/569 kB Progress (5): 2.1/3.3 MB | 248/254 kB | 184/866 kB | 159/193 kB | 88/569 kB Progress (5): 2.1/3.3 MB | 248/254 kB | 184/866 kB | 163/193 kB | 88/569 kB Progress (5): 2.1/3.3 MB | 252/254 kB | 184/866 kB | 163/193 kB | 88/569 kB Progress (5): 2.1/3.3 MB | 252/254 kB | 184/866 kB | 167/193 kB | 88/569 kB Progress (5): 2.1/3.3 MB | 252/254 kB | 184/866 kB | 167/193 kB | 88/569 kB Progress (5): 2.1/3.3 MB | 252/254 kB | 184/866 kB | 167/193 kB | 92/569 kB Progress (5): 2.1/3.3 MB | 252/254 kB | 188/866 kB | 167/193 kB | 92/569 kB Progress (5): 2.1/3.3 MB | 252/254 kB | 188/866 kB | 167/193 kB | 96/569 kB Progress (5): 2.1/3.3 MB | 252/254 kB | 188/866 kB | 167/193 kB | 96/569 kB Progress (5): 2.1/3.3 MB | 252/254 kB | 188/866 kB | 171/193 kB | 96/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 188/866 kB | 171/193 kB | 96/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 188/866 kB | 175/193 kB | 96/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 188/866 kB | 175/193 kB | 96/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 188/866 kB | 175/193 kB | 100/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 192/866 kB | 175/193 kB | 100/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 192/866 kB | 175/193 kB | 104/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 192/866 kB | 175/193 kB | 104/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 192/866 kB | 179/193 kB | 104/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 192/866 kB | 179/193 kB | 104/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 192/866 kB | 179/193 kB | 108/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 196/866 kB | 179/193 kB | 108/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 196/866 kB | 179/193 kB | 112/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 196/866 kB | 179/193 kB | 112/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 196/866 kB | 183/193 kB | 112/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 196/866 kB | 183/193 kB | 112/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 196/866 kB | 183/193 kB | 116/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 197/866 kB | 183/193 kB | 116/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 197/866 kB | 183/193 kB | 120/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 197/866 kB | 183/193 kB | 120/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 197/866 kB | 187/193 kB | 120/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 197/866 kB | 187/193 kB | 120/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 197/866 kB | 187/193 kB | 124/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 201/866 kB | 187/193 kB | 124/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 201/866 kB | 187/193 kB | 128/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 201/866 kB | 187/193 kB | 128/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 201/866 kB | 187/193 kB | 132/569 kB Progress (5): 2.1/3.3 MB | 254 kB | 205/866 kB | 187/193 kB | 132/569 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 654 kB/s) [2019-07-30T06:28:28.592Z] Progress (4): 2.1/3.3 MB | 205/866 kB | 187/193 kB | 136/569 kB Progress (4): 2.2/3.3 MB | 205/866 kB | 187/193 kB | 136/569 kB Progress (4): 2.2/3.3 MB | 205/866 kB | 187/193 kB | 140/569 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 [2019-07-30T06:28:28.592Z] Progress (4): 2.2/3.3 MB | 209/866 kB | 187/193 kB | 140/569 kB Progress (4): 2.2/3.3 MB | 209/866 kB | 187/193 kB | 144/569 kB Progress (4): 2.2/3.3 MB | 209/866 kB | 187/193 kB | 144/569 kB Progress (4): 2.2/3.3 MB | 209/866 kB | 187/193 kB | 148/569 kB Progress (4): 2.2/3.3 MB | 213/866 kB | 187/193 kB | 148/569 kB Progress (4): 2.2/3.3 MB | 213/866 kB | 187/193 kB | 152/569 kB Progress (4): 2.2/3.3 MB | 213/866 kB | 187/193 kB | 152/569 kB Progress (4): 2.2/3.3 MB | 213/866 kB | 187/193 kB | 156/569 kB Progress (4): 2.2/3.3 MB | 217/866 kB | 187/193 kB | 156/569 kB Progress (4): 2.2/3.3 MB | 217/866 kB | 187/193 kB | 160/569 kB Progress (4): 2.2/3.3 MB | 217/866 kB | 187/193 kB | 160/569 kB Progress (4): 2.2/3.3 MB | 217/866 kB | 187/193 kB | 164/569 kB Progress (4): 2.2/3.3 MB | 221/866 kB | 187/193 kB | 164/569 kB Progress (4): 2.2/3.3 MB | 221/866 kB | 187/193 kB | 168/569 kB Progress (4): 2.2/3.3 MB | 221/866 kB | 187/193 kB | 168/569 kB Progress (4): 2.2/3.3 MB | 221/866 kB | 187/193 kB | 172/569 kB Progress (4): 2.2/3.3 MB | 225/866 kB | 187/193 kB | 172/569 kB Progress (4): 2.2/3.3 MB | 225/866 kB | 187/193 kB | 176/569 kB Progress (4): 2.2/3.3 MB | 225/866 kB | 187/193 kB | 176/569 kB Progress (4): 2.2/3.3 MB | 225/866 kB | 187/193 kB | 180/569 kB Progress (4): 2.2/3.3 MB | 229/866 kB | 187/193 kB | 180/569 kB Progress (4): 2.2/3.3 MB | 229/866 kB | 187/193 kB | 184/569 kB Progress (4): 2.2/3.3 MB | 229/866 kB | 187/193 kB | 184/569 kB Progress (4): 2.2/3.3 MB | 229/866 kB | 187/193 kB | 188/569 kB Progress (4): 2.2/3.3 MB | 229/866 kB | 187/193 kB | 188/569 kB Progress (4): 2.2/3.3 MB | 229/866 kB | 187/193 kB | 192/569 kB Progress (4): 2.2/3.3 MB | 229/866 kB | 187/193 kB | 192/569 kB Progress (4): 2.2/3.3 MB | 229/866 kB | 187/193 kB | 196/569 kB Progress (4): 2.2/3.3 MB | 233/866 kB | 187/193 kB | 196/569 kB Progress (4): 2.2/3.3 MB | 233/866 kB | 187/193 kB | 200/569 kB Progress (4): 2.2/3.3 MB | 233/866 kB | 187/193 kB | 200/569 kB Progress (4): 2.2/3.3 MB | 233/866 kB | 187/193 kB | 204/569 kB Progress (4): 2.2/3.3 MB | 237/866 kB | 187/193 kB | 204/569 kB Progress (4): 2.2/3.3 MB | 237/866 kB | 187/193 kB | 208/569 kB Progress (4): 2.2/3.3 MB | 237/866 kB | 187/193 kB | 208/569 kB Progress (5): 2.2/3.3 MB | 237/866 kB | 187/193 kB | 208/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 237/866 kB | 187/193 kB | 212/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 241/866 kB | 187/193 kB | 212/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 241/866 kB | 187/193 kB | 216/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 241/866 kB | 187/193 kB | 216/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 241/866 kB | 187/193 kB | 216/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 241/866 kB | 187/193 kB | 216/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 241/866 kB | 187/193 kB | 220/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 245/866 kB | 187/193 kB | 220/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 245/866 kB | 187/193 kB | 224/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 245/866 kB | 187/193 kB | 224/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 245/866 kB | 187/193 kB | 224/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 245/866 kB | 187/193 kB | 224/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 245/866 kB | 187/193 kB | 228/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 249/866 kB | 187/193 kB | 228/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 249/866 kB | 187/193 kB | 232/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 249/866 kB | 187/193 kB | 232/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 249/866 kB | 187/193 kB | 232/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 249/866 kB | 187/193 kB | 232/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 249/866 kB | 187/193 kB | 236/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 253/866 kB | 187/193 kB | 236/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 253/866 kB | 187/193 kB | 240/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 253/866 kB | 187/193 kB | 240/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 253/866 kB | 187/193 kB | 240/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 253/866 kB | 187/193 kB | 240/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 253/866 kB | 187/193 kB | 244/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 257/866 kB | 187/193 kB | 244/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 257/866 kB | 187/193 kB | 248/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 257/866 kB | 187/193 kB | 248/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 257/866 kB | 187/193 kB | 248/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 257/866 kB | 187/193 kB | 248/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 257/866 kB | 187/193 kB | 252/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 261/866 kB | 187/193 kB | 252/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 261/866 kB | 187/193 kB | 256/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 261/866 kB | 187/193 kB | 256/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 261/866 kB | 187/193 kB | 256/569 kB | 0/2.2 MB Progress (5): 2.2/3.3 MB | 261/866 kB | 187/193 kB | 256/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 261/866 kB | 187/193 kB | 260/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 262/866 kB | 187/193 kB | 260/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 262/866 kB | 187/193 kB | 264/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 262/866 kB | 187/193 kB | 264/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 262/866 kB | 187/193 kB | 264/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 262/866 kB | 187/193 kB | 264/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 262/866 kB | 187/193 kB | 268/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 266/866 kB | 187/193 kB | 268/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 266/866 kB | 187/193 kB | 272/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 266/866 kB | 187/193 kB | 272/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 266/866 kB | 187/193 kB | 272/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 266/866 kB | 187/193 kB | 272/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 266/866 kB | 187/193 kB | 276/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 270/866 kB | 187/193 kB | 276/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 270/866 kB | 187/193 kB | 280/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 270/866 kB | 187/193 kB | 280/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 270/866 kB | 187/193 kB | 280/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 270/866 kB | 187/193 kB | 280/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 270/866 kB | 187/193 kB | 284/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 274/866 kB | 187/193 kB | 284/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 274/866 kB | 187/193 kB | 288/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 274/866 kB | 187/193 kB | 288/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 274/866 kB | 187/193 kB | 288/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 274/866 kB | 187/193 kB | 288/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 274/866 kB | 187/193 kB | 292/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 278/866 kB | 187/193 kB | 292/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 278/866 kB | 187/193 kB | 296/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 278/866 kB | 187/193 kB | 296/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 278/866 kB | 187/193 kB | 296/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 278/866 kB | 187/193 kB | 296/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 278/866 kB | 187/193 kB | 300/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 282/866 kB | 187/193 kB | 300/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 282/866 kB | 187/193 kB | 304/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 282/866 kB | 187/193 kB | 304/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 282/866 kB | 187/193 kB | 304/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 282/866 kB | 187/193 kB | 304/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 282/866 kB | 187/193 kB | 308/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 286/866 kB | 187/193 kB | 308/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 286/866 kB | 187/193 kB | 312/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 286/866 kB | 187/193 kB | 312/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 286/866 kB | 187/193 kB | 312/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 286/866 kB | 187/193 kB | 312/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 286/866 kB | 187/193 kB | 316/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 290/866 kB | 187/193 kB | 316/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 290/866 kB | 187/193 kB | 320/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 290/866 kB | 187/193 kB | 320/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 290/866 kB | 187/193 kB | 320/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 290/866 kB | 187/193 kB | 320/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 290/866 kB | 187/193 kB | 320/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 290/866 kB | 187/193 kB | 320/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 290/866 kB | 187/193 kB | 320/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 290/866 kB | 187/193 kB | 324/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 294/866 kB | 187/193 kB | 324/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 294/866 kB | 187/193 kB | 328/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 294/866 kB | 187/193 kB | 328/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 294/866 kB | 187/193 kB | 328/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 294/866 kB | 187/193 kB | 328/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 294/866 kB | 187/193 kB | 332/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 295/866 kB | 187/193 kB | 332/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 295/866 kB | 187/193 kB | 336/569 kB | 0.1/2.2 MB Progress (5): 2.2/3.3 MB | 295/866 kB | 187/193 kB | 336/569 kB | 0.1/2.2 MB Progress (5): 2.3/3.3 MB | 295/866 kB | 187/193 kB | 336/569 kB | 0.1/2.2 MB Progress (5): 2.3/3.3 MB | 295/866 kB | 187/193 kB | 336/569 kB | 0.1/2.2 MB Progress (5): 2.3/3.3 MB | 295/866 kB | 187/193 kB | 340/569 kB | 0.1/2.2 MB Progress (5): 2.3/3.3 MB | 299/866 kB | 187/193 kB | 340/569 kB | 0.1/2.2 MB Progress (5): 2.3/3.3 MB | 299/866 kB | 187/193 kB | 344/569 kB | 0.1/2.2 MB Progress (5): 2.3/3.3 MB | 299/866 kB | 187/193 kB | 344/569 kB | 0.1/2.2 MB Progress (5): 2.3/3.3 MB | 299/866 kB | 187/193 kB | 344/569 kB | 0.1/2.2 MB Progress (5): 2.3/3.3 MB | 299/866 kB | 187/193 kB | 344/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 299/866 kB | 187/193 kB | 348/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 303/866 kB | 187/193 kB | 348/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 303/866 kB | 187/193 kB | 352/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 303/866 kB | 187/193 kB | 352/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 303/866 kB | 187/193 kB | 352/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 303/866 kB | 187/193 kB | 352/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 303/866 kB | 187/193 kB | 356/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 307/866 kB | 187/193 kB | 356/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 307/866 kB | 187/193 kB | 360/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 307/866 kB | 187/193 kB | 360/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 307/866 kB | 187/193 kB | 360/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 307/866 kB | 187/193 kB | 360/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 307/866 kB | 187/193 kB | 364/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 311/866 kB | 187/193 kB | 364/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 311/866 kB | 187/193 kB | 368/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 311/866 kB | 187/193 kB | 368/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 311/866 kB | 187/193 kB | 368/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 311/866 kB | 187/193 kB | 368/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 311/866 kB | 187/193 kB | 372/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 315/866 kB | 187/193 kB | 372/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 315/866 kB | 187/193 kB | 376/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 315/866 kB | 187/193 kB | 376/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 315/866 kB | 187/193 kB | 376/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 315/866 kB | 187/193 kB | 376/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 315/866 kB | 187/193 kB | 380/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 319/866 kB | 187/193 kB | 380/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 319/866 kB | 187/193 kB | 384/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 319/866 kB | 187/193 kB | 384/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 319/866 kB | 187/193 kB | 384/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 319/866 kB | 187/193 kB | 384/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 319/866 kB | 187/193 kB | 388/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 323/866 kB | 187/193 kB | 388/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 323/866 kB | 187/193 kB | 392/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 323/866 kB | 187/193 kB | 392/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 323/866 kB | 187/193 kB | 392/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 323/866 kB | 187/193 kB | 392/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 323/866 kB | 187/193 kB | 396/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 327/866 kB | 187/193 kB | 396/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 327/866 kB | 187/193 kB | 400/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 327/866 kB | 187/193 kB | 400/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 327/866 kB | 187/193 kB | 400/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 327/866 kB | 187/193 kB | 400/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 327/866 kB | 187/193 kB | 404/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 328/866 kB | 187/193 kB | 404/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 328/866 kB | 187/193 kB | 408/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 328/866 kB | 187/193 kB | 408/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 328/866 kB | 187/193 kB | 408/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 328/866 kB | 187/193 kB | 408/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 328/866 kB | 187/193 kB | 412/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 332/866 kB | 187/193 kB | 412/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 332/866 kB | 187/193 kB | 416/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 332/866 kB | 187/193 kB | 416/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 332/866 kB | 187/193 kB | 416/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 332/866 kB | 187/193 kB | 416/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 332/866 kB | 187/193 kB | 420/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 336/866 kB | 187/193 kB | 420/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 336/866 kB | 187/193 kB | 424/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 336/866 kB | 187/193 kB | 424/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 336/866 kB | 187/193 kB | 424/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 336/866 kB | 187/193 kB | 424/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 336/866 kB | 187/193 kB | 428/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 340/866 kB | 187/193 kB | 428/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 340/866 kB | 187/193 kB | 432/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 340/866 kB | 187/193 kB | 432/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 340/866 kB | 187/193 kB | 432/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 340/866 kB | 187/193 kB | 432/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 340/866 kB | 187/193 kB | 436/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 344/866 kB | 187/193 kB | 436/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 344/866 kB | 187/193 kB | 440/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 344/866 kB | 187/193 kB | 440/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 344/866 kB | 187/193 kB | 440/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 344/866 kB | 187/193 kB | 440/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 344/866 kB | 187/193 kB | 444/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 348/866 kB | 187/193 kB | 444/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 348/866 kB | 187/193 kB | 448/569 kB | 0.2/2.2 MB Progress (5): 2.3/3.3 MB | 348/866 kB | 187/193 kB | 448/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 348/866 kB | 187/193 kB | 448/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 348/866 kB | 187/193 kB | 448/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 348/866 kB | 187/193 kB | 452/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 352/866 kB | 187/193 kB | 452/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 352/866 kB | 187/193 kB | 456/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 352/866 kB | 187/193 kB | 456/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 352/866 kB | 187/193 kB | 456/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 352/866 kB | 187/193 kB | 456/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 352/866 kB | 187/193 kB | 460/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 356/866 kB | 187/193 kB | 460/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 356/866 kB | 187/193 kB | 464/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 356/866 kB | 187/193 kB | 464/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 356/866 kB | 187/193 kB | 464/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 356/866 kB | 187/193 kB | 464/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 356/866 kB | 187/193 kB | 468/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 360/866 kB | 187/193 kB | 468/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 360/866 kB | 187/193 kB | 472/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 360/866 kB | 187/193 kB | 472/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 360/866 kB | 187/193 kB | 472/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 360/866 kB | 187/193 kB | 472/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 360/866 kB | 187/193 kB | 476/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 360/866 kB | 187/193 kB | 476/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 360/866 kB | 187/193 kB | 480/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 360/866 kB | 187/193 kB | 480/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 360/866 kB | 187/193 kB | 480/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 360/866 kB | 187/193 kB | 480/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 360/866 kB | 187/193 kB | 484/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 365/866 kB | 187/193 kB | 484/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 365/866 kB | 187/193 kB | 488/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 365/866 kB | 187/193 kB | 488/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 365/866 kB | 187/193 kB | 488/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 365/866 kB | 187/193 kB | 488/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 365/866 kB | 187/193 kB | 492/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 368/866 kB | 187/193 kB | 492/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 368/866 kB | 187/193 kB | 496/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 368/866 kB | 187/193 kB | 496/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 368/866 kB | 187/193 kB | 496/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 368/866 kB | 187/193 kB | 496/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 368/866 kB | 187/193 kB | 500/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 373/866 kB | 187/193 kB | 500/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 373/866 kB | 187/193 kB | 504/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 373/866 kB | 187/193 kB | 504/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 373/866 kB | 187/193 kB | 504/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 373/866 kB | 187/193 kB | 504/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 373/866 kB | 187/193 kB | 508/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 376/866 kB | 187/193 kB | 508/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 376/866 kB | 187/193 kB | 512/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 376/866 kB | 187/193 kB | 512/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 376/866 kB | 187/193 kB | 512/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 376/866 kB | 187/193 kB | 512/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 376/866 kB | 187/193 kB | 516/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 381/866 kB | 187/193 kB | 516/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 381/866 kB | 187/193 kB | 520/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 381/866 kB | 187/193 kB | 520/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 381/866 kB | 187/193 kB | 520/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 381/866 kB | 187/193 kB | 520/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 381/866 kB | 187/193 kB | 524/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 384/866 kB | 187/193 kB | 524/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 384/866 kB | 187/193 kB | 528/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 384/866 kB | 187/193 kB | 528/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 384/866 kB | 187/193 kB | 528/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 384/866 kB | 187/193 kB | 528/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 384/866 kB | 187/193 kB | 532/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 389/866 kB | 187/193 kB | 532/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 389/866 kB | 187/193 kB | 536/569 kB | 0.3/2.2 MB Progress (5): 2.3/3.3 MB | 389/866 kB | 187/193 kB | 536/569 kB | 0.3/2.2 MB Progress (5): 2.4/3.3 MB | 389/866 kB | 187/193 kB | 536/569 kB | 0.3/2.2 MB Progress (5): 2.4/3.3 MB | 389/866 kB | 187/193 kB | 536/569 kB | 0.3/2.2 MB Progress (5): 2.4/3.3 MB | 389/866 kB | 187/193 kB | 540/569 kB | 0.3/2.2 MB Progress (5): 2.4/3.3 MB | 392/866 kB | 187/193 kB | 540/569 kB | 0.3/2.2 MB Progress (5): 2.4/3.3 MB | 392/866 kB | 187/193 kB | 544/569 kB | 0.3/2.2 MB Progress (5): 2.4/3.3 MB | 392/866 kB | 187/193 kB | 544/569 kB | 0.3/2.2 MB Progress (5): 2.4/3.3 MB | 392/866 kB | 187/193 kB | 544/569 kB | 0.3/2.2 MB Progress (5): 2.4/3.3 MB | 392/866 kB | 187/193 kB | 544/569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 392/866 kB | 187/193 kB | 548/569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 393/866 kB | 187/193 kB | 548/569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 393/866 kB | 187/193 kB | 552/569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 393/866 kB | 187/193 kB | 552/569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 393/866 kB | 187/193 kB | 552/569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 393/866 kB | 187/193 kB | 552/569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 393/866 kB | 187/193 kB | 556/569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 397/866 kB | 187/193 kB | 556/569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 397/866 kB | 187/193 kB | 560/569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 397/866 kB | 187/193 kB | 560/569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 397/866 kB | 187/193 kB | 560/569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 397/866 kB | 187/193 kB | 560/569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 397/866 kB | 187/193 kB | 564/569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 401/866 kB | 187/193 kB | 564/569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 401/866 kB | 187/193 kB | 568/569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 401/866 kB | 187/193 kB | 568/569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 401/866 kB | 187/193 kB | 568/569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 401/866 kB | 187/193 kB | 568/569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 401/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 405/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 405/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 405/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 405/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 409/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 409/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 409/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 409/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 413/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 413/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 413/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 413/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 417/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 417/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 417/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 417/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 421/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 421/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 421/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 421/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 425/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 425/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 425/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 425/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 426/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 426/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 426/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 426/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 430/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 430/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 430/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 430/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 434/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 434/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 434/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 434/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 438/866 kB | 187/193 kB | 569 kB | 0.4/2.2 MB Progress (5): 2.4/3.3 MB | 438/866 kB | 187/193 kB | 569 kB | 0.5/2.2 MB Progress (5): 2.4/3.3 MB | 438/866 kB | 187/193 kB | 569 kB | 0.5/2.2 MB Progress (5): 2.4/3.3 MB | 438/866 kB | 187/193 kB | 569 kB | 0.5/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 1.2 MB/s) [2019-07-30T06:28:28.592Z] Progress (4): 2.4/3.3 MB | 442/866 kB | 187/193 kB | 0.5/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 [2019-07-30T06:28:28.592Z] Progress (4): 2.4/3.3 MB | 442/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 442/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 442/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 446/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 446/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 446/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 446/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 450/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 450/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 450/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 450/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 454/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 454/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 454/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 454/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 458/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 458/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 458/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 458/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 459/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 459/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 459/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 459/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 463/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 463/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 463/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 463/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 467/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 467/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 467/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 467/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 471/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 471/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 471/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 471/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 475/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 475/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 475/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 475/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 479/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.4/3.3 MB | 479/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.5/3.3 MB | 479/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.5/3.3 MB | 479/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.5/3.3 MB | 483/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.5/3.3 MB | 483/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.5/3.3 MB | 483/866 kB | 187/193 kB | 0.5/2.2 MB Progress (4): 2.5/3.3 MB | 483/866 kB | 187/193 kB | 0.6/2.2 MB Progress (4): 2.5/3.3 MB | 487/866 kB | 187/193 kB | 0.6/2.2 MB Progress (4): 2.5/3.3 MB | 487/866 kB | 187/193 kB | 0.6/2.2 MB Progress (4): 2.5/3.3 MB | 487/866 kB | 187/193 kB | 0.6/2.2 MB Progress (4): 2.5/3.3 MB | 487/866 kB | 187/193 kB | 0.6/2.2 MB Progress (5): 2.5/3.3 MB | 487/866 kB | 187/193 kB | 0.6/2.2 MB | 4.1/10.0 kB Progress (5): 2.5/3.3 MB | 491/866 kB | 187/193 kB | 0.6/2.2 MB | 4.1/10.0 kB Progress (5): 2.5/3.3 MB | 491/866 kB | 187/193 kB | 0.6/2.2 MB | 7.7/10.0 kB Progress (5): 2.5/3.3 MB | 491/866 kB | 187/193 kB | 0.6/2.2 MB | 7.7/10.0 kB Progress (5): 2.5/3.3 MB | 491/866 kB | 187/193 kB | 0.6/2.2 MB | 7.7/10.0 kB Progress (5): 2.5/3.3 MB | 491/866 kB | 187/193 kB | 0.6/2.2 MB | 7.7/10.0 kB Progress (5): 2.5/3.3 MB | 491/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 492/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 492/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 492/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 492/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 496/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 496/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 496/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 496/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 500/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 500/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 500/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 500/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 504/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 504/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 504/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 504/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 508/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 508/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 508/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 508/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 512/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 512/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 512/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 512/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 516/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 516/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 516/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 516/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 520/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 520/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 520/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 520/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 524/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 524/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 524/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 524/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 524/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 524/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 524/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 524/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 528/866 kB | 187/193 kB | 0.6/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 528/866 kB | 187/193 kB | 0.7/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 528/866 kB | 187/193 kB | 0.7/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 528/866 kB | 187/193 kB | 0.7/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 532/866 kB | 187/193 kB | 0.7/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 532/866 kB | 187/193 kB | 0.7/2.2 MB | 10.0 kB Progress (5): 2.5/3.3 MB | 532/866 kB | 187/193 kB | 0.7/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 20 kB/s) [2019-07-30T06:28:28.592Z] Progress (4): 2.5/3.3 MB | 532/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 536/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 536/866 kB | 187/193 kB | 0.7/2.2 MB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.10.2/jsoup-1.10.2.jar [2019-07-30T06:28:28.592Z] Progress (4): 2.5/3.3 MB | 536/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 536/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 540/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 540/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 540/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 540/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 544/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 544/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 544/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 544/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 548/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 548/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 548/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 548/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 552/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 552/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 552/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 552/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 556/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 556/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 556/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 556/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 557/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 557/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 557/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 557/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 561/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 561/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 561/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 561/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 565/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 565/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 565/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 565/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 569/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.5/3.3 MB | 569/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.6/3.3 MB | 569/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.6/3.3 MB | 569/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.6/3.3 MB | 573/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.6/3.3 MB | 573/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.6/3.3 MB | 573/866 kB | 187/193 kB | 0.7/2.2 MB Progress (4): 2.6/3.3 MB | 573/866 kB | 187/193 kB | 0.8/2.2 MB Progress (4): 2.6/3.3 MB | 577/866 kB | 187/193 kB | 0.8/2.2 MB Progress (4): 2.6/3.3 MB | 577/866 kB | 187/193 kB | 0.8/2.2 MB Progress (4): 2.6/3.3 MB | 577/866 kB | 187/193 kB | 0.8/2.2 MB Progress (4): 2.6/3.3 MB | 577/866 kB | 187/193 kB | 0.8/2.2 MB Progress (4): 2.6/3.3 MB | 581/866 kB | 187/193 kB | 0.8/2.2 MB Progress (4): 2.6/3.3 MB | 581/866 kB | 187/193 kB | 0.8/2.2 MB Progress (4): 2.6/3.3 MB | 581/866 kB | 187/193 kB | 0.8/2.2 MB Progress (4): 2.6/3.3 MB | 581/866 kB | 187/193 kB | 0.8/2.2 MB Progress (4): 2.6/3.3 MB | 585/866 kB | 187/193 kB | 0.8/2.2 MB Progress (4): 2.6/3.3 MB | 585/866 kB | 187/193 kB | 0.8/2.2 MB Progress (4): 2.6/3.3 MB | 585/866 kB | 187/193 kB | 0.8/2.2 MB Progress (5): 2.6/3.3 MB | 585/866 kB | 187/193 kB | 0.8/2.2 MB | 4.1/351 kB Progress (5): 2.6/3.3 MB | 585/866 kB | 187/193 kB | 0.8/2.2 MB | 4.1/351 kB Progress (5): 2.6/3.3 MB | 589/866 kB | 187/193 kB | 0.8/2.2 MB | 4.1/351 kB Progress (5): 2.6/3.3 MB | 589/866 kB | 187/193 kB | 0.8/2.2 MB | 4.1/351 kB Progress (5): 2.6/3.3 MB | 589/866 kB | 187/193 kB | 0.8/2.2 MB | 7.7/351 kB Progress (5): 2.6/3.3 MB | 589/866 kB | 187/193 kB | 0.8/2.2 MB | 7.7/351 kB Progress (5): 2.6/3.3 MB | 589/866 kB | 187/193 kB | 0.8/2.2 MB | 12/351 kB Progress (5): 2.6/3.3 MB | 589/866 kB | 187/193 kB | 0.8/2.2 MB | 12/351 kB Progress (5): 2.6/3.3 MB | 590/866 kB | 187/193 kB | 0.8/2.2 MB | 12/351 kB Progress (5): 2.6/3.3 MB | 590/866 kB | 187/193 kB | 0.8/2.2 MB | 12/351 kB Progress (5): 2.6/3.3 MB | 590/866 kB | 187/193 kB | 0.8/2.2 MB | 16/351 kB Progress (5): 2.6/3.3 MB | 590/866 kB | 187/193 kB | 0.8/2.2 MB | 16/351 kB Progress (5): 2.6/3.3 MB | 590/866 kB | 187/193 kB | 0.8/2.2 MB | 20/351 kB Progress (5): 2.6/3.3 MB | 590/866 kB | 187/193 kB | 0.8/2.2 MB | 20/351 kB Progress (5): 2.6/3.3 MB | 594/866 kB | 187/193 kB | 0.8/2.2 MB | 20/351 kB Progress (5): 2.6/3.3 MB | 594/866 kB | 187/193 kB | 0.8/2.2 MB | 20/351 kB Progress (5): 2.6/3.3 MB | 594/866 kB | 187/193 kB | 0.8/2.2 MB | 24/351 kB Progress (5): 2.6/3.3 MB | 594/866 kB | 187/193 kB | 0.8/2.2 MB | 24/351 kB Progress (5): 2.6/3.3 MB | 594/866 kB | 187/193 kB | 0.8/2.2 MB | 28/351 kB Progress (5): 2.6/3.3 MB | 594/866 kB | 187/193 kB | 0.8/2.2 MB | 28/351 kB Progress (5): 2.6/3.3 MB | 598/866 kB | 187/193 kB | 0.8/2.2 MB | 28/351 kB Progress (5): 2.6/3.3 MB | 598/866 kB | 187/193 kB | 0.8/2.2 MB | 28/351 kB Progress (5): 2.6/3.3 MB | 598/866 kB | 187/193 kB | 0.8/2.2 MB | 32/351 kB Progress (5): 2.6/3.3 MB | 598/866 kB | 187/193 kB | 0.8/2.2 MB | 32/351 kB Progress (5): 2.6/3.3 MB | 598/866 kB | 187/193 kB | 0.8/2.2 MB | 33/351 kB Progress (5): 2.6/3.3 MB | 598/866 kB | 187/193 kB | 0.8/2.2 MB | 33/351 kB Progress (5): 2.6/3.3 MB | 602/866 kB | 187/193 kB | 0.8/2.2 MB | 33/351 kB Progress (5): 2.6/3.3 MB | 602/866 kB | 187/193 kB | 0.8/2.2 MB | 33/351 kB Progress (5): 2.6/3.3 MB | 602/866 kB | 187/193 kB | 0.8/2.2 MB | 37/351 kB Progress (5): 2.6/3.3 MB | 602/866 kB | 187/193 kB | 0.8/2.2 MB | 37/351 kB Progress (5): 2.6/3.3 MB | 602/866 kB | 187/193 kB | 0.8/2.2 MB | 41/351 kB Progress (5): 2.6/3.3 MB | 602/866 kB | 187/193 kB | 0.8/2.2 MB | 41/351 kB Progress (5): 2.6/3.3 MB | 606/866 kB | 187/193 kB | 0.8/2.2 MB | 41/351 kB Progress (5): 2.6/3.3 MB | 606/866 kB | 187/193 kB | 0.8/2.2 MB | 41/351 kB Progress (5): 2.6/3.3 MB | 606/866 kB | 187/193 kB | 0.8/2.2 MB | 45/351 kB Progress (5): 2.6/3.3 MB | 606/866 kB | 187/193 kB | 0.8/2.2 MB | 45/351 kB Progress (5): 2.6/3.3 MB | 606/866 kB | 187/193 kB | 0.8/2.2 MB | 49/351 kB Progress (5): 2.6/3.3 MB | 606/866 kB | 187/193 kB | 0.8/2.2 MB | 49/351 kB Progress (5): 2.6/3.3 MB | 610/866 kB | 187/193 kB | 0.8/2.2 MB | 49/351 kB Progress (5): 2.6/3.3 MB | 610/866 kB | 187/193 kB | 0.8/2.2 MB | 49/351 kB Progress (5): 2.6/3.3 MB | 610/866 kB | 187/193 kB | 0.8/2.2 MB | 53/351 kB Progress (5): 2.6/3.3 MB | 610/866 kB | 187/193 kB | 0.8/2.2 MB | 53/351 kB Progress (5): 2.6/3.3 MB | 610/866 kB | 187/193 kB | 0.8/2.2 MB | 57/351 kB Progress (5): 2.6/3.3 MB | 610/866 kB | 187/193 kB | 0.8/2.2 MB | 57/351 kB Progress (5): 2.6/3.3 MB | 614/866 kB | 187/193 kB | 0.8/2.2 MB | 57/351 kB Progress (5): 2.6/3.3 MB | 614/866 kB | 187/193 kB | 0.8/2.2 MB | 57/351 kB Progress (5): 2.6/3.3 MB | 614/866 kB | 187/193 kB | 0.8/2.2 MB | 61/351 kB Progress (5): 2.6/3.3 MB | 614/866 kB | 187/193 kB | 0.8/2.2 MB | 61/351 kB Progress (5): 2.6/3.3 MB | 614/866 kB | 187/193 kB | 0.8/2.2 MB | 65/351 kB Progress (5): 2.6/3.3 MB | 614/866 kB | 187/193 kB | 0.8/2.2 MB | 65/351 kB Progress (5): 2.6/3.3 MB | 618/866 kB | 187/193 kB | 0.8/2.2 MB | 65/351 kB Progress (5): 2.6/3.3 MB | 618/866 kB | 187/193 kB | 0.8/2.2 MB | 65/351 kB Progress (5): 2.6/3.3 MB | 618/866 kB | 187/193 kB | 0.8/2.2 MB | 69/351 kB Progress (5): 2.6/3.3 MB | 618/866 kB | 187/193 kB | 0.8/2.2 MB | 69/351 kB Progress (5): 2.6/3.3 MB | 618/866 kB | 187/193 kB | 0.8/2.2 MB | 73/351 kB Progress (5): 2.6/3.3 MB | 618/866 kB | 187/193 kB | 0.8/2.2 MB | 73/351 kB Progress (5): 2.6/3.3 MB | 622/866 kB | 187/193 kB | 0.8/2.2 MB | 73/351 kB Progress (5): 2.6/3.3 MB | 622/866 kB | 187/193 kB | 0.9/2.2 MB | 73/351 kB Progress (5): 2.6/3.3 MB | 622/866 kB | 187/193 kB | 0.9/2.2 MB | 77/351 kB Progress (5): 2.6/3.3 MB | 622/866 kB | 187/193 kB | 0.9/2.2 MB | 77/351 kB Progress (5): 2.6/3.3 MB | 622/866 kB | 187/193 kB | 0.9/2.2 MB | 81/351 kB Progress (5): 2.6/3.3 MB | 622/866 kB | 187/193 kB | 0.9/2.2 MB | 81/351 kB Progress (5): 2.6/3.3 MB | 623/866 kB | 187/193 kB | 0.9/2.2 MB | 81/351 kB Progress (5): 2.6/3.3 MB | 623/866 kB | 187/193 kB | 0.9/2.2 MB | 81/351 kB Progress (5): 2.6/3.3 MB | 623/866 kB | 187/193 kB | 0.9/2.2 MB | 85/351 kB Progress (5): 2.6/3.3 MB | 623/866 kB | 187/193 kB | 0.9/2.2 MB | 85/351 kB Progress (5): 2.6/3.3 MB | 623/866 kB | 187/193 kB | 0.9/2.2 MB | 89/351 kB Progress (5): 2.6/3.3 MB | 623/866 kB | 187/193 kB | 0.9/2.2 MB | 89/351 kB Progress (5): 2.6/3.3 MB | 627/866 kB | 187/193 kB | 0.9/2.2 MB | 89/351 kB Progress (5): 2.6/3.3 MB | 627/866 kB | 187/193 kB | 0.9/2.2 MB | 89/351 kB Progress (5): 2.6/3.3 MB | 627/866 kB | 187/193 kB | 0.9/2.2 MB | 93/351 kB Progress (5): 2.6/3.3 MB | 627/866 kB | 187/193 kB | 0.9/2.2 MB | 93/351 kB Progress (5): 2.6/3.3 MB | 627/866 kB | 187/193 kB | 0.9/2.2 MB | 97/351 kB Progress (5): 2.6/3.3 MB | 627/866 kB | 187/193 kB | 0.9/2.2 MB | 97/351 kB Progress (5): 2.6/3.3 MB | 631/866 kB | 187/193 kB | 0.9/2.2 MB | 97/351 kB Progress (5): 2.6/3.3 MB | 631/866 kB | 187/193 kB | 0.9/2.2 MB | 97/351 kB Progress (5): 2.6/3.3 MB | 631/866 kB | 187/193 kB | 0.9/2.2 MB | 101/351 kB Progress (5): 2.6/3.3 MB | 631/866 kB | 187/193 kB | 0.9/2.2 MB | 101/351 kB Progress (5): 2.6/3.3 MB | 631/866 kB | 187/193 kB | 0.9/2.2 MB | 105/351 kB Progress (5): 2.6/3.3 MB | 631/866 kB | 187/193 kB | 0.9/2.2 MB | 105/351 kB Progress (5): 2.6/3.3 MB | 635/866 kB | 187/193 kB | 0.9/2.2 MB | 105/351 kB Progress (5): 2.6/3.3 MB | 635/866 kB | 187/193 kB | 0.9/2.2 MB | 105/351 kB Progress (5): 2.6/3.3 MB | 635/866 kB | 187/193 kB | 0.9/2.2 MB | 109/351 kB Progress (5): 2.6/3.3 MB | 635/866 kB | 187/193 kB | 0.9/2.2 MB | 109/351 kB Progress (5): 2.6/3.3 MB | 635/866 kB | 187/193 kB | 0.9/2.2 MB | 113/351 kB Progress (5): 2.6/3.3 MB | 635/866 kB | 187/193 kB | 0.9/2.2 MB | 113/351 kB Progress (5): 2.6/3.3 MB | 639/866 kB | 187/193 kB | 0.9/2.2 MB | 113/351 kB Progress (5): 2.6/3.3 MB | 639/866 kB | 187/193 kB | 0.9/2.2 MB | 113/351 kB Progress (5): 2.6/3.3 MB | 639/866 kB | 187/193 kB | 0.9/2.2 MB | 117/351 kB Progress (5): 2.6/3.3 MB | 639/866 kB | 187/193 kB | 0.9/2.2 MB | 117/351 kB Progress (5): 2.6/3.3 MB | 639/866 kB | 187/193 kB | 0.9/2.2 MB | 121/351 kB Progress (5): 2.6/3.3 MB | 639/866 kB | 187/193 kB | 0.9/2.2 MB | 121/351 kB Progress (5): 2.6/3.3 MB | 643/866 kB | 187/193 kB | 0.9/2.2 MB | 121/351 kB Progress (5): 2.6/3.3 MB | 643/866 kB | 187/193 kB | 0.9/2.2 MB | 121/351 kB Progress (5): 2.6/3.3 MB | 643/866 kB | 187/193 kB | 0.9/2.2 MB | 125/351 kB Progress (5): 2.6/3.3 MB | 643/866 kB | 187/193 kB | 0.9/2.2 MB | 125/351 kB Progress (5): 2.6/3.3 MB | 643/866 kB | 187/193 kB | 0.9/2.2 MB | 129/351 kB Progress (5): 2.6/3.3 MB | 643/866 kB | 187/193 kB | 0.9/2.2 MB | 129/351 kB Progress (5): 2.6/3.3 MB | 647/866 kB | 187/193 kB | 0.9/2.2 MB | 129/351 kB Progress (5): 2.6/3.3 MB | 647/866 kB | 187/193 kB | 0.9/2.2 MB | 129/351 kB Progress (5): 2.6/3.3 MB | 647/866 kB | 187/193 kB | 0.9/2.2 MB | 133/351 kB Progress (5): 2.6/3.3 MB | 647/866 kB | 187/193 kB | 0.9/2.2 MB | 133/351 kB Progress (5): 2.6/3.3 MB | 647/866 kB | 187/193 kB | 0.9/2.2 MB | 137/351 kB Progress (5): 2.6/3.3 MB | 647/866 kB | 187/193 kB | 0.9/2.2 MB | 137/351 kB Progress (5): 2.6/3.3 MB | 651/866 kB | 187/193 kB | 0.9/2.2 MB | 137/351 kB Progress (5): 2.6/3.3 MB | 651/866 kB | 187/193 kB | 0.9/2.2 MB | 137/351 kB Progress (5): 2.6/3.3 MB | 651/866 kB | 187/193 kB | 0.9/2.2 MB | 141/351 kB Progress (5): 2.6/3.3 MB | 651/866 kB | 187/193 kB | 0.9/2.2 MB | 141/351 kB Progress (5): 2.6/3.3 MB | 651/866 kB | 187/193 kB | 0.9/2.2 MB | 145/351 kB Progress (5): 2.6/3.3 MB | 651/866 kB | 187/193 kB | 0.9/2.2 MB | 145/351 kB Progress (5): 2.6/3.3 MB | 655/866 kB | 187/193 kB | 0.9/2.2 MB | 145/351 kB Progress (5): 2.6/3.3 MB | 655/866 kB | 187/193 kB | 0.9/2.2 MB | 145/351 kB Progress (5): 2.6/3.3 MB | 655/866 kB | 187/193 kB | 0.9/2.2 MB | 149/351 kB Progress (5): 2.6/3.3 MB | 655/866 kB | 187/193 kB | 0.9/2.2 MB | 149/351 kB Progress (5): 2.6/3.3 MB | 655/866 kB | 187/193 kB | 0.9/2.2 MB | 153/351 kB Progress (5): 2.6/3.3 MB | 655/866 kB | 187/193 kB | 0.9/2.2 MB | 153/351 kB Progress (5): 2.6/3.3 MB | 655/866 kB | 187/193 kB | 0.9/2.2 MB | 153/351 kB Progress (5): 2.6/3.3 MB | 655/866 kB | 187/193 kB | 0.9/2.2 MB | 153/351 kB Progress (5): 2.6/3.3 MB | 655/866 kB | 187/193 kB | 0.9/2.2 MB | 157/351 kB Progress (5): 2.6/3.3 MB | 655/866 kB | 187/193 kB | 0.9/2.2 MB | 157/351 kB Progress (5): 2.6/3.3 MB | 655/866 kB | 187/193 kB | 0.9/2.2 MB | 161/351 kB Progress (5): 2.6/3.3 MB | 655/866 kB | 187/193 kB | 0.9/2.2 MB | 161/351 kB Progress (5): 2.6/3.3 MB | 659/866 kB | 187/193 kB | 0.9/2.2 MB | 161/351 kB Progress (5): 2.6/3.3 MB | 659/866 kB | 187/193 kB | 0.9/2.2 MB | 161/351 kB Progress (5): 2.6/3.3 MB | 659/866 kB | 187/193 kB | 0.9/2.2 MB | 165/351 kB Progress (5): 2.7/3.3 MB | 659/866 kB | 187/193 kB | 0.9/2.2 MB | 165/351 kB Progress (5): 2.7/3.3 MB | 659/866 kB | 187/193 kB | 0.9/2.2 MB | 169/351 kB Progress (5): 2.7/3.3 MB | 659/866 kB | 187/193 kB | 0.9/2.2 MB | 169/351 kB Progress (5): 2.7/3.3 MB | 663/866 kB | 187/193 kB | 0.9/2.2 MB | 169/351 kB Progress (5): 2.7/3.3 MB | 663/866 kB | 187/193 kB | 0.9/2.2 MB | 169/351 kB Progress (5): 2.7/3.3 MB | 663/866 kB | 187/193 kB | 0.9/2.2 MB | 173/351 kB Progress (5): 2.7/3.3 MB | 663/866 kB | 187/193 kB | 0.9/2.2 MB | 173/351 kB Progress (5): 2.7/3.3 MB | 663/866 kB | 187/193 kB | 0.9/2.2 MB | 177/351 kB Progress (5): 2.7/3.3 MB | 663/866 kB | 187/193 kB | 1.0/2.2 MB | 177/351 kB Progress (5): 2.7/3.3 MB | 667/866 kB | 187/193 kB | 1.0/2.2 MB | 177/351 kB Progress (5): 2.7/3.3 MB | 667/866 kB | 187/193 kB | 1.0/2.2 MB | 177/351 kB Progress (5): 2.7/3.3 MB | 667/866 kB | 187/193 kB | 1.0/2.2 MB | 181/351 kB Progress (5): 2.7/3.3 MB | 667/866 kB | 187/193 kB | 1.0/2.2 MB | 181/351 kB Progress (5): 2.7/3.3 MB | 667/866 kB | 187/193 kB | 1.0/2.2 MB | 185/351 kB Progress (5): 2.7/3.3 MB | 667/866 kB | 187/193 kB | 1.0/2.2 MB | 185/351 kB Progress (5): 2.7/3.3 MB | 671/866 kB | 187/193 kB | 1.0/2.2 MB | 185/351 kB Progress (5): 2.7/3.3 MB | 671/866 kB | 187/193 kB | 1.0/2.2 MB | 185/351 kB Progress (5): 2.7/3.3 MB | 671/866 kB | 187/193 kB | 1.0/2.2 MB | 189/351 kB Progress (5): 2.7/3.3 MB | 671/866 kB | 187/193 kB | 1.0/2.2 MB | 189/351 kB Progress (5): 2.7/3.3 MB | 671/866 kB | 187/193 kB | 1.0/2.2 MB | 193/351 kB Progress (5): 2.7/3.3 MB | 671/866 kB | 187/193 kB | 1.0/2.2 MB | 193/351 kB Progress (5): 2.7/3.3 MB | 675/866 kB | 187/193 kB | 1.0/2.2 MB | 193/351 kB Progress (5): 2.7/3.3 MB | 675/866 kB | 187/193 kB | 1.0/2.2 MB | 193/351 kB Progress (5): 2.7/3.3 MB | 675/866 kB | 187/193 kB | 1.0/2.2 MB | 197/351 kB Progress (5): 2.7/3.3 MB | 675/866 kB | 187/193 kB | 1.0/2.2 MB | 197/351 kB Progress (5): 2.7/3.3 MB | 675/866 kB | 187/193 kB | 1.0/2.2 MB | 201/351 kB Progress (5): 2.7/3.3 MB | 675/866 kB | 187/193 kB | 1.0/2.2 MB | 201/351 kB Progress (5): 2.7/3.3 MB | 679/866 kB | 187/193 kB | 1.0/2.2 MB | 201/351 kB Progress (5): 2.7/3.3 MB | 679/866 kB | 187/193 kB | 1.0/2.2 MB | 201/351 kB Progress (5): 2.7/3.3 MB | 679/866 kB | 187/193 kB | 1.0/2.2 MB | 205/351 kB Progress (5): 2.7/3.3 MB | 679/866 kB | 187/193 kB | 1.0/2.2 MB | 205/351 kB Progress (5): 2.7/3.3 MB | 679/866 kB | 187/193 kB | 1.0/2.2 MB | 209/351 kB Progress (5): 2.7/3.3 MB | 679/866 kB | 187/193 kB | 1.0/2.2 MB | 209/351 kB Progress (5): 2.7/3.3 MB | 683/866 kB | 187/193 kB | 1.0/2.2 MB | 209/351 kB Progress (5): 2.7/3.3 MB | 683/866 kB | 187/193 kB | 1.0/2.2 MB | 209/351 kB Progress (5): 2.7/3.3 MB | 683/866 kB | 187/193 kB | 1.0/2.2 MB | 213/351 kB Progress (5): 2.7/3.3 MB | 683/866 kB | 187/193 kB | 1.0/2.2 MB | 213/351 kB Progress (5): 2.7/3.3 MB | 683/866 kB | 187/193 kB | 1.0/2.2 MB | 217/351 kB Progress (5): 2.7/3.3 MB | 683/866 kB | 187/193 kB | 1.0/2.2 MB | 217/351 kB Progress (5): 2.7/3.3 MB | 687/866 kB | 187/193 kB | 1.0/2.2 MB | 217/351 kB Progress (5): 2.7/3.3 MB | 687/866 kB | 187/193 kB | 1.0/2.2 MB | 217/351 kB Progress (5): 2.7/3.3 MB | 687/866 kB | 187/193 kB | 1.0/2.2 MB | 221/351 kB Progress (5): 2.7/3.3 MB | 687/866 kB | 187/193 kB | 1.0/2.2 MB | 221/351 kB Progress (5): 2.7/3.3 MB | 687/866 kB | 187/193 kB | 1.0/2.2 MB | 225/351 kB Progress (5): 2.7/3.3 MB | 687/866 kB | 187/193 kB | 1.0/2.2 MB | 225/351 kB Progress (5): 2.7/3.3 MB | 688/866 kB | 187/193 kB | 1.0/2.2 MB | 225/351 kB Progress (5): 2.7/3.3 MB | 688/866 kB | 187/193 kB | 1.0/2.2 MB | 225/351 kB Progress (5): 2.7/3.3 MB | 688/866 kB | 187/193 kB | 1.0/2.2 MB | 229/351 kB Progress (5): 2.7/3.3 MB | 688/866 kB | 187/193 kB | 1.0/2.2 MB | 229/351 kB Progress (5): 2.7/3.3 MB | 688/866 kB | 187/193 kB | 1.0/2.2 MB | 233/351 kB Progress (5): 2.7/3.3 MB | 688/866 kB | 187/193 kB | 1.0/2.2 MB | 233/351 kB Progress (5): 2.7/3.3 MB | 692/866 kB | 187/193 kB | 1.0/2.2 MB | 233/351 kB Progress (5): 2.7/3.3 MB | 692/866 kB | 187/193 kB | 1.0/2.2 MB | 233/351 kB Progress (5): 2.7/3.3 MB | 692/866 kB | 187/193 kB | 1.0/2.2 MB | 237/351 kB Progress (5): 2.7/3.3 MB | 692/866 kB | 187/193 kB | 1.0/2.2 MB | 237/351 kB Progress (5): 2.7/3.3 MB | 692/866 kB | 187/193 kB | 1.0/2.2 MB | 241/351 kB Progress (5): 2.7/3.3 MB | 692/866 kB | 187/193 kB | 1.0/2.2 MB | 241/351 kB Progress (5): 2.7/3.3 MB | 692/866 kB | 191/193 kB | 1.0/2.2 MB | 241/351 kB Progress (5): 2.7/3.3 MB | 696/866 kB | 191/193 kB | 1.0/2.2 MB | 241/351 kB Progress (5): 2.7/3.3 MB | 696/866 kB | 193 kB | 1.0/2.2 MB | 241/351 kB Progress (5): 2.7/3.3 MB | 696/866 kB | 193 kB | 1.0/2.2 MB | 241/351 kB Progress (5): 2.7/3.3 MB | 696/866 kB | 193 kB | 1.0/2.2 MB | 245/351 kB Progress (5): 2.7/3.3 MB | 696/866 kB | 193 kB | 1.0/2.2 MB | 245/351 kB Progress (5): 2.7/3.3 MB | 696/866 kB | 193 kB | 1.0/2.2 MB | 249/351 kB Progress (5): 2.7/3.3 MB | 696/866 kB | 193 kB | 1.0/2.2 MB | 249/351 kB Progress (5): 2.7/3.3 MB | 700/866 kB | 193 kB | 1.0/2.2 MB | 249/351 kB Progress (5): 2.7/3.3 MB | 700/866 kB | 193 kB | 1.0/2.2 MB | 249/351 kB Progress (5): 2.7/3.3 MB | 700/866 kB | 193 kB | 1.0/2.2 MB | 253/351 kB Progress (5): 2.7/3.3 MB | 700/866 kB | 193 kB | 1.0/2.2 MB | 253/351 kB Progress (5): 2.7/3.3 MB | 700/866 kB | 193 kB | 1.0/2.2 MB | 257/351 kB Progress (5): 2.7/3.3 MB | 700/866 kB | 193 kB | 1.0/2.2 MB | 257/351 kB Progress (5): 2.7/3.3 MB | 704/866 kB | 193 kB | 1.0/2.2 MB | 257/351 kB Progress (5): 2.7/3.3 MB | 704/866 kB | 193 kB | 1.0/2.2 MB | 257/351 kB Progress (5): 2.7/3.3 MB | 704/866 kB | 193 kB | 1.0/2.2 MB | 261/351 kB Progress (5): 2.7/3.3 MB | 704/866 kB | 193 kB | 1.0/2.2 MB | 261/351 kB Progress (5): 2.7/3.3 MB | 704/866 kB | 193 kB | 1.0/2.2 MB | 265/351 kB Progress (5): 2.7/3.3 MB | 704/866 kB | 193 kB | 1.0/2.2 MB | 265/351 kB Progress (5): 2.7/3.3 MB | 708/866 kB | 193 kB | 1.0/2.2 MB | 265/351 kB Progress (5): 2.7/3.3 MB | 708/866 kB | 193 kB | 1.0/2.2 MB | 265/351 kB Progress (5): 2.7/3.3 MB | 708/866 kB | 193 kB | 1.0/2.2 MB | 269/351 kB Progress (5): 2.7/3.3 MB | 708/866 kB | 193 kB | 1.0/2.2 MB | 269/351 kB Progress (5): 2.7/3.3 MB | 708/866 kB | 193 kB | 1.0/2.2 MB | 273/351 kB Progress (5): 2.7/3.3 MB | 708/866 kB | 193 kB | 1.0/2.2 MB | 273/351 kB Progress (5): 2.7/3.3 MB | 712/866 kB | 193 kB | 1.0/2.2 MB | 273/351 kB Progress (5): 2.7/3.3 MB | 712/866 kB | 193 kB | 1.1/2.2 MB | 273/351 kB Progress (5): 2.7/3.3 MB | 712/866 kB | 193 kB | 1.1/2.2 MB | 277/351 kB Progress (5): 2.7/3.3 MB | 712/866 kB | 193 kB | 1.1/2.2 MB | 277/351 kB Progress (5): 2.7/3.3 MB | 712/866 kB | 193 kB | 1.1/2.2 MB | 281/351 kB Progress (5): 2.7/3.3 MB | 712/866 kB | 193 kB | 1.1/2.2 MB | 281/351 kB Progress (5): 2.7/3.3 MB | 716/866 kB | 193 kB | 1.1/2.2 MB | 281/351 kB Progress (5): 2.7/3.3 MB | 716/866 kB | 193 kB | 1.1/2.2 MB | 281/351 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.jar (193 kB at 341 kB/s) [2019-07-30T06:28:28.592Z] Progress (4): 2.7/3.3 MB | 716/866 kB | 1.1/2.2 MB | 285/351 kB Progress (4): 2.7/3.3 MB | 716/866 kB | 1.1/2.2 MB | 285/351 kB Progress (4): 2.7/3.3 MB | 716/866 kB | 1.1/2.2 MB | 289/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 [2019-07-30T06:28:28.593Z] Progress (4): 2.7/3.3 MB | 716/866 kB | 1.1/2.2 MB | 289/351 kB Progress (4): 2.7/3.3 MB | 720/866 kB | 1.1/2.2 MB | 289/351 kB Progress (4): 2.7/3.3 MB | 720/866 kB | 1.1/2.2 MB | 289/351 kB Progress (4): 2.7/3.3 MB | 720/866 kB | 1.1/2.2 MB | 293/351 kB Progress (4): 2.7/3.3 MB | 720/866 kB | 1.1/2.2 MB | 293/351 kB Progress (4): 2.7/3.3 MB | 720/866 kB | 1.1/2.2 MB | 297/351 kB Progress (4): 2.7/3.3 MB | 720/866 kB | 1.1/2.2 MB | 297/351 kB Progress (4): 2.7/3.3 MB | 721/866 kB | 1.1/2.2 MB | 297/351 kB Progress (4): 2.7/3.3 MB | 721/866 kB | 1.1/2.2 MB | 297/351 kB Progress (4): 2.7/3.3 MB | 721/866 kB | 1.1/2.2 MB | 301/351 kB Progress (4): 2.7/3.3 MB | 721/866 kB | 1.1/2.2 MB | 301/351 kB Progress (4): 2.7/3.3 MB | 721/866 kB | 1.1/2.2 MB | 305/351 kB Progress (4): 2.7/3.3 MB | 721/866 kB | 1.1/2.2 MB | 305/351 kB Progress (4): 2.7/3.3 MB | 725/866 kB | 1.1/2.2 MB | 305/351 kB Progress (4): 2.7/3.3 MB | 725/866 kB | 1.1/2.2 MB | 305/351 kB Progress (4): 2.7/3.3 MB | 725/866 kB | 1.1/2.2 MB | 309/351 kB Progress (4): 2.7/3.3 MB | 725/866 kB | 1.1/2.2 MB | 309/351 kB Progress (4): 2.7/3.3 MB | 725/866 kB | 1.1/2.2 MB | 313/351 kB Progress (4): 2.7/3.3 MB | 725/866 kB | 1.1/2.2 MB | 313/351 kB Progress (4): 2.7/3.3 MB | 729/866 kB | 1.1/2.2 MB | 313/351 kB Progress (4): 2.7/3.3 MB | 729/866 kB | 1.1/2.2 MB | 313/351 kB Progress (4): 2.7/3.3 MB | 729/866 kB | 1.1/2.2 MB | 317/351 kB Progress (4): 2.7/3.3 MB | 729/866 kB | 1.1/2.2 MB | 317/351 kB Progress (4): 2.7/3.3 MB | 729/866 kB | 1.1/2.2 MB | 321/351 kB Progress (4): 2.7/3.3 MB | 729/866 kB | 1.1/2.2 MB | 321/351 kB Progress (4): 2.7/3.3 MB | 733/866 kB | 1.1/2.2 MB | 321/351 kB Progress (4): 2.7/3.3 MB | 733/866 kB | 1.1/2.2 MB | 321/351 kB Progress (4): 2.7/3.3 MB | 733/866 kB | 1.1/2.2 MB | 325/351 kB Progress (4): 2.7/3.3 MB | 733/866 kB | 1.1/2.2 MB | 325/351 kB Progress (4): 2.7/3.3 MB | 733/866 kB | 1.1/2.2 MB | 329/351 kB Progress (4): 2.7/3.3 MB | 733/866 kB | 1.1/2.2 MB | 329/351 kB Progress (4): 2.7/3.3 MB | 737/866 kB | 1.1/2.2 MB | 329/351 kB Progress (4): 2.7/3.3 MB | 737/866 kB | 1.1/2.2 MB | 329/351 kB Progress (4): 2.7/3.3 MB | 737/866 kB | 1.1/2.2 MB | 333/351 kB Progress (4): 2.7/3.3 MB | 737/866 kB | 1.1/2.2 MB | 333/351 kB Progress (4): 2.7/3.3 MB | 737/866 kB | 1.1/2.2 MB | 337/351 kB Progress (4): 2.7/3.3 MB | 737/866 kB | 1.1/2.2 MB | 337/351 kB Progress (4): 2.7/3.3 MB | 741/866 kB | 1.1/2.2 MB | 337/351 kB Progress (4): 2.7/3.3 MB | 741/866 kB | 1.1/2.2 MB | 337/351 kB Progress (4): 2.7/3.3 MB | 741/866 kB | 1.1/2.2 MB | 341/351 kB Progress (4): 2.7/3.3 MB | 741/866 kB | 1.1/2.2 MB | 341/351 kB Progress (4): 2.7/3.3 MB | 741/866 kB | 1.1/2.2 MB | 345/351 kB Progress (4): 2.7/3.3 MB | 741/866 kB | 1.1/2.2 MB | 345/351 kB Progress (4): 2.7/3.3 MB | 745/866 kB | 1.1/2.2 MB | 345/351 kB Progress (4): 2.7/3.3 MB | 745/866 kB | 1.1/2.2 MB | 345/351 kB Progress (4): 2.7/3.3 MB | 745/866 kB | 1.1/2.2 MB | 349/351 kB Progress (4): 2.7/3.3 MB | 745/866 kB | 1.1/2.2 MB | 349/351 kB Progress (4): 2.7/3.3 MB | 745/866 kB | 1.1/2.2 MB | 351 kB Progress (4): 2.7/3.3 MB | 745/866 kB | 1.1/2.2 MB | 351 kB Progress (4): 2.7/3.3 MB | 749/866 kB | 1.1/2.2 MB | 351 kB Progress (4): 2.7/3.3 MB | 749/866 kB | 1.1/2.2 MB | 351 kB Progress (4): 2.7/3.3 MB | 749/866 kB | 1.1/2.2 MB | 351 kB Progress (4): 2.7/3.3 MB | 749/866 kB | 1.1/2.2 MB | 351 kB Progress (4): 2.7/3.3 MB | 753/866 kB | 1.1/2.2 MB | 351 kB Progress (4): 2.7/3.3 MB | 753/866 kB | 1.1/2.2 MB | 351 kB Progress (4): 2.8/3.3 MB | 753/866 kB | 1.1/2.2 MB | 351 kB Progress (4): 2.8/3.3 MB | 753/866 kB | 1.1/2.2 MB | 351 kB Progress (5): 2.8/3.3 MB | 753/866 kB | 1.1/2.2 MB | 351 kB | 4.1/4.2 kB Progress (5): 2.8/3.3 MB | 754/866 kB | 1.1/2.2 MB | 351 kB | 4.1/4.2 kB Progress (5): 2.8/3.3 MB | 754/866 kB | 1.1/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 754/866 kB | 1.1/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 754/866 kB | 1.1/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 754/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 758/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 758/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 758/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 758/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 762/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 762/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 762/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 762/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 766/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 766/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 766/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 766/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 770/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 770/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 770/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 770/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 774/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 774/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 774/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 774/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 778/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 778/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 778/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 778/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 782/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 782/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 782/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 782/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 786/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 786/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 786/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 786/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 786/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 786/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 786/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 786/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 791/866 kB | 1.2/2.2 MB | 351 kB | 4.2 kB Progress (5): 2.8/3.3 MB | 791/866 kB | 1.2/2.2 MB | 351 kB | 4.2 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 599 kB/s) [2019-07-30T06:28:28.593Z] Progress (4): 2.8/3.3 MB | 791/866 kB | 1.2/2.2 MB | 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 7.2 kB/s) [2019-07-30T06:28:28.849Z] Progress (3): 2.8/3.3 MB | 791/866 kB | 1.2/2.2 MB Progress (3): 2.8/3.3 MB | 794/866 kB | 1.2/2.2 MB Progress (3): 2.8/3.3 MB | 794/866 kB | 1.2/2.2 MB Progress (3): 2.8/3.3 MB | 794/866 kB | 1.2/2.2 MB Progress (3): 2.8/3.3 MB | 794/866 kB | 1.2/2.2 MB Progress (3): 2.8/3.3 MB | 799/866 kB | 1.2/2.2 MB Progress (3): 2.8/3.3 MB | 799/866 kB | 1.2/2.2 MB Progress (3): 2.8/3.3 MB | 799/866 kB | 1.2/2.2 MB Progress (3): 2.8/3.3 MB | 799/866 kB | 1.2/2.2 MB Progress (3): 2.8/3.3 MB | 802/866 kB | 1.2/2.2 MB Progress (3): 2.8/3.3 MB | 802/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 807/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 807/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 810/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 810/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 815/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 815/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 818/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 818/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 819/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 819/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 823/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 823/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 827/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 827/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 831/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 831/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 835/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 835/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 839/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 839/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 843/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 843/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 843/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 843/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 847/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 847/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 847/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 847/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 851/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 851/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 851/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 851/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 855/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 855/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 855/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 855/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 859/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 859/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 859/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 859/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 863/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 863/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 863/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 863/866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 866 kB | 1.3/2.2 MB Progress (3): 2.8/3.3 MB | 866 kB | 1.3/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.3/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.3/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.3/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.3/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.3/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.3/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.3/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.3/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.3/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.3/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.3/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.3/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.3/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB Progress (3): 2.9/3.3 MB | 866 kB | 1.4/2.2 MB 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.4 MB/s) [2019-07-30T06:28:28.850Z] Progress (2): 2.9/3.3 MB | 1.4/2.2 MB Progress (2): 2.9/3.3 MB | 1.4/2.2 MB Progress (2): 2.9/3.3 MB | 1.4/2.2 MB Progress (2): 2.9/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.4/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.0/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.5/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.1/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.6/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.2/3.3 MB | 1.7/2.2 MB Progress (2): 3.3/3.3 MB | 1.7/2.2 MB Progress (2): 3.3/3.3 MB | 1.7/2.2 MB Progress (2): 3.3/3.3 MB | 1.7/2.2 MB Progress (2): 3.3/3.3 MB | 1.7/2.2 MB Progress (2): 3.3/3.3 MB | 1.7/2.2 MB Progress (2): 3.3/3.3 MB | 1.7/2.2 MB Progress (2): 3.3/3.3 MB | 1.7/2.2 MB Progress (2): 3.3/3.3 MB | 1.7/2.2 MB Progress (2): 3.3/3.3 MB | 1.7/2.2 MB Progress (2): 3.3/3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.7/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.8/2.2 MB Progress (2): 3.3 MB | 1.9/2.2 MB Progress (2): 3.3 MB | 1.9/2.2 MB Progress (2): 3.3 MB | 1.9/2.2 MB Progress (2): 3.3 MB | 1.9/2.2 MB Progress (2): 3.3 MB | 1.9/2.2 MB Progress (2): 3.3 MB | 1.9/2.2 MB Progress (2): 3.3 MB | 1.9/2.2 MB Progress (2): 3.3 MB | 1.9/2.2 MB Progress (2): 3.3 MB | 1.9/2.2 MB Progress (2): 3.3 MB | 1.9/2.2 MB Progress (2): 3.3 MB | 1.9/2.2 MB Progress (2): 3.3 MB | 1.9/2.2 MB Progress (2): 3.3 MB | 1.9/2.2 MB Progress (2): 3.3 MB | 1.9/2.2 MB Progress (2): 3.3 MB | 1.9/2.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon/8.7/saxon-8.7.jar (3.3 MB at 5.0 MB/s) [2019-07-30T06:28:28.850Z] 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 3.2 MB/s) [2019-07-30T06:28:29.106Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/.polyglot.build.properties [2019-07-30T06:28:29.363Z] [INFO] Adding repository https://download.eclipse.org/tools/cdt/releases/9.8 [2019-07-30T06:28:30.729Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/cdt/releases/9.8/ [2019-07-30T06:28:30.729Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/cdt/releases/9.8/ [2019-07-30T06:28:30.985Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/launchbar/2.3/launchbar-2.3.0/ [2019-07-30T06:28:30.985Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/launchbar/2.3/launchbar-2.3.0/ [2019-07-30T06:28:30.985Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/launchbar/2.3/launchbar-2.3.0/ [2019-07-30T06:28:30.985Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/launchbar/2.3/launchbar-2.3.0/ [2019-07-30T06:28:31.241Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/ [2019-07-30T06:28:31.241Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/ [2019-07-30T06:28:31.498Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/ [2019-07-30T06:28:31.498Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.0/ [2019-07-30T06:28:31.754Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/ [2019-07-30T06:28:31.754Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/ [2019-07-30T06:28:32.009Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/ [2019-07-30T06:28:32.009Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/cdt/releases/9.8/cdt-9.8.1/ [2019-07-30T06:28:32.268Z] [INFO] Fetching p2.index from https://download.eclipse.org/linuxtools/update-7.3.0/ [2019-07-30T06:28:32.268Z] [INFO] Fetching p2.index from https://download.eclipse.org/linuxtools/update-7.3.0/ [2019-07-30T06:28:32.268Z] [INFO] Adding repository https://download.eclipse.org/linuxtools/update-7.3.0 [2019-07-30T06:28:32.524Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/linuxtools/update-7.3.0/ [2019-07-30T06:28:32.525Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/linuxtools/update-7.3.0/ [2019-07-30T06:28:32.525Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/ [2019-07-30T06:28:32.525Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/swtbot/snapshots/ [2019-07-30T06:28:32.780Z] [INFO] Adding repository https://download.eclipse.org/technology/swtbot/snapshots [2019-07-30T06:28:32.780Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/swtbot/snapshots/ [2019-07-30T06:28:32.780Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/swtbot/snapshots/ [2019-07-30T06:28:32.780Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/ [2019-07-30T06:28:32.780Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/ [2019-07-30T06:28:33.037Z] [INFO] Adding repository https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1 [2019-07-30T06:28:33.037Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/ [2019-07-30T06:28:33.037Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/ptp/builds/remote/photon/milestones/2019-06-RC1/ [2019-07-30T06:28:33.293Z] [INFO] Fetching p2.index from https://download.eclipse.org/tm/updates/4.5.101-SNAPSHOT/repository/ [2019-07-30T06:28:33.293Z] [INFO] Fetching p2.index from https://download.eclipse.org/tm/updates/4.5.101-SNAPSHOT/repository/ [2019-07-30T06:28:33.293Z] [INFO] Adding repository https://download.eclipse.org/tm/updates/4.5.101-SNAPSHOT/repository [2019-07-30T06:28:33.293Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tm/updates/4.5.101-SNAPSHOT/repository/ [2019-07-30T06:28:33.293Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tm/updates/4.5.101-SNAPSHOT/repository/ [2019-07-30T06:28:33.550Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/ [2019-07-30T06:28:33.550Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/ [2019-07-30T06:28:33.550Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository [2019-07-30T06:28:34.915Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/ [2019-07-30T06:28:34.915Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190602212107/repository/ [2019-07-30T06:28:34.915Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB) [2019-07-30T06:28:34.915Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB) [2019-07-30T06:28:35.171Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/ [2019-07-30T06:28:35.171Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/ [2019-07-30T06:28:35.427Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/ [2019-07-30T06:28:35.427Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190602212107/repository/ [2019-07-30T06:28:35.683Z] [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ [2019-07-30T06:28:35.683Z] [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ [2019-07-30T06:28:35.683Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [2019-07-30T06:28:35.939Z] [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (430B) [2019-07-30T06:28:35.939Z] [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (430B) [2019-07-30T06:28:35.939Z] [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [2019-07-30T06:28:35.939Z] [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [2019-07-30T06:28:36.196Z] [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [2019-07-30T06:28:36.196Z] [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [2019-07-30T06:28:36.196Z] [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.0.v20180130-0820/ [2019-07-30T06:28:36.196Z] [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.0.v20180130-0820/ [2019-07-30T06:28:36.453Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.0.v20180130-0820/ [2019-07-30T06:28:36.453Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.0.v20180130-0820/ [2019-07-30T06:28:36.709Z] [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/ [2019-07-30T06:28:36.709Z] [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/ [2019-07-30T06:28:36.709Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/ [2019-07-30T06:28:36.709Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.1.v20180423-1114/ [2019-07-30T06:28:36.965Z] [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/ [2019-07-30T06:28:36.965Z] [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/ [2019-07-30T06:28:36.965Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800 [2019-07-30T06:28:36.965Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/ [2019-07-30T06:28:36.965Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.12/R-4.12-201906051800/ [2019-07-30T06:28:37.527Z] [INFO] Adding repository https://archive.eclipse.org/tracecompass/tracecompass-test-traces/repository/1.7.2 [2019-07-30T06:28:37.527Z] [INFO] Fetching content.jar from https://archive.eclipse.org/tracecompass/tracecompass-test-traces/repository/1.7.2/ (902B) [2019-07-30T06:28:37.527Z] [INFO] Fetching content.jar from https://archive.eclipse.org/tracecompass/tracecompass-test-traces/repository/1.7.2/ (902B) [2019-07-30T06:28:37.784Z] [INFO] Fetching p2.index from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/ [2019-07-30T06:28:37.784Z] [INFO] Fetching p2.index from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/ [2019-07-30T06:28:37.784Z] [INFO] Adding repository https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository [2019-07-30T06:28:38.043Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/ [2019-07-30T06:28:38.043Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/webtools/downloads/drops/R3.14.0/R-3.14.0-20190612230649/repository/ [2019-07-30T06:28:38.299Z] [INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ [2019-07-30T06:28:38.299Z] [INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ [2019-07-30T06:28:38.299Z] [INFO] Adding repository https://download.eclipse.org/modeling/emf/emf/builds/release/2.18 [2019-07-30T06:28:38.299Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ [2019-07-30T06:28:38.299Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.18/ [2019-07-30T06:28:44.842Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/.polyglot.build.properties [2019-07-30T06:28:50.094Z] [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) [2019-07-30T06:28:50.094Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:28:50.094Z] [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) [2019-07-30T06:28:50.094Z] [INFO] Unpacking com.google.gson_2.8.2.v20180104-1110... [2019-07-30T06:28:50.352Z] [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) [2019-07-30T06:28:50.352Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:28:50.352Z] [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) [2019-07-30T06:28:50.352Z] [INFO] Unpacking com.google.guava_21.0.0.v20170206-1425... [2019-07-30T06:28:51.280Z] [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) [2019-07-30T06:28:51.280Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:28:51.280Z] [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) [2019-07-30T06:28:51.535Z] [INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337... [2019-07-30T06:28:55.705Z] [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) [2019-07-30T06:28:55.705Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:28:55.705Z] [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) [2019-07-30T06:28:55.705Z] [INFO] Unpacking javax.activation_1.1.0.v201211130549... [2019-07-30T06:28:55.705Z] [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/ [2019-07-30T06:28:55.705Z] [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/ [2019-07-30T06:28:55.705Z] [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) [2019-07-30T06:28:55.705Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:28:55.705Z] [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) [2019-07-30T06:28:55.705Z] [INFO] Unpacking org.eclipse.osgi_3.14.0.v20190517-1309... [2019-07-30T06:28:56.268Z] [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) [2019-07-30T06:28:56.268Z] [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) [2019-07-30T06:28:56.268Z] [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) [2019-07-30T06:28:56.268Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:28:56.268Z] [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) [2019-07-30T06:28:56.524Z] [INFO] Unpacking javax.xml.bind_2.2.0.v201105210648... [2019-07-30T06:28:56.524Z] [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) [2019-07-30T06:28:56.524Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:28:56.524Z] [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) [2019-07-30T06:28:56.524Z] [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029... [2019-07-30T06:28:57.086Z] [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) [2019-07-30T06:28:57.086Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:28:57.086Z] [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) [2019-07-30T06:28:58.017Z] [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/ (410.94kB of 1.62MB at 405.53kB/s) [2019-07-30T06:28:58.579Z] [INFO] Unpacking org.eclipse.cdt.core_6.8.1.201907021957... [2019-07-30T06:28:59.945Z] [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) [2019-07-30T06:28:59.945Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:28:59.945Z] [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) [2019-07-30T06:29:00.201Z] [INFO] Unpacking org.eclipse.cdt.core.native_5.10.1.201811241055... [2019-07-30T06:29:00.201Z] [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) [2019-07-30T06:29:00.201Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:00.201Z] [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) [2019-07-30T06:29:00.201Z] [INFO] Unpacking org.eclipse.core.contenttype_3.7.300.v20190215-2048... [2019-07-30T06:29:00.201Z] [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) [2019-07-30T06:29:00.201Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:00.201Z] [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) [2019-07-30T06:29:00.456Z] [INFO] Unpacking org.eclipse.core.expressions_3.6.400.v20190518-1240... [2019-07-30T06:29:00.456Z] [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) [2019-07-30T06:29:00.456Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:00.456Z] [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) [2019-07-30T06:29:00.456Z] [INFO] Unpacking org.eclipse.core.filebuffers_3.6.600.v20190519-2344... [2019-07-30T06:29:00.456Z] [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) [2019-07-30T06:29:00.456Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:00.456Z] [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) [2019-07-30T06:29:00.712Z] [INFO] Unpacking org.eclipse.core.filesystem_1.7.400.v20190518-1151... [2019-07-30T06:29:00.968Z] [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) [2019-07-30T06:29:00.968Z] [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) [2019-07-30T06:29:01.225Z] [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) [2019-07-30T06:29:01.225Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:01.225Z] [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) [2019-07-30T06:29:01.225Z] [INFO] Unpacking org.eclipse.core.runtime_3.15.300.v20190508-0543... [2019-07-30T06:29:01.225Z] [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) [2019-07-30T06:29:01.225Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:01.225Z] [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) [2019-07-30T06:29:01.481Z] [INFO] Unpacking org.eclipse.core.variables_3.4.500.v20190510-0549... [2019-07-30T06:29:01.481Z] [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) [2019-07-30T06:29:01.481Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:01.481Z] [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) [2019-07-30T06:29:01.481Z] [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.10.100.v20190510-0840... [2019-07-30T06:29:01.481Z] [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) [2019-07-30T06:29:01.481Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:01.481Z] [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) [2019-07-30T06:29:01.736Z] [INFO] Unpacking org.eclipse.text_3.8.200.v20190519-2344... [2019-07-30T06:29:01.736Z] [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) [2019-07-30T06:29:01.736Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:01.736Z] [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) [2019-07-30T06:29:01.992Z] [INFO] Unpacking org.eclipse.core.commands_3.9.400.v20190516-1358... [2019-07-30T06:29:01.992Z] [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) [2019-07-30T06:29:01.992Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:01.992Z] [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) [2019-07-30T06:29:01.992Z] [INFO] Unpacking org.eclipse.equinox.common_3.10.400.v20190516-1504... [2019-07-30T06:29:01.992Z] [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) [2019-07-30T06:29:01.992Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:01.992Z] [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) [2019-07-30T06:29:02.248Z] [INFO] Unpacking org.eclipse.equinox.preferences_3.7.400.v20190516-1504... [2019-07-30T06:29:02.248Z] [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) [2019-07-30T06:29:02.248Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:02.248Z] [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) [2019-07-30T06:29:02.248Z] [INFO] Unpacking org.eclipse.equinox.registry_3.8.400.v20190516-1504... [2019-07-30T06:29:02.248Z] [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) [2019-07-30T06:29:02.248Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:02.248Z] [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) [2019-07-30T06:29:02.505Z] [INFO] Unpacking org.eclipse.core.jobs_3.10.400.v20190506-1457... [2019-07-30T06:29:02.505Z] [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) [2019-07-30T06:29:02.505Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:02.505Z] [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) [2019-07-30T06:29:02.505Z] [INFO] Unpacking org.eclipse.equinox.app_1.4.200.v20190516-1504... [2019-07-30T06:29:02.761Z] [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) [2019-07-30T06:29:02.761Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:02.761Z] [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) [2019-07-30T06:29:02.761Z] [INFO] Unpacking org.eclipse.jdt.annotation_2.2.300.v20190328-1431... [2019-07-30T06:29:02.761Z] [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/ [2019-07-30T06:29:02.761Z] [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/ [2019-07-30T06:29:03.017Z] [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) [2019-07-30T06:29:03.017Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:03.017Z] [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) [2019-07-30T06:29:03.017Z] [INFO] Unpacking org.apache.commons.lang3_3.1.0.v201403281430... [2019-07-30T06:29:03.017Z] [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) [2019-07-30T06:29:03.017Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:03.017Z] [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) [2019-07-30T06:29:03.273Z] [INFO] Unpacking org.antlr.runtime_3.2.0.v201101311130... [2019-07-30T06:29:03.273Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/.polyglot.build.properties [2019-07-30T06:29:03.530Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core.tests:0.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/.polyglot.build.properties [2019-07-30T06:29:03.530Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core.tests:0.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/.polyglot.build.properties [2019-07-30T06:29:03.787Z] [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) [2019-07-30T06:29:03.787Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:03.787Z] [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) [2019-07-30T06:29:03.787Z] [INFO] Unpacking org.apache.batik.constants_1.11.0.v20190515-0436... [2019-07-30T06:29:03.787Z] [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) [2019-07-30T06:29:03.787Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:03.787Z] [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) [2019-07-30T06:29:04.043Z] [INFO] Unpacking org.apache.batik.css_1.11.0.v20190515-0436... [2019-07-30T06:29:04.043Z] [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) [2019-07-30T06:29:04.043Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:04.043Z] [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) [2019-07-30T06:29:04.043Z] [INFO] Unpacking org.apache.batik.util_1.11.0.v20190515-0436... [2019-07-30T06:29:04.299Z] [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) [2019-07-30T06:29:04.299Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:04.299Z] [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) [2019-07-30T06:29:04.299Z] [INFO] Unpacking org.apache.batik.i18n_1.11.0.v20190515-0436... [2019-07-30T06:29:04.299Z] [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) [2019-07-30T06:29:04.299Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:04.299Z] [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) [2019-07-30T06:29:04.555Z] [INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436... [2019-07-30T06:29:04.555Z] [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) [2019-07-30T06:29:04.555Z] [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) [2019-07-30T06:29:04.811Z] [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) [2019-07-30T06:29:04.811Z] [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) [2019-07-30T06:29:04.811Z] [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) [2019-07-30T06:29:04.811Z] [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) [2019-07-30T06:29:05.067Z] [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) [2019-07-30T06:29:05.067Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:05.067Z] [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) [2019-07-30T06:29:05.067Z] [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... [2019-07-30T06:29:05.067Z] [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) [2019-07-30T06:29:05.067Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:05.067Z] [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) [2019-07-30T06:29:05.324Z] [INFO] Unpacking org.apache.felix.scr_2.1.14.v20190123-1619... [2019-07-30T06:29:05.324Z] [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) [2019-07-30T06:29:05.324Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:05.324Z] [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) [2019-07-30T06:29:05.579Z] [INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147... [2019-07-30T06:29:05.579Z] [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) [2019-07-30T06:29:05.579Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:05.579Z] [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) [2019-07-30T06:29:05.579Z] [INFO] Unpacking org.eclipse.osgi.util_3.5.200.v20190115-2323... [2019-07-30T06:29:05.579Z] [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) [2019-07-30T06:29:05.579Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:05.579Z] [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) [2019-07-30T06:29:05.836Z] [INFO] Unpacking org.eclipse.compare_3.7.600.v20190519-2354... [2019-07-30T06:29:05.836Z] [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) [2019-07-30T06:29:05.836Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:05.836Z] [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) [2019-07-30T06:29:06.091Z] [INFO] Unpacking org.eclipse.ui_3.113.0.v20190513-2118... [2019-07-30T06:29:06.091Z] [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) [2019-07-30T06:29:06.091Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:06.091Z] [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) [2019-07-30T06:29:06.347Z] [INFO] Unpacking org.eclipse.jface.text_3.15.200.v20190519-2344... [2019-07-30T06:29:06.603Z] [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) [2019-07-30T06:29:06.604Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:06.604Z] [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) [2019-07-30T06:29:06.604Z] [INFO] Unpacking org.eclipse.ui.ide_3.15.200.v20190519-2104... [2019-07-30T06:29:07.179Z] [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) [2019-07-30T06:29:07.179Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:07.179Z] [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) [2019-07-30T06:29:07.179Z] [INFO] Unpacking org.eclipse.ui.views_3.9.400.v20190517-1612... [2019-07-30T06:29:07.179Z] [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) [2019-07-30T06:29:07.179Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:07.179Z] [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) [2019-07-30T06:29:07.435Z] [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.12.0.v20190519-2344... [2019-07-30T06:29:07.691Z] [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) [2019-07-30T06:29:07.691Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:07.691Z] [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) [2019-07-30T06:29:07.691Z] [INFO] Unpacking org.eclipse.ui.editors_3.11.500.v20190519-2344... [2019-07-30T06:29:07.947Z] [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) [2019-07-30T06:29:07.947Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:07.947Z] [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) [2019-07-30T06:29:07.947Z] [INFO] Unpacking org.eclipse.ui.forms_3.8.0.v20190519-1034... [2019-07-30T06:29:07.947Z] [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) [2019-07-30T06:29:07.947Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:07.947Z] [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) [2019-07-30T06:29:08.203Z] [INFO] Unpacking org.eclipse.compare.core_3.6.500.v20190519-2354... [2019-07-30T06:29:08.203Z] [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) [2019-07-30T06:29:08.203Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:08.203Z] [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) [2019-07-30T06:29:08.203Z] [INFO] Unpacking org.eclipse.core.databinding_1.7.400.v20190513-2118... [2019-07-30T06:29:08.459Z] [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) [2019-07-30T06:29:08.459Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:08.459Z] [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) [2019-07-30T06:29:08.459Z] [INFO] Unpacking org.eclipse.core.databinding.observable_1.7.0.v20190515-0910... [2019-07-30T06:29:08.459Z] [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) [2019-07-30T06:29:08.459Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:08.459Z] [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) [2019-07-30T06:29:08.715Z] [INFO] Unpacking org.eclipse.core.databinding.property_1.7.0.v20190510-1100... [2019-07-30T06:29:08.715Z] [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) [2019-07-30T06:29:08.715Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:08.715Z] [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) [2019-07-30T06:29:08.715Z] [INFO] Unpacking org.eclipse.core.net_1.3.500.v20190519-2354... [2019-07-30T06:29:08.715Z] [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) [2019-07-30T06:29:08.715Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:08.716Z] [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) [2019-07-30T06:29:08.973Z] [INFO] Unpacking org.eclipse.equinox.security_1.3.200.v20190516-1504... [2019-07-30T06:29:08.973Z] [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) [2019-07-30T06:29:08.973Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:08.973Z] [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) [2019-07-30T06:29:08.973Z] [INFO] Unpacking org.eclipse.e4.core.commands_0.12.600.v20190510-1100... [2019-07-30T06:29:08.973Z] [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) [2019-07-30T06:29:08.973Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:08.973Z] [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) [2019-07-30T06:29:09.230Z] [INFO] Unpacking org.eclipse.e4.core.di_1.7.200.v20190506-1457... [2019-07-30T06:29:09.230Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (14.07kB) [2019-07-30T06:29:09.230Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/plugins/ (14.07kB) [2019-07-30T06:29:09.230Z] [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) [2019-07-30T06:29:09.230Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:09.230Z] [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) [2019-07-30T06:29:09.486Z] [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.100.v20190518-1217... [2019-07-30T06:29:09.486Z] [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) [2019-07-30T06:29:09.486Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:09.486Z] [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) [2019-07-30T06:29:09.486Z] [INFO] Unpacking org.eclipse.e4.core.services_2.1.400.v20181215-2145... [2019-07-30T06:29:09.486Z] [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) [2019-07-30T06:29:09.486Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:09.486Z] [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) [2019-07-30T06:29:09.742Z] [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217... [2019-07-30T06:29:09.742Z] [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) [2019-07-30T06:29:09.742Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:09.742Z] [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) [2019-07-30T06:29:09.742Z] [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308... [2019-07-30T06:29:09.742Z] [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) [2019-07-30T06:29:09.742Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:09.742Z] [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) [2019-07-30T06:29:09.998Z] [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.300.v20190506-1457... [2019-07-30T06:29:09.998Z] [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) [2019-07-30T06:29:09.998Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:09.998Z] [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) [2019-07-30T06:29:09.998Z] [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.300.v20190513-2118... [2019-07-30T06:29:09.998Z] [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) [2019-07-30T06:29:09.998Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:09.998Z] [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) [2019-07-30T06:29:10.254Z] [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [2019-07-30T06:29:10.254Z] [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) [2019-07-30T06:29:10.254Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:10.254Z] [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) [2019-07-30T06:29:10.254Z] [INFO] Unpacking org.eclipse.emf.ecore_2.18.0.v20190528-0845... [2019-07-30T06:29:10.815Z] [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) [2019-07-30T06:29:10.815Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:10.815Z] [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) [2019-07-30T06:29:10.815Z] [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.500.v20190510-1100... [2019-07-30T06:29:10.815Z] [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) [2019-07-30T06:29:10.815Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:10.815Z] [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) [2019-07-30T06:29:10.815Z] [INFO] Unpacking org.eclipse.swt_3.111.0.v20190605-1801... [2019-07-30T06:29:11.071Z] [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) [2019-07-30T06:29:11.071Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:11.071Z] [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) [2019-07-30T06:29:11.071Z] [INFO] Unpacking org.eclipse.jface_3.16.0.v20190528-0922... [2019-07-30T06:29:11.327Z] [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) [2019-07-30T06:29:11.327Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:11.327Z] [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) [2019-07-30T06:29:11.327Z] [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.700.v20190513-2118... [2019-07-30T06:29:11.582Z] [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) [2019-07-30T06:29:11.582Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:11.582Z] [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) [2019-07-30T06:29:11.582Z] [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.500.v20190513-2118... [2019-07-30T06:29:11.582Z] [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) [2019-07-30T06:29:11.582Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:11.582Z] [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) [2019-07-30T06:29:11.838Z] [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.300.v20190510-1100... [2019-07-30T06:29:11.838Z] [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) [2019-07-30T06:29:11.838Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:11.838Z] [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) [2019-07-30T06:29:11.838Z] [INFO] Unpacking org.eclipse.e4.ui.di_1.2.600.v20190510-1100... [2019-07-30T06:29:11.838Z] [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) [2019-07-30T06:29:11.838Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:11.838Z] [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) [2019-07-30T06:29:12.094Z] [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.400.v20190513-2118... [2019-07-30T06:29:12.094Z] [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) [2019-07-30T06:29:12.094Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:12.094Z] [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) [2019-07-30T06:29:12.349Z] [INFO] Unpacking org.eclipse.e4.ui.services_1.3.500.v20190513-2118... [2019-07-30T06:29:12.349Z] [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) [2019-07-30T06:29:12.349Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:12.349Z] [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) [2019-07-30T06:29:12.349Z] [INFO] Unpacking org.eclipse.equinox.event_1.5.100.v20190528-1257... [2019-07-30T06:29:12.349Z] [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) [2019-07-30T06:29:12.349Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:12.349Z] [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) [2019-07-30T06:29:12.349Z] [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.400.v20190510-1100... [2019-07-30T06:29:12.606Z] [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) [2019-07-30T06:29:12.606Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:12.606Z] [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) [2019-07-30T06:29:12.606Z] [INFO] Unpacking org.eclipse.e4.ui.workbench_1.10.0.v20190529-1505... [2019-07-30T06:29:12.606Z] [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) [2019-07-30T06:29:12.606Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:12.606Z] [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) [2019-07-30T06:29:12.862Z] [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [2019-07-30T06:29:12.862Z] [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) [2019-07-30T06:29:12.862Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:12.862Z] [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) [2019-07-30T06:29:12.862Z] [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725... [2019-07-30T06:29:12.862Z] [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) [2019-07-30T06:29:12.862Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:12.862Z] [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) [2019-07-30T06:29:13.118Z] [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.500.v20190513-2118... [2019-07-30T06:29:13.118Z] [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) [2019-07-30T06:29:13.118Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:13.118Z] [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) [2019-07-30T06:29:13.118Z] [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.700.v20190517-1525... [2019-07-30T06:29:13.374Z] [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) [2019-07-30T06:29:13.374Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:13.374Z] [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) [2019-07-30T06:29:13.374Z] [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.600.v20190513-2118... [2019-07-30T06:29:13.374Z] [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) [2019-07-30T06:29:13.374Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:13.374Z] [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) [2019-07-30T06:29:13.630Z] [INFO] Unpacking org.eclipse.jface.databinding_1.9.0.v20190519-0933... [2019-07-30T06:29:13.630Z] [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) [2019-07-30T06:29:13.630Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:13.630Z] [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) [2019-07-30T06:29:13.630Z] [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.100.v20190513-2118... [2019-07-30T06:29:13.630Z] [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) [2019-07-30T06:29:13.630Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:13.630Z] [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) [2019-07-30T06:29:13.886Z] [INFO] Unpacking org.eclipse.emf.common_2.16.0.v20190528-0845... [2019-07-30T06:29:13.886Z] [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) [2019-07-30T06:29:13.886Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:13.886Z] [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) [2019-07-30T06:29:14.143Z] [INFO] Unpacking org.eclipse.equinox.bidi_1.2.0.v20190514-1046... [2019-07-30T06:29:14.143Z] [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) [2019-07-30T06:29:14.143Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:14.143Z] [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) [2019-07-30T06:29:14.143Z] [INFO] Unpacking org.eclipse.equinox.launcher_1.5.400.v20190515-0925... [2019-07-30T06:29:14.143Z] [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) [2019-07-30T06:29:14.143Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:14.143Z] [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) [2019-07-30T06:29:14.399Z] [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.0.v20190215-2242... [2019-07-30T06:29:14.399Z] [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) [2019-07-30T06:29:14.399Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:14.399Z] [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) [2019-07-30T06:29:14.399Z] [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.300.v20190318-1320... [2019-07-30T06:29:14.657Z] [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) [2019-07-30T06:29:14.657Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:14.657Z] [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) [2019-07-30T06:29:14.657Z] [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.400.v20190409-0548... [2019-07-30T06:29:14.913Z] [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) [2019-07-30T06:29:14.913Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:14.913Z] [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) [2019-07-30T06:29:14.913Z] [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302... [2019-07-30T06:29:14.913Z] [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) [2019-07-30T06:29:14.913Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:14.913Z] [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) [2019-07-30T06:29:15.169Z] [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.400.v20190318-1320... [2019-07-30T06:29:15.169Z] [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) [2019-07-30T06:29:15.169Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:15.169Z] [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) [2019-07-30T06:29:15.169Z] [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [2019-07-30T06:29:15.169Z] [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) [2019-07-30T06:29:15.169Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:15.169Z] [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) [2019-07-30T06:29:15.425Z] [INFO] Unpacking org.eclipse.help_3.8.400.v20190423-0921... [2019-07-30T06:29:15.425Z] [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) [2019-07-30T06:29:15.425Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:15.425Z] [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) [2019-07-30T06:29:15.680Z] [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.9.400.v20190510-0840... [2019-07-30T06:29:15.680Z] [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) [2019-07-30T06:29:15.680Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:15.680Z] [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) [2019-07-30T06:29:15.680Z] [INFO] Unpacking org.eclipse.ui.navigator_3.8.0.v20190519-2104... [2019-07-30T06:29:15.937Z] [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) [2019-07-30T06:29:15.937Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:15.937Z] [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) [2019-07-30T06:29:15.937Z] [INFO] Unpacking org.eclipse.team.core_3.8.600.v20190519-2354... [2019-07-30T06:29:16.193Z] [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) [2019-07-30T06:29:16.193Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:16.193Z] [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) [2019-07-30T06:29:16.193Z] [INFO] Unpacking org.eclipse.team.ui_3.8.500.v20190519-2354... [2019-07-30T06:29:16.754Z] [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) [2019-07-30T06:29:16.754Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:16.754Z] [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) [2019-07-30T06:29:16.754Z] [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.111.0.v20190605-1801... [2019-07-30T06:29:17.316Z] [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) [2019-07-30T06:29:17.316Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:17.316Z] [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) [2019-07-30T06:29:17.316Z] [INFO] Unpacking org.eclipse.test.performance_3.13.500.v20190518-1058... [2019-07-30T06:29:17.571Z] [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) [2019-07-30T06:29:17.571Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:17.571Z] [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) [2019-07-30T06:29:17.571Z] [INFO] Unpacking org.junit_4.12.0.v201504281640... [2019-07-30T06:29:22.816Z] [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) [2019-07-30T06:29:22.816Z] [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) [2019-07-30T06:29:23.746Z] [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/ (21.12MB of 59.71MB at 21.09MB/s) [2019-07-30T06:29:24.674Z] [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 20.6MB/s) [2019-07-30T06:29:26.040Z] [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) [2019-07-30T06:29:26.040Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:26.040Z] [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) [2019-07-30T06:29:26.296Z] [INFO] Unpacking org.eclipse.ui.workbench_3.115.0.v20190521-1602... [2019-07-30T06:29:27.223Z] [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) [2019-07-30T06:29:27.223Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:27.223Z] [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) [2019-07-30T06:29:27.223Z] [INFO] Unpacking org.eclipse.ui.ide.application_1.3.300.v20190513-2118... [2019-07-30T06:29:27.223Z] [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) [2019-07-30T06:29:27.223Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:27.223Z] [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) [2019-07-30T06:29:27.223Z] [INFO] Unpacking org.eclipse.ui.navigator.resources_3.6.500.v20190519-2104... [2019-07-30T06:29:27.223Z] [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) [2019-07-30T06:29:27.223Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:27.223Z] [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) [2019-07-30T06:29:27.479Z] [INFO] Unpacking org.eclipse.urischeme_1.0.300.v20190514-0858... [2019-07-30T06:29:27.479Z] [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) [2019-07-30T06:29:27.479Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:27.479Z] [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) [2019-07-30T06:29:27.479Z] [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.500.v20190513-2118... [2019-07-30T06:29:27.735Z] [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (29.18kB) [2019-07-30T06:29:27.735Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:27.735Z] [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (29.18kB) [2019-07-30T06:29:27.735Z] [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [2019-07-30T06:29:27.735Z] [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) [2019-07-30T06:29:27.735Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:27.735Z] [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) [2019-07-30T06:29:27.735Z] [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [2019-07-30T06:29:27.991Z] [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) [2019-07-30T06:29:27.991Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:27.991Z] [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) [2019-07-30T06:29:28.247Z] [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.111.0.v20190605-1801... [2019-07-30T06:29:28.809Z] [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) [2019-07-30T06:29:28.809Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:28.809Z] [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) [2019-07-30T06:29:28.809Z] [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.111.0.v20190605-1801... [2019-07-30T06:29:29.372Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core.tests:0.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/.polyglot.build.properties [2019-07-30T06:29:29.935Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui:0.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/.polyglot.build.properties [2019-07-30T06:29:29.935Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui:0.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/.polyglot.build.properties [2019-07-30T06:29:29.935Z] [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) [2019-07-30T06:29:29.935Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:29.935Z] [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) [2019-07-30T06:29:30.192Z] [INFO] Unpacking org.apache.commons.compress_1.18.0.v20181121-2221... [2019-07-30T06:29:30.192Z] [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) [2019-07-30T06:29:30.192Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:30.192Z] [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) [2019-07-30T06:29:30.448Z] [INFO] Unpacking org.apache.xerces_2.9.0.v201101211617... [2019-07-30T06:29:30.704Z] [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) [2019-07-30T06:29:30.704Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:30.704Z] [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) [2019-07-30T06:29:30.959Z] [INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400... [2019-07-30T06:29:30.959Z] [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) [2019-07-30T06:29:30.959Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:30.959Z] [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) [2019-07-30T06:29:30.959Z] [INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400... [2019-07-30T06:29:30.959Z] [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) [2019-07-30T06:29:30.959Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:30.959Z] [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) [2019-07-30T06:29:31.215Z] [INFO] Unpacking org.eclipse.debug.core_3.13.300.v20190514-0832... [2019-07-30T06:29:31.215Z] [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) [2019-07-30T06:29:31.215Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:31.215Z] [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) [2019-07-30T06:29:31.471Z] [INFO] Unpacking org.eclipse.debug.ui_3.14.100.v20190518-2143... [2019-07-30T06:29:32.033Z] [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) [2019-07-30T06:29:32.033Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:32.033Z] [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) [2019-07-30T06:29:32.033Z] [INFO] Unpacking org.eclipse.ui.console_3.8.500.v20190514-0743... [2019-07-30T06:29:32.594Z] [INFO] Fetching update-7.3.0&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/linuxtools/ [2019-07-30T06:29:32.594Z] [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) [2019-07-30T06:29:32.594Z] [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) [2019-07-30T06:29:32.594Z] [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) [2019-07-30T06:29:32.594Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:32.594Z] [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) [2019-07-30T06:29:32.851Z] [INFO] Unpacking org.swtchart_0.10.0.v201605200358... [2019-07-30T06:29:32.851Z] [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) [2019-07-30T06:29:32.851Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:32.851Z] [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) [2019-07-30T06:29:32.851Z] [INFO] Unpacking org.eclipse.search_3.11.600.v20190519-2344... [2019-07-30T06:29:33.106Z] [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) [2019-07-30T06:29:33.107Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:33.107Z] [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) [2019-07-30T06:29:33.107Z] [INFO] Unpacking org.eclipse.wst.xml.ui_1.2.300.v201904272112... [2019-07-30T06:29:33.362Z] [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) [2019-07-30T06:29:33.362Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:33.362Z] [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) [2019-07-30T06:29:33.619Z] [INFO] Unpacking org.eclipse.wst.xsd.core_1.2.0.v201901071922... [2019-07-30T06:29:33.619Z] [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) [2019-07-30T06:29:33.619Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:33.619Z] [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) [2019-07-30T06:29:33.619Z] [INFO] Unpacking org.eclipse.ui.themes_1.2.600.v20190513-0458... [2019-07-30T06:29:33.619Z] [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) [2019-07-30T06:29:33.619Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:33.619Z] [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) [2019-07-30T06:29:33.875Z] [INFO] Unpacking org.eclipse.wst.common.core_1.3.0.v201903222010... [2019-07-30T06:29:33.875Z] [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) [2019-07-30T06:29:33.875Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:33.875Z] [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) [2019-07-30T06:29:33.875Z] [INFO] Unpacking org.eclipse.wst.common.environment_1.0.400.v201903222010... [2019-07-30T06:29:33.875Z] [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) [2019-07-30T06:29:33.875Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:33.875Z] [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) [2019-07-30T06:29:34.130Z] [INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.201.v201903222010... [2019-07-30T06:29:34.130Z] [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) [2019-07-30T06:29:34.130Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:34.130Z] [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) [2019-07-30T06:29:34.130Z] [INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010... [2019-07-30T06:29:34.130Z] [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) [2019-07-30T06:29:34.130Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:34.130Z] [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) [2019-07-30T06:29:34.386Z] [INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010... [2019-07-30T06:29:34.386Z] [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) [2019-07-30T06:29:34.386Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:34.386Z] [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) [2019-07-30T06:29:34.642Z] [INFO] Unpacking org.eclipse.wst.common.ui_1.1.700.v201905071717... [2019-07-30T06:29:34.642Z] [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) [2019-07-30T06:29:34.642Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:34.642Z] [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) [2019-07-30T06:29:34.900Z] [INFO] Unpacking org.eclipse.wst.common.uriresolver_1.2.300.v201903222010... [2019-07-30T06:29:34.900Z] [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) [2019-07-30T06:29:34.900Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:34.900Z] [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) [2019-07-30T06:29:34.900Z] [INFO] Unpacking org.eclipse.wst.sse.core_1.2.100.v201901310548... [2019-07-30T06:29:35.156Z] [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) [2019-07-30T06:29:35.156Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:35.156Z] [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) [2019-07-30T06:29:35.156Z] [INFO] Unpacking org.eclipse.wst.sse.ui_1.6.0.v201905291408... [2019-07-30T06:29:35.412Z] [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) [2019-07-30T06:29:35.412Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:35.412Z] [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) [2019-07-30T06:29:35.668Z] [INFO] Unpacking org.eclipse.wst.validation_1.2.800.v201904082137... [2019-07-30T06:29:35.668Z] [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) [2019-07-30T06:29:35.668Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:35.668Z] [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) [2019-07-30T06:29:35.668Z] [INFO] Unpacking org.eclipse.wst.validation.ui_1.2.600.v201903222010... [2019-07-30T06:29:35.924Z] [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) [2019-07-30T06:29:35.924Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:35.924Z] [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) [2019-07-30T06:29:36.179Z] [INFO] Unpacking org.eclipse.wst.xml.core_1.2.200.v201901071922... [2019-07-30T06:29:36.435Z] [INFO] Fetching 2.18&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/ [2019-07-30T06:29:36.435Z] [INFO] Fetching 2.18&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/ [2019-07-30T06:29:36.435Z] [INFO] Fetching 806fe8add18a00191b60ed63a373fb0a from https://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/4/ (535.89kB) [2019-07-30T06:29:36.435Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:36.435Z] [INFO] Fetching 806fe8add18a00191b60ed63a373fb0a from https://download.eclipse.org/modeling/emf/emf/builds/release/2.18/.blobstore/4/ (535.89kB) [2019-07-30T06:29:36.435Z] [INFO] Unpacking org.eclipse.xsd_2.16.0.v20190321-1341... [2019-07-30T06:29:36.997Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui:0.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/.polyglot.build.properties [2019-07-30T06:29:37.253Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core:2.1.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/.polyglot.build.properties [2019-07-30T06:29:37.253Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core:2.1.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/.polyglot.build.properties [2019-07-30T06:29:37.510Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core:2.1.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/.polyglot.build.properties [2019-07-30T06:29:37.510Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core.tests:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/.polyglot.build.properties [2019-07-30T06:29:37.510Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core.tests:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/.polyglot.build.properties [2019-07-30T06:29:38.073Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core.tests:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/.polyglot.build.properties [2019-07-30T06:29:38.073Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/.polyglot.build.properties [2019-07-30T06:29:38.073Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/.polyglot.build.properties [2019-07-30T06:29:38.329Z] [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) [2019-07-30T06:29:38.329Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:38.329Z] [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) [2019-07-30T06:29:38.329Z] [INFO] Unpacking org.json_1.0.0.v201011060100... [2019-07-30T06:29:38.585Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/.polyglot.build.properties [2019-07-30T06:29:38.585Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/.polyglot.build.properties [2019-07-30T06:29:38.585Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/.polyglot.build.properties [2019-07-30T06:29:38.841Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/.polyglot.build.properties [2019-07-30T06:29:39.098Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/.polyglot.build.properties [2019-07-30T06:29:39.098Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/.polyglot.build.properties [2019-07-30T06:29:39.660Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/.polyglot.build.properties [2019-07-30T06:29:39.916Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.ui:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/.polyglot.build.properties [2019-07-30T06:29:39.916Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.ui:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/.polyglot.build.properties [2019-07-30T06:29:40.845Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.ui:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/.polyglot.build.properties [2019-07-30T06:29:40.845Z] [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/analysis/org.eclipse.tracecompass.analysis.os.linux.core/.polyglot.build.properties [2019-07-30T06:29:40.845Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core:4.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/.polyglot.build.properties [2019-07-30T06:29:41.101Z] [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/analysis/org.eclipse.tracecompass.analysis.os.linux.core/.polyglot.build.properties [2019-07-30T06:29:41.101Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/.polyglot.build.properties [2019-07-30T06:29:41.101Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/.polyglot.build.properties [2019-07-30T06:29:41.664Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/.polyglot.build.properties [2019-07-30T06:29:41.664Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui:3.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/.polyglot.build.properties [2019-07-30T06:29:41.664Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui:3.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/.polyglot.build.properties [2019-07-30T06:29:42.591Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui:3.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/.polyglot.build.properties [2019-07-30T06:29:42.591Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.tests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/.polyglot.build.properties [2019-07-30T06:29:42.591Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.tests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/.polyglot.build.properties [2019-07-30T06:29:43.153Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.tests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/.polyglot.build.properties [2019-07-30T06:29:43.410Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core:1.1.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/.polyglot.build.properties [2019-07-30T06:29:43.410Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core:1.1.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/.polyglot.build.properties [2019-07-30T06:29:43.666Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core:1.1.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/.polyglot.build.properties [2019-07-30T06:29:43.666Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/.polyglot.build.properties [2019-07-30T06:29:43.666Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/.polyglot.build.properties [2019-07-30T06:29:44.228Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/.polyglot.build.properties [2019-07-30T06:29:44.483Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/.polyglot.build.properties [2019-07-30T06:29:44.483Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/.polyglot.build.properties [2019-07-30T06:29:45.046Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/.polyglot.build.properties [2019-07-30T06:29:45.302Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:29:45.302Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:29:45.558Z] [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) [2019-07-30T06:29:45.558Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:45.558Z] [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) [2019-07-30T06:29:45.558Z] [INFO] Unpacking org.eclipse.swtbot.eclipse.finder_2.9.0.201907231440... [2019-07-30T06:29:45.558Z] [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) [2019-07-30T06:29:45.558Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:45.558Z] [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) [2019-07-30T06:29:45.813Z] [INFO] Unpacking org.eclipse.swtbot.swt.finder_2.9.0.201907231440... [2019-07-30T06:29:46.069Z] [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (32.1kB) [2019-07-30T06:29:46.069Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:46.069Z] [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (32.1kB) [2019-07-30T06:29:46.069Z] [INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246... [2019-07-30T06:29:46.069Z] [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (129.49kB) [2019-07-30T06:29:46.069Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:46.069Z] [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/technology/swtbot/snapshots/plugins/ (129.49kB) [2019-07-30T06:29:46.069Z] [INFO] Unpacking org.apache.log4j_1.2.15.v201012070815... [2019-07-30T06:29:46.326Z] [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) [2019-07-30T06:29:46.326Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:29:46.326Z] [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) [2019-07-30T06:29:46.326Z] [INFO] Unpacking org.eclipse.swtbot.junit4_x_2.9.0.201907231440... [2019-07-30T06:29:46.889Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:29:47.145Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/.polyglot.build.properties [2019-07-30T06:29:47.145Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/.polyglot.build.properties [2019-07-30T06:29:47.401Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/.polyglot.build.properties [2019-07-30T06:29:47.401Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core.tests:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/.polyglot.build.properties [2019-07-30T06:29:47.401Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core.tests:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/.polyglot.build.properties [2019-07-30T06:29:47.962Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core.tests:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/.polyglot.build.properties [2019-07-30T06:29:47.962Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/.polyglot.build.properties [2019-07-30T06:29:47.962Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/.polyglot.build.properties [2019-07-30T06:29:48.525Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/.polyglot.build.properties [2019-07-30T06:29:48.781Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests:0.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:29:48.781Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests:0.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:29:49.708Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests:0.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:29:49.708Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:29:49.708Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:29:50.636Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:29:50.892Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests:1.0.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:29:50.892Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests:1.0.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:29:51.820Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests:1.0.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:29:51.820Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:29:51.820Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:29:52.749Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:29:53.007Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/.polyglot.build.properties [2019-07-30T06:29:58.304Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/.polyglot.build.properties [2019-07-30T06:29:58.305Z] [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) [2019-07-30T06:29:58.305Z] [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) [2019-07-30T06:29:58.868Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/.polyglot.build.properties [2019-07-30T06:29:58.868Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core:2.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/.polyglot.build.properties [2019-07-30T06:29:58.868Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core:2.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/.polyglot.build.properties [2019-07-30T06:29:58.868Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core:2.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/.polyglot.build.properties [2019-07-30T06:29:58.868Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/.polyglot.build.properties [2019-07-30T06:29:58.868Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/.polyglot.build.properties [2019-07-30T06:29:59.429Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/.polyglot.build.properties [2019-07-30T06:29:59.685Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.ui:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/.polyglot.build.properties [2019-07-30T06:29:59.685Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.ui:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/.polyglot.build.properties [2019-07-30T06:30:00.612Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.btf.ui:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/.polyglot.build.properties [2019-07-30T06:30:00.612Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.common.core:4.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/.polyglot.build.properties [2019-07-30T06:30:00.612Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.common.core:4.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/.polyglot.build.properties [2019-07-30T06:30:00.612Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.common.core:4.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/.polyglot.build.properties [2019-07-30T06:30:00.612Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.common.core.tests:1.1.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/.polyglot.build.properties [2019-07-30T06:30:00.612Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.common.core.tests:1.1.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/.polyglot.build.properties [2019-07-30T06:30:01.174Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.common.core.tests:1.1.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/.polyglot.build.properties [2019-07-30T06:30:01.174Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/.polyglot.build.properties [2019-07-30T06:30:01.174Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/.polyglot.build.properties [2019-07-30T06:30:01.430Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/.polyglot.build.properties [2019-07-30T06:30:01.430Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/.polyglot.build.properties [2019-07-30T06:30:01.430Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/.polyglot.build.properties [2019-07-30T06:30:01.430Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core:4.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/.polyglot.build.properties [2019-07-30T06:30:01.430Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core.tests:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/pom.xml [2019-07-30T06:30:01.430Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core.tests:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/pom.xml [2019-07-30T06:30:01.687Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core.tests:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/pom.xml [2019-07-30T06:30:02.015Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/pom.xml [2019-07-30T06:30:02.015Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/pom.xml [2019-07-30T06:30:02.015Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/pom.xml [2019-07-30T06:30:02.015Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/.polyglot.build.properties [2019-07-30T06:30:02.015Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/.polyglot.build.properties [2019-07-30T06:30:02.271Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/.polyglot.build.properties [2019-07-30T06:30:02.528Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/.polyglot.build.properties [2019-07-30T06:30:02.528Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/.polyglot.build.properties [2019-07-30T06:30:03.090Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/.polyglot.build.properties [2019-07-30T06:30:03.090Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core:4.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/.polyglot.build.properties [2019-07-30T06:30:03.090Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core:4.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/.polyglot.build.properties [2019-07-30T06:30:03.347Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core:4.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/.polyglot.build.properties [2019-07-30T06:30:03.347Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/.polyglot.build.properties [2019-07-30T06:30:03.347Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/.polyglot.build.properties [2019-07-30T06:30:03.908Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/.polyglot.build.properties [2019-07-30T06:30:03.908Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:30:03.908Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:30:04.836Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:30:05.093Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.doc.dev:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/pom.xml [2019-07-30T06:30:05.093Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.doc.dev:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/pom.xml [2019-07-30T06:30:05.349Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.doc.dev:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/pom.xml [2019-07-30T06:30:05.349Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/pom.xml [2019-07-30T06:30:05.349Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/pom.xml [2019-07-30T06:30:05.349Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/pom.xml [2019-07-30T06:30:05.350Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml [2019-07-30T06:30:05.350Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml [2019-07-30T06:30:05.350Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml [2019-07-30T06:30:05.350Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml [2019-07-30T06:30:05.350Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml [2019-07-30T06:30:05.605Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml [2019-07-30T06:30:05.605Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml [2019-07-30T06:30:05.605Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml [2019-07-30T06:30:05.605Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.doc.user:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml [2019-07-30T06:30:05.605Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.examples:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/.polyglot.build.properties [2019-07-30T06:30:05.605Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.examples:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/.polyglot.build.properties [2019-07-30T06:30:06.532Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.examples:1.0.4-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/.polyglot.build.properties [2019-07-30T06:30:06.532Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/.polyglot.build.properties [2019-07-30T06:30:06.532Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/.polyglot.build.properties [2019-07-30T06:30:06.789Z] [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) [2019-07-30T06:30:06.789Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:06.789Z] [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) [2019-07-30T06:30:06.789Z] [INFO] Unpacking org.eclipse.cdt.debug.core_8.3.200.201905162046... [2019-07-30T06:30:06.789Z] [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) [2019-07-30T06:30:06.789Z] [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) [2019-07-30T06:30:07.044Z] [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) [2019-07-30T06:30:07.044Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:07.044Z] [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) [2019-07-30T06:30:07.044Z] [INFO] Unpacking org.eclipse.cdt.debug.ui_8.3.100.201906030422... [2019-07-30T06:30:07.301Z] [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) [2019-07-30T06:30:07.301Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:07.301Z] [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) [2019-07-30T06:30:07.556Z] [INFO] Unpacking org.eclipse.cdt.ui_6.5.1.201906210145... [2019-07-30T06:30:08.923Z] [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) [2019-07-30T06:30:08.923Z] [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) [2019-07-30T06:30:09.179Z] [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) [2019-07-30T06:30:09.179Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:09.179Z] [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) [2019-07-30T06:30:09.179Z] [INFO] Unpacking org.eclipse.cdt.dsf_2.8.1.201811241055... [2019-07-30T06:30:09.179Z] [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) [2019-07-30T06:30:09.179Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:09.179Z] [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) [2019-07-30T06:30:09.435Z] [INFO] Unpacking org.eclipse.cdt.dsf.gdb_5.7.1.201906211704... [2019-07-30T06:30:09.996Z] [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) [2019-07-30T06:30:09.996Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:09.996Z] [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) [2019-07-30T06:30:09.996Z] [INFO] Unpacking org.eclipse.cdt.launch_9.2.1.201811291831... [2019-07-30T06:30:09.996Z] [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) [2019-07-30T06:30:09.996Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:09.996Z] [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) [2019-07-30T06:30:10.252Z] [INFO] Unpacking org.eclipse.cdt.gdb_7.0.1.201811241055... [2019-07-30T06:30:10.252Z] [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) [2019-07-30T06:30:10.252Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:10.252Z] [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) [2019-07-30T06:30:10.252Z] [INFO] Unpacking org.eclipse.cdt.native.serial_1.1.100.201901082014... [2019-07-30T06:30:10.252Z] [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) [2019-07-30T06:30:10.252Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:10.252Z] [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) [2019-07-30T06:30:10.508Z] [INFO] Unpacking org.eclipse.cdt.dsf.gdb.ui_2.6.200.201906030422... [2019-07-30T06:30:10.764Z] [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) [2019-07-30T06:30:10.764Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:10.764Z] [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) [2019-07-30T06:30:10.764Z] [INFO] Unpacking org.eclipse.cdt.dsf.ui_2.5.100.201904261715... [2019-07-30T06:30:11.020Z] [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) [2019-07-30T06:30:11.020Z] [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) [2019-07-30T06:30:11.276Z] [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) [2019-07-30T06:30:11.276Z] [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) [2019-07-30T06:30:11.532Z] [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) [2019-07-30T06:30:11.532Z] [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) [2019-07-30T06:30:12.102Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/.polyglot.build.properties [2019-07-30T06:30:12.102Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/.polyglot.build.properties [2019-07-30T06:30:12.102Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/.polyglot.build.properties [2019-07-30T06:30:12.663Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/.polyglot.build.properties [2019-07-30T06:30:12.919Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/.polyglot.build.properties [2019-07-30T06:30:12.919Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/.polyglot.build.properties [2019-07-30T06:30:13.482Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/.polyglot.build.properties [2019-07-30T06:30:13.738Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/.polyglot.build.properties [2019-07-30T06:30:13.738Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/.polyglot.build.properties [2019-07-30T06:30:14.313Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/.polyglot.build.properties [2019-07-30T06:30:14.568Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/.polyglot.build.properties [2019-07-30T06:30:14.568Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/.polyglot.build.properties [2019-07-30T06:30:15.130Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/.polyglot.build.properties [2019-07-30T06:30:15.386Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/.polyglot.build.properties [2019-07-30T06:30:15.386Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/.polyglot.build.properties [2019-07-30T06:30:15.386Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/.polyglot.build.properties [2019-07-30T06:30:15.386Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/.polyglot.build.properties [2019-07-30T06:30:15.386Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/.polyglot.build.properties [2019-07-30T06:30:15.948Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/.polyglot.build.properties [2019-07-30T06:30:15.948Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/.polyglot.build.properties [2019-07-30T06:30:15.948Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/.polyglot.build.properties [2019-07-30T06:30:16.204Z] [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) [2019-07-30T06:30:16.204Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:16.204Z] [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) [2019-07-30T06:30:16.204Z] [INFO] Unpacking com.jcraft.jsch_0.1.55.v20190404-1902... [2019-07-30T06:30:16.204Z] [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) [2019-07-30T06:30:16.204Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:16.204Z] [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) [2019-07-30T06:30:16.460Z] [INFO] Unpacking org.eclipse.jsch.core_1.3.500.v20190413-1338... [2019-07-30T06:30:16.460Z] [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) [2019-07-30T06:30:16.460Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:16.460Z] [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) [2019-07-30T06:30:16.460Z] [INFO] Unpacking org.eclipse.jsch.ui_1.3.500.v20190519-2354... [2019-07-30T06:30:16.718Z] [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) [2019-07-30T06:30:16.718Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:16.718Z] [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) [2019-07-30T06:30:16.718Z] [INFO] Unpacking org.eclipse.remote.core_4.0.0.201906061531... [2019-07-30T06:30:16.718Z] [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) [2019-07-30T06:30:16.718Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:16.718Z] [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) [2019-07-30T06:30:16.974Z] [INFO] Unpacking org.eclipse.remote.jsch.core_1.0.0.201906061531... [2019-07-30T06:30:16.974Z] [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) [2019-07-30T06:30:16.974Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:16.974Z] [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) [2019-07-30T06:30:16.974Z] [INFO] Unpacking org.eclipse.remote.jsch.ui_1.0.0.201906061531... [2019-07-30T06:30:16.974Z] [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) [2019-07-30T06:30:16.974Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:16.974Z] [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) [2019-07-30T06:30:17.230Z] [INFO] Unpacking org.eclipse.remote.ui_2.1.1.201906061531... [2019-07-30T06:30:17.487Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/.polyglot.build.properties [2019-07-30T06:30:17.487Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core:1.2.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/.polyglot.build.properties [2019-07-30T06:30:17.487Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core:1.2.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/.polyglot.build.properties [2019-07-30T06:30:17.743Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core:1.2.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/.polyglot.build.properties [2019-07-30T06:30:17.743Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core.tests:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/.polyglot.build.properties [2019-07-30T06:30:17.743Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core.tests:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/.polyglot.build.properties [2019-07-30T06:30:17.999Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core.tests:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/.polyglot.build.properties [2019-07-30T06:30:18.255Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui:1.2.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/.polyglot.build.properties [2019-07-30T06:30:18.255Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui:1.2.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/.polyglot.build.properties [2019-07-30T06:30:18.817Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui:1.2.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/.polyglot.build.properties [2019-07-30T06:30:19.074Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.tests:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/.polyglot.build.properties [2019-07-30T06:30:19.074Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.tests:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/.polyglot.build.properties [2019-07-30T06:30:19.635Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.tests:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/.polyglot.build.properties [2019-07-30T06:30:19.635Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/.polyglot.build.properties [2019-07-30T06:30:19.635Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/.polyglot.build.properties [2019-07-30T06:30:20.565Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/.polyglot.build.properties [2019-07-30T06:30:20.565Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core:3.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/.polyglot.build.properties [2019-07-30T06:30:20.565Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core:3.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/.polyglot.build.properties [2019-07-30T06:30:20.565Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core:3.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/.polyglot.build.properties [2019-07-30T06:30:20.565Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core.tests:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/.polyglot.build.properties [2019-07-30T06:30:20.565Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core.tests:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/.polyglot.build.properties [2019-07-30T06:30:21.127Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core.tests:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/.polyglot.build.properties [2019-07-30T06:30:21.127Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/.polyglot.build.properties [2019-07-30T06:30:21.127Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/.polyglot.build.properties [2019-07-30T06:30:21.689Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui:2.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/.polyglot.build.properties [2019-07-30T06:30:21.944Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/.polyglot.build.properties [2019-07-30T06:30:21.944Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/.polyglot.build.properties [2019-07-30T06:30:22.507Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/.polyglot.build.properties [2019-07-30T06:30:22.762Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core:4.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/.polyglot.build.properties [2019-07-30T06:30:22.762Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core:4.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/.polyglot.build.properties [2019-07-30T06:30:22.762Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core:4.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/.polyglot.build.properties [2019-07-30T06:30:22.762Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/.polyglot.build.properties [2019-07-30T06:30:22.762Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/.polyglot.build.properties [2019-07-30T06:30:23.325Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/.polyglot.build.properties [2019-07-30T06:30:23.325Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui:3.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/.polyglot.build.properties [2019-07-30T06:30:23.325Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui:3.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/.polyglot.build.properties [2019-07-30T06:30:23.887Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui:3.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/.polyglot.build.properties [2019-07-30T06:30:24.143Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/.polyglot.build.properties [2019-07-30T06:30:24.143Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/.polyglot.build.properties [2019-07-30T06:30:25.071Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/.polyglot.build.properties [2019-07-30T06:30:25.071Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:30:25.071Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:30:25.636Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:30:25.636Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:30:25.636Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:30:26.563Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:30:26.563Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:30:26.563Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:30:27.492Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:30:27.492Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/.polyglot.build.properties [2019-07-30T06:30:27.492Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/.polyglot.build.properties [2019-07-30T06:30:27.492Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core:1.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core/.polyglot.build.properties [2019-07-30T06:30:27.492Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/pom.xml [2019-07-30T06:30:27.492Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/pom.xml [2019-07-30T06:30:27.749Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.pcap.core.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.pcap.core.tests/pom.xml [2019-07-30T06:30:28.005Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap/.polyglot.build.properties [2019-07-30T06:30:28.005Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap/.polyglot.build.properties [2019-07-30T06:30:28.567Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap/.polyglot.build.properties [2019-07-30T06:30:28.567Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/.polyglot.build.properties [2019-07-30T06:30:28.567Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/.polyglot.build.properties [2019-07-30T06:30:28.567Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core/.polyglot.build.properties [2019-07-30T06:30:28.567Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/.polyglot.build.properties [2019-07-30T06:30:28.567Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/.polyglot.build.properties [2019-07-30T06:30:29.129Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.core.tests/.polyglot.build.properties [2019-07-30T06:30:29.129Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/.polyglot.build.properties [2019-07-30T06:30:29.129Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/.polyglot.build.properties [2019-07-30T06:30:29.691Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui:1.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui/.polyglot.build.properties [2019-07-30T06:30:29.691Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:30:29.691Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:30:30.253Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/pcap/org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:30:30.510Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding/pom.xml [2019-07-30T06:30:30.510Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding/pom.xml [2019-07-30T06:30:30.510Z] [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) [2019-07-30T06:30:30.510Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:30.510Z] [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) [2019-07-30T06:30:30.766Z] [INFO] Unpacking org.eclipse.ui.intro_3.5.600.v20190329-1257... [2019-07-30T06:30:31.022Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding/pom.xml [2019-07-30T06:30:31.022Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding.feature:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding.feature/pom.xml [2019-07-30T06:30:31.022Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding.feature:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding.feature/pom.xml [2019-07-30T06:30:31.278Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.branding.feature:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.branding.feature/pom.xml [2019-07-30T06:30:31.278Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp/pom.xml [2019-07-30T06:30:31.278Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp/pom.xml [2019-07-30T06:30:31.534Z] [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) [2019-07-30T06:30:31.534Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:31.534Z] [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) [2019-07-30T06:30:31.792Z] [INFO] Unpacking com.sun.el_2.2.0.v201303151357... [2019-07-30T06:30:31.792Z] [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) [2019-07-30T06:30:31.792Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:31.792Z] [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) [2019-07-30T06:30:31.792Z] [INFO] Unpacking javax.el_2.2.0.v201303151357... [2019-07-30T06:30:31.792Z] [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) [2019-07-30T06:30:31.792Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:31.792Z] [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) [2019-07-30T06:30:32.047Z] [INFO] Unpacking javax.servlet_3.1.0.v201410161800... [2019-07-30T06:30:32.047Z] [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) [2019-07-30T06:30:32.047Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:32.047Z] [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) [2019-07-30T06:30:32.047Z] [INFO] Unpacking com.sun.jna_4.5.1.v20180403-1933... [2019-07-30T06:30:32.610Z] [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) [2019-07-30T06:30:32.610Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:32.610Z] [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) [2019-07-30T06:30:32.866Z] [INFO] Unpacking com.sun.jna.platform_4.5.1.v20180403-1933... [2019-07-30T06:30:33.122Z] [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) [2019-07-30T06:30:33.122Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:33.122Z] [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) [2019-07-30T06:30:33.122Z] [INFO] Unpacking javax.annotation_1.2.0.v201602091430... [2019-07-30T06:30:33.122Z] [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) [2019-07-30T06:30:33.122Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:33.122Z] [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) [2019-07-30T06:30:33.377Z] [INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158... [2019-07-30T06:30:33.377Z] [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) [2019-07-30T06:30:33.377Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:33.377Z] [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) [2019-07-30T06:30:33.377Z] [INFO] Unpacking javax.xml.stream_1.0.1.v201004272200... [2019-07-30T06:30:33.377Z] [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) [2019-07-30T06:30:33.377Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:33.377Z] [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) [2019-07-30T06:30:33.633Z] [INFO] Unpacking org.apache.ant_1.10.5.v20190526-1402... [2019-07-30T06:30:33.889Z] [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) [2019-07-30T06:30:33.889Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:33.889Z] [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) [2019-07-30T06:30:33.889Z] [INFO] Unpacking org.apache.commons.codec_1.10.0.v20180409-1845... [2019-07-30T06:30:35.254Z] [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) [2019-07-30T06:30:35.254Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:35.254Z] [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) [2019-07-30T06:30:35.254Z] [INFO] Unpacking org.apache.felix.gogo.command_1.0.2.v20170914-1324... [2019-07-30T06:30:35.254Z] [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) [2019-07-30T06:30:35.254Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:35.254Z] [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) [2019-07-30T06:30:35.254Z] [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646... [2019-07-30T06:30:35.254Z] [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) [2019-07-30T06:30:35.254Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:35.254Z] [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) [2019-07-30T06:30:35.510Z] [INFO] Unpacking org.apache.felix.gogo.shell_1.1.0.v20180713-1646... [2019-07-30T06:30:35.510Z] [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) [2019-07-30T06:30:35.510Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:35.510Z] [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) [2019-07-30T06:30:35.510Z] [INFO] Unpacking org.apache.httpcomponents.httpclient_4.5.6.v20190213-1430... [2019-07-30T06:30:35.766Z] [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) [2019-07-30T06:30:35.766Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:35.766Z] [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) [2019-07-30T06:30:36.024Z] [INFO] Unpacking org.apache.httpcomponents.httpcore_4.4.10.v20190123-2214... [2019-07-30T06:30:36.024Z] [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) [2019-07-30T06:30:36.024Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:36.024Z] [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) [2019-07-30T06:30:36.024Z] [INFO] Unpacking org.apache.httpcomponents.httpclient.win_4.5.6.v20190213-1947... [2019-07-30T06:30:36.281Z] [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) [2019-07-30T06:30:36.281Z] [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) [2019-07-30T06:30:36.281Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:36.281Z] [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) [2019-07-30T06:30:36.842Z] [INFO] Unpacking org.apache.lucene.analyzers-common_8.0.0.v20190404-1858... [2019-07-30T06:30:42.089Z] [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) [2019-07-30T06:30:42.089Z] [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) [2019-07-30T06:30:42.089Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:42.345Z] [INFO] Unpacking org.apache.lucene.core_8.0.0.v20190404-1858... [2019-07-30T06:30:43.273Z] [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) [2019-07-30T06:30:43.273Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:43.273Z] [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) [2019-07-30T06:30:43.273Z] [INFO] Unpacking org.apache.lucene.analyzers-smartcn_8.0.0.v20190404-1858... [2019-07-30T06:30:44.199Z] [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) [2019-07-30T06:30:44.199Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:44.199Z] [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) [2019-07-30T06:30:44.199Z] [INFO] Unpacking org.eclipse.ant.core_3.5.400.v20190510-0606... [2019-07-30T06:30:44.199Z] [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) [2019-07-30T06:30:44.199Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:44.199Z] [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) [2019-07-30T06:30:44.455Z] [INFO] Unpacking org.eclipse.compare.win32_1.2.500.v20190519-2354... [2019-07-30T06:30:44.455Z] [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) [2019-07-30T06:30:44.455Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:44.455Z] [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) [2019-07-30T06:30:44.455Z] [INFO] Unpacking org.eclipse.core.databinding.beans_1.5.0.v20190510-1100... [2019-07-30T06:30:44.455Z] [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) [2019-07-30T06:30:44.455Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:44.455Z] [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) [2019-07-30T06:30:44.711Z] [INFO] Unpacking org.eclipse.core.externaltools_1.1.300.v20190510-0549... [2019-07-30T06:30:44.711Z] [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) [2019-07-30T06:30:44.711Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:44.711Z] [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) [2019-07-30T06:30:44.711Z] [INFO] Unpacking org.eclipse.core.filesystem.win32.x86_64_1.4.100.v20180828-0158... [2019-07-30T06:30:44.711Z] [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) [2019-07-30T06:30:44.711Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:44.711Z] [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) [2019-07-30T06:30:44.966Z] [INFO] Unpacking org.eclipse.core.net.win32.x86_64_1.1.300.v20181126-0635... [2019-07-30T06:30:44.966Z] [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) [2019-07-30T06:30:44.966Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:44.966Z] [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) [2019-07-30T06:30:44.966Z] [INFO] Unpacking org.eclipse.core.resources.win32.x86_64_3.5.300.v20181030-1942... [2019-07-30T06:30:44.966Z] [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) [2019-07-30T06:30:44.966Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:44.966Z] [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) [2019-07-30T06:30:45.222Z] [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.200.v20181101-1115... [2019-07-30T06:30:45.222Z] [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) [2019-07-30T06:30:45.222Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:45.222Z] [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) [2019-07-30T06:30:45.222Z] [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.500.v20190516-1407... [2019-07-30T06:30:45.478Z] [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) [2019-07-30T06:30:45.478Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:45.478Z] [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) [2019-07-30T06:30:45.478Z] [INFO] Unpacking org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016... [2019-07-30T06:30:45.478Z] [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) [2019-07-30T06:30:45.478Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:45.478Z] [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) [2019-07-30T06:30:45.478Z] [INFO] Unpacking org.eclipse.equinox.util_1.1.200.v20181008-1820... [2019-07-30T06:30:45.735Z] [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) [2019-07-30T06:30:45.735Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:45.735Z] [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) [2019-07-30T06:30:45.735Z] [INFO] Unpacking org.eclipse.equinox.console_1.3.300.v20190516-1504... [2019-07-30T06:30:45.735Z] [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) [2019-07-30T06:30:45.735Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:45.735Z] [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) [2019-07-30T06:30:45.990Z] [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.500.v20190513-0736... [2019-07-30T06:30:45.990Z] [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) [2019-07-30T06:30:45.990Z] [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) [2019-07-30T06:30:45.990Z] [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) [2019-07-30T06:30:45.990Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:45.990Z] [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) [2019-07-30T06:30:46.247Z] [INFO] Unpacking org.eclipse.ecf_3.9.3.v20190423-0625... [2019-07-30T06:30:46.247Z] [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) [2019-07-30T06:30:46.247Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:46.247Z] [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) [2019-07-30T06:30:46.247Z] [INFO] Unpacking org.eclipse.ecf.identity_3.9.1.v20181107-1749... [2019-07-30T06:30:46.247Z] [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) [2019-07-30T06:30:46.247Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:46.247Z] [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) [2019-07-30T06:30:46.505Z] [INFO] Unpacking org.eclipse.equinox.concurrent_1.1.300.v20190514-1046... [2019-07-30T06:30:46.505Z] [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) [2019-07-30T06:30:46.505Z] [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) [2019-07-30T06:30:46.505Z] [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) [2019-07-30T06:30:46.505Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:46.505Z] [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) [2019-07-30T06:30:46.767Z] [INFO] Unpacking org.eclipse.ecf.ssl_1.2.200.v20190502-0212... [2019-07-30T06:30:46.767Z] [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) [2019-07-30T06:30:46.767Z] [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) [2019-07-30T06:30:46.767Z] [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) [2019-07-30T06:30:46.767Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:46.767Z] [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) [2019-07-30T06:30:47.023Z] [INFO] Unpacking org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132... [2019-07-30T06:30:47.023Z] [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) [2019-07-30T06:30:47.023Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:47.023Z] [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) [2019-07-30T06:30:47.023Z] [INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.400.v20180306-0429... [2019-07-30T06:30:47.023Z] [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) [2019-07-30T06:30:47.023Z] [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) [2019-07-30T06:30:47.279Z] [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) [2019-07-30T06:30:47.279Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:47.279Z] [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) [2019-07-30T06:30:47.279Z] [INFO] Unpacking org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.0.v20190530-1947... [2019-07-30T06:30:47.279Z] [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) [2019-07-30T06:30:47.279Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:47.279Z] [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) [2019-07-30T06:30:47.534Z] [INFO] Unpacking org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.0.v20190502-2116... [2019-07-30T06:30:47.534Z] [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) [2019-07-30T06:30:47.534Z] [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) [2019-07-30T06:30:47.534Z] [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) [2019-07-30T06:30:47.534Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:47.534Z] [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) [2019-07-30T06:30:47.789Z] [INFO] Unpacking org.eclipse.ecf.provider.filetransfer.ssl_1.0.100.v20180301-0132... [2019-07-30T06:30:47.789Z] [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) [2019-07-30T06:30:47.789Z] [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) [2019-07-30T06:30:47.789Z] [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) [2019-07-30T06:30:47.789Z] [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) [2019-07-30T06:30:48.045Z] [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) [2019-07-30T06:30:48.045Z] [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) [2019-07-30T06:30:48.045Z] [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) [2019-07-30T06:30:48.045Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:48.045Z] [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) [2019-07-30T06:30:48.302Z] [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320... [2019-07-30T06:30:48.302Z] [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) [2019-07-30T06:30:48.302Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:48.302Z] [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) [2019-07-30T06:30:48.302Z] [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258... [2019-07-30T06:30:48.302Z] [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) [2019-07-30T06:30:48.302Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:48.302Z] [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) [2019-07-30T06:30:48.559Z] [INFO] Unpacking org.eclipse.equinox.http.jetty_3.7.100.v20190516-1504... [2019-07-30T06:30:48.559Z] [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) [2019-07-30T06:30:48.559Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:48.559Z] [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) [2019-07-30T06:30:48.559Z] [INFO] Unpacking org.eclipse.equinox.http.servlet_1.6.100.v20190516-1504... [2019-07-30T06:30:48.559Z] [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) [2019-07-30T06:30:48.559Z] [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) [2019-07-30T06:30:49.121Z] [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) [2019-07-30T06:30:49.121Z] [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) [2019-07-30T06:30:49.121Z] [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) [2019-07-30T06:30:49.121Z] [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) [2019-07-30T06:30:49.121Z] [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) [2019-07-30T06:30:49.121Z] [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) [2019-07-30T06:30:49.376Z] [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) [2019-07-30T06:30:49.376Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:49.376Z] [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) [2019-07-30T06:30:49.376Z] [INFO] Unpacking org.eclipse.equinox.http.registry_1.1.700.v20190214-1948... [2019-07-30T06:30:49.376Z] [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) [2019-07-30T06:30:49.376Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:49.376Z] [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) [2019-07-30T06:30:49.632Z] [INFO] Unpacking org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948... [2019-07-30T06:30:49.632Z] [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) [2019-07-30T06:30:49.632Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:49.632Z] [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) [2019-07-30T06:30:49.632Z] [INFO] Unpacking org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948... [2019-07-30T06:30:49.632Z] [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) [2019-07-30T06:30:49.632Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:49.632Z] [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) [2019-07-30T06:30:49.887Z] [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.100.v20190330-1646... [2019-07-30T06:30:49.887Z] [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) [2019-07-30T06:30:49.887Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:49.887Z] [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) [2019-07-30T06:30:49.887Z] [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.200.v20180921-1009... [2019-07-30T06:30:50.143Z] [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) [2019-07-30T06:30:50.143Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:50.143Z] [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) [2019-07-30T06:30:50.143Z] [INFO] Unpacking org.eclipse.equinox.p2.console_1.1.100.v20180822-1258... [2019-07-30T06:30:50.143Z] [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) [2019-07-30T06:30:50.143Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:50.143Z] [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) [2019-07-30T06:30:50.143Z] [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.300.v20190215-2242... [2019-07-30T06:30:50.398Z] [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) [2019-07-30T06:30:50.398Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:50.398Z] [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) [2019-07-30T06:30:50.398Z] [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.100.v20180822-1302... [2019-07-30T06:30:50.398Z] [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) [2019-07-30T06:30:50.398Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:50.398Z] [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) [2019-07-30T06:30:50.398Z] [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.300.v20190215-2242... [2019-07-30T06:30:50.654Z] [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) [2019-07-30T06:30:50.654Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:50.654Z] [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) [2019-07-30T06:30:50.654Z] [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.natives_1.3.200.v20180921-1019... [2019-07-30T06:30:50.654Z] [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) [2019-07-30T06:30:50.654Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:50.654Z] [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) [2019-07-30T06:30:50.911Z] [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.200.v20181123-1405... [2019-07-30T06:30:50.911Z] [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) [2019-07-30T06:30:50.911Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:50.911Z] [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) [2019-07-30T06:30:50.911Z] [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310... [2019-07-30T06:30:50.911Z] [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) [2019-07-30T06:30:50.911Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:50.911Z] [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) [2019-07-30T06:30:51.167Z] [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [2019-07-30T06:30:51.167Z] [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) [2019-07-30T06:30:51.167Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:51.167Z] [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) [2019-07-30T06:30:51.424Z] [INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.2.100.v20180822-1354... [2019-07-30T06:30:51.424Z] [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) [2019-07-30T06:30:51.424Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:51.424Z] [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) [2019-07-30T06:30:51.424Z] [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.400.v20190408-2008... [2019-07-30T06:30:51.424Z] [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) [2019-07-30T06:30:51.424Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:51.424Z] [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) [2019-07-30T06:30:51.680Z] [INFO] Unpacking org.eclipse.equinox.security.win32.x86_64_1.1.100.v20180827-1235... [2019-07-30T06:30:51.680Z] [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) [2019-07-30T06:30:51.680Z] [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) [2019-07-30T06:30:51.680Z] [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) [2019-07-30T06:30:51.680Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:51.680Z] [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) [2019-07-30T06:30:51.680Z] [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.200.v20180822-1302... [2019-07-30T06:30:51.938Z] [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) [2019-07-30T06:30:51.938Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:51.938Z] [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) [2019-07-30T06:30:51.938Z] [INFO] Unpacking org.eclipse.equinox.p2.directorywatcher_1.2.200.v20190204-0752... [2019-07-30T06:30:51.938Z] [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) [2019-07-30T06:30:51.938Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:51.938Z] [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) [2019-07-30T06:30:51.938Z] [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.100.v20180822-1302... [2019-07-30T06:30:52.193Z] [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) [2019-07-30T06:30:52.193Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:52.193Z] [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) [2019-07-30T06:30:52.193Z] [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.200.v20190329-1624... [2019-07-30T06:30:52.193Z] [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) [2019-07-30T06:30:52.193Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:52.193Z] [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) [2019-07-30T06:30:52.449Z] [INFO] Unpacking org.eclipse.equinox.p2.extensionlocation_1.3.100.v20180822-1302... [2019-07-30T06:30:52.449Z] [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) [2019-07-30T06:30:52.449Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:52.449Z] [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) [2019-07-30T06:30:52.449Z] [INFO] Unpacking org.eclipse.equinox.p2.reconciler.dropins_1.3.0.v20181023-0914... [2019-07-30T06:30:52.449Z] [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) [2019-07-30T06:30:52.449Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:52.449Z] [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) [2019-07-30T06:30:52.705Z] [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.200.v20181102-0649... [2019-07-30T06:30:52.705Z] [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) [2019-07-30T06:30:52.705Z] [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) [2019-07-30T06:30:52.705Z] [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) [2019-07-30T06:30:52.705Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:52.705Z] [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) [2019-07-30T06:30:52.961Z] [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.500.v20190220-1158... [2019-07-30T06:30:52.961Z] [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) [2019-07-30T06:30:52.961Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:52.961Z] [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) [2019-07-30T06:30:53.217Z] [INFO] Unpacking org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.200.v20181102-0649... [2019-07-30T06:30:53.217Z] [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) [2019-07-30T06:30:53.217Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:53.217Z] [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) [2019-07-30T06:30:53.217Z] [INFO] Unpacking org.eclipse.equinox.p2.updatechecker_1.2.100.v20180827-1122... [2019-07-30T06:30:53.217Z] [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) [2019-07-30T06:30:53.217Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:53.217Z] [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) [2019-07-30T06:30:53.473Z] [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.300.v20190514-1046... [2019-07-30T06:30:53.473Z] [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) [2019-07-30T06:30:53.473Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:53.473Z] [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) [2019-07-30T06:30:53.729Z] [INFO] Unpacking org.eclipse.equinox.p2.ui.sdk_1.1.200.v20181214-0802... [2019-07-30T06:30:53.729Z] [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) [2019-07-30T06:30:53.729Z] [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) [2019-07-30T06:30:53.729Z] [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) [2019-07-30T06:30:53.729Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:53.729Z] [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) [2019-07-30T06:30:53.984Z] [INFO] Unpacking org.eclipse.equinox.p2.ui.importexport_1.2.100.v20180827-1122... [2019-07-30T06:30:53.984Z] [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) [2019-07-30T06:30:53.984Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:53.984Z] [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) [2019-07-30T06:30:53.984Z] [INFO] Unpacking org.eclipse.equinox.p2.updatesite_1.1.100.v20180827-1122... [2019-07-30T06:30:53.984Z] [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) [2019-07-30T06:30:53.984Z] [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) [2019-07-30T06:30:54.239Z] [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) [2019-07-30T06:30:54.239Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:54.239Z] [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) [2019-07-30T06:30:54.239Z] [INFO] Unpacking org.eclipse.help.base_4.2.600.v20190605-1800... [2019-07-30T06:30:54.495Z] [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) [2019-07-30T06:30:54.495Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:54.495Z] [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) [2019-07-30T06:30:54.495Z] [INFO] Unpacking org.eclipse.help.ui_4.1.500.v20190519-2119... [2019-07-30T06:30:54.752Z] [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) [2019-07-30T06:30:54.752Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:54.752Z] [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) [2019-07-30T06:30:54.752Z] [INFO] Unpacking org.eclipse.help.webapp_3.9.500.v20190517-1202... [2019-07-30T06:30:55.007Z] [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) [2019-07-30T06:30:55.007Z] [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) [2019-07-30T06:30:55.007Z] [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) [2019-07-30T06:30:55.007Z] [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) [2019-07-30T06:30:55.263Z] [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) [2019-07-30T06:30:55.263Z] [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) [2019-07-30T06:30:55.263Z] [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) [2019-07-30T06:30:55.263Z] [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) [2019-07-30T06:30:55.520Z] [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) [2019-07-30T06:30:55.520Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:55.520Z] [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) [2019-07-30T06:30:55.520Z] [INFO] Unpacking org.eclipse.platform_4.12.0.v20190605-1800... [2019-07-30T06:30:55.520Z] [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) [2019-07-30T06:30:55.520Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:55.520Z] [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) [2019-07-30T06:30:56.081Z] [INFO] Unpacking org.eclipse.platform.doc.user_4.12.0.v20190604-0816... [2019-07-30T06:30:57.008Z] [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) [2019-07-30T06:30:57.008Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:57.008Z] [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) [2019-07-30T06:30:57.264Z] [INFO] Unpacking org.eclipse.ui.intro.universal_3.3.500.v20190315-1216... [2019-07-30T06:30:57.522Z] [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) [2019-07-30T06:30:57.522Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:57.522Z] [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) [2019-07-30T06:30:57.522Z] [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.400.v20190218-1039... [2019-07-30T06:30:57.778Z] [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) [2019-07-30T06:30:57.778Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:57.778Z] [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) [2019-07-30T06:30:57.778Z] [INFO] Unpacking org.eclipse.ui.browser_3.6.400.v20190513-2118... [2019-07-30T06:30:57.778Z] [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) [2019-07-30T06:30:57.778Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:57.778Z] [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) [2019-07-30T06:30:58.034Z] [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.400.v20190519-2344... [2019-07-30T06:30:58.290Z] [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) [2019-07-30T06:30:58.290Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:58.290Z] [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) [2019-07-30T06:30:58.290Z] [INFO] Unpacking org.eclipse.ui.monitoring_1.1.400.v20190517-1612... [2019-07-30T06:30:58.290Z] [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) [2019-07-30T06:30:58.290Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:58.290Z] [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) [2019-07-30T06:30:58.290Z] [INFO] Unpacking org.eclipse.ui.net_1.3.400.v20190519-2354... [2019-07-30T06:30:58.545Z] [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) [2019-07-30T06:30:58.545Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:58.545Z] [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) [2019-07-30T06:30:58.545Z] [INFO] Unpacking org.eclipse.ui.externaltools_3.4.300.v20190510-0549... [2019-07-30T06:30:58.545Z] [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) [2019-07-30T06:30:58.545Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:58.545Z] [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) [2019-07-30T06:30:58.802Z] [INFO] Unpacking org.eclipse.ui.win32_3.4.200.v20190513-2118... [2019-07-30T06:30:58.802Z] [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) [2019-07-30T06:30:58.802Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:58.802Z] [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) [2019-07-30T06:30:58.802Z] [INFO] Unpacking org.eclipse.ui.intro.quicklinks_1.0.300.v20180821-0700... [2019-07-30T06:30:58.802Z] [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) [2019-07-30T06:30:58.802Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:58.802Z] [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) [2019-07-30T06:30:58.802Z] [INFO] Unpacking org.eclipse.team.genericeditor.diff.extension_1.0.300.v20190519-2354... [2019-07-30T06:30:59.058Z] [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) [2019-07-30T06:30:59.058Z] [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) [2019-07-30T06:30:59.058Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:59.058Z] [INFO] Unpacking org.eclipse.ui.views.log_1.2.600.v20190519-1034... [2019-07-30T06:30:59.058Z] [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) [2019-07-30T06:30:59.058Z] [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) [2019-07-30T06:30:59.314Z] [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) [2019-07-30T06:30:59.314Z] [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) [2019-07-30T06:30:59.314Z] [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) [2019-07-30T06:30:59.314Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:59.314Z] [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) [2019-07-30T06:30:59.314Z] [INFO] Unpacking org.eclipse.update.configurator_3.4.300.v20190518-1030... [2019-07-30T06:30:59.569Z] [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) [2019-07-30T06:30:59.569Z] [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) [2019-07-30T06:30:59.569Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:59.569Z] [INFO] Unpacking org.eclipse.rcp_4.12.0.v20190605-1800... [2019-07-30T06:30:59.569Z] [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) [2019-07-30T06:30:59.569Z] [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) [2019-07-30T06:30:59.569Z] [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) [2019-07-30T06:30:59.569Z] [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) [2019-07-30T06:30:59.825Z] [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) [2019-07-30T06:30:59.825Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:30:59.825Z] [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) [2019-07-30T06:30:59.825Z] [INFO] Unpacking org.eclipse.ui.trace_1.1.500.v20190513-1223... [2019-07-30T06:31:00.387Z] [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) [2019-07-30T06:31:00.387Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:31:00.387Z] [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) [2019-07-30T06:31:00.387Z] [INFO] Unpacking org.eclipse.core.filesystem.macosx_1.3.100.v20180828-0158... [2019-07-30T06:31:00.387Z] [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) [2019-07-30T06:31:00.387Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:31:00.387Z] [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) [2019-07-30T06:31:00.387Z] [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.300.v20190517-1326... [2019-07-30T06:31:00.387Z] [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) [2019-07-30T06:31:00.387Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:31:00.387Z] [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) [2019-07-30T06:31:00.642Z] [INFO] Unpacking org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1000.v20190125-2016... [2019-07-30T06:31:00.642Z] [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) [2019-07-30T06:31:00.642Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:31:00.642Z] [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) [2019-07-30T06:31:00.642Z] [INFO] Unpacking org.eclipse.equinox.security.macosx_1.101.100.v20180827-1235... [2019-07-30T06:31:00.642Z] [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) [2019-07-30T06:31:00.642Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:31:00.642Z] [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) [2019-07-30T06:31:00.899Z] [INFO] Unpacking org.eclipse.ui.cocoa_1.2.200.v20190509-1900... [2019-07-30T06:31:01.461Z] [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) [2019-07-30T06:31:01.461Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:31:01.461Z] [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) [2019-07-30T06:31:01.461Z] [INFO] Unpacking org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158... [2019-07-30T06:31:01.461Z] [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) [2019-07-30T06:31:01.461Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:31:01.461Z] [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) [2019-07-30T06:31:01.461Z] [INFO] Unpacking org.eclipse.core.net.linux.x86_64_1.2.300.v20181130-0925... [2019-07-30T06:31:01.717Z] [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) [2019-07-30T06:31:01.717Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:31:01.717Z] [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) [2019-07-30T06:31:01.717Z] [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016... [2019-07-30T06:31:01.717Z] [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) [2019-07-30T06:31:01.717Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:31:01.717Z] [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) [2019-07-30T06:31:01.717Z] [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.500.v20181106-0908... [2019-07-30T06:31:01.973Z] [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) [2019-07-30T06:31:01.973Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:31:01.973Z] [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) [2019-07-30T06:31:01.973Z] [INFO] Unpacking org.eclipse.equinox.security.linux.x86_64_1.1.200.v20181106-0957... [2019-07-30T06:31:01.973Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp/pom.xml [2019-07-30T06:31:02.229Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.ui:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/.polyglot.build.properties [2019-07-30T06:31:02.229Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.ui:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/.polyglot.build.properties [2019-07-30T06:31:02.791Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.ui:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.ui/.polyglot.build.properties [2019-07-30T06:31:02.791Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator/.polyglot.build.properties [2019-07-30T06:31:02.791Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator/.polyglot.build.properties [2019-07-30T06:31:03.048Z] [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) [2019-07-30T06:31:03.048Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:31:03.048Z] [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) [2019-07-30T06:31:03.048Z] [INFO] Unpacking org.eclipse.equinox.p2.discovery_1.1.100.v20180822-1302... [2019-07-30T06:31:03.048Z] [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) [2019-07-30T06:31:03.048Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:31:03.048Z] [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) [2019-07-30T06:31:03.312Z] [INFO] Unpacking org.eclipse.equinox.p2.discovery.compatibility_1.1.100.v20180822-1302... [2019-07-30T06:31:03.312Z] [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) [2019-07-30T06:31:03.312Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:31:03.312Z] [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) [2019-07-30T06:31:03.312Z] [INFO] Unpacking org.eclipse.equinox.p2.ui.discovery_1.1.100.v20180822-1357... [2019-07-30T06:31:03.874Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator/.polyglot.build.properties [2019-07-30T06:31:03.874Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator.ui:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/.polyglot.build.properties [2019-07-30T06:31:03.874Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator.ui:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/.polyglot.build.properties [2019-07-30T06:31:04.129Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.incubator.ui:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.incubator.ui/.polyglot.build.properties [2019-07-30T06:31:04.129Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.product:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/pom.xml [2019-07-30T06:31:04.129Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.product:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/pom.xml [2019-07-30T06:31:04.690Z] [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) [2019-07-30T06:31:04.690Z] [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) [2019-07-30T06:31:04.690Z] [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) [2019-07-30T06:31:04.690Z] [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) [2019-07-30T06:31:05.251Z] [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) [2019-07-30T06:31:05.251Z] [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) [2019-07-30T06:31:05.812Z] [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) [2019-07-30T06:31:05.812Z] [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) [2019-07-30T06:31:06.069Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.product:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/rcp/org.eclipse.tracecompass.rcp.product/pom.xml [2019-07-30T06:31:06.069Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.alltests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/pom.xml [2019-07-30T06:31:06.069Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.alltests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/pom.xml [2019-07-30T06:31:06.630Z] [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) [2019-07-30T06:31:06.630Z] [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) [2019-07-30T06:31:06.630Z] [INFO] The user operation is waiting for background work to complete. [2019-07-30T06:31:07.557Z] [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/ (787.55kB of 1.36MB at 783.55kB/s) [2019-07-30T06:31:07.814Z] [INFO] Unpacking org.apache.derby_10.11.1.1_v201605202053... [2019-07-30T06:31:09.703Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.alltests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.alltests/pom.xml [2019-07-30T06:31:09.959Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.integration.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/.polyglot.build.properties [2019-07-30T06:31:09.959Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.integration.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/.polyglot.build.properties [2019-07-30T06:31:10.520Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.integration.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.integration.swtbot.tests/.polyglot.build.properties [2019-07-30T06:31:10.776Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.releng-site:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.releng-site/pom.xml [2019-07-30T06:31:10.776Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.releng-site:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.releng-site/pom.xml [2019-07-30T06:31:12.142Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.releng-site:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.releng-site/pom.xml [2019-07-30T06:31:12.142Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.testing:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.testing/.polyglot.build.properties [2019-07-30T06:31:12.142Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.testing:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.testing/.polyglot.build.properties [2019-07-30T06:31:13.069Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.testing:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/releng/org.eclipse.tracecompass.testing/.polyglot.build.properties [2019-07-30T06:31:13.069Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core:1.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/.polyglot.build.properties [2019-07-30T06:31:13.069Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core:1.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/.polyglot.build.properties [2019-07-30T06:31:13.069Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core:1.2.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/.polyglot.build.properties [2019-07-30T06:31:13.069Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/.polyglot.build.properties [2019-07-30T06:31:13.069Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/.polyglot.build.properties [2019-07-30T06:31:13.630Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core.tests/.polyglot.build.properties [2019-07-30T06:31:13.630Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core:2.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/.polyglot.build.properties [2019-07-30T06:31:13.630Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core:2.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/.polyglot.build.properties [2019-07-30T06:31:13.630Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core:2.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/.polyglot.build.properties [2019-07-30T06:31:13.630Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/.polyglot.build.properties [2019-07-30T06:31:13.630Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/.polyglot.build.properties [2019-07-30T06:31:13.886Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core.tests/.polyglot.build.properties [2019-07-30T06:31:14.142Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core:4.2.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/.polyglot.build.properties [2019-07-30T06:31:14.142Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core:4.2.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/.polyglot.build.properties [2019-07-30T06:31:14.142Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core:4.2.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/.polyglot.build.properties [2019-07-30T06:31:14.142Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/.polyglot.build.properties [2019-07-30T06:31:14.142Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/.polyglot.build.properties [2019-07-30T06:31:14.397Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/.polyglot.build.properties [2019-07-30T06:31:14.397Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/.polyglot.build.properties [2019-07-30T06:31:14.397Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/.polyglot.build.properties [2019-07-30T06:31:14.958Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/.polyglot.build.properties [2019-07-30T06:31:15.215Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core:5.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/.polyglot.build.properties [2019-07-30T06:31:15.215Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core:5.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/.polyglot.build.properties [2019-07-30T06:31:15.215Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core:5.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/.polyglot.build.properties [2019-07-30T06:31:15.215Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/.polyglot.build.properties [2019-07-30T06:31:15.215Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/.polyglot.build.properties [2019-07-30T06:31:15.471Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/.polyglot.build.properties [2019-07-30T06:31:15.726Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui:5.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/.polyglot.build.properties [2019-07-30T06:31:15.726Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui:5.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/.polyglot.build.properties [2019-07-30T06:31:16.289Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui:5.1.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/.polyglot.build.properties [2019-07-30T06:31:16.544Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/.polyglot.build.properties [2019-07-30T06:31:16.544Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/.polyglot.build.properties [2019-07-30T06:31:17.471Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.tests:1.0.10-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/.polyglot.build.properties [2019-07-30T06:31:17.471Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core:3.2.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/.polyglot.build.properties [2019-07-30T06:31:17.471Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core:3.2.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/.polyglot.build.properties [2019-07-30T06:31:17.727Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core:3.2.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/.polyglot.build.properties [2019-07-30T06:31:17.727Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/.polyglot.build.properties [2019-07-30T06:31:17.727Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/.polyglot.build.properties [2019-07-30T06:31:17.991Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/.polyglot.build.properties [2019-07-30T06:31:18.247Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui:2.1.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/.polyglot.build.properties [2019-07-30T06:31:18.247Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui:2.1.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/.polyglot.build.properties [2019-07-30T06:31:18.808Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui:2.1.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/.polyglot.build.properties [2019-07-30T06:31:18.808Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/.polyglot.build.properties [2019-07-30T06:31:18.808Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/.polyglot.build.properties [2019-07-30T06:31:19.369Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui.tests:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.tests/.polyglot.build.properties [2019-07-30T06:31:19.625Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/.polyglot.build.properties [2019-07-30T06:31:19.625Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/.polyglot.build.properties [2019-07-30T06:31:19.880Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/.polyglot.build.properties [2019-07-30T06:31:19.880Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.polyglot.build.properties [2019-07-30T06:31:19.880Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.polyglot.build.properties [2019-07-30T06:31:20.442Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core.tests:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.polyglot.build.properties [2019-07-30T06:31:20.442Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui:1.0.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/.polyglot.build.properties [2019-07-30T06:31:20.442Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui:1.0.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/.polyglot.build.properties [2019-07-30T06:31:21.003Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui:1.0.7-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/.polyglot.build.properties [2019-07-30T06:31:21.259Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/.polyglot.build.properties [2019-07-30T06:31:21.259Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/.polyglot.build.properties [2019-07-30T06:31:21.829Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.tests/.polyglot.build.properties [2019-07-30T06:31:21.829Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote/.polyglot.build.properties [2019-07-30T06:31:21.829Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote/.polyglot.build.properties [2019-07-30T06:31:22.391Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote:5.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote/.polyglot.build.properties [2019-07-30T06:31:22.391Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/.polyglot.build.properties [2019-07-30T06:31:22.391Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/.polyglot.build.properties [2019-07-30T06:31:22.391Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core:2.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/.polyglot.build.properties [2019-07-30T06:31:22.391Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/.polyglot.build.properties [2019-07-30T06:31:22.391Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/.polyglot.build.properties [2019-07-30T06:31:22.976Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/.polyglot.build.properties [2019-07-30T06:31:22.976Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/.polyglot.build.properties [2019-07-30T06:31:22.976Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/.polyglot.build.properties [2019-07-30T06:31:23.538Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui:1.0.5-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/.polyglot.build.properties [2019-07-30T06:31:23.538Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/.polyglot.build.properties [2019-07-30T06:31:23.538Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/.polyglot.build.properties [2019-07-30T06:31:24.099Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui.tests:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.tests/.polyglot.build.properties [2019-07-30T06:31:24.354Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.filter.parser:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/pom.xml [2019-07-30T06:31:24.354Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.filter.parser:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/pom.xml [2019-07-30T06:31:24.354Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.filter.parser:1.0.2-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/pom.xml [2019-07-30T06:31:24.354Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.swtbot.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:31:24.354Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.swtbot.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:31:24.915Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.swtbot.tests:1.0.9-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:31:25.171Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:31:25.171Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:31:25.732Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests:1.0.8-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:31:25.732Z] [WARNING] Missing extra classpath entry target/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests-1.0.1-SNAPSHOT.jar [2019-07-30T06:31:25.732Z] [WARNING] Missing extra classpath entry target/org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests-1.0.1-SNAPSHOT-sources.jar [2019-07-30T06:31:25.988Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:31:25.988Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:31:26.550Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests:1.0.6-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:31:26.806Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:31:26.806Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:31:27.367Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests:1.0.3-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/.polyglot.build.properties [2019-07-30T06:31:27.625Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace/.polyglot.build.properties [2019-07-30T06:31:27.625Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace/.polyglot.build.properties [2019-07-30T06:31:28.219Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace:1.0.0-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace/.polyglot.build.properties [2019-07-30T06:31:28.219Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core:0.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/.polyglot.build.properties [2019-07-30T06:31:28.219Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core:0.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/.polyglot.build.properties [2019-07-30T06:31:28.219Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core:0.1.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core/.polyglot.build.properties [2019-07-30T06:31:28.219Z] [INFO] Computing target platform for MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core.test:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/.polyglot.build.properties [2019-07-30T06:31:28.219Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core.test:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/.polyglot.build.properties [2019-07-30T06:31:28.475Z] [INFO] Resolving class path of MavenProject: org.eclipse.tracecompass:org.eclipse.tracecompass.jsontrace.core.test:1.0.1-SNAPSHOT @ /home/jenkins/workspace/tracecompass-gerrit/jsontrace/org.eclipse.tracecompass.jsontrace.core.test/.polyglot.build.properties [2019-07-30T06:31:28.475Z] [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 [2019-07-30T06:31:28.475Z] [INFO] ------------------------------------------------------------------------ [2019-07-30T06:31:28.475Z] [INFO] Reactor Build Order: [2019-07-30T06:31:28.475Z] [INFO] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass Parent [pom] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass Tracetype-agnostic Analyses Parent [pom] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass Common Utilities Parent [pom] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.common.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass State System Parent [pom] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.datastore.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.segmentstore.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.statesystem.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass TMF Parent [pom] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass Filter Parser [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.counters.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass CTF Support Parent [pom] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass CTF Parser Plug-in [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.ctf.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass CTF Core Tests Plug-in [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.statesystem.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.ctf.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.ctf.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.counters.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.ui [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.counters.ui [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.graph.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.graph.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.chart.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.lami.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.lami.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.lami.ui [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.graph.ui [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.timing.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.timing.ui [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.profiling.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.profiling.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.profiling.ui [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.ui.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.ui.swtbot.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.timing.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass LTTng Support Parent [pom] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.lttng2.common.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.chart.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass BTF Support Parent [pom] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.btf.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass Documentation [pom] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass Developer Guide [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf [eclipse-feature] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.btf.ui [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.btf [eclipse-feature] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.btf.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.common.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.ctf [eclipse-feature] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.ctf.parser.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.ctf [eclipse-feature] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass User Guide [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass GDB Tracepoint Analysis User Guide [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass RCP User Guide [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass Pcap User Guide [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.examples [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass GDB Tracepoint Analysis Parent [pom] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.gdbtrace.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.gdbtrace.ui [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.gdbtrace [eclipse-feature] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.gdbtrace.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.gdbtrace.ui.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.lttng2.common.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.lttng2.control.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.remote.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.lttng2.control [eclipse-feature] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.lttng2.control.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.remote.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.ui [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.lttng2.kernel [eclipse-feature] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.lttng2.ust.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.lttng2.ust [eclipse-feature] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.lttng2.ust.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass Pcap Format Support Parent [pom] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.pcap.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass Pcap Parser Core Tests Plug-in [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.pcap.core [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.pcap.ui [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.pcap [eclipse-feature] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.pcap.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests [eclipse-test-plugin] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass RCP Parent [pom] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass RCP Branding plug-in [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass RCP Branding Feature [eclipse-feature] [2019-07-30T06:31:28.475Z] [INFO] org.eclipse.tracecompass.rcp.ui [eclipse-plugin] [2019-07-30T06:31:28.475Z] [INFO] Trace Compass RCP Feature [eclipse-feature] [2019-07-30T06:31:28.476Z] [INFO] org.eclipse.tracecompass.rcp.incubator.ui [eclipse-plugin] [2019-07-30T06:31:28.476Z] [INFO] org.eclipse.tracecompass.rcp.incubator [eclipse-feature] [2019-07-30T06:31:28.476Z] [INFO] Trace Compass Json trace Parent [pom] [2019-07-30T06:31:28.476Z] [INFO] org.eclipse.tracecompass.jsontrace.core [eclipse-plugin] [2019-07-30T06:31:28.476Z] [INFO] org.eclipse.tracecompass.jsontrace [eclipse-feature] [2019-07-30T06:31:28.476Z] [INFO] Trace Compass RCP Product [eclipse-repository] [2019-07-30T06:31:28.476Z] [INFO] Trace Compass Release Engineering Parent [pom] [2019-07-30T06:31:28.476Z] [INFO] Trace Compass Target Platform [pom] [2019-07-30T06:31:28.476Z] [INFO] org.eclipse.tracecompass.integration.swtbot.tests [eclipse-test-plugin] [2019-07-30T06:31:28.476Z] [INFO] org.eclipse.tracecompass.datastore.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.476Z] [INFO] org.eclipse.tracecompass.segmentstore.core.tests [eclipse-test-plugin] [2019-07-30T06:31:28.476Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests [eclipse-test-plugin] [2019-07-30T06:31:28.476Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui.tests [eclipse-test-plugin] [2019-07-30T06:31:28.476Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui.tests [eclipse-test-plugin] [2019-07-30T06:31:28.476Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests [eclipse-test-plugin] [2019-07-30T06:31:28.476Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui.tests [eclipse-test-plugin] [2019-07-30T06:31:28.476Z] [INFO] Trace Compass All Tests [eclipse-test-plugin] [2019-07-30T06:31:28.476Z] [INFO] org.eclipse.tracecompass.testing [eclipse-feature] [2019-07-30T06:31:28.476Z] [INFO] org.eclipse.tracecompass.tmf.remote [eclipse-feature] [2019-07-30T06:31:28.476Z] [INFO] Trace Compass Repository [eclipse-repository] [2019-07-30T06:31:28.476Z] [INFO] org.eclipse.tracecompass.jsontrace.core.test [eclipse-plugin] [2019-07-30T06:31:28.476Z] [INFO] [2019-07-30T06:31:28.476Z] [INFO] ---------< org.eclipse.tracecompass:org.eclipse.tracecompass >---------- [2019-07-30T06:31:28.476Z] [INFO] Building Trace Compass Parent 5.0.0-SNAPSHOT [1/134] [2019-07-30T06:31:28.476Z] [INFO] --------------------------------[ pom ]--------------------------------- [2019-07-30T06:31:28.476Z] [INFO] [2019-07-30T06:31:28.476Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass --- [2019-07-30T06:31:28.476Z] 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 [2019-07-30T06:31:28.732Z] 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 [2019-07-30T06:31:28.732Z] 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 [2019-07-30T06:31:28.732Z] 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 [2019-07-30T06:31:28.732Z] 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 [2019-07-30T06:31:28.732Z] 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 [2019-07-30T06:31:28.987Z] 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 155 kB/s) [2019-07-30T06:31:28.987Z] 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 [2019-07-30T06:31:28.987Z] 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 [2019-07-30T06:31:28.987Z] 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 [2019-07-30T06:31:28.987Z] 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 [2019-07-30T06:31:28.987Z] 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 [2019-07-30T06:31:28.988Z] 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 [2019-07-30T06:31:28.988Z] 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 204 kB/s) [2019-07-30T06:31:28.988Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/25/maven-parent-25.pom [2019-07-30T06:31:29.244Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom [2019-07-30T06:31:29.244Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/25/maven-parent-25.pom [2019-07-30T06:31:29.244Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom [2019-07-30T06:31:29.244Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom [2019-07-30T06:31:29.244Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [2019-07-30T06:31:29.244Z] 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.4 MB/s) [2019-07-30T06:31:29.244Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/15/apache-15.pom [2019-07-30T06:31:29.244Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/15/apache-15.pom [2019-07-30T06:31:29.500Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/15/apache-15.pom [2019-07-30T06:31:29.500Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/15/apache-15.pom [2019-07-30T06:31:29.500Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/15/apache-15.pom [2019-07-30T06:31:29.500Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [2019-07-30T06:31:29.500Z] 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 586 kB/s) [2019-07-30T06:31:29.500Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.4/commons-io-2.4.pom [2019-07-30T06:31:29.500Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom [2019-07-30T06:31:29.500Z] 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 [2019-07-30T06:31:29.756Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom [2019-07-30T06:31:29.756Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.4/commons-io-2.4.pom [2019-07-30T06:31:29.756Z] 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 [2019-07-30T06:31:29.756Z] 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 424 kB/s) [2019-07-30T06:31:29.756Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/25/commons-parent-25.pom [2019-07-30T06:31:29.756Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom [2019-07-30T06:31:29.756Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/25/commons-parent-25.pom [2019-07-30T06:31:30.012Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom [2019-07-30T06:31:30.012Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/25/commons-parent-25.pom [2019-07-30T06:31:30.012Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [2019-07-30T06:31:30.012Z] 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.7 MB/s) [2019-07-30T06:31:30.012Z] 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 [2019-07-30T06:31:30.012Z] 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 [2019-07-30T06:31:30.012Z] 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 [2019-07-30T06:31:30.267Z] 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 [2019-07-30T06:31:30.267Z] 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 [2019-07-30T06:31:30.267Z] 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 [2019-07-30T06:31:30.267Z] 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 34 kB/s) [2019-07-30T06:31:30.267Z] 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 [2019-07-30T06:31:30.267Z] 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 [2019-07-30T06:31:30.267Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-io/commons-io/2.4/commons-io-2.4.jar [2019-07-30T06:31:30.267Z] 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 [2019-07-30T06:31:30.267Z] 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 [2019-07-30T06:31:30.267Z] 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 [2019-07-30T06:31:30.267Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.jar [2019-07-30T06:31:30.267Z] 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 [2019-07-30T06:31:30.267Z] 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 [2019-07-30T06:31:30.267Z] 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 [2019-07-30T06:31:30.267Z] 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 [2019-07-30T06:31:30.267Z] 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 [2019-07-30T06:31:30.524Z] 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 [2019-07-30T06:31:30.524Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-io/commons-io/2.4/commons-io-2.4.jar [2019-07-30T06:31:30.524Z] 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 [2019-07-30T06:31:30.524Z] 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 [2019-07-30T06:31:30.524Z] 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 [2019-07-30T06:31:30.524Z] 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 [2019-07-30T06:31:30.524Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-io/commons-io/2.4/commons-io-2.4.jar [2019-07-30T06:31:30.524Z] 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 [2019-07-30T06:31:30.524Z] 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 [2019-07-30T06:31:30.524Z] 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 [2019-07-30T06:31:30.524Z] 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 [2019-07-30T06:31:30.524Z] 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 [2019-07-30T06:31:30.524Z] Progress (1): 4.1/185 kB Progress (1): 7.7/185 kB Progress (1): 12/185 kB Progress (2): 12/185 kB | 4.1/32 kB Progress (2): 16/185 kB | 4.1/32 kB Progress (2): 16/185 kB | 7.7/32 kB Progress (2): 20/185 kB | 7.7/32 kB Progress (2): 24/185 kB | 7.7/32 kB Progress (2): 24/185 kB | 12/32 kB Progress (2): 28/185 kB | 12/32 kB Progress (2): 28/185 kB | 16/32 kB Progress (2): 32/185 kB | 16/32 kB Progress (2): 32/185 kB | 20/32 kB Progress (2): 36/185 kB | 20/32 kB Progress (2): 36/185 kB | 24/32 kB Progress (2): 40/185 kB | 24/32 kB Progress (2): 44/185 kB | 24/32 kB Progress (2): 48/185 kB | 24/32 kB Progress (2): 52/185 kB | 24/32 kB Progress (2): 56/185 kB | 24/32 kB Progress (2): 56/185 kB | 28/32 kB Progress (2): 60/185 kB | 28/32 kB Progress (3): 60/185 kB | 28/32 kB | 4.1/155 kB Progress (3): 60/185 kB | 32/32 kB | 4.1/155 kB Progress (3): 60/185 kB | 32/32 kB | 7.7/155 kB Progress (3): 64/185 kB | 32/32 kB | 7.7/155 kB Progress (3): 64/185 kB | 32 kB | 7.7/155 kB Progress (3): 68/185 kB | 32 kB | 7.7/155 kB Progress (3): 72/185 kB | 32 kB | 7.7/155 kB Progress (4): 72/185 kB | 32 kB | 7.7/155 kB | 4.1/222 kB Progress (4): 76/185 kB | 32 kB | 7.7/155 kB | 4.1/222 kB Progress (4): 76/185 kB | 32 kB | 7.7/155 kB | 7.7/222 kB Progress (4): 80/185 kB | 32 kB | 7.7/155 kB | 7.7/222 kB Progress (4): 80/185 kB | 32 kB | 12/155 kB | 7.7/222 kB Progress (4): 84/185 kB | 32 kB | 12/155 kB | 7.7/222 kB Progress (4): 84/185 kB | 32 kB | 16/155 kB | 7.7/222 kB Progress (4): 88/185 kB | 32 kB | 16/155 kB | 7.7/222 kB Progress (4): 88/185 kB | 32 kB | 20/155 kB | 7.7/222 kB Progress (4): 88/185 kB | 32 kB | 20/155 kB | 12/222 kB Progress (4): 88/185 kB | 32 kB | 24/155 kB | 12/222 kB Progress (4): 92/185 kB | 32 kB | 24/155 kB | 12/222 kB Progress (4): 92/185 kB | 32 kB | 28/155 kB | 12/222 kB Progress (4): 92/185 kB | 32 kB | 28/155 kB | 16/222 kB Progress (4): 92/185 kB | 32 kB | 32/155 kB | 16/222 kB Progress (4): 96/185 kB | 32 kB | 32/155 kB | 16/222 kB Progress (4): 96/185 kB | 32 kB | 36/155 kB | 16/222 kB Progress (4): 96/185 kB | 32 kB | 36/155 kB | 20/222 kB Progress (4): 96/185 kB | 32 kB | 40/155 kB | 20/222 kB Progress (4): 98/185 kB | 32 kB | 40/155 kB | 20/222 kB Progress (4): 98/185 kB | 32 kB | 44/155 kB | 20/222 kB Progress (4): 98/185 kB | 32 kB | 44/155 kB | 24/222 kB Progress (4): 98/185 kB | 32 kB | 48/155 kB | 24/222 kB Progress (4): 102/185 kB | 32 kB | 48/155 kB | 24/222 kB Progress (4): 102/185 kB | 32 kB | 52/155 kB | 24/222 kB Progress (4): 102/185 kB | 32 kB | 52/155 kB | 28/222 kB Progress (4): 102/185 kB | 32 kB | 56/155 kB | 28/222 kB Progress (4): 106/185 kB | 32 kB | 56/155 kB | 28/222 kB Progress (4): 106/185 kB | 32 kB | 60/155 kB | 28/222 kB Progress (4): 106/185 kB | 32 kB | 60/155 kB | 32/222 kB Progress (4): 106/185 kB | 32 kB | 64/155 kB | 32/222 kB Progress (4): 110/185 kB | 32 kB | 64/155 kB | 32/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 1.0 MB/s) [2019-07-30T06:31:30.780Z] Progress (3): 114/185 kB | 64/155 kB | 32/222 kB Progress (3): 114/185 kB | 68/155 kB | 32/222 kB Progress (3): 114/185 kB | 68/155 kB | 36/222 kB Progress (3): 114/185 kB | 72/155 kB | 36/222 kB Progress (3): 118/185 kB | 72/155 kB | 36/222 kB Progress (3): 118/185 kB | 76/155 kB | 36/222 kB Progress (3): 118/185 kB | 76/155 kB | 40/222 kB Progress (3): 118/185 kB | 80/155 kB | 40/222 kB Progress (3): 122/185 kB | 80/155 kB | 40/222 kB Progress (3): 122/185 kB | 84/155 kB | 40/222 kB Progress (3): 122/185 kB | 84/155 kB | 44/222 kB Progress (3): 122/185 kB | 88/155 kB | 44/222 kB Progress (3): 126/185 kB | 88/155 kB | 44/222 kB Progress (3): 126/185 kB | 92/155 kB | 44/222 kB Progress (3): 126/185 kB | 92/155 kB | 48/222 kB Progress (3): 126/185 kB | 96/155 kB | 48/222 kB Progress (3): 126/185 kB | 96/155 kB | 52/222 kB Progress (3): 130/185 kB | 96/155 kB | 52/222 kB Progress (3): 130/185 kB | 96/155 kB | 56/222 kB Progress (3): 130/185 kB | 100/155 kB | 56/222 kB Progress (3): 130/185 kB | 100/155 kB | 60/222 kB Progress (3): 131/185 kB | 100/155 kB | 60/222 kB Progress (3): 131/185 kB | 100/155 kB | 64/222 kB Progress (3): 131/185 kB | 104/155 kB | 64/222 kB Progress (3): 131/185 kB | 104/155 kB | 68/222 kB Progress (3): 135/185 kB | 104/155 kB | 68/222 kB Progress (3): 135/185 kB | 104/155 kB | 72/222 kB Progress (3): 135/185 kB | 108/155 kB | 72/222 kB Progress (3): 135/185 kB | 108/155 kB | 76/222 kB Progress (3): 139/185 kB | 108/155 kB | 76/222 kB Progress (3): 139/185 kB | 108/155 kB | 80/222 kB Progress (3): 139/185 kB | 112/155 kB | 80/222 kB Progress (3): 139/185 kB | 112/155 kB | 84/222 kB Progress (3): 143/185 kB | 112/155 kB | 84/222 kB Progress (3): 143/185 kB | 112/155 kB | 88/222 kB Progress (3): 143/185 kB | 116/155 kB | 88/222 kB Progress (3): 143/185 kB | 116/155 kB | 92/222 kB Progress (3): 147/185 kB | 116/155 kB | 92/222 kB Progress (3): 147/185 kB | 116/155 kB | 96/222 kB Progress (3): 147/185 kB | 120/155 kB | 96/222 kB Progress (3): 151/185 kB | 120/155 kB | 96/222 kB Progress (3): 151/185 kB | 124/155 kB | 96/222 kB Progress (3): 151/185 kB | 124/155 kB | 100/222 kB Progress (3): 151/185 kB | 128/155 kB | 100/222 kB Progress (3): 155/185 kB | 128/155 kB | 100/222 kB Progress (3): 155/185 kB | 132/155 kB | 100/222 kB Progress (3): 155/185 kB | 132/155 kB | 104/222 kB Progress (3): 155/185 kB | 136/155 kB | 104/222 kB Progress (3): 159/185 kB | 136/155 kB | 104/222 kB Progress (3): 159/185 kB | 140/155 kB | 104/222 kB Progress (3): 159/185 kB | 140/155 kB | 108/222 kB Progress (3): 159/185 kB | 144/155 kB | 108/222 kB Progress (3): 163/185 kB | 144/155 kB | 108/222 kB Progress (3): 163/185 kB | 148/155 kB | 108/222 kB Progress (3): 163/185 kB | 148/155 kB | 112/222 kB Progress (3): 163/185 kB | 152/155 kB | 112/222 kB Progress (3): 167/185 kB | 152/155 kB | 112/222 kB Progress (3): 167/185 kB | 155 kB | 112/222 kB Progress (3): 167/185 kB | 155 kB | 116/222 kB Progress (3): 171/185 kB | 155 kB | 116/222 kB Progress (3): 171/185 kB | 155 kB | 120/222 kB Progress (3): 175/185 kB | 155 kB | 120/222 kB Progress (3): 175/185 kB | 155 kB | 124/222 kB Progress (3): 179/185 kB | 155 kB | 124/222 kB Progress (3): 179/185 kB | 155 kB | 128/222 kB Progress (3): 183/185 kB | 155 kB | 128/222 kB Progress (3): 183/185 kB | 155 kB | 132/222 kB Progress (3): 185 kB | 155 kB | 132/222 kB Progress (3): 185 kB | 155 kB | 136/222 kB Progress (3): 185 kB | 155 kB | 140/222 kB Progress (3): 185 kB | 155 kB | 144/222 kB Progress (3): 185 kB | 155 kB | 148/222 kB Progress (3): 185 kB | 155 kB | 152/222 kB Progress (3): 185 kB | 155 kB | 156/222 kB Progress (3): 185 kB | 155 kB | 160/222 kB Progress (3): 185 kB | 155 kB | 164/222 kB Progress (3): 185 kB | 155 kB | 168/222 kB Progress (3): 185 kB | 155 kB | 172/222 kB Progress (3): 185 kB | 155 kB | 176/222 kB Progress (3): 185 kB | 155 kB | 180/222 kB Progress (3): 185 kB | 155 kB | 184/222 kB Progress (3): 185 kB | 155 kB | 188/222 kB Progress (3): 185 kB | 155 kB | 192/222 kB Progress (3): 185 kB | 155 kB | 196/222 kB Progress (3): 185 kB | 155 kB | 200/222 kB Progress (3): 185 kB | 155 kB | 204/222 kB Progress (3): 185 kB | 155 kB | 208/222 kB Progress (3): 185 kB | 155 kB | 212/222 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 3.4 MB/s) [2019-07-30T06:31:30.780Z] 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 4.0 MB/s) [2019-07-30T06:31:30.780Z] Progress (1): 216/222 kB Progress (1): 220/222 kB Progress (1): 222 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.2 MB/s) [2019-07-30T06:31:30.780Z] [INFO] [2019-07-30T06:31:30.780Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass --- [2019-07-30T06:31:30.780Z] 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 [2019-07-30T06:31:30.780Z] 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 [2019-07-30T06:31:30.780Z] 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 [2019-07-30T06:31:30.780Z] 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 [2019-07-30T06:31:30.780Z] 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 [2019-07-30T06:31:30.780Z] 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 [2019-07-30T06:31:30.781Z] 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 167 kB/s) [2019-07-30T06:31:30.781Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/4.11/junit-4.11.pom [2019-07-30T06:31:31.037Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.11/junit-4.11.pom [2019-07-30T06:31:31.037Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/4.11/junit-4.11.pom [2019-07-30T06:31:31.037Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.11/junit-4.11.pom [2019-07-30T06:31:31.037Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.11/junit-4.11.pom [2019-07-30T06:31:31.037Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom [2019-07-30T06:31:31.037Z] 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 112 kB/s) [2019-07-30T06:31:31.037Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [2019-07-30T06:31:31.037Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [2019-07-30T06:31:31.037Z] 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 [2019-07-30T06:31:31.293Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [2019-07-30T06:31:31.293Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [2019-07-30T06:31:31.293Z] 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 [2019-07-30T06:31:31.293Z] 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 28 kB/s) [2019-07-30T06:31:31.293Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [2019-07-30T06:31:31.293Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [2019-07-30T06:31:31.293Z] 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 [2019-07-30T06:31:31.548Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [2019-07-30T06:31:31.548Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [2019-07-30T06:31:31.548Z] 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 [2019-07-30T06:31:31.548Z] 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 76 kB/s) [2019-07-30T06:31:31.548Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.3/commons-lang-2.3.pom [2019-07-30T06:31:31.548Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.3/commons-lang-2.3.pom [2019-07-30T06:31:31.548Z] 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 [2019-07-30T06:31:31.804Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.3/commons-lang-2.3.pom [2019-07-30T06:31:31.804Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.3/commons-lang-2.3.pom [2019-07-30T06:31:31.804Z] 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 [2019-07-30T06:31:31.804Z] 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 397 kB/s) [2019-07-30T06:31:31.804Z] 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 [2019-07-30T06:31:31.804Z] 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 [2019-07-30T06:31:31.804Z] 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 [2019-07-30T06:31:32.059Z] 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 [2019-07-30T06:31:32.059Z] 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 [2019-07-30T06:31:32.059Z] 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 [2019-07-30T06:31:32.059Z] 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 134 kB/s) [2019-07-30T06:31:32.059Z] 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 [2019-07-30T06:31:32.059Z] 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 [2019-07-30T06:31:32.059Z] 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 [2019-07-30T06:31:32.315Z] 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 [2019-07-30T06:31:32.315Z] 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 [2019-07-30T06:31:32.315Z] 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 [2019-07-30T06:31:32.315Z] 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 43 kB/s) [2019-07-30T06:31:32.315Z] 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 [2019-07-30T06:31:32.315Z] 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 [2019-07-30T06:31:32.315Z] 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 [2019-07-30T06:31:32.571Z] 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 [2019-07-30T06:31:32.571Z] 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 [2019-07-30T06:31:32.571Z] 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 [2019-07-30T06:31:32.571Z] 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) [2019-07-30T06:31:32.571Z] 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 [2019-07-30T06:31:32.571Z] 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 [2019-07-30T06:31:32.571Z] 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 [2019-07-30T06:31:32.829Z] 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 [2019-07-30T06:31:32.829Z] 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 [2019-07-30T06:31:32.829Z] 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 [2019-07-30T06:31:32.829Z] 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 150 kB/s) [2019-07-30T06:31:32.829Z] 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 [2019-07-30T06:31:32.829Z] 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 [2019-07-30T06:31:32.829Z] 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 [2019-07-30T06:31:33.121Z] 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 [2019-07-30T06:31:33.121Z] 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 [2019-07-30T06:31:33.121Z] 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 [2019-07-30T06:31:33.121Z] 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 112 kB/s) [2019-07-30T06:31:33.121Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [2019-07-30T06:31:33.121Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [2019-07-30T06:31:33.121Z] 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 [2019-07-30T06:31:33.466Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [2019-07-30T06:31:33.466Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [2019-07-30T06:31:33.466Z] 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 [2019-07-30T06:31:33.466Z] 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 448 kB/s) [2019-07-30T06:31:33.466Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/6/maven-parent-6.pom [2019-07-30T06:31:33.466Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/6/maven-parent-6.pom [2019-07-30T06:31:33.466Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/6/maven-parent-6.pom [2019-07-30T06:31:33.722Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/6/maven-parent-6.pom [2019-07-30T06:31:33.722Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/6/maven-parent-6.pom [2019-07-30T06:31:33.722Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom [2019-07-30T06:31:33.722Z] 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 835 kB/s) [2019-07-30T06:31:33.722Z] 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 [2019-07-30T06:31:33.722Z] 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 [2019-07-30T06:31:33.722Z] 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 [2019-07-30T06:31:33.977Z] 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 [2019-07-30T06:31:33.977Z] 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 [2019-07-30T06:31:33.977Z] 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 [2019-07-30T06:31:33.977Z] 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 102 kB/s) [2019-07-30T06:31:33.977Z] 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 [2019-07-30T06:31:33.977Z] 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 [2019-07-30T06:31:33.977Z] 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 [2019-07-30T06:31:34.233Z] 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 [2019-07-30T06:31:34.233Z] 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 [2019-07-30T06:31:34.233Z] 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 [2019-07-30T06:31:34.233Z] 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 155 kB/s) [2019-07-30T06:31:34.233Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [2019-07-30T06:31:34.233Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [2019-07-30T06:31:34.233Z] 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 [2019-07-30T06:31:34.233Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [2019-07-30T06:31:34.489Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [2019-07-30T06:31:34.489Z] 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 [2019-07-30T06:31:34.489Z] 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 552 kB/s) [2019-07-30T06:31:34.489Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [2019-07-30T06:31:34.489Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [2019-07-30T06:31:34.489Z] 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 [2019-07-30T06:31:34.744Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [2019-07-30T06:31:34.744Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [2019-07-30T06:31:34.744Z] 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 [2019-07-30T06:31:34.744Z] 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 100 kB/s) [2019-07-30T06:31:34.744Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom [2019-07-30T06:31:34.744Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/xbean/xbean/3.4/xbean-3.4.pom [2019-07-30T06:31:34.744Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/xbean/xbean/3.4/xbean-3.4.pom [2019-07-30T06:31:35.000Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/xbean/xbean/3.4/xbean-3.4.pom [2019-07-30T06:31:35.000Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom [2019-07-30T06:31:35.000Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom [2019-07-30T06:31:35.000Z] 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 806 kB/s) [2019-07-30T06:31:35.000Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/log4j/log4j/1.2.12/log4j-1.2.12.pom [2019-07-30T06:31:35.000Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/log4j/log4j/1.2.12/log4j-1.2.12.pom [2019-07-30T06:31:35.000Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/log4j/log4j/1.2.12/log4j-1.2.12.pom [2019-07-30T06:31:35.255Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/log4j/log4j/1.2.12/log4j-1.2.12.pom [2019-07-30T06:31:35.255Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/log4j/log4j/1.2.12/log4j-1.2.12.pom [2019-07-30T06:31:35.255Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [2019-07-30T06:31:35.255Z] 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 6.3 kB/s) [2019-07-30T06:31:35.255Z] 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 [2019-07-30T06:31:35.255Z] 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 [2019-07-30T06:31:35.255Z] 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 [2019-07-30T06:31:35.511Z] 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 [2019-07-30T06:31:35.511Z] 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 [2019-07-30T06:31:35.511Z] 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 [2019-07-30T06:31:35.511Z] 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 137 kB/s) [2019-07-30T06:31:35.511Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [2019-07-30T06:31:35.511Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [2019-07-30T06:31:35.511Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [2019-07-30T06:31:35.766Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [2019-07-30T06:31:35.766Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [2019-07-30T06:31:35.766Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [2019-07-30T06:31:35.766Z] 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 57 kB/s) [2019-07-30T06:31:35.766Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [2019-07-30T06:31:35.766Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [2019-07-30T06:31:35.766Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [2019-07-30T06:31:36.022Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [2019-07-30T06:31:36.022Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [2019-07-30T06:31:36.022Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [2019-07-30T06:31:36.022Z] 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 67 kB/s) [2019-07-30T06:31:36.022Z] 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 [2019-07-30T06:31:36.022Z] 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 [2019-07-30T06:31:36.022Z] 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 [2019-07-30T06:31:36.277Z] 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 [2019-07-30T06:31:36.277Z] 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 [2019-07-30T06:31:36.277Z] 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 [2019-07-30T06:31:36.277Z] 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 259 kB/s) [2019-07-30T06:31:36.277Z] 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 [2019-07-30T06:31:36.277Z] 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 [2019-07-30T06:31:36.277Z] 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 [2019-07-30T06:31:36.533Z] 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 [2019-07-30T06:31:36.533Z] 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 [2019-07-30T06:31:36.533Z] 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 [2019-07-30T06:31:36.533Z] 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 213 kB/s) [2019-07-30T06:31:36.533Z] 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 [2019-07-30T06:31:36.533Z] 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 [2019-07-30T06:31:36.533Z] 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 [2019-07-30T06:31:36.788Z] 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 [2019-07-30T06:31:36.788Z] 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 [2019-07-30T06:31:36.788Z] 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 [2019-07-30T06:31:36.788Z] 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 97 kB/s) [2019-07-30T06:31:36.788Z] 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 [2019-07-30T06:31:36.788Z] 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 [2019-07-30T06:31:36.788Z] 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 [2019-07-30T06:31:37.043Z] 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 [2019-07-30T06:31:37.044Z] 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 [2019-07-30T06:31:37.044Z] 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 [2019-07-30T06:31:37.044Z] 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) [2019-07-30T06:31:37.044Z] 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 [2019-07-30T06:31:37.044Z] 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 [2019-07-30T06:31:37.044Z] 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 [2019-07-30T06:31:37.299Z] 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 [2019-07-30T06:31:37.299Z] 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 [2019-07-30T06:31:37.299Z] 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 [2019-07-30T06:31:37.299Z] 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 41 kB/s) [2019-07-30T06:31:37.299Z] 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 [2019-07-30T06:31:37.299Z] 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 [2019-07-30T06:31:37.299Z] 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 [2019-07-30T06:31:37.299Z] 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 [2019-07-30T06:31:37.554Z] 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 [2019-07-30T06:31:37.554Z] 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 [2019-07-30T06:31:37.554Z] Progress (1): 2.1 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom (2.1 kB at 61 kB/s) [2019-07-30T06:31:37.554Z] 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 [2019-07-30T06:31:37.554Z] 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 [2019-07-30T06:31:37.554Z] 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 [2019-07-30T06:31:37.809Z] 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 [2019-07-30T06:31:37.809Z] 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 [2019-07-30T06:31:37.809Z] 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 [2019-07-30T06:31:37.809Z] 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 119 kB/s) [2019-07-30T06:31:37.809Z] 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 [2019-07-30T06:31:37.809Z] 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 [2019-07-30T06:31:37.809Z] 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 [2019-07-30T06:31:38.065Z] 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 [2019-07-30T06:31:38.065Z] 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 [2019-07-30T06:31:38.065Z] 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 [2019-07-30T06:31:38.065Z] 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 329 kB/s) [2019-07-30T06:31:38.065Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom [2019-07-30T06:31:38.065Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom [2019-07-30T06:31:38.065Z] 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 [2019-07-30T06:31:38.321Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom [2019-07-30T06:31:38.321Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.pom [2019-07-30T06:31:38.321Z] 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 [2019-07-30T06:31:38.321Z] 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 58 kB/s) [2019-07-30T06:31:38.321Z] 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 [2019-07-30T06:31:38.321Z] 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 [2019-07-30T06:31:38.321Z] 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 [2019-07-30T06:31:38.623Z] 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 [2019-07-30T06:31:38.623Z] 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 [2019-07-30T06:31:38.623Z] 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 [2019-07-30T06:31:38.623Z] 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 112 kB/s) [2019-07-30T06:31:38.623Z] 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 [2019-07-30T06:31:38.967Z] 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 [2019-07-30T06:31:38.967Z] 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 [2019-07-30T06:31:38.967Z] 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 [2019-07-30T06:31:38.967Z] 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 [2019-07-30T06:31:38.967Z] 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 [2019-07-30T06:31:38.967Z] 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 79 kB/s) [2019-07-30T06:31:38.967Z] 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 [2019-07-30T06:31:38.967Z] 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 [2019-07-30T06:31:38.967Z] 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 [2019-07-30T06:31:38.967Z] 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 [2019-07-30T06:31:38.967Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [2019-07-30T06:31:38.967Z] 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 [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/classworlds/classworlds/1.1/classworlds-1.1.jar [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.3/commons-lang-2.3.jar [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar [2019-07-30T06:31:39.223Z] 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 [2019-07-30T06:31:39.223Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/4.11/junit-4.11.jar [2019-07-30T06:31:39.223Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.3/commons-lang-2.3.jar [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.480Z] 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 [2019-07-30T06:31:39.736Z] 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 [2019-07-30T06:31:39.736Z] 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 [2019-07-30T06:31:39.736Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar [2019-07-30T06:31:39.736Z] 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 [2019-07-30T06:31:39.736Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.11/junit-4.11.jar [2019-07-30T06:31:39.736Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [2019-07-30T06:31:39.736Z] 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 [2019-07-30T06:31:39.737Z] 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 [2019-07-30T06:31:39.737Z] 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 [2019-07-30T06:31:39.737Z] 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 [2019-07-30T06:31:39.737Z] 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 [2019-07-30T06:31:39.737Z] 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 [2019-07-30T06:31:39.737Z] 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 [2019-07-30T06:31:39.737Z] 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 [2019-07-30T06:31:39.737Z] 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 [2019-07-30T06:31:39.992Z] 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 [2019-07-30T06:31:39.992Z] 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 [2019-07-30T06:31:39.992Z] 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 [2019-07-30T06:31:39.992Z] 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 [2019-07-30T06:31:39.992Z] 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 [2019-07-30T06:31:39.992Z] 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 [2019-07-30T06:31:40.247Z] 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 [2019-07-30T06:31:40.247Z] 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 [2019-07-30T06:31:40.247Z] 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 [2019-07-30T06:31:40.247Z] 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 [2019-07-30T06:31:40.247Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/classworlds/classworlds/1.1/classworlds-1.1.jar [2019-07-30T06:31:40.247Z] 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 [2019-07-30T06:31:40.247Z] 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 [2019-07-30T06:31:40.247Z] 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 [2019-07-30T06:31:40.247Z] 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 [2019-07-30T06:31:40.247Z] 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 [2019-07-30T06:31:40.503Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [2019-07-30T06:31:40.503Z] 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 [2019-07-30T06:31:40.503Z] 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 [2019-07-30T06:31:40.503Z] 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 [2019-07-30T06:31:40.503Z] 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 [2019-07-30T06:31:40.503Z] 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 [2019-07-30T06:31:40.503Z] 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 [2019-07-30T06:31:40.503Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/4.11/junit-4.11.jar [2019-07-30T06:31:40.503Z] 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 [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.3/commons-lang-2.3.jar [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:40.764Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [2019-07-30T06:31:40.764Z] 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 [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.11/junit-4.11.jar [2019-07-30T06:31:41.020Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/classworlds/classworlds/1.1/classworlds-1.1.jar [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.3/commons-lang-2.3.jar [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] 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 [2019-07-30T06:31:41.020Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [2019-07-30T06:31:41.276Z] 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 [2019-07-30T06:31:41.276Z] 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 [2019-07-30T06:31:41.276Z] 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 [2019-07-30T06:31:41.276Z] 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 [2019-07-30T06:31:41.276Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar [2019-07-30T06:31:41.276Z] 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 [2019-07-30T06:31:41.276Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.11/junit-4.11.jar [2019-07-30T06:31:41.276Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [2019-07-30T06:31:41.276Z] 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 [2019-07-30T06:31:41.276Z] 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 [2019-07-30T06:31:41.276Z] 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 [2019-07-30T06:31:41.276Z] 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 [2019-07-30T06:31:41.276Z] 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 [2019-07-30T06:31:41.533Z] Progress (1): 4.1/80 kB Progress (1): 7.7/80 kB Progress (1): 12/80 kB Progress (1): 16/80 kB Progress (1): 20/80 kB Progress (1): 24/80 kB Progress (1): 28/80 kB Progress (1): 32/80 kB Progress (1): 36/80 kB Progress (1): 40/80 kB Progress (1): 44/80 kB Progress (1): 48/80 kB Progress (1): 52/80 kB Progress (1): 56/80 kB Progress (1): 60/80 kB Progress (1): 64/80 kB Progress (1): 68/80 kB Progress (1): 72/80 kB Progress (1): 76/80 kB Progress (1): 80/80 kB Progress (1): 80 kB Progress (2): 80 kB | 4.1/88 kB Progress (2): 80 kB | 7.7/88 kB Progress (2): 80 kB | 12/88 kB Progress (3): 80 kB | 12/88 kB | 4.1/51 kB Progress (3): 80 kB | 16/88 kB | 4.1/51 kB Progress (3): 80 kB | 16/88 kB | 7.7/51 kB Progress (4): 80 kB | 16/88 kB | 7.7/51 kB | 4.1/12 kB Progress (4): 80 kB | 16/88 kB | 12/51 kB | 4.1/12 kB Progress (4): 80 kB | 20/88 kB | 12/51 kB | 4.1/12 kB Progress (4): 80 kB | 20/88 kB | 16/51 kB | 4.1/12 kB Progress (4): 80 kB | 20/88 kB | 16/51 kB | 7.7/12 kB Progress (4): 80 kB | 20/88 kB | 20/51 kB | 7.7/12 kB Progress (4): 80 kB | 24/88 kB | 20/51 kB | 7.7/12 kB Progress (4): 80 kB | 24/88 kB | 24/51 kB | 7.7/12 kB Progress (4): 80 kB | 24/88 kB | 24/51 kB | 12/12 kB Progress (4): 80 kB | 24/88 kB | 28/51 kB | 12/12 kB Progress (4): 80 kB | 28/88 kB | 28/51 kB | 12/12 kB Progress (4): 80 kB | 28/88 kB | 32/51 kB | 12/12 kB Progress (4): 80 kB | 28/88 kB | 32/51 kB | 12 kB Progress (4): 80 kB | 28/88 kB | 36/51 kB | 12 kB Progress (4): 80 kB | 32/88 kB | 36/51 kB | 12 kB Progress (5): 80 kB | 32/88 kB | 36/51 kB | 12 kB | 4.1/49 kB Progress (5): 80 kB | 32/88 kB | 40/51 kB | 12 kB | 4.1/49 kB Progress (5): 80 kB | 32/88 kB | 40/51 kB | 12 kB | 7.7/49 kB Progress (5): 80 kB | 36/88 kB | 40/51 kB | 12 kB | 7.7/49 kB Progress (5): 80 kB | 36/88 kB | 40/51 kB | 12 kB | 12/49 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 2.2 MB/s) [2019-07-30T06:31:41.533Z] Progress (4): 36/88 kB | 44/51 kB | 12 kB | 12/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 [2019-07-30T06:31:41.533Z] Progress (4): 36/88 kB | 44/51 kB | 12 kB | 16/49 kB Progress (4): 40/88 kB | 44/51 kB | 12 kB | 16/49 kB Progress (4): 40/88 kB | 44/51 kB | 12 kB | 20/49 kB Progress (4): 40/88 kB | 48/51 kB | 12 kB | 20/49 kB Progress (4): 40/88 kB | 48/51 kB | 12 kB | 24/49 kB Progress (4): 44/88 kB | 48/51 kB | 12 kB | 24/49 kB Progress (4): 44/88 kB | 48/51 kB | 12 kB | 28/49 kB Progress (4): 44/88 kB | 51 kB | 12 kB | 28/49 kB Progress (4): 44/88 kB | 51 kB | 12 kB | 32/49 kB Progress (4): 48/88 kB | 51 kB | 12 kB | 32/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 309 kB/s) [2019-07-30T06:31:41.533Z] 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 [2019-07-30T06:31:41.533Z] Progress (3): 48/88 kB | 51 kB | 36/49 kB Progress (3): 52/88 kB | 51 kB | 36/49 kB Progress (3): 52/88 kB | 51 kB | 40/49 kB Progress (3): 56/88 kB | 51 kB | 40/49 kB Progress (3): 56/88 kB | 51 kB | 44/49 kB Progress (3): 60/88 kB | 51 kB | 44/49 kB Progress (3): 60/88 kB | 51 kB | 48/49 kB Progress (3): 64/88 kB | 51 kB | 48/49 kB Progress (3): 64/88 kB | 51 kB | 49 kB Progress (3): 68/88 kB | 51 kB | 49 kB Progress (3): 72/88 kB | 51 kB | 49 kB Progress (3): 76/88 kB | 51 kB | 49 kB Progress (3): 80/88 kB | 51 kB | 49 kB Progress (3): 84/88 kB | 51 kB | 49 kB Progress (3): 88 kB | 51 kB | 49 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 1.1 MB/s) [2019-07-30T06:31:41.533Z] 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 [2019-07-30T06:31:41.533Z] Progress (3): 88 kB | 49 kB | 4.1/178 kB Progress (3): 88 kB | 49 kB | 7.7/178 kB Progress (3): 88 kB | 49 kB | 12/178 kB Progress (3): 88 kB | 49 kB | 16/178 kB Progress (3): 88 kB | 49 kB | 20/178 kB Progress (3): 88 kB | 49 kB | 24/178 kB Progress (3): 88 kB | 49 kB | 28/178 kB Progress (3): 88 kB | 49 kB | 32/178 kB Progress (3): 88 kB | 49 kB | 33/178 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 925 kB/s) [2019-07-30T06:31:41.533Z] 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) [2019-07-30T06:31:41.533Z] Progress (1): 37/178 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [2019-07-30T06:31:41.533Z] 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 [2019-07-30T06:31:41.533Z] Progress (2): 37/178 kB | 4.1/194 kB Progress (2): 41/178 kB | 4.1/194 kB Progress (2): 41/178 kB | 7.7/194 kB Progress (3): 41/178 kB | 7.7/194 kB | 4.1/22 kB Progress (3): 41/178 kB | 12/194 kB | 4.1/22 kB Progress (3): 45/178 kB | 12/194 kB | 4.1/22 kB Progress (3): 45/178 kB | 16/194 kB | 4.1/22 kB Progress (3): 45/178 kB | 16/194 kB | 7.7/22 kB Progress (3): 45/178 kB | 20/194 kB | 7.7/22 kB Progress (3): 49/178 kB | 20/194 kB | 7.7/22 kB Progress (3): 49/178 kB | 24/194 kB | 7.7/22 kB Progress (3): 53/178 kB | 24/194 kB | 7.7/22 kB Progress (3): 57/178 kB | 24/194 kB | 7.7/22 kB Progress (3): 61/178 kB | 24/194 kB | 7.7/22 kB Progress (3): 65/178 kB | 24/194 kB | 7.7/22 kB Progress (3): 66/178 kB | 24/194 kB | 7.7/22 kB Progress (3): 70/178 kB | 24/194 kB | 7.7/22 kB Progress (3): 74/178 kB | 24/194 kB | 7.7/22 kB Progress (3): 78/178 kB | 24/194 kB | 7.7/22 kB Progress (3): 82/178 kB | 24/194 kB | 7.7/22 kB Progress (3): 82/178 kB | 28/194 kB | 7.7/22 kB Progress (3): 82/178 kB | 32/194 kB | 7.7/22 kB Progress (3): 86/178 kB | 32/194 kB | 7.7/22 kB Progress (3): 86/178 kB | 32/194 kB | 12/22 kB Progress (3): 90/178 kB | 32/194 kB | 12/22 kB Progress (3): 90/178 kB | 33/194 kB | 12/22 kB Progress (3): 90/178 kB | 33/194 kB | 16/22 kB Progress (3): 90/178 kB | 37/194 kB | 16/22 kB Progress (3): 94/178 kB | 37/194 kB | 16/22 kB Progress (3): 94/178 kB | 41/194 kB | 16/22 kB Progress (3): 94/178 kB | 41/194 kB | 20/22 kB Progress (3): 98/178 kB | 41/194 kB | 20/22 kB Progress (3): 98/178 kB | 41/194 kB | 22 kB Progress (4): 98/178 kB | 41/194 kB | 22 kB | 4.1/22 kB Progress (4): 98/178 kB | 41/194 kB | 22 kB | 7.7/22 kB Progress (5): 98/178 kB | 41/194 kB | 22 kB | 7.7/22 kB | 4.1/8.8 kB Progress (5): 98/178 kB | 41/194 kB | 22 kB | 12/22 kB | 4.1/8.8 kB Progress (5): 98/178 kB | 41/194 kB | 22 kB | 12/22 kB | 7.7/8.8 kB Progress (5): 98/178 kB | 41/194 kB | 22 kB | 16/22 kB | 7.7/8.8 kB Progress (5): 98/178 kB | 41/194 kB | 22 kB | 16/22 kB | 8.8 kB Progress (5): 98/178 kB | 41/194 kB | 22 kB | 16/22 kB | 8.8 kB Progress (5): 98/178 kB | 45/194 kB | 22 kB | 16/22 kB | 8.8 kB Progress (5): 98/178 kB | 49/194 kB | 22 kB | 16/22 kB | 8.8 kB Progress (5): 98/178 kB | 49/194 kB | 22 kB | 20/22 kB | 8.8 kB Progress (5): 102/178 kB | 49/194 kB | 22 kB | 20/22 kB | 8.8 kB Progress (5): 102/178 kB | 49/194 kB | 22 kB | 22 kB | 8.8 kB Progress (5): 106/178 kB | 49/194 kB | 22 kB | 22 kB | 8.8 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 322 kB/s) [2019-07-30T06:31:41.533Z] Progress (4): 110/178 kB | 49/194 kB | 22 kB | 8.8 kB 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 [2019-07-30T06:31:41.533Z] Progress (4): 114/178 kB | 49/194 kB | 22 kB | 8.8 kB Progress (4): 114/178 kB | 53/194 kB | 22 kB | 8.8 kB Progress (4): 118/178 kB | 53/194 kB | 22 kB | 8.8 kB Progress (4): 118/178 kB | 57/194 kB | 22 kB | 8.8 kB Progress (4): 122/178 kB | 57/194 kB | 22 kB | 8.8 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 121 kB/s) [2019-07-30T06:31:41.533Z] Progress (3): 126/178 kB | 57/194 kB | 22 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 [2019-07-30T06:31:41.533Z] Progress (3): 130/178 kB | 57/194 kB | 22 kB Progress (3): 131/178 kB | 57/194 kB | 22 kB Progress (3): 131/178 kB | 61/194 kB | 22 kB Progress (3): 135/178 kB | 61/194 kB | 22 kB Progress (3): 135/178 kB | 65/194 kB | 22 kB Progress (3): 139/178 kB | 65/194 kB | 22 kB Progress (3): 139/178 kB | 66/194 kB | 22 kB Progress (3): 143/178 kB | 66/194 kB | 22 kB Progress (3): 147/178 kB | 66/194 kB | 22 kB Progress (3): 151/178 kB | 66/194 kB | 22 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.jar (22 kB at 298 kB/s) [2019-07-30T06:31:41.533Z] Progress (2): 151/178 kB | 70/194 kB Progress (2): 155/178 kB | 70/194 kB Progress (2): 155/178 kB | 74/194 kB Progress (2): 159/178 kB | 74/194 kB 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 [2019-07-30T06:31:41.533Z] Progress (2): 163/178 kB | 74/194 kB Progress (2): 163/178 kB | 78/194 kB Progress (2): 167/178 kB | 78/194 kB Progress (2): 167/178 kB | 82/194 kB Progress (2): 171/178 kB | 82/194 kB Progress (2): 171/178 kB | 86/194 kB Progress (2): 175/178 kB | 86/194 kB Progress (2): 175/178 kB | 90/194 kB Progress (2): 178 kB | 90/194 kB Progress (2): 178 kB | 94/194 kB Progress (2): 178 kB | 98/194 kB Progress (2): 178 kB | 98/194 kB Progress (2): 178 kB | 102/194 kB Progress (2): 178 kB | 106/194 kB Progress (2): 178 kB | 110/194 kB Progress (2): 178 kB | 114/194 kB Progress (3): 178 kB | 114/194 kB | 4.1/17 kB Progress (3): 178 kB | 114/194 kB | 7.7/17 kB Progress (3): 178 kB | 118/194 kB | 7.7/17 kB Progress (3): 178 kB | 118/194 kB | 12/17 kB Progress (3): 178 kB | 122/194 kB | 12/17 kB Progress (3): 178 kB | 122/194 kB | 16/17 kB Progress (3): 178 kB | 126/194 kB | 16/17 kB Progress (3): 178 kB | 126/194 kB | 17 kB Progress (3): 178 kB | 130/194 kB | 17 kB Progress (3): 178 kB | 131/194 kB | 17 kB Progress (3): 178 kB | 135/194 kB | 17 kB Progress (3): 178 kB | 139/194 kB | 17 kB Progress (3): 178 kB | 143/194 kB | 17 kB Progress (3): 178 kB | 147/194 kB | 17 kB Progress (4): 178 kB | 147/194 kB | 17 kB | 4.1/9.8 kB Progress (4): 178 kB | 147/194 kB | 17 kB | 7.7/9.8 kB Progress (4): 178 kB | 147/194 kB | 17 kB | 9.8 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.jar (178 kB at 2.0 MB/s) [2019-07-30T06:31:41.533Z] 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 [2019-07-30T06:31:41.533Z] Progress (3): 151/194 kB | 17 kB | 9.8 kB Progress (3): 155/194 kB | 17 kB | 9.8 kB Progress (4): 155/194 kB | 17 kB | 9.8 kB | 4.1/13 kB Progress (4): 155/194 kB | 17 kB | 9.8 kB | 7.7/13 kB Progress (4): 159/194 kB | 17 kB | 9.8 kB | 7.7/13 kB Progress (4): 163/194 kB | 17 kB | 9.8 kB | 7.7/13 kB Progress (4): 167/194 kB | 17 kB | 9.8 kB | 7.7/13 kB Progress (4): 171/194 kB | 17 kB | 9.8 kB | 7.7/13 kB Progress (4): 175/194 kB | 17 kB | 9.8 kB | 7.7/13 kB Progress (4): 179/194 kB | 17 kB | 9.8 kB | 7.7/13 kB Progress (4): 183/194 kB | 17 kB | 9.8 kB | 7.7/13 kB Progress (4): 187/194 kB | 17 kB | 9.8 kB | 7.7/13 kB Progress (4): 191/194 kB | 17 kB | 9.8 kB | 7.7/13 kB Progress (4): 194 kB | 17 kB | 9.8 kB | 7.7/13 kB Progress (5): 194 kB | 17 kB | 9.8 kB | 7.7/13 kB | 4.1/11 kB Progress (5): 194 kB | 17 kB | 9.8 kB | 7.7/13 kB | 7.7/11 kB Progress (5): 194 kB | 17 kB | 9.8 kB | 7.7/13 kB | 11 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.jar (11 kB at 101 kB/s) [2019-07-30T06:31:41.533Z] 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 [2019-07-30T06:31:41.533Z] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 1.6 MB/s) [2019-07-30T06:31:41.533Z] 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 [2019-07-30T06:31:41.533Z] Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 4.1/26 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 7.7/26 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 12/26 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 16/26 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 20/26 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 24/26 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 26 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.jar (26 kB at 194 kB/s) [2019-07-30T06:31:41.533Z] 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 [2019-07-30T06:31:41.533Z] Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 4.1/13 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 7.7/13 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 12/13 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 13 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 93 kB/s) [2019-07-30T06:31:41.533Z] 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 [2019-07-30T06:31:41.533Z] Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 4.1/41 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 7.7/41 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 12/41 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 16/41 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 20/41 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 24/41 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 28/41 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 32/41 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 36/41 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 40/41 kB Progress (4): 17 kB | 9.8 kB | 7.7/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 278 kB/s) [2019-07-30T06:31:41.533Z] 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 [2019-07-30T06:31:41.534Z] Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 4.1/13 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 7.7/13 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 12/13 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 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 85 kB/s) [2019-07-30T06:31:41.534Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [2019-07-30T06:31:41.534Z] Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 4.1/10 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 7.7/10 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 10 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 63 kB/s) [2019-07-30T06:31:41.534Z] 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 [2019-07-30T06:31:41.534Z] Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 4.1/38 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 7.7/38 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 12/38 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 16/38 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 20/38 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 24/38 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 28/38 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 32/38 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 36/38 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 38 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 197 kB/s) [2019-07-30T06:31:41.534Z] 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 [2019-07-30T06:31:41.534Z] Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 4.1/245 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 7.7/245 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 12/245 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 16/245 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 20/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 20/245 kB | 4.1/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 24/245 kB | 4.1/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 24/245 kB | 7.7/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 28/245 kB | 7.7/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 28/245 kB | 12/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 32/245 kB | 12/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 32/245 kB | 16/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 33/245 kB | 16/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 33/245 kB | 20/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 37/245 kB | 20/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 37/245 kB | 24/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 41/245 kB | 24/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 41/245 kB | 28/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 45/245 kB | 28/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 45/245 kB | 32/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 49/245 kB | 32/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 49/245 kB | 33/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 53/245 kB | 33/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 53/245 kB | 37/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 57/245 kB | 37/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 57/245 kB | 41/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 61/245 kB | 41/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 65/245 kB | 41/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 65/245 kB | 45/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 66/245 kB | 45/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 66/245 kB | 49/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 70/245 kB | 49/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 70/245 kB | 53/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 74/245 kB | 53/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 74/245 kB | 57/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 78/245 kB | 57/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 82/245 kB | 57/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 82/245 kB | 61/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 86/245 kB | 61/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 86/245 kB | 65/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 90/245 kB | 65/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 90/245 kB | 69/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 94/245 kB | 69/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 94/245 kB | 73/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 98/245 kB | 73/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 98/245 kB | 77/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 98/245 kB | 77/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 98/245 kB | 81/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 102/245 kB | 81/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 102/245 kB | 85/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 106/245 kB | 85/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 106/245 kB | 89/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 110/245 kB | 89/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 110/245 kB | 93/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 114/245 kB | 93/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 114/245 kB | 97/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 118/245 kB | 97/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 118/245 kB | 101/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 122/245 kB | 101/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 122/245 kB | 105/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 126/245 kB | 105/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 126/245 kB | 109/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 130/245 kB | 109/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 130/245 kB | 113/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 131/245 kB | 113/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 131/245 kB | 117/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 135/245 kB | 117/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 135/245 kB | 121/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 139/245 kB | 121/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 139/245 kB | 125/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 143/245 kB | 125/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 143/245 kB | 129/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 147/245 kB | 129/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 147/245 kB | 133/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 151/245 kB | 133/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 151/245 kB | 137/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 155/245 kB | 137/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 155/245 kB | 141/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 159/245 kB | 141/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 159/245 kB | 145/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 163/245 kB | 145/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 163/245 kB | 149/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 164/245 kB | 149/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 164/245 kB | 153/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 168/245 kB | 153/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 168/245 kB | 157/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 172/245 kB | 157/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 172/245 kB | 161/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 176/245 kB | 161/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 176/245 kB | 165/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 180/245 kB | 165/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 180/245 kB | 169/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 184/245 kB | 169/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 184/245 kB | 173/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 188/245 kB | 173/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 188/245 kB | 177/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 192/245 kB | 177/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 192/245 kB | 181/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 196/245 kB | 181/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 196/245 kB | 185/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 197/245 kB | 185/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 197/245 kB | 189/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 201/245 kB | 189/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 201/245 kB | 193/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 205/245 kB | 193/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 205/245 kB | 197/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 209/245 kB | 197/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 209/245 kB | 201/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 213/245 kB | 201/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 213/245 kB | 205/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 217/245 kB | 205/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 217/245 kB | 209/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 221/245 kB | 209/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 221/245 kB | 213/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 225/245 kB | 213/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 225/245 kB | 217/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 229/245 kB | 217/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 229/245 kB | 221/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 229/245 kB | 221/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 229/245 kB | 225/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 233/245 kB | 225/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 233/245 kB | 229/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 237/245 kB | 229/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 237/245 kB | 233/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 241/245 kB | 233/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 241/245 kB | 237/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 245 kB | 237/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 245 kB | 241/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 245 kB | 245/245 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 245 kB | 245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 1.1 MB/s) [2019-07-30T06:31:41.534Z] 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 [2019-07-30T06:31:41.534Z] 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.1 MB/s) [2019-07-30T06:31:41.534Z] 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 [2019-07-30T06:31:41.534Z] Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 4.1/11 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 7.7/11 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 11 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 11 kB | 4.1/99 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 11 kB | 7.7/99 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 11 kB | 12/99 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 11 kB | 16/99 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 11 kB | 20/99 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 11 kB | 24/99 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 11 kB | 28/99 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 11 kB | 32/99 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 11 kB | 33/99 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 11 kB | 37/99 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 11 kB | 41/99 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 11 kB | 45/99 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 46 kB/s) [2019-07-30T06:31:41.534Z] Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 49/99 kB 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 [2019-07-30T06:31:41.534Z] Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 53/99 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 57/99 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 61/99 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 65/99 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 66/99 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 70/99 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 74/99 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 78/99 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 82/99 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 86/99 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 90/99 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 94/99 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 98/99 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 99 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 388 kB/s) [2019-07-30T06:31:41.534Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [2019-07-30T06:31:41.534Z] Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 4.1/32 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 7.7/32 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 12/32 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 16/32 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 20/32 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 24/32 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 28/32 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 32 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 121 kB/s) [2019-07-30T06:31:41.534Z] 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 [2019-07-30T06:31:41.790Z] Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 4.1/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 7.7/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 12/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 16/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 20/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 24/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 28/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 32/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 33/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 37/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 41/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 45/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 49/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 53/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 57/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 61/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 65/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 66/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 70/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 74/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 78/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 82/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 86/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 90/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 94/282 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 94/282 kB | 4.1/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 98/282 kB | 4.1/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 98/282 kB | 7.7/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 102/282 kB | 7.7/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 102/282 kB | 12/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 106/282 kB | 12/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 106/282 kB | 16/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 110/282 kB | 16/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 110/282 kB | 20/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 114/282 kB | 20/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 114/282 kB | 24/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 118/282 kB | 24/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 118/282 kB | 28/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 122/282 kB | 28/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 122/282 kB | 32/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 126/282 kB | 32/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 126/282 kB | 36/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 130/282 kB | 36/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 130/282 kB | 40/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 134/282 kB | 40/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 134/282 kB | 44/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 138/282 kB | 44/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 138/282 kB | 48/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 142/282 kB | 48/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 142/282 kB | 52/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 146/282 kB | 52/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 146/282 kB | 56/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 150/282 kB | 56/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 150/282 kB | 60/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 154/282 kB | 60/64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 154/282 kB | 64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 158/282 kB | 64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 162/282 kB | 64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 166/282 kB | 64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 170/282 kB | 64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 174/282 kB | 64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 178/282 kB | 64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 182/282 kB | 64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 186/282 kB | 64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 190/282 kB | 64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 194/282 kB | 64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 198/282 kB | 64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 202/282 kB | 64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 206/282 kB | 64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 210/282 kB | 64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 214/282 kB | 64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 218/282 kB | 64 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 222/282 kB | 64 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 227 kB/s) [2019-07-30T06:31:41.790Z] Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 226/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 [2019-07-30T06:31:41.790Z] Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 230/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 234/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 238/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 242/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 246/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 250/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 254/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 258/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 262/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 266/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 270/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 274/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 278/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 282/282 kB Progress (4): 17 kB | 9.8 kB | 7.7/13 kB | 282 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 282 kB | 4.1/134 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 282 kB | 7.7/134 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 282 kB | 12/134 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 282 kB | 16/134 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 282 kB | 20/134 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 282 kB | 24/134 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 282 kB | 28/134 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 282 kB | 32/134 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 282 kB | 33/134 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 282 kB | 37/134 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 282 kB | 41/134 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 282 kB | 45/134 kB Progress (5): 17 kB | 9.8 kB | 7.7/13 kB | 282 kB | 49/134 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 57 kB/s) [2019-07-30T06:31:41.790Z] Progress (4): 9.8 kB | 7.7/13 kB | 282 kB | 53/134 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 961 kB/s) [2019-07-30T06:31:41.790Z] Progress (3): 9.8 kB | 7.7/13 kB | 57/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 [2019-07-30T06:31:41.790Z] Progress (3): 9.8 kB | 7.7/13 kB | 61/134 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar [2019-07-30T06:31:41.790Z] Progress (3): 9.8 kB | 7.7/13 kB | 65/134 kB Progress (3): 9.8 kB | 7.7/13 kB | 66/134 kB Progress (3): 9.8 kB | 7.7/13 kB | 70/134 kB Progress (3): 9.8 kB | 7.7/13 kB | 74/134 kB Progress (3): 9.8 kB | 7.7/13 kB | 78/134 kB Progress (3): 9.8 kB | 7.7/13 kB | 82/134 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 33 kB/s) [2019-07-30T06:31:41.790Z] Progress (2): 7.7/13 kB | 86/134 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar [2019-07-30T06:31:41.790Z] Progress (2): 7.7/13 kB | 90/134 kB Progress (2): 7.7/13 kB | 94/134 kB Progress (2): 7.7/13 kB | 98/134 kB Progress (2): 7.7/13 kB | 98/134 kB Progress (2): 7.7/13 kB | 102/134 kB Progress (2): 7.7/13 kB | 106/134 kB Progress (2): 7.7/13 kB | 110/134 kB Progress (2): 7.7/13 kB | 114/134 kB Progress (2): 7.7/13 kB | 118/134 kB Progress (2): 7.7/13 kB | 122/134 kB Progress (2): 7.7/13 kB | 126/134 kB Progress (2): 7.7/13 kB | 130/134 kB Progress (2): 7.7/13 kB | 134 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.jar (134 kB at 438 kB/s) [2019-07-30T06:31:41.790Z] 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 [2019-07-30T06:31:41.790Z] Progress (2): 7.7/13 kB | 4.1/12 kB Progress (3): 7.7/13 kB | 4.1/12 kB | 4.1/35 kB Progress (3): 7.7/13 kB | 7.7/12 kB | 4.1/35 kB Progress (3): 7.7/13 kB | 7.7/12 kB | 7.7/35 kB Progress (3): 7.7/13 kB | 12/12 kB | 7.7/35 kB Progress (3): 7.7/13 kB | 12/12 kB | 12/35 kB Progress (3): 7.7/13 kB | 12 kB | 12/35 kB Progress (3): 7.7/13 kB | 12 kB | 16/35 kB Progress (3): 7.7/13 kB | 12 kB | 20/35 kB Progress (3): 7.7/13 kB | 12 kB | 24/35 kB Progress (3): 7.7/13 kB | 12 kB | 28/35 kB Progress (3): 7.7/13 kB | 12 kB | 32/35 kB Progress (3): 7.7/13 kB | 12 kB | 35 kB Progress (4): 7.7/13 kB | 12 kB | 35 kB | 4.1/185 kB Progress (4): 7.7/13 kB | 12 kB | 35 kB | 7.7/185 kB Progress (4): 7.7/13 kB | 12 kB | 35 kB | 12/185 kB Progress (4): 7.7/13 kB | 12 kB | 35 kB | 16/185 kB Progress (4): 7.7/13 kB | 12 kB | 35 kB | 20/185 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 38 kB/s) [2019-07-30T06:31:41.790Z] Progress (3): 7.7/13 kB | 35 kB | 24/185 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar [2019-07-30T06:31:41.790Z] Progress (3): 7.7/13 kB | 35 kB | 28/185 kB Progress (3): 7.7/13 kB | 35 kB | 32/185 kB Progress (3): 7.7/13 kB | 35 kB | 33/185 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-testing/maven-plugin-testing-harness/1.3/maven-plugin-testing-harness-1.3.jar (35 kB at 112 kB/s) [2019-07-30T06:31:41.790Z] Progress (2): 7.7/13 kB | 37/185 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 [2019-07-30T06:31:41.790Z] Progress (2): 7.7/13 kB | 41/185 kB Progress (2): 7.7/13 kB | 45/185 kB Progress (2): 7.7/13 kB | 49/185 kB Progress (2): 7.7/13 kB | 53/185 kB Progress (2): 7.7/13 kB | 57/185 kB Progress (2): 7.7/13 kB | 61/185 kB Progress (2): 7.7/13 kB | 65/185 kB Progress (2): 7.7/13 kB | 66/185 kB Progress (2): 7.7/13 kB | 70/185 kB Progress (2): 7.7/13 kB | 74/185 kB Progress (2): 7.7/13 kB | 78/185 kB Progress (2): 7.7/13 kB | 82/185 kB Progress (3): 7.7/13 kB | 82/185 kB | 4.1/58 kB Progress (3): 7.7/13 kB | 82/185 kB | 7.7/58 kB Progress (3): 7.7/13 kB | 82/185 kB | 12/58 kB Progress (3): 7.7/13 kB | 86/185 kB | 12/58 kB Progress (3): 7.7/13 kB | 86/185 kB | 16/58 kB Progress (3): 7.7/13 kB | 90/185 kB | 16/58 kB Progress (3): 7.7/13 kB | 90/185 kB | 20/58 kB Progress (3): 7.7/13 kB | 94/185 kB | 20/58 kB Progress (3): 7.7/13 kB | 94/185 kB | 24/58 kB Progress (3): 7.7/13 kB | 98/185 kB | 24/58 kB Progress (3): 7.7/13 kB | 98/185 kB | 28/58 kB Progress (3): 7.7/13 kB | 98/185 kB | 28/58 kB Progress (3): 7.7/13 kB | 98/185 kB | 32/58 kB Progress (3): 7.7/13 kB | 98/185 kB | 36/58 kB Progress (3): 7.7/13 kB | 98/185 kB | 40/58 kB Progress (3): 7.7/13 kB | 98/185 kB | 44/58 kB Progress (3): 7.7/13 kB | 98/185 kB | 48/58 kB Progress (4): 7.7/13 kB | 98/185 kB | 48/58 kB | 4.1/245 kB Progress (4): 7.7/13 kB | 98/185 kB | 52/58 kB | 4.1/245 kB Progress (4): 7.7/13 kB | 98/185 kB | 52/58 kB | 7.7/245 kB Progress (4): 7.7/13 kB | 98/185 kB | 56/58 kB | 7.7/245 kB Progress (4): 7.7/13 kB | 102/185 kB | 56/58 kB | 7.7/245 kB Progress (4): 7.7/13 kB | 102/185 kB | 58 kB | 7.7/245 kB Progress (4): 7.7/13 kB | 106/185 kB | 58 kB | 7.7/245 kB Progress (4): 7.7/13 kB | 106/185 kB | 58 kB | 12/245 kB Progress (4): 7.7/13 kB | 106/185 kB | 58 kB | 16/245 kB Progress (4): 7.7/13 kB | 106/185 kB | 58 kB | 20/245 kB Progress (4): 7.7/13 kB | 106/185 kB | 58 kB | 24/245 kB Progress (5): 7.7/13 kB | 106/185 kB | 58 kB | 24/245 kB | 4.1/45 kB Progress (5): 7.7/13 kB | 110/185 kB | 58 kB | 24/245 kB | 4.1/45 kB Progress (5): 7.7/13 kB | 110/185 kB | 58 kB | 24/245 kB | 7.7/45 kB Progress (5): 7.7/13 kB | 114/185 kB | 58 kB | 24/245 kB | 7.7/45 kB Progress (5): 7.7/13 kB | 114/185 kB | 58 kB | 28/245 kB | 7.7/45 kB Progress (5): 7.7/13 kB | 114/185 kB | 58 kB | 32/245 kB | 7.7/45 kB Progress (5): 7.7/13 kB | 114/185 kB | 58 kB | 32/245 kB | 12/45 kB Progress (5): 7.7/13 kB | 114/185 kB | 58 kB | 33/245 kB | 12/45 kB Progress (5): 7.7/13 kB | 114/185 kB | 58 kB | 33/245 kB | 16/45 kB Progress (5): 7.7/13 kB | 114/185 kB | 58 kB | 37/245 kB | 16/45 kB Progress (5): 7.7/13 kB | 114/185 kB | 58 kB | 41/245 kB | 16/45 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 177 kB/s) [2019-07-30T06:31:41.790Z] Progress (4): 7.7/13 kB | 114/185 kB | 41/245 kB | 20/45 kB Progress (4): 7.7/13 kB | 114/185 kB | 41/245 kB | 24/45 kB Progress (4): 7.7/13 kB | 114/185 kB | 45/245 kB | 24/45 kB Progress (4): 7.7/13 kB | 114/185 kB | 49/245 kB | 24/45 kB Progress (4): 7.7/13 kB | 114/185 kB | 53/245 kB | 24/45 kB Progress (4): 7.7/13 kB | 114/185 kB | 57/245 kB | 24/45 kB Progress (4): 7.7/13 kB | 114/185 kB | 57/245 kB | 28/45 kB Progress (4): 7.7/13 kB | 114/185 kB | 61/245 kB | 28/45 kB Progress (4): 7.7/13 kB | 114/185 kB | 61/245 kB | 32/45 kB Progress (4): 7.7/13 kB | 114/185 kB | 65/245 kB | 32/45 kB Progress (4): 7.7/13 kB | 114/185 kB | 66/245 kB | 32/45 kB Progress (4): 7.7/13 kB | 114/185 kB | 70/245 kB | 32/45 kB Progress (4): 7.7/13 kB | 114/185 kB | 74/245 kB | 32/45 kB Progress (4): 7.7/13 kB | 114/185 kB | 74/245 kB | 36/45 kB Progress (4): 7.7/13 kB | 114/185 kB | 78/245 kB | 36/45 kB Progress (4): 7.7/13 kB | 114/185 kB | 78/245 kB | 40/45 kB Progress (4): 7.7/13 kB | 114/185 kB | 82/245 kB | 40/45 kB Progress (4): 7.7/13 kB | 114/185 kB | 82/245 kB | 44/45 kB Progress (4): 7.7/13 kB | 114/185 kB | 86/245 kB | 44/45 kB Progress (4): 7.7/13 kB | 118/185 kB | 86/245 kB | 44/45 kB Progress (4): 7.7/13 kB | 118/185 kB | 90/245 kB | 44/45 kB Progress (4): 7.7/13 kB | 118/185 kB | 90/245 kB | 45 kB Progress (4): 7.7/13 kB | 118/185 kB | 94/245 kB | 45 kB Progress (4): 7.7/13 kB | 122/185 kB | 94/245 kB | 45 kB Progress (4): 7.7/13 kB | 122/185 kB | 98/245 kB | 45 kB Progress (4): 7.7/13 kB | 126/185 kB | 98/245 kB | 45 kB Progress (4): 7.7/13 kB | 126/185 kB | 98/245 kB | 45 kB Progress (4): 7.7/13 kB | 130/185 kB | 98/245 kB | 45 kB Progress (4): 7.7/13 kB | 130/185 kB | 102/245 kB | 45 kB Progress (4): 7.7/13 kB | 131/185 kB | 102/245 kB | 45 kB Progress (4): 7.7/13 kB | 131/185 kB | 106/245 kB | 45 kB Progress (4): 7.7/13 kB | 135/185 kB | 106/245 kB | 45 kB Progress (4): 7.7/13 kB | 135/185 kB | 110/245 kB | 45 kB Progress (4): 7.7/13 kB | 139/185 kB | 110/245 kB | 45 kB Progress (4): 7.7/13 kB | 139/185 kB | 114/245 kB | 45 kB Progress (4): 7.7/13 kB | 143/185 kB | 114/245 kB | 45 kB Progress (4): 7.7/13 kB | 143/185 kB | 118/245 kB | 45 kB Progress (4): 7.7/13 kB | 147/185 kB | 118/245 kB | 45 kB Progress (4): 7.7/13 kB | 147/185 kB | 122/245 kB | 45 kB Progress (4): 7.7/13 kB | 151/185 kB | 122/245 kB | 45 kB Progress (4): 7.7/13 kB | 151/185 kB | 126/245 kB | 45 kB Progress (4): 7.7/13 kB | 155/185 kB | 126/245 kB | 45 kB Progress (4): 7.7/13 kB | 155/185 kB | 130/245 kB | 45 kB Progress (4): 7.7/13 kB | 159/185 kB | 130/245 kB | 45 kB Progress (4): 7.7/13 kB | 159/185 kB | 131/245 kB | 45 kB Progress (4): 7.7/13 kB | 163/185 kB | 131/245 kB | 45 kB Progress (4): 7.7/13 kB | 163/185 kB | 135/245 kB | 45 kB Progress (4): 7.7/13 kB | 167/185 kB | 135/245 kB | 45 kB Progress (4): 7.7/13 kB | 167/185 kB | 139/245 kB | 45 kB Progress (4): 7.7/13 kB | 171/185 kB | 139/245 kB | 45 kB Progress (4): 7.7/13 kB | 171/185 kB | 143/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 132 kB/s) [2019-07-30T06:31:41.790Z] Progress (3): 7.7/13 kB | 175/185 kB | 143/245 kB Progress (3): 12/13 kB | 175/185 kB | 143/245 kB Progress (3): 12/13 kB | 179/185 kB | 143/245 kB Progress (3): 12/13 kB | 179/185 kB | 147/245 kB Progress (3): 12/13 kB | 183/185 kB | 147/245 kB Progress (3): 13 kB | 183/185 kB | 147/245 kB Progress (3): 13 kB | 185 kB | 147/245 kB Progress (3): 13 kB | 185 kB | 151/245 kB Progress (3): 13 kB | 185 kB | 155/245 kB Progress (3): 13 kB | 185 kB | 159/245 kB Progress (3): 13 kB | 185 kB | 163/245 kB Progress (3): 13 kB | 185 kB | 164/245 kB Progress (3): 13 kB | 185 kB | 168/245 kB Progress (3): 13 kB | 185 kB | 172/245 kB Progress (3): 13 kB | 185 kB | 176/245 kB Progress (3): 13 kB | 185 kB | 180/245 kB Progress (3): 13 kB | 185 kB | 184/245 kB Progress (3): 13 kB | 185 kB | 188/245 kB Progress (3): 13 kB | 185 kB | 192/245 kB Progress (3): 13 kB | 185 kB | 196/245 kB Progress (3): 13 kB | 185 kB | 197/245 kB Progress (3): 13 kB | 185 kB | 201/245 kB Progress (3): 13 kB | 185 kB | 205/245 kB Progress (3): 13 kB | 185 kB | 209/245 kB Progress (3): 13 kB | 185 kB | 213/245 kB Progress (3): 13 kB | 185 kB | 217/245 kB Progress (3): 13 kB | 185 kB | 221/245 kB Progress (3): 13 kB | 185 kB | 225/245 kB Progress (3): 13 kB | 185 kB | 229/245 kB Progress (3): 13 kB | 185 kB | 233/245 kB Progress (3): 13 kB | 185 kB | 237/245 kB Progress (3): 13 kB | 185 kB | 241/245 kB Progress (3): 13 kB | 185 kB | 245/245 kB Progress (3): 13 kB | 185 kB | 245 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.2/plexus-archiver-2.2.jar (185 kB at 530 kB/s) [2019-07-30T06:31:41.790Z] 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 37 kB/s) [2019-07-30T06:31:41.790Z] 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 698 kB/s) [2019-07-30T06:31:41.790Z] [INFO] [2019-07-30T06:31:41.790Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass --- [2019-07-30T06:31:41.790Z] 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 [2019-07-30T06:31:41.790Z] 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 [2019-07-30T06:31:41.790Z] 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 [2019-07-30T06:31:42.046Z] 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 [2019-07-30T06:31:42.046Z] 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 [2019-07-30T06:31:42.046Z] 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 [2019-07-30T06:31:42.046Z] 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 162 kB/s) [2019-07-30T06:31:42.046Z] 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 [2019-07-30T06:31:42.046Z] 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 [2019-07-30T06:31:42.046Z] 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 [2019-07-30T06:31:42.301Z] 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 [2019-07-30T06:31:42.301Z] 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 [2019-07-30T06:31:42.301Z] 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 [2019-07-30T06:31:42.301Z] 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 312 kB/s) [2019-07-30T06:31:42.301Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/9/maven-parent-9.pom [2019-07-30T06:31:42.301Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/9/maven-parent-9.pom [2019-07-30T06:31:42.301Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/9/maven-parent-9.pom [2019-07-30T06:31:42.557Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/9/maven-parent-9.pom [2019-07-30T06:31:42.557Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom [2019-07-30T06:31:42.557Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom [2019-07-30T06:31:42.557Z] 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.7 MB/s) [2019-07-30T06:31:42.557Z] 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 [2019-07-30T06:31:42.557Z] 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 [2019-07-30T06:31:42.557Z] 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 [2019-07-30T06:31:42.812Z] 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 [2019-07-30T06:31:42.812Z] 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 [2019-07-30T06:31:42.812Z] 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 [2019-07-30T06:31:42.812Z] 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 193 kB/s) [2019-07-30T06:31:42.812Z] 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 [2019-07-30T06:31:42.812Z] 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 [2019-07-30T06:31:42.812Z] 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 [2019-07-30T06:31:43.068Z] 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 [2019-07-30T06:31:43.068Z] 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 [2019-07-30T06:31:43.068Z] 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 [2019-07-30T06:31:43.068Z] 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 122 kB/s) [2019-07-30T06:31:43.068Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/7/maven-parent-7.pom [2019-07-30T06:31:43.068Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/7/maven-parent-7.pom [2019-07-30T06:31:43.068Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/7/maven-parent-7.pom [2019-07-30T06:31:43.323Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/7/maven-parent-7.pom [2019-07-30T06:31:43.323Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom [2019-07-30T06:31:43.323Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom [2019-07-30T06:31:43.323Z] 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 885 kB/s) [2019-07-30T06:31:43.323Z] 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 [2019-07-30T06:31:43.323Z] 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 [2019-07-30T06:31:43.323Z] 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 [2019-07-30T06:31:43.581Z] 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 [2019-07-30T06:31:43.581Z] 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 [2019-07-30T06:31:43.581Z] 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 [2019-07-30T06:31:43.581Z] 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 36 kB/s) [2019-07-30T06:31:43.581Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [2019-07-30T06:31:43.581Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [2019-07-30T06:31:43.581Z] 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 [2019-07-30T06:31:43.837Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [2019-07-30T06:31:43.837Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [2019-07-30T06:31:43.837Z] 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 [2019-07-30T06:31:43.837Z] 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 507 kB/s) [2019-07-30T06:31:43.837Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [2019-07-30T06:31:43.837Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [2019-07-30T06:31:43.837Z] 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 [2019-07-30T06:31:44.092Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [2019-07-30T06:31:44.092Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [2019-07-30T06:31:44.092Z] 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 [2019-07-30T06:31:44.092Z] 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 28 kB/s) [2019-07-30T06:31:44.092Z] 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 [2019-07-30T06:31:44.092Z] 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 [2019-07-30T06:31:44.092Z] 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 [2019-07-30T06:31:44.348Z] 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 [2019-07-30T06:31:44.348Z] 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 [2019-07-30T06:31:44.348Z] 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 [2019-07-30T06:31:44.348Z] 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 37 kB/s) [2019-07-30T06:31:44.348Z] 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 [2019-07-30T06:31:44.348Z] 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 [2019-07-30T06:31:44.348Z] 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 [2019-07-30T06:31:44.603Z] 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 [2019-07-30T06:31:44.603Z] 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 [2019-07-30T06:31:44.603Z] 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 [2019-07-30T06:31:44.603Z] 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 45 kB/s) [2019-07-30T06:31:44.603Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/4.8.2/junit-4.8.2.pom [2019-07-30T06:31:44.603Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.8.2/junit-4.8.2.pom [2019-07-30T06:31:44.603Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/4.8.2/junit-4.8.2.pom [2019-07-30T06:31:44.859Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.8.2/junit-4.8.2.pom [2019-07-30T06:31:44.859Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.8.2/junit-4.8.2.pom [2019-07-30T06:31:44.859Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom [2019-07-30T06:31:44.859Z] 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 59 kB/s) [2019-07-30T06:31:44.859Z] 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 [2019-07-30T06:31:44.859Z] 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 [2019-07-30T06:31:44.859Z] 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 [2019-07-30T06:31:45.115Z] 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 [2019-07-30T06:31:45.115Z] 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 [2019-07-30T06:31:45.115Z] 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 [2019-07-30T06:31:45.115Z] 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 23 kB/s) [2019-07-30T06:31:45.115Z] 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 [2019-07-30T06:31:45.115Z] 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 [2019-07-30T06:31:45.115Z] 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 [2019-07-30T06:31:45.370Z] 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 [2019-07-30T06:31:45.370Z] 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 [2019-07-30T06:31:45.370Z] 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 [2019-07-30T06:31:45.370Z] 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 267 kB/s) [2019-07-30T06:31:45.370Z] 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 [2019-07-30T06:31:45.370Z] 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 [2019-07-30T06:31:45.370Z] 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 [2019-07-30T06:31:45.626Z] 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 [2019-07-30T06:31:45.626Z] 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 [2019-07-30T06:31:45.626Z] 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 [2019-07-30T06:31:45.626Z] Progress (1): 2.3 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 108 kB/s) [2019-07-30T06:31:45.626Z] 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 [2019-07-30T06:31:45.626Z] 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 [2019-07-30T06:31:45.626Z] 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 [2019-07-30T06:31:45.881Z] 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 [2019-07-30T06:31:45.881Z] 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 [2019-07-30T06:31:45.881Z] 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 [2019-07-30T06:31:45.881Z] 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) [2019-07-30T06:31:45.881Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [2019-07-30T06:31:45.881Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [2019-07-30T06:31:45.881Z] 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 [2019-07-30T06:31:45.881Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [2019-07-30T06:31:46.137Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [2019-07-30T06:31:46.137Z] 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 [2019-07-30T06:31:46.137Z] 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 363 kB/s) [2019-07-30T06:31:46.137Z] 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 [2019-07-30T06:31:46.137Z] 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 [2019-07-30T06:31:46.137Z] 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 [2019-07-30T06:31:46.137Z] 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 [2019-07-30T06:31:46.137Z] 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 [2019-07-30T06:31:46.393Z] 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 [2019-07-30T06:31:46.393Z] 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 88 kB/s) [2019-07-30T06:31:46.393Z] 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 [2019-07-30T06:31:46.393Z] 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 [2019-07-30T06:31:46.393Z] 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 [2019-07-30T06:31:46.393Z] 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 [2019-07-30T06:31:46.393Z] 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 [2019-07-30T06:31:46.393Z] 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 [2019-07-30T06:31:46.648Z] 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 359 kB/s) [2019-07-30T06:31:46.648Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/16/maven-parent-16.pom [2019-07-30T06:31:46.648Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom [2019-07-30T06:31:46.648Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/16/maven-parent-16.pom [2019-07-30T06:31:46.648Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom [2019-07-30T06:31:46.649Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom [2019-07-30T06:31:46.649Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [2019-07-30T06:31:46.904Z] 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 831 kB/s) [2019-07-30T06:31:46.904Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/7/apache-7.pom [2019-07-30T06:31:46.904Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/7/apache-7.pom [2019-07-30T06:31:46.904Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/7/apache-7.pom [2019-07-30T06:31:46.904Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/7/apache-7.pom [2019-07-30T06:31:46.904Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/7/apache-7.pom [2019-07-30T06:31:46.904Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [2019-07-30T06:31:47.160Z] 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 321 kB/s) [2019-07-30T06:31:47.160Z] 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 [2019-07-30T06:31:47.160Z] 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 [2019-07-30T06:31:47.160Z] 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 [2019-07-30T06:31:47.160Z] 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 [2019-07-30T06:31:47.160Z] 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 [2019-07-30T06:31:47.160Z] 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 [2019-07-30T06:31:47.416Z] 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 51 kB/s) [2019-07-30T06:31:47.416Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [2019-07-30T06:31:47.416Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [2019-07-30T06:31:47.416Z] 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 [2019-07-30T06:31:47.416Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [2019-07-30T06:31:47.416Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [2019-07-30T06:31:47.416Z] 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 [2019-07-30T06:31:47.416Z] 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 482 kB/s) [2019-07-30T06:31:47.416Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-parent/10/maven-parent-10.pom [2019-07-30T06:31:47.416Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom [2019-07-30T06:31:47.672Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/maven/maven-parent/10/maven-parent-10.pom [2019-07-30T06:31:47.672Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom [2019-07-30T06:31:47.672Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom [2019-07-30T06:31:47.672Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom [2019-07-30T06:31:47.672Z] 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) [2019-07-30T06:31:47.672Z] 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 [2019-07-30T06:31:47.929Z] 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 [2019-07-30T06:31:47.929Z] 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 [2019-07-30T06:31:47.929Z] 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 [2019-07-30T06:31:47.929Z] 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 [2019-07-30T06:31:47.929Z] 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 [2019-07-30T06:31:47.929Z] 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 162 kB/s) [2019-07-30T06:31:47.929Z] 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 [2019-07-30T06:31:48.184Z] 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 [2019-07-30T06:31:48.184Z] 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 [2019-07-30T06:31:48.184Z] 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 [2019-07-30T06:31:48.184Z] 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 [2019-07-30T06:31:48.184Z] 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 [2019-07-30T06:31:48.184Z] 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 124 kB/s) [2019-07-30T06:31:48.184Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom [2019-07-30T06:31:48.184Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.0.10/maven-2.0.10.pom [2019-07-30T06:31:48.184Z] 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 [2019-07-30T06:31:48.440Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven/2.0.10/maven-2.0.10.pom [2019-07-30T06:31:48.440Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom [2019-07-30T06:31:48.440Z] 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 [2019-07-30T06:31:48.440Z] 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 1.1 MB/s) [2019-07-30T06:31:48.440Z] 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 [2019-07-30T06:31:48.440Z] 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 [2019-07-30T06:31:48.440Z] 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 [2019-07-30T06:31:48.695Z] 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 [2019-07-30T06:31:48.695Z] 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 [2019-07-30T06:31:48.695Z] 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 [2019-07-30T06:31:48.695Z] 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 86 kB/s) [2019-07-30T06:31:48.695Z] 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 [2019-07-30T06:31:48.695Z] 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 [2019-07-30T06:31:48.695Z] 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 [2019-07-30T06:31:48.950Z] 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 [2019-07-30T06:31:48.950Z] 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 [2019-07-30T06:31:48.950Z] 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 [2019-07-30T06:31:48.950Z] 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 139 kB/s) [2019-07-30T06:31:48.950Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [2019-07-30T06:31:48.950Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [2019-07-30T06:31:48.950Z] 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 [2019-07-30T06:31:49.217Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [2019-07-30T06:31:49.217Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [2019-07-30T06:31:49.217Z] 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 [2019-07-30T06:31:49.217Z] 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 62 kB/s) [2019-07-30T06:31:49.217Z] 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 [2019-07-30T06:31:49.217Z] 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 [2019-07-30T06:31:49.217Z] 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 [2019-07-30T06:31:49.472Z] 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 [2019-07-30T06:31:49.472Z] 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 [2019-07-30T06:31:49.472Z] 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 [2019-07-30T06:31:49.472Z] 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 105 kB/s) [2019-07-30T06:31:49.472Z] 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 [2019-07-30T06:31:49.472Z] 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 [2019-07-30T06:31:49.472Z] 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 [2019-07-30T06:31:49.727Z] 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 [2019-07-30T06:31:49.727Z] 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 [2019-07-30T06:31:49.727Z] 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 [2019-07-30T06:31:49.727Z] 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 117 kB/s) [2019-07-30T06:31:49.728Z] 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 [2019-07-30T06:31:49.728Z] 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 [2019-07-30T06:31:49.728Z] 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 [2019-07-30T06:31:49.983Z] 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 [2019-07-30T06:31:49.983Z] 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 [2019-07-30T06:31:49.983Z] 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 [2019-07-30T06:31:49.983Z] 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 105 kB/s) [2019-07-30T06:31:49.983Z] 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 [2019-07-30T06:31:49.983Z] 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 [2019-07-30T06:31:49.983Z] 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 [2019-07-30T06:31:50.239Z] 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 [2019-07-30T06:31:50.239Z] 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 [2019-07-30T06:31:50.239Z] 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 [2019-07-30T06:31:50.239Z] 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 56 kB/s) [2019-07-30T06:31:50.239Z] 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 [2019-07-30T06:31:50.239Z] 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 [2019-07-30T06:31:50.239Z] 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 [2019-07-30T06:31:50.494Z] 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 [2019-07-30T06:31:50.494Z] 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 [2019-07-30T06:31:50.494Z] 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 [2019-07-30T06:31:50.494Z] 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 78 kB/s) [2019-07-30T06:31:50.494Z] 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 [2019-07-30T06:31:50.494Z] 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 [2019-07-30T06:31:50.494Z] 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 [2019-07-30T06:31:50.750Z] 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 [2019-07-30T06:31:50.750Z] 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 [2019-07-30T06:31:50.750Z] 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 [2019-07-30T06:31:51.005Z] 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 48 kB/s) [2019-07-30T06:31:51.005Z] 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 [2019-07-30T06:31:51.005Z] 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 [2019-07-30T06:31:51.005Z] 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 [2019-07-30T06:31:51.005Z] 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 [2019-07-30T06:31:51.005Z] 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 [2019-07-30T06:31:51.005Z] 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 [2019-07-30T06:31:51.005Z] 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 66 kB/s) [2019-07-30T06:31:51.005Z] 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 [2019-07-30T06:31:51.260Z] 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 [2019-07-30T06:31:51.261Z] 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 [2019-07-30T06:31:51.261Z] 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 [2019-07-30T06:31:51.261Z] 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 [2019-07-30T06:31:51.261Z] 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 [2019-07-30T06:31:51.516Z] 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 648 kB/s) [2019-07-30T06:31:51.516Z] 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 [2019-07-30T06:31:51.516Z] 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 [2019-07-30T06:31:51.516Z] 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 [2019-07-30T06:31:51.516Z] 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 [2019-07-30T06:31:51.516Z] 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 [2019-07-30T06:31:51.516Z] 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 [2019-07-30T06:31:51.771Z] 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 56 kB/s) [2019-07-30T06:31:51.771Z] 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 [2019-07-30T06:31:51.771Z] 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 [2019-07-30T06:31:51.771Z] 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 [2019-07-30T06:31:51.771Z] 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 [2019-07-30T06:31:51.771Z] 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 [2019-07-30T06:31:51.771Z] 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 [2019-07-30T06:31:52.027Z] 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 169 kB/s) [2019-07-30T06:31:52.027Z] 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 [2019-07-30T06:31:52.027Z] 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 [2019-07-30T06:31:52.027Z] 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 [2019-07-30T06:31:52.027Z] 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 [2019-07-30T06:31:52.027Z] 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 [2019-07-30T06:31:52.027Z] 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 [2019-07-30T06:31:52.283Z] 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 209 kB/s) [2019-07-30T06:31:52.283Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom [2019-07-30T06:31:52.283Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom [2019-07-30T06:31:52.283Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom [2019-07-30T06:31:52.283Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom [2019-07-30T06:31:52.283Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom [2019-07-30T06:31:52.283Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom [2019-07-30T06:31:52.283Z] 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 100 kB/s) [2019-07-30T06:31:52.283Z] 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 [2019-07-30T06:31:52.283Z] 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 [2019-07-30T06:31:52.538Z] 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 [2019-07-30T06:31:52.539Z] 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 [2019-07-30T06:31:52.539Z] 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 [2019-07-30T06:31:52.539Z] 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 [2019-07-30T06:31:52.539Z] 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 31 kB/s) [2019-07-30T06:31:52.539Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/apache/1/apache-1.pom [2019-07-30T06:31:52.539Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/1/apache-1.pom [2019-07-30T06:31:52.794Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/apache/1/apache-1.pom [2019-07-30T06:31:52.794Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/apache/1/apache-1.pom [2019-07-30T06:31:52.794Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/apache/1/apache-1.pom [2019-07-30T06:31:52.794Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom [2019-07-30T06:31:52.794Z] 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 131 kB/s) [2019-07-30T06:31:52.794Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [2019-07-30T06:31:52.794Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [2019-07-30T06:31:52.794Z] 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 [2019-07-30T06:31:53.050Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [2019-07-30T06:31:53.050Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [2019-07-30T06:31:53.050Z] 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 [2019-07-30T06:31:53.050Z] 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 518 kB/s) [2019-07-30T06:31:53.050Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/commons/commons-parent/9/commons-parent-9.pom [2019-07-30T06:31:53.050Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/9/commons-parent-9.pom [2019-07-30T06:31:53.050Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/commons/commons-parent/9/commons-parent-9.pom [2019-07-30T06:31:53.305Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/commons/commons-parent/9/commons-parent-9.pom [2019-07-30T06:31:53.305Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom [2019-07-30T06:31:53.305Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [2019-07-30T06:31:53.305Z] 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 1.0 MB/s) [2019-07-30T06:31:53.305Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [2019-07-30T06:31:53.305Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [2019-07-30T06:31:53.305Z] 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 [2019-07-30T06:31:53.561Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [2019-07-30T06:31:53.561Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [2019-07-30T06:31:53.561Z] 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 [2019-07-30T06:31:53.561Z] 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 288 kB/s) [2019-07-30T06:31:53.561Z] 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 [2019-07-30T06:31:53.561Z] 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 [2019-07-30T06:31:53.561Z] 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 [2019-07-30T06:31:53.816Z] 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 [2019-07-30T06:31:53.816Z] 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 [2019-07-30T06:31:53.816Z] 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 [2019-07-30T06:31:53.816Z] 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 251 kB/s) [2019-07-30T06:31:53.816Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [2019-07-30T06:31:53.816Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [2019-07-30T06:31:53.816Z] 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 [2019-07-30T06:31:54.072Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [2019-07-30T06:31:54.072Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [2019-07-30T06:31:54.072Z] 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 [2019-07-30T06:31:54.072Z] 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 166 kB/s) [2019-07-30T06:31:54.072Z] 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 [2019-07-30T06:31:54.072Z] 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 [2019-07-30T06:31:54.072Z] 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 [2019-07-30T06:31:54.327Z] 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 [2019-07-30T06:31:54.327Z] 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 [2019-07-30T06:31:54.327Z] 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 [2019-07-30T06:31:54.327Z] 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 255 kB/s) [2019-07-30T06:31:54.327Z] 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 [2019-07-30T06:31:54.327Z] 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 [2019-07-30T06:31:54.327Z] 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 [2019-07-30T06:31:54.720Z] 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 [2019-07-30T06:31:54.720Z] 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 [2019-07-30T06:31:54.720Z] 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 [2019-07-30T06:31:54.720Z] 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 728 kB/s) [2019-07-30T06:31:54.720Z] 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 [2019-07-30T06:31:54.720Z] 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 [2019-07-30T06:31:54.720Z] 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 [2019-07-30T06:31:54.720Z] 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 [2019-07-30T06:31:54.720Z] 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 [2019-07-30T06:31:54.720Z] 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 [2019-07-30T06:31:54.720Z] 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 135 kB/s) [2019-07-30T06:31:54.720Z] 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 [2019-07-30T06:31:54.720Z] 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 [2019-07-30T06:31:54.720Z] 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 [2019-07-30T06:31:55.115Z] 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 [2019-07-30T06:31:55.115Z] 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 [2019-07-30T06:31:55.115Z] 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 [2019-07-30T06:31:55.115Z] 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 64 kB/s) [2019-07-30T06:31:55.370Z] 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 [2019-07-30T06:31:55.370Z] 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 [2019-07-30T06:31:55.370Z] 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 [2019-07-30T06:31:55.370Z] 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 [2019-07-30T06:31:55.370Z] 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 [2019-07-30T06:31:55.370Z] 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 [2019-07-30T06:31:55.370Z] 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 94 kB/s) [2019-07-30T06:31:55.370Z] 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 [2019-07-30T06:31:55.626Z] 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 [2019-07-30T06:31:55.626Z] 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 [2019-07-30T06:31:55.626Z] 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 [2019-07-30T06:31:55.626Z] 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 [2019-07-30T06:31:55.626Z] 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 [2019-07-30T06:31:55.916Z] 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 250 kB/s) [2019-07-30T06:31:55.916Z] 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 [2019-07-30T06:31:55.916Z] 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 [2019-07-30T06:31:55.916Z] 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 [2019-07-30T06:31:55.916Z] 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 [2019-07-30T06:31:55.916Z] 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 [2019-07-30T06:31:55.916Z] 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 [2019-07-30T06:31:55.916Z] 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 41 kB/s) [2019-07-30T06:31:55.916Z] 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 [2019-07-30T06:31:55.916Z] 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 [2019-07-30T06:31:56.172Z] 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 [2019-07-30T06:31:56.172Z] 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 [2019-07-30T06:31:56.172Z] 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 [2019-07-30T06:31:56.172Z] 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 [2019-07-30T06:31:56.172Z] 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 97 kB/s) [2019-07-30T06:31:56.172Z] 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 [2019-07-30T06:31:56.172Z] 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 [2019-07-30T06:31:56.428Z] 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 [2019-07-30T06:31:56.684Z] 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 [2019-07-30T06:31:56.684Z] 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 [2019-07-30T06:31:56.684Z] 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 [2019-07-30T06:31:56.684Z] 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 82 kB/s) [2019-07-30T06:31:56.684Z] 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 [2019-07-30T06:31:56.684Z] 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 [2019-07-30T06:31:56.684Z] 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 [2019-07-30T06:31:56.941Z] 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 [2019-07-30T06:31:56.941Z] 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 [2019-07-30T06:31:56.941Z] 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 [2019-07-30T06:31:56.941Z] 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 107 kB/s) [2019-07-30T06:31:56.941Z] 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 [2019-07-30T06:31:56.941Z] 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 [2019-07-30T06:31:56.941Z] 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 [2019-07-30T06:31:57.196Z] 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 [2019-07-30T06:31:57.196Z] 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 [2019-07-30T06:31:57.196Z] 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 [2019-07-30T06:31:57.196Z] 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 82 kB/s) [2019-07-30T06:31:57.196Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [2019-07-30T06:31:57.196Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [2019-07-30T06:31:57.452Z] 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 [2019-07-30T06:31:57.708Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [2019-07-30T06:31:57.708Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [2019-07-30T06:31:57.708Z] 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 [2019-07-30T06:31:57.708Z] 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 27 kB/s) [2019-07-30T06:31:57.708Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [2019-07-30T06:31:57.708Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [2019-07-30T06:31:57.708Z] 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 [2019-07-30T06:31:57.963Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [2019-07-30T06:31:57.963Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [2019-07-30T06:31:57.963Z] 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 [2019-07-30T06:31:57.963Z] 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 344 kB/s) [2019-07-30T06:31:57.963Z] 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 [2019-07-30T06:31:57.963Z] 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 [2019-07-30T06:31:57.963Z] 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 [2019-07-30T06:31:57.963Z] 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 [2019-07-30T06:31:58.219Z] 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 [2019-07-30T06:31:58.219Z] 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 [2019-07-30T06:31:58.219Z] 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 99 kB/s) [2019-07-30T06:31:58.219Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [2019-07-30T06:31:58.219Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [2019-07-30T06:31:58.219Z] 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 [2019-07-30T06:31:58.219Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [2019-07-30T06:31:58.474Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [2019-07-30T06:31:58.474Z] 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 [2019-07-30T06:31:58.474Z] 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 295 kB/s) [2019-07-30T06:31:58.474Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom [2019-07-30T06:31:58.474Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.pom [2019-07-30T06:31:58.474Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.pom [2019-07-30T06:31:58.474Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.pom [2019-07-30T06:31:58.474Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom [2019-07-30T06:31:58.730Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom [2019-07-30T06:31:58.730Z] 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 277 kB/s) [2019-07-30T06:31:58.730Z] 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 [2019-07-30T06:31:58.730Z] 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 [2019-07-30T06:31:58.730Z] 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 [2019-07-30T06:31:58.730Z] 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 [2019-07-30T06:31:58.730Z] 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 [2019-07-30T06:31:58.985Z] 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 [2019-07-30T06:31:58.985Z] 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 428 kB/s) [2019-07-30T06:31:58.985Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [2019-07-30T06:31:58.985Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [2019-07-30T06:31:58.985Z] 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 [2019-07-30T06:31:58.985Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [2019-07-30T06:31:58.985Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [2019-07-30T06:31:59.241Z] 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 [2019-07-30T06:31:59.241Z] 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 355 kB/s) [2019-07-30T06:31:59.241Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/oro/oro/2.0.8/oro-2.0.8.pom [2019-07-30T06:31:59.241Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/oro/oro/2.0.8/oro-2.0.8.pom [2019-07-30T06:31:59.241Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/oro/oro/2.0.8/oro-2.0.8.pom [2019-07-30T06:31:59.241Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/oro/oro/2.0.8/oro-2.0.8.pom [2019-07-30T06:31:59.241Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/oro/oro/2.0.8/oro-2.0.8.pom [2019-07-30T06:31:59.241Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [2019-07-30T06:31:59.497Z] 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 5.0 kB/s) [2019-07-30T06:31:59.497Z] 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 [2019-07-30T06:31:59.497Z] 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 [2019-07-30T06:31:59.497Z] 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 [2019-07-30T06:31:59.752Z] 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 [2019-07-30T06:31:59.752Z] 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 [2019-07-30T06:32:00.010Z] 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 [2019-07-30T06:32:00.010Z] 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 324 kB/s) [2019-07-30T06:32:00.010Z] 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 [2019-07-30T06:32:00.010Z] 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 [2019-07-30T06:32:00.010Z] 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 [2019-07-30T06:32:00.010Z] 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 [2019-07-30T06:32:00.010Z] 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 [2019-07-30T06:32:00.010Z] 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 [2019-07-30T06:32:00.315Z] 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 12 kB/s) [2019-07-30T06:32:00.315Z] 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 [2019-07-30T06:32:00.315Z] 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 [2019-07-30T06:32:00.315Z] 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 [2019-07-30T06:32:00.315Z] 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 [2019-07-30T06:32:00.315Z] 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 [2019-07-30T06:32:00.315Z] 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 [2019-07-30T06:32:00.315Z] 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 41 kB/s) [2019-07-30T06:32:00.315Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [2019-07-30T06:32:00.315Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [2019-07-30T06:32:00.315Z] 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 [2019-07-30T06:32:00.571Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [2019-07-30T06:32:00.571Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [2019-07-30T06:32:00.571Z] 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 [2019-07-30T06:32:00.571Z] 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 46 kB/s) [2019-07-30T06:32:00.571Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [2019-07-30T06:32:00.571Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [2019-07-30T06:32:00.571Z] 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 [2019-07-30T06:32:00.827Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [2019-07-30T06:32:00.827Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [2019-07-30T06:32:00.827Z] 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 [2019-07-30T06:32:00.827Z] 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 100 kB/s) [2019-07-30T06:32:00.827Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [2019-07-30T06:32:00.827Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [2019-07-30T06:32:00.827Z] 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 [2019-07-30T06:32:01.083Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [2019-07-30T06:32:01.083Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [2019-07-30T06:32:01.083Z] 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 [2019-07-30T06:32:01.083Z] 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 7.4 kB/s) [2019-07-30T06:32:01.083Z] 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 [2019-07-30T06:32:01.083Z] 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 [2019-07-30T06:32:01.083Z] 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 [2019-07-30T06:32:01.337Z] 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 [2019-07-30T06:32:01.337Z] 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 [2019-07-30T06:32:01.338Z] 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 [2019-07-30T06:32:01.338Z] 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 83 kB/s) [2019-07-30T06:32:01.338Z] 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 [2019-07-30T06:32:01.338Z] 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 [2019-07-30T06:32:01.338Z] 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 [2019-07-30T06:32:01.593Z] 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 [2019-07-30T06:32:01.593Z] 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 [2019-07-30T06:32:01.593Z] 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 [2019-07-30T06:32:01.593Z] 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) [2019-07-30T06:32:01.593Z] 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 [2019-07-30T06:32:01.593Z] 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 [2019-07-30T06:32:01.593Z] 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 [2019-07-30T06:32:01.849Z] 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 [2019-07-30T06:32:01.849Z] 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 [2019-07-30T06:32:01.849Z] 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 [2019-07-30T06:32:01.849Z] 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 384 kB/s) [2019-07-30T06:32:01.849Z] 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 [2019-07-30T06:32:01.849Z] 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 [2019-07-30T06:32:01.849Z] 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 [2019-07-30T06:32:02.104Z] 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 [2019-07-30T06:32:02.104Z] 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 [2019-07-30T06:32:02.104Z] 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 [2019-07-30T06:32:02.104Z] 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 176 kB/s) [2019-07-30T06:32:02.104Z] 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 [2019-07-30T06:32:02.104Z] 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 [2019-07-30T06:32:02.104Z] 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 [2019-07-30T06:32:02.104Z] 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 [2019-07-30T06:32:02.360Z] 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 [2019-07-30T06:32:02.360Z] 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 [2019-07-30T06:32:02.360Z] 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 84 kB/s) [2019-07-30T06:32:02.360Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/7.1/asm-7.1.pom [2019-07-30T06:32:02.360Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.1/asm-7.1.pom [2019-07-30T06:32:02.360Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm/7.1/asm-7.1.pom [2019-07-30T06:32:02.360Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm/7.1/asm-7.1.pom [2019-07-30T06:32:02.360Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm/7.1/asm-7.1.pom [2019-07-30T06:32:02.615Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.pom [2019-07-30T06:32:02.615Z] 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 109 kB/s) [2019-07-30T06:32:02.615Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom [2019-07-30T06:32:02.615Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom [2019-07-30T06:32:02.615Z] 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 [2019-07-30T06:32:02.615Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom [2019-07-30T06:32:02.615Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom [2019-07-30T06:32:02.871Z] 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 [2019-07-30T06:32:02.871Z] 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 131 kB/s) [2019-07-30T06:32:02.871Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom [2019-07-30T06:32:02.871Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom [2019-07-30T06:32:02.871Z] 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 [2019-07-30T06:32:02.871Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom [2019-07-30T06:32:02.871Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom [2019-07-30T06:32:02.871Z] 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 [2019-07-30T06:32:03.126Z] 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 149 kB/s) [2019-07-30T06:32:03.126Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom [2019-07-30T06:32:03.126Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom [2019-07-30T06:32:03.126Z] 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 [2019-07-30T06:32:03.126Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom [2019-07-30T06:32:03.126Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom [2019-07-30T06:32:03.126Z] 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 [2019-07-30T06:32:03.126Z] 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 137 kB/s) [2019-07-30T06:32:03.126Z] 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 [2019-07-30T06:32:03.382Z] 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 [2019-07-30T06:32:03.382Z] 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 [2019-07-30T06:32:03.382Z] 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 [2019-07-30T06:32:03.382Z] 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 [2019-07-30T06:32:03.382Z] 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 [2019-07-30T06:32:03.638Z] 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 14 kB/s) [2019-07-30T06:32:03.638Z] 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 [2019-07-30T06:32:03.638Z] 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 [2019-07-30T06:32:03.638Z] 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 [2019-07-30T06:32:03.638Z] 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 [2019-07-30T06:32:03.638Z] 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 [2019-07-30T06:32:03.638Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/junit/junit/4.8.2/junit-4.8.2.jar [2019-07-30T06:32:03.638Z] 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 [2019-07-30T06:32:03.638Z] 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 [2019-07-30T06:32:03.638Z] 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 [2019-07-30T06:32:03.638Z] 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 [2019-07-30T06:32:03.638Z] 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 [2019-07-30T06:32:03.638Z] 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 [2019-07-30T06:32:03.638Z] 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 [2019-07-30T06:32:03.638Z] 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 [2019-07-30T06:32:03.638Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar [2019-07-30T06:32:03.638Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [2019-07-30T06:32:03.638Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar [2019-07-30T06:32:03.638Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [2019-07-30T06:32:03.638Z] 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 [2019-07-30T06:32:03.638Z] 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 [2019-07-30T06:32:03.638Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/oro/oro/2.0.8/oro-2.0.8.jar [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm/7.1/asm-7.1.jar [2019-07-30T06:32:03.894Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar [2019-07-30T06:32:03.894Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar [2019-07-30T06:32:03.894Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.8.2/junit-4.8.2.jar [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar [2019-07-30T06:32:03.894Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [2019-07-30T06:32:03.894Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar [2019-07-30T06:32:03.894Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:03.894Z] 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 [2019-07-30T06:32:04.150Z] 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 [2019-07-30T06:32:04.150Z] 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 [2019-07-30T06:32:04.150Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.jar [2019-07-30T06:32:04.150Z] 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 [2019-07-30T06:32:04.150Z] 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 [2019-07-30T06:32:04.150Z] 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 [2019-07-30T06:32:04.150Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [2019-07-30T06:32:04.150Z] 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 [2019-07-30T06:32:04.150Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/oro/oro/2.0.8/oro-2.0.8.jar [2019-07-30T06:32:04.150Z] 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 [2019-07-30T06:32:04.150Z] 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 [2019-07-30T06:32:04.150Z] 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 [2019-07-30T06:32:04.150Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.1/asm-7.1.jar [2019-07-30T06:32:04.150Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar [2019-07-30T06:32:04.150Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar [2019-07-30T06:32:04.150Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar [2019-07-30T06:32:04.150Z] 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 [2019-07-30T06:32:04.150Z] 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 [2019-07-30T06:32:04.150Z] 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 [2019-07-30T06:32:04.150Z] 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 [2019-07-30T06:32:04.150Z] 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 [2019-07-30T06:32:04.150Z] 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 [2019-07-30T06:32:04.150Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/junit/junit/4.8.2/junit-4.8.2.jar [2019-07-30T06:32:04.150Z] 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 [2019-07-30T06:32:04.150Z] 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 [2019-07-30T06:32:04.150Z] 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 [2019-07-30T06:32:04.406Z] 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 [2019-07-30T06:32:04.406Z] 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 [2019-07-30T06:32:04.406Z] 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 [2019-07-30T06:32:04.406Z] 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 [2019-07-30T06:32:04.406Z] 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 [2019-07-30T06:32:04.406Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar [2019-07-30T06:32:04.661Z] 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 [2019-07-30T06:32:04.661Z] 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 [2019-07-30T06:32:04.661Z] 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 [2019-07-30T06:32:04.661Z] 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 [2019-07-30T06:32:04.661Z] 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 [2019-07-30T06:32:04.661Z] 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 [2019-07-30T06:32:04.661Z] 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 [2019-07-30T06:32:04.661Z] 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 [2019-07-30T06:32:04.661Z] 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 [2019-07-30T06:32:04.661Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/apache/velocity/velocity/1.5/velocity-1.5.jar [2019-07-30T06:32:04.916Z] 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 [2019-07-30T06:32:04.916Z] 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 [2019-07-30T06:32:04.916Z] 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 [2019-07-30T06:32:04.916Z] 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 [2019-07-30T06:32:04.916Z] 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 [2019-07-30T06:32:04.916Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/oro/oro/2.0.8/oro-2.0.8.jar [2019-07-30T06:32:04.916Z] 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 [2019-07-30T06:32:05.172Z] 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 [2019-07-30T06:32:05.172Z] 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 [2019-07-30T06:32:05.172Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/org/ow2/asm/asm/7.1/asm-7.1.jar [2019-07-30T06:32:05.172Z] 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 [2019-07-30T06:32:05.172Z] 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 [2019-07-30T06:32:05.172Z] 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 [2019-07-30T06:32:05.172Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/junit/junit/4.8.2/junit-4.8.2.jar [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar [2019-07-30T06:32:05.430Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [2019-07-30T06:32:05.430Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar [2019-07-30T06:32:05.430Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.jar [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/oro/oro/2.0.8/oro-2.0.8.jar [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] 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 [2019-07-30T06:32:05.430Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm/7.1/asm-7.1.jar [2019-07-30T06:32:05.430Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar [2019-07-30T06:32:05.819Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar [2019-07-30T06:32:05.819Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/junit/junit/4.8.2/junit-4.8.2.jar [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar [2019-07-30T06:32:05.819Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [2019-07-30T06:32:05.819Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar [2019-07-30T06:32:05.819Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/oro/oro/2.0.8/oro-2.0.8.jar [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm/7.1/asm-7.1.jar [2019-07-30T06:32:05.819Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar [2019-07-30T06:32:05.819Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar [2019-07-30T06:32:05.819Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] Progress (1): 4.1/38 kB Progress (1): 7.7/38 kB Progress (1): 12/38 kB Progress (1): 16/38 kB Progress (1): 20/38 kB Progress (1): 24/38 kB Progress (1): 28/38 kB Progress (1): 32/38 kB Progress (1): 36/38 kB Progress (1): 38 kB Progress (2): 38 kB | 4.1/43 kB Progress (2): 38 kB | 7.7/43 kB Progress (2): 38 kB | 12/43 kB Progress (2): 38 kB | 16/43 kB Progress (3): 38 kB | 16/43 kB | 4.1/49 kB Progress (3): 38 kB | 20/43 kB | 4.1/49 kB Progress (3): 38 kB | 20/43 kB | 7.7/49 kB Progress (3): 38 kB | 24/43 kB | 7.7/49 kB Progress (3): 38 kB | 24/43 kB | 12/49 kB Progress (3): 38 kB | 28/43 kB | 12/49 kB Progress (3): 38 kB | 28/43 kB | 16/49 kB Progress (3): 38 kB | 32/43 kB | 16/49 kB Progress (3): 38 kB | 32/43 kB | 20/49 kB Progress (3): 38 kB | 36/43 kB | 20/49 kB Progress (3): 38 kB | 36/43 kB | 24/49 kB Progress (3): 38 kB | 40/43 kB | 24/49 kB Progress (3): 38 kB | 40/43 kB | 28/49 kB Progress (3): 38 kB | 43 kB | 28/49 kB Progress (3): 38 kB | 43 kB | 32/49 kB Progress (3): 38 kB | 43 kB | 36/49 kB Progress (3): 38 kB | 43 kB | 40/49 kB Progress (3): 38 kB | 43 kB | 44/49 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 1.2 MB/s) [2019-07-30T06:32:05.819Z] Progress (2): 43 kB | 48/49 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 [2019-07-30T06:32:05.819Z] Progress (3): 43 kB | 48/49 kB | 4.1/195 kB Progress (3): 43 kB | 49 kB | 4.1/195 kB Progress (3): 43 kB | 49 kB | 7.7/195 kB Progress (3): 43 kB | 49 kB | 12/195 kB Progress (3): 43 kB | 49 kB | 16/195 kB Progress (3): 43 kB | 49 kB | 20/195 kB Progress (3): 43 kB | 49 kB | 24/195 kB Progress (3): 43 kB | 49 kB | 28/195 kB Progress (3): 43 kB | 49 kB | 32/195 kB Progress (3): 43 kB | 49 kB | 36/195 kB Progress (3): 43 kB | 49 kB | 40/195 kB Progress (3): 43 kB | 49 kB | 44/195 kB Progress (3): 43 kB | 49 kB | 48/195 kB Progress (3): 43 kB | 49 kB | 52/195 kB Progress (3): 43 kB | 49 kB | 56/195 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 1.2 MB/s) [2019-07-30T06:32:05.819Z] Progress (2): 49 kB | 60/195 kB 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 [2019-07-30T06:32:05.819Z] Progress (2): 49 kB | 64/195 kB Progress (2): 49 kB | 68/195 kB Progress (2): 49 kB | 72/195 kB Progress (2): 49 kB | 76/195 kB Progress (2): 49 kB | 80/195 kB Progress (2): 49 kB | 84/195 kB Progress (2): 49 kB | 88/195 kB Progress (2): 49 kB | 92/195 kB Progress (2): 49 kB | 96/195 kB Progress (3): 49 kB | 96/195 kB | 4.1/237 kB Progress (3): 49 kB | 96/195 kB | 7.7/237 kB Progress (3): 49 kB | 96/195 kB | 12/237 kB Progress (3): 49 kB | 96/195 kB | 16/237 kB Progress (3): 49 kB | 96/195 kB | 20/237 kB Progress (4): 49 kB | 96/195 kB | 20/237 kB | 4.1/39 kB Progress (4): 49 kB | 100/195 kB | 20/237 kB | 4.1/39 kB Progress (4): 49 kB | 100/195 kB | 24/237 kB | 4.1/39 kB Progress (4): 49 kB | 104/195 kB | 24/237 kB | 4.1/39 kB Progress (4): 49 kB | 104/195 kB | 24/237 kB | 7.7/39 kB Progress (4): 49 kB | 108/195 kB | 24/237 kB | 7.7/39 kB Progress (4): 49 kB | 108/195 kB | 28/237 kB | 7.7/39 kB Progress (4): 49 kB | 112/195 kB | 28/237 kB | 7.7/39 kB Progress (4): 49 kB | 112/195 kB | 28/237 kB | 12/39 kB Progress (4): 49 kB | 116/195 kB | 28/237 kB | 12/39 kB Progress (4): 49 kB | 116/195 kB | 32/237 kB | 12/39 kB Progress (4): 49 kB | 120/195 kB | 32/237 kB | 12/39 kB Progress (4): 49 kB | 120/195 kB | 32/237 kB | 16/39 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 1.2 MB/s) [2019-07-30T06:32:05.819Z] 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 [2019-07-30T06:32:05.819Z] Progress (3): 120/195 kB | 32/237 kB | 20/39 kB Progress (3): 124/195 kB | 32/237 kB | 20/39 kB Progress (3): 124/195 kB | 33/237 kB | 20/39 kB Progress (3): 128/195 kB | 33/237 kB | 20/39 kB Progress (3): 128/195 kB | 33/237 kB | 24/39 kB Progress (4): 128/195 kB | 33/237 kB | 24/39 kB | 4.1/11 kB Progress (4): 128/195 kB | 33/237 kB | 28/39 kB | 4.1/11 kB Progress (4): 132/195 kB | 33/237 kB | 28/39 kB | 4.1/11 kB Progress (4): 132/195 kB | 37/237 kB | 28/39 kB | 4.1/11 kB Progress (4): 136/195 kB | 37/237 kB | 28/39 kB | 4.1/11 kB Progress (4): 136/195 kB | 37/237 kB | 32/39 kB | 4.1/11 kB Progress (4): 136/195 kB | 37/237 kB | 32/39 kB | 7.7/11 kB Progress (4): 136/195 kB | 37/237 kB | 36/39 kB | 7.7/11 kB Progress (4): 140/195 kB | 37/237 kB | 36/39 kB | 7.7/11 kB Progress (4): 140/195 kB | 41/237 kB | 36/39 kB | 7.7/11 kB Progress (4): 144/195 kB | 41/237 kB | 36/39 kB | 7.7/11 kB Progress (4): 144/195 kB | 41/237 kB | 39 kB | 7.7/11 kB Progress (4): 144/195 kB | 41/237 kB | 39 kB | 11 kB Progress (4): 148/195 kB | 41/237 kB | 39 kB | 11 kB Progress (4): 148/195 kB | 45/237 kB | 39 kB | 11 kB Progress (4): 152/195 kB | 45/237 kB | 39 kB | 11 kB Progress (4): 152/195 kB | 49/237 kB | 39 kB | 11 kB Progress (4): 156/195 kB | 49/237 kB | 39 kB | 11 kB Progress (4): 156/195 kB | 53/237 kB | 39 kB | 11 kB Progress (4): 160/195 kB | 53/237 kB | 39 kB | 11 kB Progress (4): 160/195 kB | 57/237 kB | 39 kB | 11 kB Progress (4): 164/195 kB | 57/237 kB | 39 kB | 11 kB Progress (4): 164/195 kB | 61/237 kB | 39 kB | 11 kB Progress (5): 164/195 kB | 61/237 kB | 39 kB | 11 kB | 4.1/10 kB Progress (5): 164/195 kB | 65/237 kB | 39 kB | 11 kB | 4.1/10 kB Progress (5): 168/195 kB | 65/237 kB | 39 kB | 11 kB | 4.1/10 kB Progress (5): 168/195 kB | 66/237 kB | 39 kB | 11 kB | 4.1/10 kB Progress (5): 168/195 kB | 66/237 kB | 39 kB | 11 kB | 7.7/10 kB Progress (5): 168/195 kB | 70/237 kB | 39 kB | 11 kB | 7.7/10 kB Progress (5): 172/195 kB | 70/237 kB | 39 kB | 11 kB | 7.7/10 kB Progress (5): 172/195 kB | 74/237 kB | 39 kB | 11 kB | 7.7/10 kB Progress (5): 172/195 kB | 74/237 kB | 39 kB | 11 kB | 10 kB Progress (5): 172/195 kB | 78/237 kB | 39 kB | 11 kB | 10 kB Progress (5): 176/195 kB | 78/237 kB | 39 kB | 11 kB | 10 kB Progress (5): 176/195 kB | 82/237 kB | 39 kB | 11 kB | 10 kB Progress (5): 180/195 kB | 82/237 kB | 39 kB | 11 kB | 10 kB Progress (5): 180/195 kB | 86/237 kB | 39 kB | 11 kB | 10 kB Progress (5): 184/195 kB | 86/237 kB | 39 kB | 11 kB | 10 kB Progress (5): 184/195 kB | 90/237 kB | 39 kB | 11 kB | 10 kB Progress (5): 188/195 kB | 90/237 kB | 39 kB | 11 kB | 10 kB Progress (5): 188/195 kB | 94/237 kB | 39 kB | 11 kB | 10 kB Progress (5): 192/195 kB | 94/237 kB | 39 kB | 11 kB | 10 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 745 kB/s) [2019-07-30T06:32:05.819Z] Progress (4): 195 kB | 94/237 kB | 11 kB | 10 kB Progress (4): 195 kB | 98/237 kB | 11 kB | 10 kB 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 [2019-07-30T06:32:05.819Z] 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 206 kB/s) [2019-07-30T06:32:05.819Z] Progress (3): 195 kB | 98/237 kB | 10 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 [2019-07-30T06:32:05.819Z] 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 183 kB/s) [2019-07-30T06:32:05.819Z] Progress (2): 195 kB | 102/237 kB 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 [2019-07-30T06:32:05.819Z] Progress (2): 195 kB | 106/237 kB Progress (2): 195 kB | 110/237 kB Progress (2): 195 kB | 114/237 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 3.4 MB/s) [2019-07-30T06:32:05.819Z] Progress (1): 118/237 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 [2019-07-30T06:32:05.820Z] Progress (1): 122/237 kB Progress (1): 126/237 kB Progress (1): 130/237 kB Progress (1): 131/237 kB Progress (1): 135/237 kB Progress (1): 139/237 kB Progress (1): 143/237 kB Progress (1): 147/237 kB Progress (1): 151/237 kB Progress (1): 155/237 kB Progress (1): 159/237 kB Progress (1): 163/237 kB Progress (1): 164/237 kB Progress (1): 168/237 kB Progress (1): 172/237 kB Progress (1): 176/237 kB Progress (1): 180/237 kB Progress (1): 184/237 kB Progress (1): 188/237 kB Progress (1): 192/237 kB Progress (1): 196/237 kB Progress (1): 197/237 kB Progress (1): 201/237 kB Progress (1): 205/237 kB Progress (1): 209/237 kB Progress (1): 213/237 kB Progress (1): 217/237 kB Progress (1): 221/237 kB Progress (1): 225/237 kB Progress (1): 229/237 kB Progress (1): 233/237 kB Progress (1): 237/237 kB Progress (1): 237 kB Progress (2): 237 kB | 4.1/37 kB Progress (2): 237 kB | 7.7/37 kB Progress (3): 237 kB | 7.7/37 kB | 4.1/123 kB Progress (3): 237 kB | 12/37 kB | 4.1/123 kB Progress (3): 237 kB | 12/37 kB | 7.7/123 kB Progress (3): 237 kB | 16/37 kB | 7.7/123 kB Progress (3): 237 kB | 16/37 kB | 12/123 kB Progress (3): 237 kB | 20/37 kB | 12/123 kB Progress (3): 237 kB | 20/37 kB | 16/123 kB Progress (3): 237 kB | 24/37 kB | 16/123 kB Progress (4): 237 kB | 24/37 kB | 16/123 kB | 4.1/17 kB Progress (4): 237 kB | 28/37 kB | 16/123 kB | 4.1/17 kB Progress (4): 237 kB | 28/37 kB | 20/123 kB | 4.1/17 kB Progress (4): 237 kB | 32/37 kB | 20/123 kB | 4.1/17 kB Progress (5): 237 kB | 32/37 kB | 20/123 kB | 4.1/17 kB | 4.1/30 kB Progress (5): 237 kB | 32/37 kB | 20/123 kB | 7.7/17 kB | 4.1/30 kB Progress (5): 237 kB | 32/37 kB | 20/123 kB | 7.7/17 kB | 7.7/30 kB Progress (5): 237 kB | 36/37 kB | 20/123 kB | 7.7/17 kB | 7.7/30 kB Progress (5): 237 kB | 36/37 kB | 24/123 kB | 7.7/17 kB | 7.7/30 kB Progress (5): 237 kB | 37 kB | 24/123 kB | 7.7/17 kB | 7.7/30 kB Progress (5): 237 kB | 37 kB | 24/123 kB | 7.7/17 kB | 12/30 kB Progress (5): 237 kB | 37 kB | 24/123 kB | 12/17 kB | 12/30 kB Progress (5): 237 kB | 37 kB | 24/123 kB | 12/17 kB | 16/30 kB Progress (5): 237 kB | 37 kB | 28/123 kB | 12/17 kB | 16/30 kB Progress (5): 237 kB | 37 kB | 28/123 kB | 12/17 kB | 20/30 kB Progress (5): 237 kB | 37 kB | 28/123 kB | 16/17 kB | 20/30 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 3.5 MB/s) [2019-07-30T06:32:05.820Z] Progress (4): 37 kB | 28/123 kB | 16/17 kB | 24/30 kB Progress (4): 37 kB | 32/123 kB | 16/17 kB | 24/30 kB Progress (4): 37 kB | 32/123 kB | 16/17 kB | 28/30 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 [2019-07-30T06:32:05.820Z] Progress (4): 37 kB | 32/123 kB | 17 kB | 28/30 kB Progress (4): 37 kB | 32/123 kB | 17 kB | 30 kB Progress (4): 37 kB | 33/123 kB | 17 kB | 30 kB Progress (4): 37 kB | 37/123 kB | 17 kB | 30 kB Progress (4): 37 kB | 41/123 kB | 17 kB | 30 kB Progress (4): 37 kB | 45/123 kB | 17 kB | 30 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.jar (37 kB at 513 kB/s) [2019-07-30T06:32:05.820Z] Progress (3): 49/123 kB | 17 kB | 30 kB 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 [2019-07-30T06:32:05.820Z] Progress (3): 53/123 kB | 17 kB | 30 kB Progress (3): 57/123 kB | 17 kB | 30 kB Progress (3): 61/123 kB | 17 kB | 30 kB Progress (3): 65/123 kB | 17 kB | 30 kB Progress (3): 66/123 kB | 17 kB | 30 kB Progress (3): 70/123 kB | 17 kB | 30 kB Progress (3): 74/123 kB | 17 kB | 30 kB Progress (3): 78/123 kB | 17 kB | 30 kB Progress (3): 82/123 kB | 17 kB | 30 kB Progress (3): 86/123 kB | 17 kB | 30 kB Progress (3): 90/123 kB | 17 kB | 30 kB Progress (3): 94/123 kB | 17 kB | 30 kB Progress (3): 98/123 kB | 17 kB | 30 kB Progress (3): 102/123 kB | 17 kB | 30 kB Progress (3): 106/123 kB | 17 kB | 30 kB Progress (3): 110/123 kB | 17 kB | 30 kB Progress (3): 114/123 kB | 17 kB | 30 kB Progress (3): 118/123 kB | 17 kB | 30 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 218 kB/s) [2019-07-30T06:32:05.820Z] Progress (2): 122/123 kB | 30 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar [2019-07-30T06:32:05.820Z] Progress (2): 123 kB | 30 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 385 kB/s) [2019-07-30T06:32:05.820Z] Progress (2): 123 kB | 4.1/158 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 [2019-07-30T06:32:05.820Z] Progress (2): 123 kB | 7.7/158 kB Progress (2): 123 kB | 12/158 kB Progress (2): 123 kB | 16/158 kB Progress (2): 123 kB | 20/158 kB Progress (2): 123 kB | 24/158 kB Progress (2): 123 kB | 28/158 kB Progress (2): 123 kB | 32/158 kB Progress (2): 123 kB | 33/158 kB Progress (2): 123 kB | 37/158 kB Progress (2): 123 kB | 41/158 kB Progress (2): 123 kB | 45/158 kB Progress (2): 123 kB | 49/158 kB Progress (2): 123 kB | 53/158 kB Progress (2): 123 kB | 57/158 kB Progress (2): 123 kB | 61/158 kB Progress (2): 123 kB | 65/158 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.jar (123 kB at 1.5 MB/s) [2019-07-30T06:32:05.820Z] Progress (1): 66/158 kB 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 [2019-07-30T06:32:05.820Z] Progress (1): 70/158 kB Progress (1): 74/158 kB Progress (1): 78/158 kB Progress (1): 82/158 kB Progress (1): 86/158 kB Progress (1): 90/158 kB Progress (1): 94/158 kB Progress (1): 98/158 kB Progress (1): 98/158 kB Progress (2): 98/158 kB | 4.1/11 kB Progress (2): 102/158 kB | 4.1/11 kB Progress (2): 102/158 kB | 7.7/11 kB Progress (2): 106/158 kB | 7.7/11 kB Progress (2): 106/158 kB | 11 kB Progress (2): 110/158 kB | 11 kB Progress (2): 114/158 kB | 11 kB Progress (2): 118/158 kB | 11 kB Progress (2): 122/158 kB | 11 kB Progress (2): 126/158 kB | 11 kB Progress (2): 130/158 kB | 11 kB Progress (2): 134/158 kB | 11 kB Progress (2): 138/158 kB | 11 kB Progress (2): 142/158 kB | 11 kB Progress (2): 146/158 kB | 11 kB Progress (2): 150/158 kB | 11 kB Progress (2): 154/158 kB | 11 kB Progress (2): 158 kB | 11 kB Progress (3): 158 kB | 11 kB | 0/1.2 MB Progress (3): 158 kB | 11 kB | 0/1.2 MB Progress (3): 158 kB | 11 kB | 0/1.2 MB Progress (3): 158 kB | 11 kB | 0/1.2 MB Progress (3): 158 kB | 11 kB | 0/1.2 MB Progress (3): 158 kB | 11 kB | 0/1.2 MB 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 123 kB/s) [2019-07-30T06:32:05.820Z] Progress (3): 158 kB | 0/1.2 MB | 4.1/305 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [2019-07-30T06:32:05.820Z] Progress (3): 158 kB | 0/1.2 MB | 4.1/305 kB Progress (3): 158 kB | 0/1.2 MB | 7.7/305 kB Progress (3): 158 kB | 0/1.2 MB | 7.7/305 kB Progress (3): 158 kB | 0/1.2 MB | 12/305 kB Progress (3): 158 kB | 0/1.2 MB | 12/305 kB Progress (3): 158 kB | 0/1.2 MB | 16/305 kB Progress (4): 158 kB | 0/1.2 MB | 16/305 kB | 4.1/262 kB Progress (4): 158 kB | 0/1.2 MB | 20/305 kB | 4.1/262 kB Progress (4): 158 kB | 0/1.2 MB | 20/305 kB | 4.1/262 kB Progress (4): 158 kB | 0/1.2 MB | 24/305 kB | 4.1/262 kB Progress (4): 158 kB | 0/1.2 MB | 24/305 kB | 7.7/262 kB Progress (4): 158 kB | 0/1.2 MB | 28/305 kB | 7.7/262 kB Progress (4): 158 kB | 0/1.2 MB | 28/305 kB | 7.7/262 kB Progress (4): 158 kB | 0/1.2 MB | 32/305 kB | 7.7/262 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 1.6 MB/s) [2019-07-30T06:32:05.820Z] Progress (3): 0/1.2 MB | 32/305 kB | 12/262 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 [2019-07-30T06:32:05.820Z] Progress (3): 0/1.2 MB | 33/305 kB | 12/262 kB Progress (3): 0/1.2 MB | 33/305 kB | 12/262 kB Progress (3): 0/1.2 MB | 37/305 kB | 12/262 kB Progress (3): 0/1.2 MB | 37/305 kB | 16/262 kB Progress (3): 0/1.2 MB | 41/305 kB | 16/262 kB Progress (3): 0/1.2 MB | 41/305 kB | 16/262 kB Progress (3): 0/1.2 MB | 45/305 kB | 16/262 kB Progress (3): 0.1/1.2 MB | 45/305 kB | 16/262 kB Progress (3): 0.1/1.2 MB | 45/305 kB | 20/262 kB Progress (3): 0.1/1.2 MB | 45/305 kB | 20/262 kB Progress (3): 0.1/1.2 MB | 49/305 kB | 20/262 kB Progress (3): 0.1/1.2 MB | 49/305 kB | 20/262 kB Progress (3): 0.1/1.2 MB | 53/305 kB | 20/262 kB Progress (3): 0.1/1.2 MB | 53/305 kB | 24/262 kB Progress (3): 0.1/1.2 MB | 57/305 kB | 24/262 kB Progress (3): 0.1/1.2 MB | 57/305 kB | 24/262 kB Progress (3): 0.1/1.2 MB | 61/305 kB | 24/262 kB Progress (3): 0.1/1.2 MB | 61/305 kB | 28/262 kB Progress (3): 0.1/1.2 MB | 65/305 kB | 28/262 kB Progress (3): 0.1/1.2 MB | 65/305 kB | 28/262 kB Progress (3): 0.1/1.2 MB | 66/305 kB | 28/262 kB Progress (3): 0.1/1.2 MB | 66/305 kB | 32/262 kB Progress (3): 0.1/1.2 MB | 70/305 kB | 32/262 kB Progress (3): 0.1/1.2 MB | 70/305 kB | 32/262 kB Progress (3): 0.1/1.2 MB | 74/305 kB | 32/262 kB Progress (3): 0.1/1.2 MB | 74/305 kB | 33/262 kB Progress (3): 0.1/1.2 MB | 78/305 kB | 33/262 kB Progress (3): 0.1/1.2 MB | 78/305 kB | 33/262 kB Progress (3): 0.1/1.2 MB | 82/305 kB | 33/262 kB Progress (3): 0.1/1.2 MB | 82/305 kB | 37/262 kB Progress (4): 0.1/1.2 MB | 82/305 kB | 37/262 kB | 4.1/30 kB Progress (4): 0.1/1.2 MB | 82/305 kB | 41/262 kB | 4.1/30 kB Progress (4): 0.1/1.2 MB | 86/305 kB | 41/262 kB | 4.1/30 kB Progress (4): 0.1/1.2 MB | 86/305 kB | 41/262 kB | 4.1/30 kB Progress (4): 0.1/1.2 MB | 90/305 kB | 41/262 kB | 4.1/30 kB Progress (4): 0.1/1.2 MB | 90/305 kB | 45/262 kB | 4.1/30 kB Progress (4): 0.1/1.2 MB | 90/305 kB | 45/262 kB | 7.7/30 kB Progress (4): 0.1/1.2 MB | 90/305 kB | 49/262 kB | 7.7/30 kB Progress (4): 0.1/1.2 MB | 94/305 kB | 49/262 kB | 7.7/30 kB Progress (4): 0.1/1.2 MB | 94/305 kB | 49/262 kB | 7.7/30 kB Progress (4): 0.1/1.2 MB | 98/305 kB | 49/262 kB | 7.7/30 kB Progress (4): 0.1/1.2 MB | 98/305 kB | 53/262 kB | 7.7/30 kB Progress (4): 0.1/1.2 MB | 98/305 kB | 53/262 kB | 12/30 kB Progress (4): 0.1/1.2 MB | 98/305 kB | 57/262 kB | 12/30 kB Progress (4): 0.1/1.2 MB | 98/305 kB | 57/262 kB | 12/30 kB Progress (4): 0.1/1.2 MB | 98/305 kB | 57/262 kB | 12/30 kB Progress (4): 0.1/1.2 MB | 102/305 kB | 57/262 kB | 12/30 kB Progress (5): 0.1/1.2 MB | 102/305 kB | 57/262 kB | 12/30 kB | 4.1/50 kB Progress (5): 0.1/1.2 MB | 102/305 kB | 61/262 kB | 12/30 kB | 4.1/50 kB Progress (5): 0.1/1.2 MB | 102/305 kB | 61/262 kB | 16/30 kB | 4.1/50 kB Progress (5): 0.1/1.2 MB | 102/305 kB | 65/262 kB | 16/30 kB | 4.1/50 kB Progress (5): 0.1/1.2 MB | 102/305 kB | 65/262 kB | 16/30 kB | 7.7/50 kB Progress (5): 0.1/1.2 MB | 106/305 kB | 65/262 kB | 16/30 kB | 7.7/50 kB Progress (5): 0.1/1.2 MB | 106/305 kB | 65/262 kB | 16/30 kB | 7.7/50 kB Progress (5): 0.1/1.2 MB | 110/305 kB | 65/262 kB | 16/30 kB | 7.7/50 kB Progress (5): 0.1/1.2 MB | 110/305 kB | 65/262 kB | 16/30 kB | 12/50 kB Progress (5): 0.1/1.2 MB | 110/305 kB | 66/262 kB | 16/30 kB | 12/50 kB Progress (5): 0.1/1.2 MB | 110/305 kB | 66/262 kB | 20/30 kB | 12/50 kB Progress (5): 0.1/1.2 MB | 110/305 kB | 70/262 kB | 20/30 kB | 12/50 kB Progress (5): 0.1/1.2 MB | 110/305 kB | 70/262 kB | 20/30 kB | 16/50 kB Progress (5): 0.1/1.2 MB | 114/305 kB | 70/262 kB | 20/30 kB | 16/50 kB Progress (5): 0.1/1.2 MB | 114/305 kB | 70/262 kB | 20/30 kB | 16/50 kB Progress (5): 0.1/1.2 MB | 118/305 kB | 70/262 kB | 20/30 kB | 16/50 kB Progress (5): 0.1/1.2 MB | 118/305 kB | 70/262 kB | 20/30 kB | 20/50 kB Progress (5): 0.1/1.2 MB | 118/305 kB | 74/262 kB | 20/30 kB | 20/50 kB Progress (5): 0.1/1.2 MB | 118/305 kB | 74/262 kB | 24/30 kB | 20/50 kB Progress (5): 0.1/1.2 MB | 118/305 kB | 78/262 kB | 24/30 kB | 20/50 kB Progress (5): 0.1/1.2 MB | 118/305 kB | 78/262 kB | 24/30 kB | 24/50 kB Progress (5): 0.1/1.2 MB | 122/305 kB | 78/262 kB | 24/30 kB | 24/50 kB Progress (5): 0.1/1.2 MB | 122/305 kB | 78/262 kB | 24/30 kB | 24/50 kB Progress (5): 0.1/1.2 MB | 126/305 kB | 78/262 kB | 24/30 kB | 24/50 kB Progress (5): 0.1/1.2 MB | 126/305 kB | 78/262 kB | 24/30 kB | 28/50 kB Progress (5): 0.1/1.2 MB | 126/305 kB | 82/262 kB | 24/30 kB | 28/50 kB Progress (5): 0.1/1.2 MB | 126/305 kB | 82/262 kB | 28/30 kB | 28/50 kB Progress (5): 0.1/1.2 MB | 126/305 kB | 86/262 kB | 28/30 kB | 28/50 kB Progress (5): 0.1/1.2 MB | 126/305 kB | 86/262 kB | 28/30 kB | 32/50 kB Progress (5): 0.1/1.2 MB | 130/305 kB | 86/262 kB | 28/30 kB | 32/50 kB Progress (5): 0.1/1.2 MB | 130/305 kB | 86/262 kB | 28/30 kB | 32/50 kB Progress (5): 0.1/1.2 MB | 131/305 kB | 86/262 kB | 28/30 kB | 32/50 kB Progress (5): 0.1/1.2 MB | 131/305 kB | 86/262 kB | 28/30 kB | 36/50 kB Progress (5): 0.1/1.2 MB | 131/305 kB | 90/262 kB | 28/30 kB | 36/50 kB Progress (5): 0.1/1.2 MB | 131/305 kB | 90/262 kB | 30 kB | 36/50 kB Progress (5): 0.1/1.2 MB | 131/305 kB | 94/262 kB | 30 kB | 36/50 kB Progress (5): 0.1/1.2 MB | 131/305 kB | 94/262 kB | 30 kB | 40/50 kB Progress (5): 0.1/1.2 MB | 135/305 kB | 94/262 kB | 30 kB | 40/50 kB Progress (5): 0.1/1.2 MB | 135/305 kB | 94/262 kB | 30 kB | 40/50 kB Progress (5): 0.1/1.2 MB | 139/305 kB | 94/262 kB | 30 kB | 40/50 kB Progress (5): 0.1/1.2 MB | 139/305 kB | 94/262 kB | 30 kB | 44/50 kB Progress (5): 0.1/1.2 MB | 139/305 kB | 98/262 kB | 30 kB | 44/50 kB Progress (5): 0.1/1.2 MB | 139/305 kB | 98/262 kB | 30 kB | 48/50 kB Progress (5): 0.1/1.2 MB | 143/305 kB | 98/262 kB | 30 kB | 48/50 kB Progress (5): 0.1/1.2 MB | 143/305 kB | 98/262 kB | 30 kB | 48/50 kB Progress (5): 0.1/1.2 MB | 147/305 kB | 98/262 kB | 30 kB | 48/50 kB Progress (5): 0.1/1.2 MB | 147/305 kB | 98/262 kB | 30 kB | 50 kB Progress (5): 0.1/1.2 MB | 147/305 kB | 98/262 kB | 30 kB | 50 kB Progress (5): 0.1/1.2 MB | 151/305 kB | 98/262 kB | 30 kB | 50 kB Progress (5): 0.1/1.2 MB | 151/305 kB | 98/262 kB | 30 kB | 50 kB Progress (5): 0.1/1.2 MB | 155/305 kB | 98/262 kB | 30 kB | 50 kB Progress (5): 0.1/1.2 MB | 155/305 kB | 102/262 kB | 30 kB | 50 kB Progress (5): 0.1/1.2 MB | 159/305 kB | 102/262 kB | 30 kB | 50 kB Progress (5): 0.1/1.2 MB | 159/305 kB | 102/262 kB | 30 kB | 50 kB Progress (5): 0.1/1.2 MB | 163/305 kB | 102/262 kB | 30 kB | 50 kB Progress (5): 0.1/1.2 MB | 163/305 kB | 106/262 kB | 30 kB | 50 kB Progress (5): 0.1/1.2 MB | 164/305 kB | 106/262 kB | 30 kB | 50 kB Progress (5): 0.1/1.2 MB | 164/305 kB | 106/262 kB | 30 kB | 50 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 259 kB/s) [2019-07-30T06:32:05.820Z] Progress (4): 0.1/1.2 MB | 168/305 kB | 106/262 kB | 50 kB Progress (4): 0.1/1.2 MB | 168/305 kB | 110/262 kB | 50 kB Progress (4): 0.1/1.2 MB | 172/305 kB | 110/262 kB | 50 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 [2019-07-30T06:32:05.820Z] Progress (4): 0.1/1.2 MB | 172/305 kB | 110/262 kB | 50 kB Progress (4): 0.1/1.2 MB | 176/305 kB | 110/262 kB | 50 kB Progress (4): 0.1/1.2 MB | 176/305 kB | 114/262 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 428 kB/s) [2019-07-30T06:32:05.820Z] 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 [2019-07-30T06:32:05.820Z] Progress (3): 0.1/1.2 MB | 180/305 kB | 114/262 kB Progress (3): 0.1/1.2 MB | 180/305 kB | 114/262 kB Progress (3): 0.1/1.2 MB | 184/305 kB | 114/262 kB Progress (3): 0.1/1.2 MB | 184/305 kB | 118/262 kB Progress (3): 0.1/1.2 MB | 188/305 kB | 118/262 kB Progress (3): 0.1/1.2 MB | 188/305 kB | 118/262 kB Progress (3): 0.1/1.2 MB | 192/305 kB | 118/262 kB Progress (3): 0.1/1.2 MB | 192/305 kB | 122/262 kB Progress (3): 0.1/1.2 MB | 196/305 kB | 122/262 kB Progress (3): 0.1/1.2 MB | 196/305 kB | 122/262 kB Progress (3): 0.1/1.2 MB | 197/305 kB | 122/262 kB Progress (3): 0.1/1.2 MB | 197/305 kB | 126/262 kB Progress (3): 0.1/1.2 MB | 201/305 kB | 126/262 kB Progress (3): 0.1/1.2 MB | 201/305 kB | 126/262 kB Progress (3): 0.1/1.2 MB | 205/305 kB | 126/262 kB Progress (3): 0.1/1.2 MB | 205/305 kB | 130/262 kB Progress (3): 0.1/1.2 MB | 209/305 kB | 130/262 kB Progress (3): 0.1/1.2 MB | 209/305 kB | 130/262 kB Progress (3): 0.1/1.2 MB | 213/305 kB | 130/262 kB Progress (3): 0.1/1.2 MB | 213/305 kB | 130/262 kB Progress (3): 0.1/1.2 MB | 213/305 kB | 131/262 kB Progress (3): 0.1/1.2 MB | 213/305 kB | 131/262 kB Progress (3): 0.1/1.2 MB | 217/305 kB | 131/262 kB Progress (3): 0.2/1.2 MB | 217/305 kB | 131/262 kB Progress (3): 0.2/1.2 MB | 217/305 kB | 135/262 kB Progress (3): 0.2/1.2 MB | 217/305 kB | 135/262 kB Progress (3): 0.2/1.2 MB | 221/305 kB | 135/262 kB Progress (3): 0.2/1.2 MB | 221/305 kB | 135/262 kB Progress (3): 0.2/1.2 MB | 221/305 kB | 139/262 kB Progress (3): 0.2/1.2 MB | 221/305 kB | 139/262 kB Progress (3): 0.2/1.2 MB | 225/305 kB | 139/262 kB Progress (3): 0.2/1.2 MB | 225/305 kB | 139/262 kB Progress (3): 0.2/1.2 MB | 225/305 kB | 143/262 kB Progress (4): 0.2/1.2 MB | 225/305 kB | 143/262 kB | 4.1/52 kB Progress (4): 0.2/1.2 MB | 225/305 kB | 147/262 kB | 4.1/52 kB Progress (4): 0.2/1.2 MB | 225/305 kB | 147/262 kB | 4.1/52 kB Progress (4): 0.2/1.2 MB | 229/305 kB | 147/262 kB | 4.1/52 kB Progress (4): 0.2/1.2 MB | 229/305 kB | 147/262 kB | 4.1/52 kB Progress (4): 0.2/1.2 MB | 229/305 kB | 151/262 kB | 4.1/52 kB Progress (4): 0.2/1.2 MB | 229/305 kB | 151/262 kB | 7.7/52 kB Progress (4): 0.2/1.2 MB | 229/305 kB | 155/262 kB | 7.7/52 kB Progress (4): 0.2/1.2 MB | 229/305 kB | 155/262 kB | 7.7/52 kB Progress (5): 0.2/1.2 MB | 229/305 kB | 155/262 kB | 7.7/52 kB | 4.1/15 kB Progress (5): 0.2/1.2 MB | 229/305 kB | 155/262 kB | 7.7/52 kB | 4.1/15 kB Progress (5): 0.2/1.2 MB | 229/305 kB | 155/262 kB | 7.7/52 kB | 7.7/15 kB Progress (5): 0.2/1.2 MB | 229/305 kB | 155/262 kB | 7.7/52 kB | 7.7/15 kB Progress (5): 0.2/1.2 MB | 229/305 kB | 159/262 kB | 7.7/52 kB | 7.7/15 kB Progress (5): 0.2/1.2 MB | 229/305 kB | 159/262 kB | 12/52 kB | 7.7/15 kB Progress (5): 0.2/1.2 MB | 229/305 kB | 163/262 kB | 12/52 kB | 7.7/15 kB Progress (5): 0.2/1.2 MB | 229/305 kB | 163/262 kB | 12/52 kB | 7.7/15 kB Progress (5): 0.2/1.2 MB | 229/305 kB | 163/262 kB | 12/52 kB | 12/15 kB Progress (5): 0.2/1.2 MB | 233/305 kB | 163/262 kB | 12/52 kB | 12/15 kB Progress (5): 0.2/1.2 MB | 233/305 kB | 163/262 kB | 12/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 233/305 kB | 163/262 kB | 12/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 233/305 kB | 164/262 kB | 12/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 233/305 kB | 164/262 kB | 16/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 233/305 kB | 168/262 kB | 16/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 233/305 kB | 168/262 kB | 16/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 237/305 kB | 168/262 kB | 16/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 237/305 kB | 168/262 kB | 16/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 237/305 kB | 172/262 kB | 16/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 237/305 kB | 172/262 kB | 20/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 237/305 kB | 176/262 kB | 20/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 237/305 kB | 176/262 kB | 20/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 241/305 kB | 176/262 kB | 20/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 241/305 kB | 176/262 kB | 20/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 241/305 kB | 180/262 kB | 20/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 241/305 kB | 180/262 kB | 24/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 241/305 kB | 184/262 kB | 24/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 241/305 kB | 184/262 kB | 24/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 245/305 kB | 184/262 kB | 24/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 245/305 kB | 184/262 kB | 24/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 245/305 kB | 188/262 kB | 24/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 245/305 kB | 188/262 kB | 28/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 245/305 kB | 188/262 kB | 32/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 245/305 kB | 188/262 kB | 36/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 245/305 kB | 192/262 kB | 36/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 245/305 kB | 192/262 kB | 36/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 249/305 kB | 192/262 kB | 36/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 249/305 kB | 192/262 kB | 36/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 249/305 kB | 196/262 kB | 36/52 kB | 15 kB Progress (5): 0.2/1.2 MB | 249/305 kB | 196/262 kB | 40/52 kB | 15 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 105 kB/s) [2019-07-30T06:32:05.820Z] Progress (4): 0.2/1.2 MB | 249/305 kB | 196/262 kB | 44/52 kB Progress (4): 0.2/1.2 MB | 249/305 kB | 197/262 kB | 44/52 kB Progress (4): 0.2/1.2 MB | 249/305 kB | 197/262 kB | 44/52 kB Progress (4): 0.2/1.2 MB | 253/305 kB | 197/262 kB | 44/52 kB Progress (4): 0.2/1.2 MB | 253/305 kB | 197/262 kB | 44/52 kB Progress (4): 0.2/1.2 MB | 253/305 kB | 201/262 kB | 44/52 kB Progress (4): 0.2/1.2 MB | 253/305 kB | 201/262 kB | 48/52 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 [2019-07-30T06:32:06.079Z] Progress (4): 0.2/1.2 MB | 253/305 kB | 201/262 kB | 52/52 kB Progress (4): 0.2/1.2 MB | 253/305 kB | 205/262 kB | 52/52 kB Progress (4): 0.2/1.2 MB | 253/305 kB | 205/262 kB | 52/52 kB Progress (4): 0.2/1.2 MB | 257/305 kB | 205/262 kB | 52/52 kB Progress (4): 0.2/1.2 MB | 257/305 kB | 205/262 kB | 52/52 kB Progress (4): 0.2/1.2 MB | 257/305 kB | 209/262 kB | 52/52 kB Progress (4): 0.2/1.2 MB | 257/305 kB | 209/262 kB | 52 kB Progress (4): 0.2/1.2 MB | 257/305 kB | 213/262 kB | 52 kB Progress (4): 0.2/1.2 MB | 257/305 kB | 213/262 kB | 52 kB Progress (4): 0.2/1.2 MB | 261/305 kB | 213/262 kB | 52 kB Progress (4): 0.2/1.2 MB | 261/305 kB | 213/262 kB | 52 kB Progress (4): 0.2/1.2 MB | 261/305 kB | 217/262 kB | 52 kB Progress (4): 0.2/1.2 MB | 261/305 kB | 217/262 kB | 52 kB Progress (4): 0.2/1.2 MB | 262/305 kB | 217/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 262/305 kB | 217/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 262/305 kB | 221/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 262/305 kB | 221/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 266/305 kB | 221/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 266/305 kB | 221/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 266/305 kB | 225/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 270/305 kB | 225/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 270/305 kB | 229/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 270/305 kB | 229/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 270/305 kB | 233/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 274/305 kB | 233/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 274/305 kB | 237/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 274/305 kB | 237/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 274/305 kB | 241/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 278/305 kB | 241/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 278/305 kB | 241/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 278/305 kB | 245/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 278/305 kB | 245/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 282/305 kB | 245/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 282/305 kB | 245/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 282/305 kB | 249/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 282/305 kB | 249/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 286/305 kB | 249/262 kB | 52 kB Progress (4): 0.3/1.2 MB | 286/305 kB | 249/262 kB | 52 kB Progress (5): 0.3/1.2 MB | 286/305 kB | 249/262 kB | 52 kB | 4.1/37 kB Progress (5): 0.3/1.2 MB | 286/305 kB | 253/262 kB | 52 kB | 4.1/37 kB Progress (5): 0.3/1.2 MB | 286/305 kB | 253/262 kB | 52 kB | 7.7/37 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 342 kB/s) [2019-07-30T06:32:06.079Z] Progress (4): 0.3/1.2 MB | 286/305 kB | 253/262 kB | 7.7/37 kB Progress (4): 0.3/1.2 MB | 290/305 kB | 253/262 kB | 7.7/37 kB Progress (4): 0.3/1.2 MB | 290/305 kB | 253/262 kB | 7.7/37 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [2019-07-30T06:32:06.079Z] Progress (4): 0.3/1.2 MB | 290/305 kB | 253/262 kB | 12/37 kB Progress (4): 0.3/1.2 MB | 290/305 kB | 257/262 kB | 12/37 kB Progress (4): 0.3/1.2 MB | 290/305 kB | 257/262 kB | 16/37 kB Progress (4): 0.3/1.2 MB | 290/305 kB | 257/262 kB | 16/37 kB Progress (4): 0.3/1.2 MB | 294/305 kB | 257/262 kB | 16/37 kB Progress (4): 0.3/1.2 MB | 294/305 kB | 257/262 kB | 16/37 kB Progress (4): 0.3/1.2 MB | 294/305 kB | 257/262 kB | 20/37 kB Progress (4): 0.3/1.2 MB | 294/305 kB | 261/262 kB | 20/37 kB Progress (4): 0.3/1.2 MB | 294/305 kB | 261/262 kB | 24/37 kB Progress (4): 0.3/1.2 MB | 294/305 kB | 261/262 kB | 24/37 kB Progress (4): 0.3/1.2 MB | 298/305 kB | 261/262 kB | 24/37 kB Progress (4): 0.3/1.2 MB | 298/305 kB | 261/262 kB | 24/37 kB Progress (4): 0.3/1.2 MB | 298/305 kB | 261/262 kB | 28/37 kB Progress (4): 0.3/1.2 MB | 298/305 kB | 262 kB | 28/37 kB Progress (4): 0.3/1.2 MB | 298/305 kB | 262 kB | 32/37 kB Progress (4): 0.3/1.2 MB | 298/305 kB | 262 kB | 32/37 kB Progress (4): 0.3/1.2 MB | 302/305 kB | 262 kB | 32/37 kB Progress (4): 0.3/1.2 MB | 302/305 kB | 262 kB | 32/37 kB Progress (4): 0.3/1.2 MB | 302/305 kB | 262 kB | 36/37 kB Progress (4): 0.3/1.2 MB | 302/305 kB | 262 kB | 36/37 kB Progress (4): 0.3/1.2 MB | 305 kB | 262 kB | 36/37 kB Progress (4): 0.3/1.2 MB | 305 kB | 262 kB | 36/37 kB Progress (4): 0.3/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.3/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.3/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.3/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.3/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.3/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.4/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.5/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.5/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.5/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.5/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.5/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.5/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.5/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.5/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.5/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.5/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.5/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.5/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.5/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.5/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.5/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.5/1.2 MB | 305 kB | 262 kB | 37 kB Progress (4): 0.5/1.2 MB | 305 kB | 262 kB | 37 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.jar (37 kB at 224 kB/s) [2019-07-30T06:32:06.079Z] 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.8 MB/s) [2019-07-30T06:32:06.079Z] Progress (2): 0.5/1.2 MB | 262 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 [2019-07-30T06:32:06.079Z] 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.5 MB/s) [2019-07-30T06:32:06.079Z] 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 [2019-07-30T06:32:06.079Z] 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 [2019-07-30T06:32:06.079Z] Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (2): 0.6/1.2 MB | 4.1/11 kB Progress (2): 0.6/1.2 MB | 4.1/11 kB Progress (2): 0.6/1.2 MB | 7.7/11 kB Progress (2): 0.6/1.2 MB | 7.7/11 kB Progress (2): 0.6/1.2 MB | 11 kB Progress (2): 0.6/1.2 MB | 11 kB Progress (2): 0.6/1.2 MB | 11 kB Progress (2): 0.6/1.2 MB | 11 kB Progress (2): 0.6/1.2 MB | 11 kB Progress (2): 0.6/1.2 MB | 11 kB Progress (2): 0.6/1.2 MB | 11 kB Progress (2): 0.6/1.2 MB | 11 kB Progress (2): 0.6/1.2 MB | 11 kB Progress (2): 0.6/1.2 MB | 11 kB Progress (2): 0.6/1.2 MB | 11 kB Progress (2): 0.6/1.2 MB | 11 kB Progress (2): 0.6/1.2 MB | 11 kB Progress (2): 0.6/1.2 MB | 11 kB Progress (2): 0.7/1.2 MB | 11 kB Progress (2): 0.7/1.2 MB | 11 kB Progress (2): 0.7/1.2 MB | 11 kB Progress (2): 0.7/1.2 MB | 11 kB Progress (2): 0.7/1.2 MB | 11 kB Progress (2): 0.7/1.2 MB | 11 kB Progress (2): 0.7/1.2 MB | 11 kB Progress (2): 0.7/1.2 MB | 11 kB Progress (2): 0.7/1.2 MB | 11 kB Progress (3): 0.7/1.2 MB | 11 kB | 4.1/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 4.1/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 7.7/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 7.7/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 12/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 12/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 16/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 16/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 20/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 20/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 24/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 24/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 28/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 28/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 32/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 32/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 33/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 33/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 37/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 37/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 41/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 41/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 45/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 45/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 49/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 49/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 53/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 53/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 57/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 57/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 61/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 61/392 kB Progress (3): 0.7/1.2 MB | 11 kB | 65/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 65/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 66/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 66/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 70/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 70/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 74/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 74/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 78/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 78/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 82/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 82/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 86/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 86/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 90/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 90/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 94/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 94/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 98/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 98/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 98/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 98/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 102/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 102/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 106/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 106/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 110/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 110/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 114/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 114/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 114/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 118/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 118/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 122/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 122/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 126/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 126/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 130/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 130/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 131/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 131/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 135/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 135/392 kB Progress (3): 0.8/1.2 MB | 11 kB | 139/392 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 57 kB/s) [2019-07-30T06:32:06.079Z] Progress (2): 0.8/1.2 MB | 143/392 kB Progress (2): 0.8/1.2 MB | 143/392 kB Progress (2): 0.8/1.2 MB | 147/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 [2019-07-30T06:32:06.079Z] Progress (2): 0.8/1.2 MB | 151/392 kB Progress (2): 0.8/1.2 MB | 151/392 kB Progress (2): 0.8/1.2 MB | 155/392 kB Progress (3): 0.8/1.2 MB | 155/392 kB | 4.1/588 kB Progress (4): 0.8/1.2 MB | 155/392 kB | 4.1/588 kB | 4.1/7.7 kB Progress (4): 0.8/1.2 MB | 155/392 kB | 7.7/588 kB | 4.1/7.7 kB Progress (4): 0.8/1.2 MB | 159/392 kB | 7.7/588 kB | 4.1/7.7 kB Progress (4): 0.8/1.2 MB | 159/392 kB | 7.7/588 kB | 4.1/7.7 kB Progress (4): 0.8/1.2 MB | 163/392 kB | 7.7/588 kB | 4.1/7.7 kB Progress (4): 0.8/1.2 MB | 163/392 kB | 12/588 kB | 4.1/7.7 kB Progress (4): 0.8/1.2 MB | 163/392 kB | 12/588 kB | 7.7 kB Progress (4): 0.8/1.2 MB | 163/392 kB | 16/588 kB | 7.7 kB Progress (4): 0.8/1.2 MB | 164/392 kB | 16/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 164/392 kB | 16/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 168/392 kB | 16/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 168/392 kB | 20/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 172/392 kB | 20/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 172/392 kB | 20/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 176/392 kB | 20/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 176/392 kB | 24/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 180/392 kB | 24/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 180/392 kB | 24/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 184/392 kB | 24/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 184/392 kB | 28/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 188/392 kB | 28/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 188/392 kB | 28/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 192/392 kB | 28/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 192/392 kB | 32/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 196/392 kB | 32/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 196/392 kB | 32/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 197/392 kB | 32/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 197/392 kB | 33/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 201/392 kB | 33/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 201/392 kB | 33/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 205/392 kB | 33/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 205/392 kB | 37/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 209/392 kB | 37/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 209/392 kB | 37/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 213/392 kB | 37/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 213/392 kB | 41/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 217/392 kB | 41/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 217/392 kB | 41/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 221/392 kB | 41/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 221/392 kB | 45/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 225/392 kB | 45/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 225/392 kB | 45/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 229/392 kB | 45/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 229/392 kB | 49/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 233/392 kB | 49/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 233/392 kB | 49/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 237/392 kB | 49/588 kB | 7.7 kB Progress (4): 0.9/1.2 MB | 237/392 kB | 53/588 kB | 7.7 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 39 kB/s) [2019-07-30T06:32:06.079Z] Progress (3): 0.9/1.2 MB | 241/392 kB | 53/588 kB Progress (3): 0.9/1.2 MB | 241/392 kB | 53/588 kB Progress (3): 0.9/1.2 MB | 245/392 kB | 53/588 kB 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 [2019-07-30T06:32:06.079Z] Progress (3): 0.9/1.2 MB | 245/392 kB | 57/588 kB Progress (3): 0.9/1.2 MB | 249/392 kB | 57/588 kB Progress (3): 0.9/1.2 MB | 249/392 kB | 57/588 kB Progress (3): 0.9/1.2 MB | 253/392 kB | 57/588 kB Progress (3): 0.9/1.2 MB | 253/392 kB | 61/588 kB Progress (3): 0.9/1.2 MB | 257/392 kB | 61/588 kB Progress (3): 0.9/1.2 MB | 257/392 kB | 61/588 kB Progress (3): 0.9/1.2 MB | 261/392 kB | 61/588 kB Progress (3): 0.9/1.2 MB | 261/392 kB | 65/588 kB Progress (3): 0.9/1.2 MB | 265/392 kB | 65/588 kB Progress (3): 0.9/1.2 MB | 265/392 kB | 65/588 kB Progress (3): 0.9/1.2 MB | 269/392 kB | 65/588 kB Progress (3): 0.9/1.2 MB | 269/392 kB | 66/588 kB Progress (3): 0.9/1.2 MB | 273/392 kB | 66/588 kB Progress (3): 0.9/1.2 MB | 273/392 kB | 70/588 kB Progress (3): 0.9/1.2 MB | 273/392 kB | 70/588 kB Progress (3): 0.9/1.2 MB | 273/392 kB | 74/588 kB Progress (3): 0.9/1.2 MB | 277/392 kB | 74/588 kB Progress (3): 0.9/1.2 MB | 277/392 kB | 78/588 kB Progress (3): 0.9/1.2 MB | 277/392 kB | 78/588 kB Progress (3): 0.9/1.2 MB | 277/392 kB | 82/588 kB Progress (3): 0.9/1.2 MB | 281/392 kB | 82/588 kB Progress (3): 0.9/1.2 MB | 281/392 kB | 86/588 kB Progress (3): 0.9/1.2 MB | 281/392 kB | 86/588 kB Progress (3): 0.9/1.2 MB | 281/392 kB | 90/588 kB Progress (3): 0.9/1.2 MB | 285/392 kB | 90/588 kB Progress (3): 0.9/1.2 MB | 285/392 kB | 94/588 kB Progress (3): 0.9/1.2 MB | 285/392 kB | 94/588 kB Progress (3): 0.9/1.2 MB | 285/392 kB | 98/588 kB Progress (3): 0.9/1.2 MB | 289/392 kB | 98/588 kB Progress (3): 0.9/1.2 MB | 289/392 kB | 98/588 kB Progress (3): 0.9/1.2 MB | 289/392 kB | 98/588 kB Progress (3): 0.9/1.2 MB | 289/392 kB | 102/588 kB Progress (3): 0.9/1.2 MB | 293/392 kB | 102/588 kB Progress (3): 0.9/1.2 MB | 293/392 kB | 106/588 kB Progress (3): 0.9/1.2 MB | 293/392 kB | 106/588 kB Progress (3): 0.9/1.2 MB | 293/392 kB | 110/588 kB Progress (3): 0.9/1.2 MB | 297/392 kB | 110/588 kB Progress (3): 0.9/1.2 MB | 297/392 kB | 114/588 kB Progress (3): 0.9/1.2 MB | 297/392 kB | 114/588 kB Progress (3): 0.9/1.2 MB | 297/392 kB | 118/588 kB Progress (3): 0.9/1.2 MB | 301/392 kB | 118/588 kB Progress (3): 0.9/1.2 MB | 301/392 kB | 122/588 kB Progress (3): 0.9/1.2 MB | 301/392 kB | 122/588 kB Progress (3): 0.9/1.2 MB | 301/392 kB | 126/588 kB Progress (3): 0.9/1.2 MB | 305/392 kB | 126/588 kB Progress (4): 0.9/1.2 MB | 305/392 kB | 126/588 kB | 4.1/91 kB Progress (4): 0.9/1.2 MB | 305/392 kB | 130/588 kB | 4.1/91 kB Progress (4): 0.9/1.2 MB | 305/392 kB | 130/588 kB | 4.1/91 kB Progress (4): 0.9/1.2 MB | 305/392 kB | 131/588 kB | 4.1/91 kB Progress (4): 0.9/1.2 MB | 305/392 kB | 131/588 kB | 7.7/91 kB Progress (4): 0.9/1.2 MB | 309/392 kB | 131/588 kB | 7.7/91 kB Progress (4): 0.9/1.2 MB | 309/392 kB | 135/588 kB | 7.7/91 kB Progress (4): 0.9/1.2 MB | 309/392 kB | 135/588 kB | 7.7/91 kB Progress (4): 0.9/1.2 MB | 309/392 kB | 135/588 kB | 12/91 kB Progress (4): 0.9/1.2 MB | 309/392 kB | 139/588 kB | 12/91 kB Progress (4): 0.9/1.2 MB | 313/392 kB | 139/588 kB | 12/91 kB Progress (4): 0.9/1.2 MB | 313/392 kB | 143/588 kB | 12/91 kB Progress (4): 0.9/1.2 MB | 313/392 kB | 143/588 kB | 16/91 kB Progress (4): 0.9/1.2 MB | 313/392 kB | 143/588 kB | 16/91 kB Progress (4): 0.9/1.2 MB | 313/392 kB | 143/588 kB | 20/91 kB Progress (4): 0.9/1.2 MB | 313/392 kB | 147/588 kB | 20/91 kB Progress (4): 0.9/1.2 MB | 317/392 kB | 147/588 kB | 20/91 kB Progress (4): 0.9/1.2 MB | 317/392 kB | 151/588 kB | 20/91 kB Progress (4): 0.9/1.2 MB | 317/392 kB | 151/588 kB | 24/91 kB Progress (4): 1.0/1.2 MB | 317/392 kB | 151/588 kB | 24/91 kB Progress (4): 1.0/1.2 MB | 317/392 kB | 151/588 kB | 28/91 kB Progress (4): 1.0/1.2 MB | 317/392 kB | 155/588 kB | 28/91 kB Progress (4): 1.0/1.2 MB | 321/392 kB | 155/588 kB | 28/91 kB Progress (4): 1.0/1.2 MB | 321/392 kB | 159/588 kB | 28/91 kB Progress (5): 1.0/1.2 MB | 321/392 kB | 159/588 kB | 28/91 kB | 4.1/189 kB Progress (5): 1.0/1.2 MB | 321/392 kB | 159/588 kB | 32/91 kB | 4.1/189 kB Progress (5): 1.0/1.2 MB | 321/392 kB | 159/588 kB | 32/91 kB | 4.1/189 kB Progress (5): 1.0/1.2 MB | 321/392 kB | 159/588 kB | 33/91 kB | 4.1/189 kB Progress (5): 1.0/1.2 MB | 321/392 kB | 159/588 kB | 33/91 kB | 7.7/189 kB Progress (5): 1.0/1.2 MB | 321/392 kB | 163/588 kB | 33/91 kB | 7.7/189 kB Progress (5): 1.0/1.2 MB | 325/392 kB | 163/588 kB | 33/91 kB | 7.7/189 kB Progress (5): 1.0/1.2 MB | 325/392 kB | 164/588 kB | 33/91 kB | 7.7/189 kB Progress (5): 1.0/1.2 MB | 325/392 kB | 164/588 kB | 33/91 kB | 12/189 kB Progress (5): 1.0/1.2 MB | 325/392 kB | 164/588 kB | 37/91 kB | 12/189 kB Progress (5): 1.0/1.2 MB | 325/392 kB | 164/588 kB | 37/91 kB | 12/189 kB Progress (5): 1.0/1.2 MB | 325/392 kB | 164/588 kB | 41/91 kB | 12/189 kB Progress (5): 1.0/1.2 MB | 325/392 kB | 164/588 kB | 41/91 kB | 16/189 kB Progress (5): 1.0/1.2 MB | 325/392 kB | 168/588 kB | 41/91 kB | 16/189 kB Progress (5): 1.0/1.2 MB | 329/392 kB | 168/588 kB | 41/91 kB | 16/189 kB Progress (5): 1.0/1.2 MB | 329/392 kB | 172/588 kB | 41/91 kB | 16/189 kB Progress (5): 1.0/1.2 MB | 329/392 kB | 172/588 kB | 41/91 kB | 20/189 kB Progress (5): 1.0/1.2 MB | 329/392 kB | 172/588 kB | 45/91 kB | 20/189 kB Progress (5): 1.0/1.2 MB | 329/392 kB | 172/588 kB | 45/91 kB | 20/189 kB Progress (5): 1.0/1.2 MB | 329/392 kB | 172/588 kB | 49/91 kB | 20/189 kB Progress (5): 1.0/1.2 MB | 329/392 kB | 172/588 kB | 49/91 kB | 24/189 kB Progress (5): 1.0/1.2 MB | 329/392 kB | 176/588 kB | 49/91 kB | 24/189 kB Progress (5): 1.0/1.2 MB | 333/392 kB | 176/588 kB | 49/91 kB | 24/189 kB Progress (5): 1.0/1.2 MB | 333/392 kB | 180/588 kB | 49/91 kB | 24/189 kB Progress (5): 1.0/1.2 MB | 333/392 kB | 180/588 kB | 49/91 kB | 28/189 kB Progress (5): 1.0/1.2 MB | 333/392 kB | 180/588 kB | 53/91 kB | 28/189 kB Progress (5): 1.0/1.2 MB | 333/392 kB | 180/588 kB | 53/91 kB | 28/189 kB Progress (5): 1.0/1.2 MB | 333/392 kB | 180/588 kB | 57/91 kB | 28/189 kB Progress (5): 1.0/1.2 MB | 333/392 kB | 180/588 kB | 57/91 kB | 32/189 kB Progress (5): 1.0/1.2 MB | 333/392 kB | 184/588 kB | 57/91 kB | 32/189 kB Progress (5): 1.0/1.2 MB | 337/392 kB | 184/588 kB | 57/91 kB | 32/189 kB Progress (5): 1.0/1.2 MB | 337/392 kB | 188/588 kB | 57/91 kB | 32/189 kB Progress (5): 1.0/1.2 MB | 337/392 kB | 188/588 kB | 57/91 kB | 33/189 kB Progress (5): 1.0/1.2 MB | 337/392 kB | 188/588 kB | 61/91 kB | 33/189 kB Progress (5): 1.0/1.2 MB | 337/392 kB | 188/588 kB | 61/91 kB | 33/189 kB Progress (5): 1.0/1.2 MB | 337/392 kB | 188/588 kB | 65/91 kB | 33/189 kB Progress (5): 1.0/1.2 MB | 337/392 kB | 188/588 kB | 65/91 kB | 37/189 kB Progress (5): 1.0/1.2 MB | 337/392 kB | 192/588 kB | 65/91 kB | 37/189 kB Progress (5): 1.0/1.2 MB | 341/392 kB | 192/588 kB | 65/91 kB | 37/189 kB Progress (5): 1.0/1.2 MB | 341/392 kB | 196/588 kB | 65/91 kB | 37/189 kB Progress (5): 1.0/1.2 MB | 341/392 kB | 196/588 kB | 65/91 kB | 41/189 kB Progress (5): 1.0/1.2 MB | 341/392 kB | 196/588 kB | 69/91 kB | 41/189 kB Progress (5): 1.0/1.2 MB | 341/392 kB | 196/588 kB | 69/91 kB | 41/189 kB Progress (5): 1.0/1.2 MB | 341/392 kB | 196/588 kB | 73/91 kB | 41/189 kB Progress (5): 1.0/1.2 MB | 341/392 kB | 196/588 kB | 73/91 kB | 45/189 kB Progress (5): 1.0/1.2 MB | 341/392 kB | 197/588 kB | 73/91 kB | 45/189 kB Progress (5): 1.0/1.2 MB | 345/392 kB | 197/588 kB | 73/91 kB | 45/189 kB Progress (5): 1.0/1.2 MB | 345/392 kB | 201/588 kB | 73/91 kB | 45/189 kB Progress (5): 1.0/1.2 MB | 345/392 kB | 201/588 kB | 73/91 kB | 49/189 kB Progress (5): 1.0/1.2 MB | 345/392 kB | 201/588 kB | 77/91 kB | 49/189 kB Progress (5): 1.0/1.2 MB | 345/392 kB | 201/588 kB | 77/91 kB | 49/189 kB Progress (5): 1.0/1.2 MB | 345/392 kB | 201/588 kB | 81/91 kB | 49/189 kB Progress (5): 1.0/1.2 MB | 345/392 kB | 201/588 kB | 81/91 kB | 53/189 kB Progress (5): 1.0/1.2 MB | 345/392 kB | 205/588 kB | 81/91 kB | 53/189 kB Progress (5): 1.0/1.2 MB | 349/392 kB | 205/588 kB | 81/91 kB | 53/189 kB Progress (5): 1.0/1.2 MB | 349/392 kB | 209/588 kB | 81/91 kB | 53/189 kB Progress (5): 1.0/1.2 MB | 349/392 kB | 209/588 kB | 81/91 kB | 57/189 kB Progress (5): 1.0/1.2 MB | 349/392 kB | 209/588 kB | 85/91 kB | 57/189 kB Progress (5): 1.0/1.2 MB | 349/392 kB | 209/588 kB | 85/91 kB | 57/189 kB Progress (5): 1.0/1.2 MB | 349/392 kB | 209/588 kB | 89/91 kB | 57/189 kB Progress (5): 1.0/1.2 MB | 349/392 kB | 209/588 kB | 89/91 kB | 61/189 kB Progress (5): 1.0/1.2 MB | 349/392 kB | 213/588 kB | 89/91 kB | 61/189 kB Progress (5): 1.0/1.2 MB | 353/392 kB | 213/588 kB | 89/91 kB | 61/189 kB Progress (5): 1.0/1.2 MB | 353/392 kB | 217/588 kB | 89/91 kB | 61/189 kB Progress (5): 1.0/1.2 MB | 353/392 kB | 217/588 kB | 89/91 kB | 65/189 kB Progress (5): 1.0/1.2 MB | 353/392 kB | 217/588 kB | 91 kB | 65/189 kB Progress (5): 1.0/1.2 MB | 353/392 kB | 217/588 kB | 91 kB | 65/189 kB Progress (5): 1.0/1.2 MB | 353/392 kB | 217/588 kB | 91 kB | 66/189 kB Progress (5): 1.0/1.2 MB | 353/392 kB | 221/588 kB | 91 kB | 66/189 kB Progress (5): 1.0/1.2 MB | 357/392 kB | 221/588 kB | 91 kB | 66/189 kB Progress (5): 1.0/1.2 MB | 357/392 kB | 225/588 kB | 91 kB | 66/189 kB Progress (5): 1.0/1.2 MB | 357/392 kB | 225/588 kB | 91 kB | 70/189 kB Progress (5): 1.0/1.2 MB | 357/392 kB | 225/588 kB | 91 kB | 70/189 kB Progress (5): 1.0/1.2 MB | 357/392 kB | 225/588 kB | 91 kB | 74/189 kB Progress (5): 1.0/1.2 MB | 357/392 kB | 229/588 kB | 91 kB | 74/189 kB Progress (5): 1.0/1.2 MB | 361/392 kB | 229/588 kB | 91 kB | 74/189 kB Progress (5): 1.0/1.2 MB | 361/392 kB | 229/588 kB | 91 kB | 74/189 kB Progress (5): 1.0/1.2 MB | 361/392 kB | 229/588 kB | 91 kB | 78/189 kB Progress (5): 1.0/1.2 MB | 361/392 kB | 229/588 kB | 91 kB | 78/189 kB Progress (5): 1.0/1.2 MB | 361/392 kB | 229/588 kB | 91 kB | 82/189 kB Progress (5): 1.0/1.2 MB | 361/392 kB | 233/588 kB | 91 kB | 82/189 kB Progress (5): 1.0/1.2 MB | 365/392 kB | 233/588 kB | 91 kB | 82/189 kB Progress (5): 1.0/1.2 MB | 365/392 kB | 237/588 kB | 91 kB | 82/189 kB Progress (5): 1.0/1.2 MB | 365/392 kB | 237/588 kB | 91 kB | 86/189 kB Progress (5): 1.0/1.2 MB | 365/392 kB | 237/588 kB | 91 kB | 86/189 kB Progress (5): 1.0/1.2 MB | 365/392 kB | 237/588 kB | 91 kB | 90/189 kB Progress (5): 1.0/1.2 MB | 365/392 kB | 241/588 kB | 91 kB | 90/189 kB Progress (5): 1.0/1.2 MB | 369/392 kB | 241/588 kB | 91 kB | 90/189 kB Progress (5): 1.0/1.2 MB | 369/392 kB | 245/588 kB | 91 kB | 90/189 kB Progress (5): 1.0/1.2 MB | 369/392 kB | 245/588 kB | 91 kB | 94/189 kB Progress (5): 1.0/1.2 MB | 369/392 kB | 245/588 kB | 91 kB | 94/189 kB Progress (5): 1.0/1.2 MB | 369/392 kB | 245/588 kB | 91 kB | 98/189 kB Progress (5): 1.0/1.2 MB | 369/392 kB | 249/588 kB | 91 kB | 98/189 kB Progress (5): 1.0/1.2 MB | 373/392 kB | 249/588 kB | 91 kB | 98/189 kB Progress (5): 1.0/1.2 MB | 373/392 kB | 253/588 kB | 91 kB | 98/189 kB Progress (5): 1.0/1.2 MB | 373/392 kB | 253/588 kB | 91 kB | 98/189 kB Progress (5): 1.0/1.2 MB | 373/392 kB | 253/588 kB | 91 kB | 98/189 kB Progress (5): 1.0/1.2 MB | 373/392 kB | 253/588 kB | 91 kB | 102/189 kB Progress (5): 1.0/1.2 MB | 373/392 kB | 257/588 kB | 91 kB | 102/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 403 kB/s) [2019-07-30T06:32:06.079Z] 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 [2019-07-30T06:32:06.079Z] Progress (4): 1.0/1.2 MB | 377/392 kB | 257/588 kB | 102/189 kB Progress (4): 1.0/1.2 MB | 377/392 kB | 261/588 kB | 102/189 kB Progress (4): 1.0/1.2 MB | 377/392 kB | 261/588 kB | 106/189 kB Progress (4): 1.0/1.2 MB | 377/392 kB | 261/588 kB | 106/189 kB Progress (4): 1.0/1.2 MB | 377/392 kB | 261/588 kB | 110/189 kB Progress (4): 1.0/1.2 MB | 377/392 kB | 262/588 kB | 110/189 kB Progress (4): 1.0/1.2 MB | 381/392 kB | 262/588 kB | 110/189 kB Progress (4): 1.0/1.2 MB | 381/392 kB | 266/588 kB | 110/189 kB Progress (4): 1.0/1.2 MB | 381/392 kB | 266/588 kB | 114/189 kB Progress (4): 1.0/1.2 MB | 381/392 kB | 266/588 kB | 114/189 kB Progress (4): 1.0/1.2 MB | 381/392 kB | 266/588 kB | 118/189 kB Progress (4): 1.0/1.2 MB | 381/392 kB | 270/588 kB | 118/189 kB Progress (4): 1.0/1.2 MB | 385/392 kB | 270/588 kB | 118/189 kB Progress (4): 1.0/1.2 MB | 385/392 kB | 274/588 kB | 118/189 kB Progress (4): 1.0/1.2 MB | 385/392 kB | 274/588 kB | 122/189 kB Progress (4): 1.0/1.2 MB | 385/392 kB | 274/588 kB | 122/189 kB Progress (4): 1.0/1.2 MB | 385/392 kB | 274/588 kB | 126/189 kB Progress (4): 1.0/1.2 MB | 385/392 kB | 278/588 kB | 126/189 kB Progress (4): 1.0/1.2 MB | 389/392 kB | 278/588 kB | 126/189 kB Progress (4): 1.0/1.2 MB | 389/392 kB | 282/588 kB | 126/189 kB Progress (4): 1.0/1.2 MB | 389/392 kB | 282/588 kB | 130/189 kB Progress (4): 1.0/1.2 MB | 389/392 kB | 282/588 kB | 130/189 kB Progress (4): 1.0/1.2 MB | 389/392 kB | 282/588 kB | 131/189 kB Progress (4): 1.0/1.2 MB | 389/392 kB | 286/588 kB | 131/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 286/588 kB | 131/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 290/588 kB | 131/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 290/588 kB | 135/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 290/588 kB | 135/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 290/588 kB | 139/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 294/588 kB | 139/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 294/588 kB | 143/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 294/588 kB | 143/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 294/588 kB | 147/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 295/588 kB | 147/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 295/588 kB | 151/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 295/588 kB | 151/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 295/588 kB | 155/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 299/588 kB | 155/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 299/588 kB | 159/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 299/588 kB | 159/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 299/588 kB | 163/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 303/588 kB | 163/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 303/588 kB | 167/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 303/588 kB | 167/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 303/588 kB | 171/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 307/588 kB | 171/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 307/588 kB | 175/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 307/588 kB | 175/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 307/588 kB | 179/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 311/588 kB | 179/189 kB Progress (4): 1.0/1.2 MB | 392 kB | 311/588 kB | 183/189 kB Progress (4): 1.1/1.2 MB | 392 kB | 311/588 kB | 183/189 kB Progress (4): 1.1/1.2 MB | 392 kB | 311/588 kB | 187/189 kB Progress (4): 1.1/1.2 MB | 392 kB | 315/588 kB | 187/189 kB Progress (4): 1.1/1.2 MB | 392 kB | 315/588 kB | 189 kB Progress (4): 1.1/1.2 MB | 392 kB | 315/588 kB | 189 kB Progress (5): 1.1/1.2 MB | 392 kB | 315/588 kB | 189 kB | 4.1/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 319/588 kB | 189 kB | 4.1/168 kB Progress (5): 1.1/1.2 MB | 392 kB | 319/588 kB | 189 kB | 7.7/168 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.6 MB/s) [2019-07-30T06:32:06.079Z] 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 [2019-07-30T06:32:06.079Z] Progress (4): 1.1/1.2 MB | 319/588 kB | 189 kB | 7.7/168 kB Progress (4): 1.1/1.2 MB | 319/588 kB | 189 kB | 12/168 kB Progress (4): 1.1/1.2 MB | 323/588 kB | 189 kB | 12/168 kB Progress (4): 1.1/1.2 MB | 323/588 kB | 189 kB | 16/168 kB Progress (4): 1.1/1.2 MB | 323/588 kB | 189 kB | 16/168 kB Progress (4): 1.1/1.2 MB | 323/588 kB | 189 kB | 20/168 kB Progress (4): 1.1/1.2 MB | 327/588 kB | 189 kB | 20/168 kB Progress (4): 1.1/1.2 MB | 327/588 kB | 189 kB | 24/168 kB Progress (4): 1.1/1.2 MB | 327/588 kB | 189 kB | 24/168 kB Progress (4): 1.1/1.2 MB | 327/588 kB | 189 kB | 28/168 kB Progress (4): 1.1/1.2 MB | 328/588 kB | 189 kB | 28/168 kB Progress (4): 1.1/1.2 MB | 328/588 kB | 189 kB | 32/168 kB Progress (4): 1.1/1.2 MB | 328/588 kB | 189 kB | 32/168 kB Progress (4): 1.1/1.2 MB | 328/588 kB | 189 kB | 33/168 kB Progress (4): 1.1/1.2 MB | 332/588 kB | 189 kB | 33/168 kB Progress (4): 1.1/1.2 MB | 332/588 kB | 189 kB | 37/168 kB Progress (4): 1.1/1.2 MB | 332/588 kB | 189 kB | 37/168 kB Progress (4): 1.1/1.2 MB | 332/588 kB | 189 kB | 41/168 kB Progress (4): 1.1/1.2 MB | 336/588 kB | 189 kB | 41/168 kB Progress (4): 1.1/1.2 MB | 336/588 kB | 189 kB | 45/168 kB Progress (4): 1.1/1.2 MB | 336/588 kB | 189 kB | 45/168 kB Progress (4): 1.1/1.2 MB | 336/588 kB | 189 kB | 49/168 kB Progress (4): 1.1/1.2 MB | 340/588 kB | 189 kB | 49/168 kB Progress (4): 1.1/1.2 MB | 340/588 kB | 189 kB | 53/168 kB Progress (4): 1.1/1.2 MB | 340/588 kB | 189 kB | 53/168 kB Progress (4): 1.1/1.2 MB | 340/588 kB | 189 kB | 57/168 kB Progress (4): 1.1/1.2 MB | 344/588 kB | 189 kB | 57/168 kB Progress (4): 1.1/1.2 MB | 344/588 kB | 189 kB | 61/168 kB Progress (4): 1.1/1.2 MB | 344/588 kB | 189 kB | 61/168 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 731 kB/s) [2019-07-30T06:32:06.079Z] Progress (3): 1.1/1.2 MB | 344/588 kB | 65/168 kB Progress (3): 1.1/1.2 MB | 348/588 kB | 65/168 kB Progress (3): 1.1/1.2 MB | 348/588 kB | 66/168 kB Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [2019-07-30T06:32:06.079Z] Progress (3): 1.1/1.2 MB | 348/588 kB | 66/168 kB Progress (3): 1.1/1.2 MB | 348/588 kB | 70/168 kB Progress (3): 1.1/1.2 MB | 352/588 kB | 70/168 kB Progress (3): 1.1/1.2 MB | 352/588 kB | 74/168 kB Progress (3): 1.1/1.2 MB | 352/588 kB | 74/168 kB Progress (3): 1.1/1.2 MB | 352/588 kB | 78/168 kB Progress (3): 1.1/1.2 MB | 356/588 kB | 78/168 kB Progress (3): 1.1/1.2 MB | 356/588 kB | 82/168 kB Progress (3): 1.1/1.2 MB | 356/588 kB | 82/168 kB Progress (3): 1.1/1.2 MB | 356/588 kB | 86/168 kB Progress (3): 1.1/1.2 MB | 360/588 kB | 86/168 kB Progress (4): 1.1/1.2 MB | 360/588 kB | 86/168 kB | 4.1/38 kB Progress (4): 1.1/1.2 MB | 360/588 kB | 86/168 kB | 4.1/38 kB Progress (4): 1.1/1.2 MB | 360/588 kB | 90/168 kB | 4.1/38 kB Progress (4): 1.1/1.2 MB | 360/588 kB | 90/168 kB | 4.1/38 kB Progress (4): 1.1/1.2 MB | 360/588 kB | 94/168 kB | 4.1/38 kB Progress (4): 1.1/1.2 MB | 365/588 kB | 94/168 kB | 4.1/38 kB Progress (4): 1.1/1.2 MB | 365/588 kB | 94/168 kB | 7.7/38 kB Progress (4): 1.1/1.2 MB | 368/588 kB | 94/168 kB | 7.7/38 kB Progress (4): 1.1/1.2 MB | 368/588 kB | 98/168 kB | 7.7/38 kB Progress (4): 1.1/1.2 MB | 368/588 kB | 98/168 kB | 7.7/38 kB Progress (4): 1.1/1.2 MB | 368/588 kB | 98/168 kB | 7.7/38 kB Progress (4): 1.1/1.2 MB | 373/588 kB | 98/168 kB | 7.7/38 kB Progress (4): 1.1/1.2 MB | 373/588 kB | 98/168 kB | 12/38 kB Progress (4): 1.1/1.2 MB | 376/588 kB | 98/168 kB | 12/38 kB Progress (4): 1.1/1.2 MB | 376/588 kB | 102/168 kB | 12/38 kB Progress (4): 1.1/1.2 MB | 376/588 kB | 102/168 kB | 12/38 kB Progress (4): 1.1/1.2 MB | 376/588 kB | 106/168 kB | 12/38 kB Progress (4): 1.1/1.2 MB | 381/588 kB | 106/168 kB | 12/38 kB Progress (4): 1.1/1.2 MB | 381/588 kB | 106/168 kB | 16/38 kB Progress (4): 1.1/1.2 MB | 384/588 kB | 106/168 kB | 16/38 kB Progress (4): 1.1/1.2 MB | 384/588 kB | 110/168 kB | 16/38 kB Progress (4): 1.1/1.2 MB | 384/588 kB | 110/168 kB | 16/38 kB Progress (4): 1.1/1.2 MB | 384/588 kB | 114/168 kB | 16/38 kB Progress (4): 1.1/1.2 MB | 389/588 kB | 114/168 kB | 16/38 kB Progress (4): 1.1/1.2 MB | 389/588 kB | 114/168 kB | 20/38 kB Progress (4): 1.1/1.2 MB | 392/588 kB | 114/168 kB | 20/38 kB Progress (4): 1.1/1.2 MB | 392/588 kB | 118/168 kB | 20/38 kB Progress (4): 1.1/1.2 MB | 392/588 kB | 118/168 kB | 20/38 kB Progress (4): 1.1/1.2 MB | 392/588 kB | 122/168 kB | 20/38 kB Progress (4): 1.1/1.2 MB | 393/588 kB | 122/168 kB | 20/38 kB Progress (4): 1.1/1.2 MB | 393/588 kB | 122/168 kB | 24/38 kB Progress (4): 1.1/1.2 MB | 397/588 kB | 122/168 kB | 24/38 kB Progress (4): 1.1/1.2 MB | 397/588 kB | 126/168 kB | 24/38 kB Progress (4): 1.1/1.2 MB | 397/588 kB | 126/168 kB | 24/38 kB Progress (4): 1.1/1.2 MB | 397/588 kB | 130/168 kB | 24/38 kB Progress (4): 1.1/1.2 MB | 401/588 kB | 130/168 kB | 24/38 kB Progress (4): 1.1/1.2 MB | 401/588 kB | 130/168 kB | 28/38 kB Progress (4): 1.1/1.2 MB | 405/588 kB | 130/168 kB | 28/38 kB Progress (4): 1.1/1.2 MB | 405/588 kB | 131/168 kB | 28/38 kB Progress (4): 1.1/1.2 MB | 405/588 kB | 131/168 kB | 28/38 kB Progress (4): 1.1/1.2 MB | 405/588 kB | 135/168 kB | 28/38 kB Progress (5): 1.1/1.2 MB | 405/588 kB | 135/168 kB | 28/38 kB | 4.1/65 kB Progress (5): 1.1/1.2 MB | 409/588 kB | 135/168 kB | 28/38 kB | 4.1/65 kB Progress (5): 1.1/1.2 MB | 409/588 kB | 135/168 kB | 32/38 kB | 4.1/65 kB Progress (5): 1.1/1.2 MB | 413/588 kB | 135/168 kB | 32/38 kB | 4.1/65 kB Progress (5): 1.1/1.2 MB | 413/588 kB | 135/168 kB | 32/38 kB | 7.7/65 kB Progress (5): 1.1/1.2 MB | 413/588 kB | 139/168 kB | 32/38 kB | 7.7/65 kB Progress (5): 1.1/1.2 MB | 413/588 kB | 139/168 kB | 32/38 kB | 7.7/65 kB Progress (5): 1.1/1.2 MB | 413/588 kB | 143/168 kB | 32/38 kB | 7.7/65 kB Progress (5): 1.1/1.2 MB | 413/588 kB | 143/168 kB | 32/38 kB | 12/65 kB Progress (5): 1.1/1.2 MB | 417/588 kB | 143/168 kB | 32/38 kB | 12/65 kB Progress (5): 1.1/1.2 MB | 417/588 kB | 143/168 kB | 36/38 kB | 12/65 kB Progress (5): 1.1/1.2 MB | 421/588 kB | 143/168 kB | 36/38 kB | 12/65 kB Progress (5): 1.1/1.2 MB | 421/588 kB | 143/168 kB | 36/38 kB | 16/65 kB Progress (5): 1.1/1.2 MB | 421/588 kB | 147/168 kB | 36/38 kB | 16/65 kB Progress (5): 1.1/1.2 MB | 421/588 kB | 147/168 kB | 36/38 kB | 16/65 kB Progress (5): 1.1/1.2 MB | 421/588 kB | 151/168 kB | 36/38 kB | 16/65 kB Progress (5): 1.1/1.2 MB | 421/588 kB | 151/168 kB | 36/38 kB | 20/65 kB Progress (5): 1.1/1.2 MB | 425/588 kB | 151/168 kB | 36/38 kB | 20/65 kB Progress (5): 1.1/1.2 MB | 425/588 kB | 151/168 kB | 38 kB | 20/65 kB Progress (5): 1.1/1.2 MB | 426/588 kB | 151/168 kB | 38 kB | 20/65 kB Progress (5): 1.1/1.2 MB | 426/588 kB | 151/168 kB | 38 kB | 24/65 kB Progress (5): 1.1/1.2 MB | 426/588 kB | 155/168 kB | 38 kB | 24/65 kB Progress (5): 1.1/1.2 MB | 426/588 kB | 155/168 kB | 38 kB | 24/65 kB Progress (5): 1.1/1.2 MB | 426/588 kB | 159/168 kB | 38 kB | 24/65 kB Progress (5): 1.1/1.2 MB | 426/588 kB | 159/168 kB | 38 kB | 28/65 kB Progress (5): 1.1/1.2 MB | 430/588 kB | 159/168 kB | 38 kB | 28/65 kB Progress (5): 1.1/1.2 MB | 430/588 kB | 159/168 kB | 38 kB | 32/65 kB Progress (5): 1.1/1.2 MB | 430/588 kB | 163/168 kB | 38 kB | 32/65 kB Progress (5): 1.1/1.2 MB | 430/588 kB | 163/168 kB | 38 kB | 32/65 kB Progress (5): 1.1/1.2 MB | 430/588 kB | 167/168 kB | 38 kB | 32/65 kB Progress (5): 1.1/1.2 MB | 430/588 kB | 167/168 kB | 38 kB | 36/65 kB Progress (5): 1.1/1.2 MB | 434/588 kB | 167/168 kB | 38 kB | 36/65 kB Progress (5): 1.1/1.2 MB | 434/588 kB | 167/168 kB | 38 kB | 40/65 kB Progress (5): 1.1/1.2 MB | 434/588 kB | 168 kB | 38 kB | 40/65 kB Progress (5): 1.1/1.2 MB | 434/588 kB | 168 kB | 38 kB | 40/65 kB Progress (5): 1.1/1.2 MB | 434/588 kB | 168 kB | 38 kB | 44/65 kB Progress (5): 1.1/1.2 MB | 438/588 kB | 168 kB | 38 kB | 44/65 kB Progress (5): 1.1/1.2 MB | 438/588 kB | 168 kB | 38 kB | 48/65 kB Progress (5): 1.2/1.2 MB | 438/588 kB | 168 kB | 38 kB | 48/65 kB Progress (5): 1.2/1.2 MB | 438/588 kB | 168 kB | 38 kB | 52/65 kB Progress (5): 1.2/1.2 MB | 442/588 kB | 168 kB | 38 kB | 52/65 kB Progress (5): 1.2/1.2 MB | 442/588 kB | 168 kB | 38 kB | 56/65 kB Progress (5): 1.2/1.2 MB | 442/588 kB | 168 kB | 38 kB | 56/65 kB Progress (5): 1.2/1.2 MB | 442/588 kB | 168 kB | 38 kB | 60/65 kB Progress (5): 1.2/1.2 MB | 446/588 kB | 168 kB | 38 kB | 60/65 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 137 kB/s) [2019-07-30T06:32:06.079Z] Progress (4): 1.2/1.2 MB | 446/588 kB | 168 kB | 64/65 kB Progress (4): 1.2/1.2 MB | 446/588 kB | 168 kB | 64/65 kB Progress (4): 1.2/1.2 MB | 446/588 kB | 168 kB | 65 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 [2019-07-30T06:32:06.079Z] Progress (4): 1.2/1.2 MB | 450/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 450/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 454/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 454/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 458/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 458/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 459/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 459/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 463/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 463/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 467/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 467/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 471/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 471/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 475/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 475/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 479/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 479/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 483/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 483/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 487/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 487/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 491/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 491/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 492/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 492/588 kB | 168 kB | 65 kB Progress (4): 1.2/1.2 MB | 496/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 496/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 500/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 504/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 508/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 512/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 516/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 520/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 524/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 524/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 528/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 532/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 536/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 540/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 544/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 548/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 552/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 556/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 560/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 564/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 568/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 572/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 576/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 580/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 584/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 588/588 kB | 168 kB | 65 kB Progress (4): 1.2 MB | 588 kB | 168 kB | 65 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 226 kB/s) [2019-07-30T06:32:06.079Z] 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 [2019-07-30T06:32:06.079Z] 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 583 kB/s) [2019-07-30T06:32:06.079Z] 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 [2019-07-30T06:32:06.079Z] 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 4.1 MB/s) [2019-07-30T06:32:06.079Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.jar [2019-07-30T06:32:06.079Z] 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 2.0 MB/s) [2019-07-30T06:32:06.079Z] 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 [2019-07-30T06:32:06.079Z] Progress (1): 4.1/281 kB Progress (1): 7.7/281 kB Progress (1): 12/281 kB Progress (1): 16/281 kB Progress (1): 20/281 kB Progress (1): 24/281 kB Progress (2): 24/281 kB | 4.1/194 kB Progress (2): 28/281 kB | 4.1/194 kB Progress (2): 28/281 kB | 7.7/194 kB Progress (2): 32/281 kB | 7.7/194 kB Progress (2): 32/281 kB | 12/194 kB Progress (2): 33/281 kB | 12/194 kB Progress (2): 33/281 kB | 16/194 kB Progress (2): 33/281 kB | 20/194 kB Progress (2): 33/281 kB | 24/194 kB Progress (2): 33/281 kB | 28/194 kB Progress (2): 33/281 kB | 32/194 kB Progress (2): 33/281 kB | 33/194 kB Progress (2): 33/281 kB | 37/194 kB Progress (2): 33/281 kB | 41/194 kB Progress (2): 37/281 kB | 41/194 kB Progress (2): 37/281 kB | 45/194 kB Progress (2): 41/281 kB | 45/194 kB Progress (2): 41/281 kB | 49/194 kB Progress (2): 45/281 kB | 49/194 kB Progress (2): 45/281 kB | 53/194 kB Progress (2): 49/281 kB | 53/194 kB Progress (2): 49/281 kB | 57/194 kB Progress (2): 53/281 kB | 57/194 kB Progress (2): 53/281 kB | 61/194 kB Progress (2): 57/281 kB | 61/194 kB Progress (2): 57/281 kB | 65/194 kB Progress (2): 61/281 kB | 65/194 kB Progress (2): 61/281 kB | 66/194 kB Progress (2): 65/281 kB | 66/194 kB Progress (2): 66/281 kB | 66/194 kB Progress (2): 66/281 kB | 70/194 kB Progress (2): 66/281 kB | 74/194 kB Progress (2): 66/281 kB | 78/194 kB Progress (2): 66/281 kB | 82/194 kB Progress (2): 66/281 kB | 86/194 kB Progress (2): 66/281 kB | 90/194 kB Progress (2): 66/281 kB | 94/194 kB Progress (2): 70/281 kB | 94/194 kB Progress (2): 70/281 kB | 98/194 kB Progress (2): 74/281 kB | 98/194 kB Progress (2): 74/281 kB | 102/194 kB Progress (2): 78/281 kB | 102/194 kB Progress (2): 78/281 kB | 106/194 kB Progress (2): 82/281 kB | 106/194 kB Progress (2): 82/281 kB | 110/194 kB Progress (2): 86/281 kB | 110/194 kB Progress (2): 86/281 kB | 114/194 kB Progress (2): 90/281 kB | 114/194 kB Progress (2): 90/281 kB | 118/194 kB Progress (2): 94/281 kB | 118/194 kB Progress (2): 94/281 kB | 122/194 kB Progress (2): 98/281 kB | 122/194 kB Progress (2): 98/281 kB | 126/194 kB Progress (2): 98/281 kB | 126/194 kB Progress (2): 98/281 kB | 130/194 kB Progress (2): 102/281 kB | 130/194 kB Progress (3): 102/281 kB | 130/194 kB | 4.1/109 kB Progress (3): 102/281 kB | 134/194 kB | 4.1/109 kB Progress (3): 106/281 kB | 134/194 kB | 4.1/109 kB Progress (3): 106/281 kB | 138/194 kB | 4.1/109 kB Progress (3): 106/281 kB | 138/194 kB | 7.7/109 kB Progress (3): 106/281 kB | 142/194 kB | 7.7/109 kB Progress (3): 106/281 kB | 142/194 kB | 12/109 kB Progress (3): 110/281 kB | 142/194 kB | 12/109 kB Progress (3): 110/281 kB | 142/194 kB | 16/109 kB Progress (3): 110/281 kB | 146/194 kB | 16/109 kB Progress (3): 110/281 kB | 146/194 kB | 20/109 kB Progress (3): 114/281 kB | 146/194 kB | 20/109 kB Progress (3): 114/281 kB | 146/194 kB | 24/109 kB Progress (3): 114/281 kB | 150/194 kB | 24/109 kB Progress (3): 114/281 kB | 150/194 kB | 28/109 kB Progress (3): 118/281 kB | 150/194 kB | 28/109 kB Progress (3): 118/281 kB | 150/194 kB | 32/109 kB Progress (3): 118/281 kB | 154/194 kB | 32/109 kB Progress (3): 118/281 kB | 154/194 kB | 33/109 kB Progress (3): 122/281 kB | 154/194 kB | 33/109 kB Progress (3): 122/281 kB | 154/194 kB | 37/109 kB Progress (3): 126/281 kB | 154/194 kB | 37/109 kB Progress (3): 126/281 kB | 158/194 kB | 37/109 kB Progress (3): 130/281 kB | 158/194 kB | 37/109 kB Progress (3): 130/281 kB | 158/194 kB | 41/109 kB Progress (3): 131/281 kB | 158/194 kB | 41/109 kB Progress (3): 131/281 kB | 162/194 kB | 41/109 kB Progress (3): 135/281 kB | 162/194 kB | 41/109 kB Progress (4): 135/281 kB | 162/194 kB | 41/109 kB | 4.1/70 kB Progress (4): 135/281 kB | 162/194 kB | 45/109 kB | 4.1/70 kB Progress (4): 135/281 kB | 162/194 kB | 45/109 kB | 7.7/70 kB Progress (4): 139/281 kB | 162/194 kB | 45/109 kB | 7.7/70 kB Progress (4): 139/281 kB | 166/194 kB | 45/109 kB | 7.7/70 kB Progress (4): 143/281 kB | 166/194 kB | 45/109 kB | 7.7/70 kB Progress (4): 143/281 kB | 166/194 kB | 45/109 kB | 12/70 kB Progress (4): 143/281 kB | 166/194 kB | 49/109 kB | 12/70 kB Progress (4): 143/281 kB | 166/194 kB | 49/109 kB | 16/70 kB Progress (4): 147/281 kB | 166/194 kB | 49/109 kB | 16/70 kB Progress (4): 147/281 kB | 170/194 kB | 49/109 kB | 16/70 kB Progress (5): 147/281 kB | 170/194 kB | 49/109 kB | 16/70 kB | 4.1/115 kB Progress (5): 147/281 kB | 174/194 kB | 49/109 kB | 16/70 kB | 4.1/115 kB Progress (5): 151/281 kB | 174/194 kB | 49/109 kB | 16/70 kB | 4.1/115 kB Progress (5): 151/281 kB | 174/194 kB | 49/109 kB | 20/70 kB | 4.1/115 kB Progress (5): 151/281 kB | 174/194 kB | 53/109 kB | 20/70 kB | 4.1/115 kB Progress (5): 151/281 kB | 174/194 kB | 53/109 kB | 24/70 kB | 4.1/115 kB Progress (5): 155/281 kB | 174/194 kB | 53/109 kB | 24/70 kB | 4.1/115 kB Progress (5): 155/281 kB | 178/194 kB | 53/109 kB | 24/70 kB | 4.1/115 kB Progress (5): 155/281 kB | 178/194 kB | 53/109 kB | 24/70 kB | 7.7/115 kB Progress (5): 155/281 kB | 182/194 kB | 53/109 kB | 24/70 kB | 7.7/115 kB Progress (5): 159/281 kB | 182/194 kB | 53/109 kB | 24/70 kB | 7.7/115 kB Progress (5): 159/281 kB | 182/194 kB | 53/109 kB | 28/70 kB | 7.7/115 kB Progress (5): 159/281 kB | 182/194 kB | 57/109 kB | 28/70 kB | 7.7/115 kB Progress (5): 159/281 kB | 182/194 kB | 57/109 kB | 32/70 kB | 7.7/115 kB Progress (5): 163/281 kB | 182/194 kB | 57/109 kB | 32/70 kB | 7.7/115 kB Progress (5): 163/281 kB | 186/194 kB | 57/109 kB | 32/70 kB | 7.7/115 kB Progress (5): 163/281 kB | 186/194 kB | 57/109 kB | 32/70 kB | 12/115 kB Progress (5): 163/281 kB | 190/194 kB | 57/109 kB | 32/70 kB | 12/115 kB Progress (5): 164/281 kB | 190/194 kB | 57/109 kB | 32/70 kB | 12/115 kB Progress (5): 164/281 kB | 190/194 kB | 57/109 kB | 33/70 kB | 12/115 kB Progress (5): 164/281 kB | 190/194 kB | 61/109 kB | 33/70 kB | 12/115 kB Progress (5): 164/281 kB | 190/194 kB | 61/109 kB | 37/70 kB | 12/115 kB Progress (5): 168/281 kB | 190/194 kB | 61/109 kB | 37/70 kB | 12/115 kB Progress (5): 168/281 kB | 194/194 kB | 61/109 kB | 37/70 kB | 12/115 kB Progress (5): 168/281 kB | 194/194 kB | 61/109 kB | 37/70 kB | 16/115 kB Progress (5): 168/281 kB | 194 kB | 61/109 kB | 37/70 kB | 16/115 kB Progress (5): 172/281 kB | 194 kB | 61/109 kB | 37/70 kB | 16/115 kB Progress (5): 172/281 kB | 194 kB | 61/109 kB | 41/70 kB | 16/115 kB Progress (5): 172/281 kB | 194 kB | 65/109 kB | 41/70 kB | 16/115 kB Progress (5): 172/281 kB | 194 kB | 65/109 kB | 45/70 kB | 16/115 kB Progress (5): 176/281 kB | 194 kB | 65/109 kB | 45/70 kB | 16/115 kB Progress (5): 176/281 kB | 194 kB | 65/109 kB | 45/70 kB | 20/115 kB Progress (5): 180/281 kB | 194 kB | 65/109 kB | 45/70 kB | 20/115 kB Progress (5): 180/281 kB | 194 kB | 65/109 kB | 49/70 kB | 20/115 kB Progress (5): 180/281 kB | 194 kB | 66/109 kB | 49/70 kB | 20/115 kB Progress (5): 180/281 kB | 194 kB | 66/109 kB | 53/70 kB | 20/115 kB Progress (5): 184/281 kB | 194 kB | 66/109 kB | 53/70 kB | 20/115 kB Progress (5): 184/281 kB | 194 kB | 66/109 kB | 53/70 kB | 24/115 kB Progress (5): 188/281 kB | 194 kB | 66/109 kB | 53/70 kB | 24/115 kB Progress (5): 188/281 kB | 194 kB | 66/109 kB | 57/70 kB | 24/115 kB Progress (5): 188/281 kB | 194 kB | 70/109 kB | 57/70 kB | 24/115 kB Progress (5): 188/281 kB | 194 kB | 70/109 kB | 61/70 kB | 24/115 kB Progress (5): 192/281 kB | 194 kB | 70/109 kB | 61/70 kB | 24/115 kB Progress (5): 192/281 kB | 194 kB | 70/109 kB | 61/70 kB | 28/115 kB Progress (5): 196/281 kB | 194 kB | 70/109 kB | 61/70 kB | 28/115 kB Progress (5): 196/281 kB | 194 kB | 70/109 kB | 65/70 kB | 28/115 kB Progress (5): 196/281 kB | 194 kB | 74/109 kB | 65/70 kB | 28/115 kB Progress (5): 196/281 kB | 194 kB | 74/109 kB | 69/70 kB | 28/115 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 598 kB/s) [2019-07-30T06:32:06.079Z] 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 [2019-07-30T06:32:06.079Z] Progress (4): 197/281 kB | 74/109 kB | 69/70 kB | 28/115 kB Progress (4): 197/281 kB | 74/109 kB | 69/70 kB | 32/115 kB Progress (4): 201/281 kB | 74/109 kB | 69/70 kB | 32/115 kB Progress (4): 201/281 kB | 74/109 kB | 70 kB | 32/115 kB Progress (4): 201/281 kB | 78/109 kB | 70 kB | 32/115 kB Progress (4): 205/281 kB | 78/109 kB | 70 kB | 32/115 kB Progress (4): 205/281 kB | 78/109 kB | 70 kB | 36/115 kB Progress (4): 209/281 kB | 78/109 kB | 70 kB | 36/115 kB Progress (4): 209/281 kB | 82/109 kB | 70 kB | 36/115 kB Progress (4): 213/281 kB | 82/109 kB | 70 kB | 36/115 kB Progress (4): 213/281 kB | 82/109 kB | 70 kB | 40/115 kB Progress (4): 217/281 kB | 82/109 kB | 70 kB | 40/115 kB Progress (4): 217/281 kB | 86/109 kB | 70 kB | 40/115 kB Progress (4): 221/281 kB | 86/109 kB | 70 kB | 40/115 kB Progress (4): 221/281 kB | 86/109 kB | 70 kB | 44/115 kB Progress (4): 225/281 kB | 86/109 kB | 70 kB | 44/115 kB Progress (4): 225/281 kB | 90/109 kB | 70 kB | 44/115 kB Progress (4): 229/281 kB | 90/109 kB | 70 kB | 44/115 kB Progress (4): 229/281 kB | 90/109 kB | 70 kB | 48/115 kB Progress (4): 229/281 kB | 90/109 kB | 70 kB | 48/115 kB Progress (4): 229/281 kB | 94/109 kB | 70 kB | 48/115 kB Progress (4): 233/281 kB | 94/109 kB | 70 kB | 48/115 kB Progress (4): 233/281 kB | 94/109 kB | 70 kB | 52/115 kB Progress (4): 237/281 kB | 94/109 kB | 70 kB | 52/115 kB Progress (4): 237/281 kB | 98/109 kB | 70 kB | 52/115 kB Progress (4): 241/281 kB | 98/109 kB | 70 kB | 52/115 kB Progress (4): 241/281 kB | 98/109 kB | 70 kB | 56/115 kB Progress (4): 245/281 kB | 98/109 kB | 70 kB | 56/115 kB Progress (4): 245/281 kB | 102/109 kB | 70 kB | 56/115 kB Progress (4): 249/281 kB | 102/109 kB | 70 kB | 56/115 kB Progress (4): 249/281 kB | 102/109 kB | 70 kB | 60/115 kB Progress (4): 253/281 kB | 102/109 kB | 70 kB | 60/115 kB Progress (4): 253/281 kB | 106/109 kB | 70 kB | 60/115 kB Progress (4): 257/281 kB | 106/109 kB | 70 kB | 60/115 kB Progress (4): 257/281 kB | 106/109 kB | 70 kB | 64/115 kB Progress (4): 261/281 kB | 106/109 kB | 70 kB | 64/115 kB Progress (4): 261/281 kB | 109 kB | 70 kB | 64/115 kB Progress (4): 265/281 kB | 109 kB | 70 kB | 64/115 kB Progress (4): 265/281 kB | 109 kB | 70 kB | 68/115 kB Progress (4): 269/281 kB | 109 kB | 70 kB | 68/115 kB Progress (4): 269/281 kB | 109 kB | 70 kB | 72/115 kB Progress (4): 273/281 kB | 109 kB | 70 kB | 72/115 kB Progress (4): 273/281 kB | 109 kB | 70 kB | 76/115 kB Progress (4): 277/281 kB | 109 kB | 70 kB | 76/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 212 kB/s) [2019-07-30T06:32:06.079Z] Progress (3): 277/281 kB | 109 kB | 80/115 kB 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 [2019-07-30T06:32:06.080Z] Progress (3): 281 kB | 109 kB | 80/115 kB Progress (3): 281 kB | 109 kB | 84/115 kB Progress (3): 281 kB | 109 kB | 88/115 kB Progress (3): 281 kB | 109 kB | 92/115 kB Progress (4): 281 kB | 109 kB | 92/115 kB | 4.1/33 kB Progress (4): 281 kB | 109 kB | 96/115 kB | 4.1/33 kB Progress (4): 281 kB | 109 kB | 96/115 kB | 7.7/33 kB Progress (4): 281 kB | 109 kB | 100/115 kB | 7.7/33 kB Progress (4): 281 kB | 109 kB | 100/115 kB | 12/33 kB Progress (4): 281 kB | 109 kB | 104/115 kB | 12/33 kB Progress (4): 281 kB | 109 kB | 104/115 kB | 16/33 kB Progress (4): 281 kB | 109 kB | 108/115 kB | 16/33 kB Progress (4): 281 kB | 109 kB | 108/115 kB | 20/33 kB Progress (4): 281 kB | 109 kB | 112/115 kB | 20/33 kB Progress (4): 281 kB | 109 kB | 112/115 kB | 24/33 kB Progress (4): 281 kB | 109 kB | 115 kB | 24/33 kB Progress (4): 281 kB | 109 kB | 115 kB | 28/33 kB Progress (4): 281 kB | 109 kB | 115 kB | 32/33 kB Progress (4): 281 kB | 109 kB | 115 kB | 33/33 kB Progress (4): 281 kB | 109 kB | 115 kB | 33 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.jar (109 kB at 323 kB/s) [2019-07-30T06:32:06.080Z] 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 [2019-07-30T06:32:06.080Z] Progress (4): 281 kB | 115 kB | 33 kB | 4.1/50 kB Progress (4): 281 kB | 115 kB | 33 kB | 7.7/50 kB Progress (4): 281 kB | 115 kB | 33 kB | 12/50 kB Progress (4): 281 kB | 115 kB | 33 kB | 16/50 kB Progress (4): 281 kB | 115 kB | 33 kB | 20/50 kB Progress (4): 281 kB | 115 kB | 33 kB | 24/50 kB Progress (4): 281 kB | 115 kB | 33 kB | 28/50 kB Progress (4): 281 kB | 115 kB | 33 kB | 32/50 kB Progress (4): 281 kB | 115 kB | 33 kB | 36/50 kB Progress (4): 281 kB | 115 kB | 33 kB | 40/50 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.jar (33 kB at 97 kB/s) [2019-07-30T06:32:06.080Z] Progress (3): 281 kB | 115 kB | 44/50 kB Progress (3): 281 kB | 115 kB | 48/50 kB 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 332 kB/s) [2019-07-30T06:32:06.080Z] Progress (2): 281 kB | 50 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 811 kB/s) [2019-07-30T06:32:06.080Z] Progress (2): 50 kB | 4.1/129 kB Progress (2): 50 kB | 7.7/129 kB Progress (2): 50 kB | 12/129 kB Progress (2): 50 kB | 16/129 kB Progress (2): 50 kB | 20/129 kB Progress (2): 50 kB | 24/129 kB Progress (2): 50 kB | 28/129 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 143 kB/s) [2019-07-30T06:32:06.080Z] 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 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 356 kB/s) [2019-07-30T06:32:06.336Z] [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/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:32:06.336Z] [INFO] [2019-07-30T06:32:06.336Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass --- [2019-07-30T06:32:06.336Z] [INFO] [2019-07-30T06:32:06.336Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass --- [2019-07-30T06:32:06.336Z] [INFO] [2019-07-30T06:32:06.336Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass --- [2019-07-30T06:32:06.336Z] 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 [2019-07-30T06:32:06.336Z] 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 [2019-07-30T06:32:06.336Z] 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 [2019-07-30T06:32:06.336Z] 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 [2019-07-30T06:32:06.336Z] 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 [2019-07-30T06:32:06.336Z] 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 [2019-07-30T06:32:06.336Z] 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 58 kB/s) [2019-07-30T06:32:06.591Z] 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 [2019-07-30T06:32:06.591Z] 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 [2019-07-30T06:32:06.591Z] 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 [2019-07-30T06:32:06.591Z] 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 [2019-07-30T06:32:06.591Z] 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 [2019-07-30T06:32:06.591Z] 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 [2019-07-30T06:32:06.591Z] 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 528 kB/s) [2019-07-30T06:32:06.848Z] [INFO] [2019-07-30T06:32:06.848Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass --- [2019-07-30T06:32:06.848Z] [INFO] [2019-07-30T06:32:06.848Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass --- [2019-07-30T06:32:06.848Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:32:06.848Z] [INFO] [2019-07-30T06:32:06.848Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass --- [2019-07-30T06:32:07.103Z] [INFO] [2019-07-30T06:32:07.103Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass --- [2019-07-30T06:32:07.103Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [2019-07-30T06:32:07.103Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [2019-07-30T06:32:07.103Z] 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 [2019-07-30T06:32:07.103Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [2019-07-30T06:32:07.103Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [2019-07-30T06:32:07.103Z] 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 [2019-07-30T06:32:07.359Z] 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 429 kB/s) [2019-07-30T06:32:07.359Z] 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 [2019-07-30T06:32:07.359Z] 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 [2019-07-30T06:32:07.359Z] 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 [2019-07-30T06:32:07.359Z] 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 [2019-07-30T06:32:07.359Z] 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 [2019-07-30T06:32:07.359Z] 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 [2019-07-30T06:32:07.615Z] 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 176 kB/s) [2019-07-30T06:32:07.615Z] 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 [2019-07-30T06:32:07.615Z] 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 [2019-07-30T06:32:07.615Z] 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 [2019-07-30T06:32:07.615Z] 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 [2019-07-30T06:32:07.615Z] 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 [2019-07-30T06:32:07.615Z] 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 [2019-07-30T06:32:07.615Z] 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 205 kB/s) [2019-07-30T06:32:07.871Z] 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 [2019-07-30T06:32:07.871Z] 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 [2019-07-30T06:32:07.871Z] 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 [2019-07-30T06:32:07.871Z] 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 [2019-07-30T06:32:07.871Z] 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 [2019-07-30T06:32:07.871Z] 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 [2019-07-30T06:32:07.871Z] 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 137 kB/s) [2019-07-30T06:32:07.871Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [2019-07-30T06:32:07.871Z] 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 [2019-07-30T06:32:07.871Z] 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 [2019-07-30T06:32:08.127Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [2019-07-30T06:32:08.127Z] 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 [2019-07-30T06:32:08.127Z] 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 [2019-07-30T06:32:08.127Z] 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 [2019-07-30T06:32:08.127Z] 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 [2019-07-30T06:32:08.127Z] 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 [2019-07-30T06:32:08.127Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [2019-07-30T06:32:08.127Z] 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 [2019-07-30T06:32:08.127Z] 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 [2019-07-30T06:32:08.127Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [2019-07-30T06:32:08.127Z] 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 [2019-07-30T06:32:08.127Z] 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 [2019-07-30T06:32:08.127Z] 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 [2019-07-30T06:32:08.127Z] 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 [2019-07-30T06:32:08.127Z] 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 [2019-07-30T06:32:08.385Z] 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 (2): 32/155 kB | 4.1/233 kB Progress (2): 32/155 kB | 7.7/233 kB Progress (2): 36/155 kB | 7.7/233 kB Progress (2): 40/155 kB | 7.7/233 kB Progress (2): 44/155 kB | 7.7/233 kB Progress (2): 48/155 kB | 7.7/233 kB Progress (2): 48/155 kB | 12/233 kB Progress (2): 48/155 kB | 16/233 kB Progress (2): 52/155 kB | 16/233 kB Progress (2): 52/155 kB | 20/233 kB Progress (2): 56/155 kB | 20/233 kB Progress (2): 56/155 kB | 24/233 kB Progress (2): 60/155 kB | 24/233 kB Progress (2): 60/155 kB | 28/233 kB Progress (2): 64/155 kB | 28/233 kB Progress (2): 64/155 kB | 32/233 kB Progress (2): 66/155 kB | 32/233 kB Progress (2): 66/155 kB | 36/233 kB Progress (2): 70/155 kB | 36/233 kB Progress (2): 70/155 kB | 40/233 kB Progress (2): 74/155 kB | 40/233 kB Progress (2): 74/155 kB | 44/233 kB Progress (2): 78/155 kB | 44/233 kB Progress (2): 78/155 kB | 48/233 kB Progress (2): 82/155 kB | 48/233 kB Progress (2): 86/155 kB | 48/233 kB Progress (2): 90/155 kB | 48/233 kB Progress (2): 94/155 kB | 48/233 kB Progress (2): 98/155 kB | 48/233 kB Progress (2): 98/155 kB | 48/233 kB Progress (2): 102/155 kB | 48/233 kB Progress (2): 106/155 kB | 48/233 kB Progress (2): 110/155 kB | 48/233 kB Progress (2): 114/155 kB | 48/233 kB Progress (2): 114/155 kB | 52/233 kB Progress (2): 114/155 kB | 56/233 kB Progress (2): 118/155 kB | 56/233 kB Progress (2): 122/155 kB | 56/233 kB Progress (2): 126/155 kB | 56/233 kB Progress (2): 130/155 kB | 56/233 kB Progress (2): 134/155 kB | 56/233 kB Progress (2): 138/155 kB | 56/233 kB Progress (2): 138/155 kB | 60/233 kB Progress (2): 142/155 kB | 60/233 kB Progress (2): 142/155 kB | 64/233 kB Progress (2): 146/155 kB | 64/233 kB Progress (2): 146/155 kB | 68/233 kB Progress (2): 150/155 kB | 68/233 kB Progress (2): 150/155 kB | 72/233 kB Progress (2): 154/155 kB | 72/233 kB Progress (2): 154/155 kB | 76/233 kB Progress (2): 155 kB | 76/233 kB Progress (2): 155 kB | 80/233 kB Progress (2): 155 kB | 84/233 kB Progress (2): 155 kB | 88/233 kB Progress (2): 155 kB | 92/233 kB Progress (2): 155 kB | 96/233 kB Progress (2): 155 kB | 100/233 kB Progress (2): 155 kB | 104/233 kB Progress (2): 155 kB | 108/233 kB Progress (2): 155 kB | 112/233 kB Progress (2): 155 kB | 116/233 kB Progress (2): 155 kB | 120/233 kB Progress (2): 155 kB | 124/233 kB Progress (2): 155 kB | 128/233 kB Progress (2): 155 kB | 132/233 kB Progress (2): 155 kB | 136/233 kB Progress (2): 155 kB | 140/233 kB Progress (2): 155 kB | 144/233 kB Progress (2): 155 kB | 148/233 kB Progress (2): 155 kB | 152/233 kB Progress (2): 155 kB | 156/233 kB Progress (2): 155 kB | 160/233 kB Progress (2): 155 kB | 164/233 kB Progress (2): 155 kB | 168/233 kB Progress (2): 155 kB | 172/233 kB Progress (2): 155 kB | 176/233 kB Progress (2): 155 kB | 180/233 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 4.2 MB/s) [2019-07-30T06:32:08.385Z] Progress (2): 180/233 kB | 4.1/239 kB Progress (2): 184/233 kB | 4.1/239 kB Progress (2): 184/233 kB | 7.7/239 kB Progress (2): 188/233 kB | 7.7/239 kB Progress (2): 188/233 kB | 12/239 kB Progress (2): 192/233 kB | 12/239 kB Progress (2): 192/233 kB | 16/239 kB Progress (2): 196/233 kB | 16/239 kB Progress (2): 196/233 kB | 20/239 kB Progress (2): 200/233 kB | 20/239 kB Progress (2): 200/233 kB | 24/239 kB Progress (2): 204/233 kB | 24/239 kB Progress (2): 204/233 kB | 28/239 kB Progress (2): 208/233 kB | 28/239 kB Progress (2): 208/233 kB | 32/239 kB Progress (2): 212/233 kB | 32/239 kB Progress (2): 212/233 kB | 36/239 kB Progress (2): 216/233 kB | 36/239 kB Progress (2): 216/233 kB | 40/239 kB Progress (2): 220/233 kB | 40/239 kB Progress (2): 220/233 kB | 44/239 kB Progress (2): 224/233 kB | 44/239 kB Progress (2): 224/233 kB | 48/239 kB Progress (2): 228/233 kB | 48/239 kB Progress (2): 228/233 kB | 52/239 kB Progress (2): 232/233 kB | 52/239 kB Progress (2): 232/233 kB | 56/239 kB Progress (2): 233 kB | 56/239 kB Progress (2): 233 kB | 60/239 kB Progress (2): 233 kB | 64/239 kB Progress (2): 233 kB | 68/239 kB Progress (2): 233 kB | 72/239 kB Progress (2): 233 kB | 76/239 kB Progress (2): 233 kB | 80/239 kB Progress (2): 233 kB | 84/239 kB Progress (2): 233 kB | 88/239 kB Progress (2): 233 kB | 92/239 kB Progress (2): 233 kB | 96/239 kB Progress (2): 233 kB | 100/239 kB Progress (2): 233 kB | 104/239 kB Progress (2): 233 kB | 108/239 kB Progress (2): 233 kB | 112/239 kB Progress (2): 233 kB | 116/239 kB Progress (2): 233 kB | 120/239 kB Progress (2): 233 kB | 124/239 kB Progress (2): 233 kB | 128/239 kB Progress (2): 233 kB | 132/239 kB Progress (2): 233 kB | 136/239 kB Progress (2): 233 kB | 140/239 kB Progress (2): 233 kB | 144/239 kB Progress (2): 233 kB | 148/239 kB Progress (2): 233 kB | 152/239 kB Progress (2): 233 kB | 156/239 kB Progress (2): 233 kB | 160/239 kB Progress (2): 233 kB | 164/239 kB Progress (2): 233 kB | 168/239 kB Progress (2): 233 kB | 172/239 kB Progress (2): 233 kB | 176/239 kB Progress (2): 233 kB | 180/239 kB Progress (2): 233 kB | 184/239 kB Progress (2): 233 kB | 188/239 kB Progress (2): 233 kB | 192/239 kB Progress (2): 233 kB | 196/239 kB Progress (2): 233 kB | 200/239 kB Progress (2): 233 kB | 204/239 kB Progress (2): 233 kB | 208/239 kB Progress (2): 233 kB | 212/239 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 5.0 MB/s) [2019-07-30T06:32:08.385Z] Progress (1): 216/239 kB Progress (1): 220/239 kB Progress (1): 224/239 kB Progress (1): 228/239 kB Progress (1): 232/239 kB Progress (1): 236/239 kB Progress (1): 239 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.4 MB/s) [2019-07-30T06:32:08.385Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass/5.0.0-SNAPSHOT/org.eclipse.tracecompass-5.0.0-SNAPSHOT.pom [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis-parent >-- [2019-07-30T06:32:08.385Z] [INFO] Building Trace Compass Tracetype-agnostic Analyses Parent 5.0.0-SNAPSHOT [2/134] [2019-07-30T06:32:08.385Z] [INFO] --------------------------------[ pom ]--------------------------------- [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis-parent --- [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis-parent --- [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis-parent --- [2019-07-30T06:32:08.385Z] [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/analysis/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis-parent --- [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis-parent --- [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis-parent --- [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis-parent --- [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis-parent --- [2019-07-30T06:32:08.385Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis-parent --- [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis-parent --- [2019-07-30T06:32:08.385Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis-parent-5.0.0-SNAPSHOT.pom [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.common-parent >--- [2019-07-30T06:32:08.385Z] [INFO] Building Trace Compass Common Utilities Parent 5.0.0-SNAPSHOT [3/134] [2019-07-30T06:32:08.385Z] [INFO] --------------------------------[ pom ]--------------------------------- [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.common-parent --- [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.common-parent --- [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.common-parent --- [2019-07-30T06:32:08.385Z] [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/common/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.common-parent --- [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.common-parent --- [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.common-parent --- [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.common-parent --- [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.common-parent --- [2019-07-30T06:32:08.385Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.common-parent --- [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.common-parent --- [2019-07-30T06:32:08.385Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.common-parent-5.0.0-SNAPSHOT.pom [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.common.core >---- [2019-07-30T06:32:08.385Z] [INFO] Building org.eclipse.tracecompass.common.core 4.1.0-SNAPSHOT [4/134] [2019-07-30T06:32:08.385Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:08.385Z] [INFO] [2019-07-30T06:32:08.385Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:08.385Z] 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 [2019-07-30T06:32:08.385Z] 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 [2019-07-30T06:32:08.385Z] 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 [2019-07-30T06:32:08.641Z] 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 [2019-07-30T06:32:08.641Z] 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 [2019-07-30T06:32:08.641Z] 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 [2019-07-30T06:32:08.641Z] 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 54 kB/s) [2019-07-30T06:32:08.641Z] 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 [2019-07-30T06:32:08.641Z] 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) [2019-07-30T06:32:08.641Z] 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 [2019-07-30T06:32:08.641Z] 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 1.5 MB/s) [2019-07-30T06:32:08.641Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom [2019-07-30T06:32:08.641Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom [2019-07-30T06:32:08.641Z] 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 [2019-07-30T06:32:08.897Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom [2019-07-30T06:32:08.897Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom [2019-07-30T06:32:08.897Z] 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 [2019-07-30T06:32:08.897Z] 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 108 kB/s) [2019-07-30T06:32:08.897Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [2019-07-30T06:32:08.897Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [2019-07-30T06:32:08.897Z] 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 [2019-07-30T06:32:09.153Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [2019-07-30T06:32:09.153Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom [2019-07-30T06:32:09.153Z] 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 [2019-07-30T06:32:09.153Z] 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 140 kB/s) [2019-07-30T06:32:09.153Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom [2019-07-30T06:32:09.153Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom [2019-07-30T06:32:09.153Z] 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 [2019-07-30T06:32:09.408Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom [2019-07-30T06:32:09.408Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom [2019-07-30T06:32:09.408Z] 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 [2019-07-30T06:32:09.408Z] 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 208 kB/s) [2019-07-30T06:32:09.408Z] 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 [2019-07-30T06:32:09.408Z] 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 [2019-07-30T06:32:09.408Z] 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 [2019-07-30T06:32:09.664Z] 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 [2019-07-30T06:32:09.664Z] 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 [2019-07-30T06:32:09.664Z] 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 [2019-07-30T06:32:09.664Z] 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 128 kB/s) [2019-07-30T06:32:09.664Z] 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 [2019-07-30T06:32:09.664Z] 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 [2019-07-30T06:32:09.664Z] 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 [2019-07-30T06:32:09.920Z] 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 [2019-07-30T06:32:09.920Z] 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 [2019-07-30T06:32:09.920Z] 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 [2019-07-30T06:32:09.920Z] 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 562 kB/s) [2019-07-30T06:32:09.920Z] 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 [2019-07-30T06:32:09.920Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [2019-07-30T06:32:09.920Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [2019-07-30T06:32:09.920Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar [2019-07-30T06:32:09.920Z] 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 [2019-07-30T06:32:09.920Z] 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 [2019-07-30T06:32:10.178Z] 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 18 MB/s) [2019-07-30T06:32:10.178Z] 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 [2019-07-30T06:32:10.178Z] 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 [2019-07-30T06:32:10.178Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [2019-07-30T06:32:10.178Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [2019-07-30T06:32:10.178Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar [2019-07-30T06:32:10.178Z] 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 [2019-07-30T06:32:10.178Z] 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 [2019-07-30T06:32:10.178Z] 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 [2019-07-30T06:32:10.178Z] 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 [2019-07-30T06:32:10.178Z] 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 [2019-07-30T06:32:10.434Z] 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 [2019-07-30T06:32:10.434Z] 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 [2019-07-30T06:32:10.434Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar [2019-07-30T06:32:10.434Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [2019-07-30T06:32:10.434Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [2019-07-30T06:32:11.361Z] 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 [2019-07-30T06:32:11.361Z] 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 [2019-07-30T06:32:11.361Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar [2019-07-30T06:32:11.361Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar [2019-07-30T06:32:11.361Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar [2019-07-30T06:32:11.617Z] 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 [2019-07-30T06:32:11.617Z] 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 [2019-07-30T06:32:11.617Z] 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 [2019-07-30T06:32:11.617Z] 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 [2019-07-30T06:32:11.617Z] 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 [2019-07-30T06:32:11.617Z] Progress (1): 4.1/6.0 kB Progress (1): 6.0 kB Progress (2): 6.0 kB | 4.1/26 kB Progress (2): 6.0 kB | 7.7/26 kB Progress (2): 6.0 kB | 12/26 kB Progress (2): 6.0 kB | 16/26 kB Progress (3): 6.0 kB | 16/26 kB | 4.1/166 kB Progress (3): 6.0 kB | 20/26 kB | 4.1/166 kB Progress (3): 6.0 kB | 20/26 kB | 7.7/166 kB Progress (3): 6.0 kB | 24/26 kB | 7.7/166 kB Progress (3): 6.0 kB | 24/26 kB | 12/166 kB Progress (3): 6.0 kB | 26 kB | 12/166 kB Progress (3): 6.0 kB | 26 kB | 16/166 kB Progress (3): 6.0 kB | 26 kB | 20/166 kB Progress (3): 6.0 kB | 26 kB | 24/166 kB Progress (3): 6.0 kB | 26 kB | 28/166 kB Progress (3): 6.0 kB | 26 kB | 32/166 kB Progress (3): 6.0 kB | 26 kB | 36/166 kB Progress (3): 6.0 kB | 26 kB | 40/166 kB Progress (3): 6.0 kB | 26 kB | 44/166 kB Progress (3): 6.0 kB | 26 kB | 48/166 kB Progress (3): 6.0 kB | 26 kB | 52/166 kB Progress (3): 6.0 kB | 26 kB | 56/166 kB Progress (3): 6.0 kB | 26 kB | 60/166 kB Progress (3): 6.0 kB | 26 kB | 64/166 kB Progress (4): 6.0 kB | 26 kB | 64/166 kB | 4.1/281 kB Progress (4): 6.0 kB | 26 kB | 68/166 kB | 4.1/281 kB Progress (4): 6.0 kB | 26 kB | 68/166 kB | 7.7/281 kB Progress (4): 6.0 kB | 26 kB | 72/166 kB | 7.7/281 kB Progress (4): 6.0 kB | 26 kB | 76/166 kB | 7.7/281 kB Progress (4): 6.0 kB | 26 kB | 80/166 kB | 7.7/281 kB Progress (4): 6.0 kB | 26 kB | 84/166 kB | 7.7/281 kB Progress (4): 6.0 kB | 26 kB | 88/166 kB | 7.7/281 kB Progress (4): 6.0 kB | 26 kB | 88/166 kB | 12/281 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 37 kB/s) [2019-07-30T06:32:11.617Z] Progress (3): 26 kB | 92/166 kB | 12/281 kB Progress (3): 26 kB | 92/166 kB | 16/281 kB Progress (3): 26 kB | 96/166 kB | 16/281 kB Progress (3): 26 kB | 96/166 kB | 20/281 kB Progress (3): 26 kB | 100/166 kB | 20/281 kB Progress (3): 26 kB | 100/166 kB | 24/281 kB Progress (3): 26 kB | 104/166 kB | 24/281 kB Progress (3): 26 kB | 104/166 kB | 28/281 kB Progress (3): 26 kB | 108/166 kB | 28/281 kB Progress (3): 26 kB | 108/166 kB | 32/281 kB Progress (3): 26 kB | 112/166 kB | 32/281 kB Progress (3): 26 kB | 112/166 kB | 36/281 kB Progress (3): 26 kB | 116/166 kB | 36/281 kB Progress (3): 26 kB | 116/166 kB | 40/281 kB Progress (3): 26 kB | 120/166 kB | 40/281 kB Progress (3): 26 kB | 120/166 kB | 44/281 kB Progress (3): 26 kB | 124/166 kB | 44/281 kB Progress (3): 26 kB | 124/166 kB | 48/281 kB Progress (3): 26 kB | 128/166 kB | 48/281 kB Progress (3): 26 kB | 128/166 kB | 52/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 156 kB/s) [2019-07-30T06:32:11.618Z] Progress (2): 132/166 kB | 52/281 kB Progress (2): 132/166 kB | 56/281 kB Progress (2): 136/166 kB | 56/281 kB Progress (2): 136/166 kB | 60/281 kB Progress (2): 140/166 kB | 60/281 kB Progress (2): 140/166 kB | 64/281 kB Progress (2): 144/166 kB | 64/281 kB Progress (3): 144/166 kB | 64/281 kB | 4.1/70 kB Progress (3): 148/166 kB | 64/281 kB | 4.1/70 kB Progress (3): 148/166 kB | 64/281 kB | 7.7/70 kB Progress (3): 148/166 kB | 68/281 kB | 7.7/70 kB Progress (3): 152/166 kB | 68/281 kB | 7.7/70 kB Progress (3): 152/166 kB | 72/281 kB | 7.7/70 kB Progress (3): 156/166 kB | 72/281 kB | 7.7/70 kB Progress (3): 156/166 kB | 76/281 kB | 7.7/70 kB Progress (3): 160/166 kB | 76/281 kB | 7.7/70 kB Progress (3): 160/166 kB | 80/281 kB | 7.7/70 kB Progress (3): 160/166 kB | 80/281 kB | 12/70 kB Progress (3): 160/166 kB | 84/281 kB | 12/70 kB Progress (3): 164/166 kB | 84/281 kB | 12/70 kB Progress (3): 164/166 kB | 88/281 kB | 12/70 kB Progress (3): 164/166 kB | 88/281 kB | 16/70 kB Progress (3): 164/166 kB | 92/281 kB | 16/70 kB Progress (3): 166 kB | 92/281 kB | 16/70 kB Progress (3): 166 kB | 96/281 kB | 16/70 kB Progress (3): 166 kB | 96/281 kB | 20/70 kB Progress (3): 166 kB | 100/281 kB | 20/70 kB Progress (3): 166 kB | 100/281 kB | 24/70 kB Progress (3): 166 kB | 104/281 kB | 24/70 kB Progress (3): 166 kB | 104/281 kB | 28/70 kB Progress (3): 166 kB | 108/281 kB | 28/70 kB Progress (3): 166 kB | 108/281 kB | 32/70 kB Progress (3): 166 kB | 112/281 kB | 32/70 kB Progress (3): 166 kB | 112/281 kB | 36/70 kB Progress (3): 166 kB | 116/281 kB | 36/70 kB Progress (3): 166 kB | 116/281 kB | 40/70 kB Progress (3): 166 kB | 120/281 kB | 40/70 kB Progress (3): 166 kB | 120/281 kB | 44/70 kB Progress (3): 166 kB | 124/281 kB | 44/70 kB Progress (3): 166 kB | 124/281 kB | 48/70 kB Progress (3): 166 kB | 128/281 kB | 48/70 kB Progress (3): 166 kB | 128/281 kB | 52/70 kB Progress (3): 166 kB | 132/281 kB | 52/70 kB Progress (3): 166 kB | 132/281 kB | 56/70 kB Progress (3): 166 kB | 136/281 kB | 56/70 kB Progress (3): 166 kB | 136/281 kB | 60/70 kB Progress (3): 166 kB | 140/281 kB | 60/70 kB Progress (3): 166 kB | 140/281 kB | 64/70 kB Progress (3): 166 kB | 144/281 kB | 64/70 kB Progress (3): 166 kB | 144/281 kB | 68/70 kB Progress (3): 166 kB | 148/281 kB | 68/70 kB Progress (3): 166 kB | 148/281 kB | 70 kB Progress (3): 166 kB | 152/281 kB | 70 kB Progress (3): 166 kB | 156/281 kB | 70 kB Progress (3): 166 kB | 160/281 kB | 70 kB Progress (3): 166 kB | 164/281 kB | 70 kB Progress (3): 166 kB | 168/281 kB | 70 kB Progress (3): 166 kB | 172/281 kB | 70 kB Progress (3): 166 kB | 176/281 kB | 70 kB Progress (3): 166 kB | 180/281 kB | 70 kB Progress (3): 166 kB | 184/281 kB | 70 kB Progress (3): 166 kB | 188/281 kB | 70 kB Progress (3): 166 kB | 192/281 kB | 70 kB Progress (3): 166 kB | 196/281 kB | 70 kB Progress (3): 166 kB | 200/281 kB | 70 kB Progress (3): 166 kB | 204/281 kB | 70 kB Progress (3): 166 kB | 208/281 kB | 70 kB Progress (3): 166 kB | 212/281 kB | 70 kB Progress (3): 166 kB | 216/281 kB | 70 kB Progress (3): 166 kB | 220/281 kB | 70 kB Progress (3): 166 kB | 224/281 kB | 70 kB Progress (3): 166 kB | 228/281 kB | 70 kB Progress (3): 166 kB | 232/281 kB | 70 kB Progress (3): 166 kB | 236/281 kB | 70 kB Progress (3): 166 kB | 240/281 kB | 70 kB Progress (3): 166 kB | 244/281 kB | 70 kB Progress (3): 166 kB | 248/281 kB | 70 kB Progress (3): 166 kB | 252/281 kB | 70 kB Progress (3): 166 kB | 256/281 kB | 70 kB Progress (3): 166 kB | 260/281 kB | 70 kB Progress (3): 166 kB | 264/281 kB | 70 kB Progress (3): 166 kB | 268/281 kB | 70 kB Progress (3): 166 kB | 272/281 kB | 70 kB 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 921 kB/s) [2019-07-30T06:32:11.618Z] Progress (2): 276/281 kB | 70 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 384 kB/s) [2019-07-30T06:32:11.618Z] Progress (1): 280/281 kB Progress (1): 281 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.jar (281 kB at 1.5 MB/s) [2019-07-30T06:32:11.618Z] [INFO] The project's OSGi version is 4.1.0.201907300626 [2019-07-30T06:32:11.618Z] [INFO] [2019-07-30T06:32:11.873Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:11.873Z] [INFO] [2019-07-30T06:32:11.873Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:11.873Z] [INFO] [2019-07-30T06:32:11.873Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:11.873Z] [INFO] [2019-07-30T06:32:11.873Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:11.873Z] [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/common/org.eclipse.tracecompass.common.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:32:11.873Z] [INFO] [2019-07-30T06:32:11.873Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:11.873Z] 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 [2019-07-30T06:32:11.873Z] 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 [2019-07-30T06:32:11.873Z] 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 [2019-07-30T06:32:12.128Z] 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 [2019-07-30T06:32:12.128Z] 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 [2019-07-30T06:32:12.128Z] 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 [2019-07-30T06:32:12.128Z] 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 44 kB/s) [2019-07-30T06:32:12.128Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [2019-07-30T06:32:12.128Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [2019-07-30T06:32:12.128Z] 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 [2019-07-30T06:32:12.384Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [2019-07-30T06:32:12.384Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [2019-07-30T06:32:12.384Z] 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 [2019-07-30T06:32:12.384Z] 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 108 kB/s) [2019-07-30T06:32:12.384Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [2019-07-30T06:32:12.384Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [2019-07-30T06:32:12.384Z] 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 [2019-07-30T06:32:12.639Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [2019-07-30T06:32:12.639Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [2019-07-30T06:32:12.639Z] 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 [2019-07-30T06:32:12.639Z] 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 694 kB/s) [2019-07-30T06:32:12.639Z] 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 [2019-07-30T06:32:12.639Z] 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 [2019-07-30T06:32:12.639Z] 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 [2019-07-30T06:32:12.895Z] 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 [2019-07-30T06:32:12.895Z] 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 [2019-07-30T06:32:12.895Z] 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 [2019-07-30T06:32:12.895Z] 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) [2019-07-30T06:32:12.895Z] 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 [2019-07-30T06:32:12.895Z] 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 [2019-07-30T06:32:12.895Z] 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 [2019-07-30T06:32:13.150Z] 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 [2019-07-30T06:32:13.150Z] 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 [2019-07-30T06:32:13.150Z] 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 [2019-07-30T06:32:13.150Z] 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 191 kB/s) [2019-07-30T06:32:13.150Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [2019-07-30T06:32:13.150Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [2019-07-30T06:32:13.150Z] 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 [2019-07-30T06:32:13.406Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [2019-07-30T06:32:13.406Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [2019-07-30T06:32:13.406Z] 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 [2019-07-30T06:32:13.406Z] 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) [2019-07-30T06:32:13.406Z] 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 [2019-07-30T06:32:13.406Z] 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 [2019-07-30T06:32:13.406Z] 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 [2019-07-30T06:32:13.661Z] 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 [2019-07-30T06:32:13.661Z] 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 [2019-07-30T06:32:13.661Z] 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 [2019-07-30T06:32:13.661Z] 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 113 kB/s) [2019-07-30T06:32:13.661Z] 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 [2019-07-30T06:32:13.661Z] 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 [2019-07-30T06:32:13.661Z] 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 [2019-07-30T06:32:13.917Z] 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 [2019-07-30T06:32:13.917Z] 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 [2019-07-30T06:32:13.917Z] 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 [2019-07-30T06:32:13.917Z] 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 52 kB/s) [2019-07-30T06:32:13.917Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [2019-07-30T06:32:13.917Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [2019-07-30T06:32:13.917Z] 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 [2019-07-30T06:32:14.172Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [2019-07-30T06:32:14.172Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [2019-07-30T06:32:14.172Z] 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 [2019-07-30T06:32:14.172Z] 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 138 kB/s) [2019-07-30T06:32:14.172Z] 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 [2019-07-30T06:32:14.172Z] 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 [2019-07-30T06:32:14.172Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [2019-07-30T06:32:14.172Z] 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 [2019-07-30T06:32:14.172Z] 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 [2019-07-30T06:32:14.172Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [2019-07-30T06:32:14.172Z] 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 [2019-07-30T06:32:14.172Z] 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 [2019-07-30T06:32:14.172Z] 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 [2019-07-30T06:32:14.172Z] 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 [2019-07-30T06:32:14.173Z] 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 [2019-07-30T06:32:14.173Z] 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 [2019-07-30T06:32:14.428Z] 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 [2019-07-30T06:32:14.428Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [2019-07-30T06:32:14.428Z] 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 [2019-07-30T06:32:14.428Z] 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 [2019-07-30T06:32:14.428Z] 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 [2019-07-30T06:32:14.428Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [2019-07-30T06:32:14.428Z] 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 [2019-07-30T06:32:14.428Z] 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 [2019-07-30T06:32:14.428Z] 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 [2019-07-30T06:32:14.428Z] 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 [2019-07-30T06:32:14.428Z] 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 [2019-07-30T06:32:14.428Z] 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 [2019-07-30T06:32:14.428Z] Progress (1): 4.1/4.3 kB Progress (1): 4.3 kB Progress (2): 4.3 kB | 4.1/8.5 kB Progress (2): 4.3 kB | 7.7/8.5 kB Progress (2): 4.3 kB | 8.5 kB Progress (3): 4.3 kB | 8.5 kB | 4.1/51 kB Progress (3): 4.3 kB | 8.5 kB | 7.7/51 kB Progress (4): 4.3 kB | 8.5 kB | 7.7/51 kB | 4.1/79 kB Progress (4): 4.3 kB | 8.5 kB | 12/51 kB | 4.1/79 kB Progress (4): 4.3 kB | 8.5 kB | 12/51 kB | 7.7/79 kB Progress (4): 4.3 kB | 8.5 kB | 16/51 kB | 7.7/79 kB Progress (4): 4.3 kB | 8.5 kB | 20/51 kB | 7.7/79 kB Progress (4): 4.3 kB | 8.5 kB | 24/51 kB | 7.7/79 kB Progress (4): 4.3 kB | 8.5 kB | 24/51 kB | 12/79 kB Progress (4): 4.3 kB | 8.5 kB | 28/51 kB | 12/79 kB Progress (4): 4.3 kB | 8.5 kB | 28/51 kB | 16/79 kB Progress (4): 4.3 kB | 8.5 kB | 32/51 kB | 16/79 kB Progress (4): 4.3 kB | 8.5 kB | 32/51 kB | 20/79 kB Progress (4): 4.3 kB | 8.5 kB | 36/51 kB | 20/79 kB Progress (4): 4.3 kB | 8.5 kB | 36/51 kB | 24/79 kB Progress (4): 4.3 kB | 8.5 kB | 40/51 kB | 24/79 kB Progress (4): 4.3 kB | 8.5 kB | 44/51 kB | 24/79 kB Progress (4): 4.3 kB | 8.5 kB | 48/51 kB | 24/79 kB Progress (4): 4.3 kB | 8.5 kB | 51 kB | 24/79 kB Progress (4): 4.3 kB | 8.5 kB | 51 kB | 28/79 kB Progress (4): 4.3 kB | 8.5 kB | 51 kB | 32/79 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 152 kB/s) [2019-07-30T06:32:14.428Z] Progress (3): 8.5 kB | 51 kB | 36/79 kB Progress (3): 8.5 kB | 51 kB | 40/79 kB Progress (3): 8.5 kB | 51 kB | 44/79 kB Progress (3): 8.5 kB | 51 kB | 48/79 kB Progress (3): 8.5 kB | 51 kB | 52/79 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 283 kB/s) [2019-07-30T06:32:14.428Z] Progress (2): 51 kB | 56/79 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 1.5 MB/s) [2019-07-30T06:32:14.683Z] Progress (1): 60/79 kB Progress (1): 64/79 kB Progress (1): 68/79 kB Progress (1): 72/79 kB Progress (1): 76/79 kB Progress (1): 79 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 323 kB/s) [2019-07-30T06:32:14.683Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:14.683Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/src/main/resources [2019-07-30T06:32:14.683Z] [INFO] [2019-07-30T06:32:14.683Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:14.683Z] 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 [2019-07-30T06:32:14.683Z] 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 [2019-07-30T06:32:14.683Z] 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 [2019-07-30T06:32:14.938Z] 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 [2019-07-30T06:32:14.938Z] 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 [2019-07-30T06:32:14.938Z] 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 [2019-07-30T06:32:14.938Z] 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 24 kB/s) [2019-07-30T06:32:14.938Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [2019-07-30T06:32:14.938Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [2019-07-30T06:32:14.938Z] 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 [2019-07-30T06:32:15.499Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [2019-07-30T06:32:15.499Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [2019-07-30T06:32:15.499Z] 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 [2019-07-30T06:32:15.499Z] 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 88 kB/s) [2019-07-30T06:32:15.499Z] 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 [2019-07-30T06:32:15.499Z] 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 [2019-07-30T06:32:15.499Z] 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 [2019-07-30T06:32:15.755Z] 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 [2019-07-30T06:32:15.755Z] 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 [2019-07-30T06:32:15.755Z] 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 [2019-07-30T06:32:15.755Z] 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 35 kB/s) [2019-07-30T06:32:15.755Z] 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 [2019-07-30T06:32:15.755Z] 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 [2019-07-30T06:32:15.755Z] 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 [2019-07-30T06:32:16.011Z] 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 [2019-07-30T06:32:16.011Z] 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 [2019-07-30T06:32:16.011Z] 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 [2019-07-30T06:32:16.011Z] 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 113 kB/s) [2019-07-30T06:32:16.011Z] 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 [2019-07-30T06:32:16.011Z] 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 [2019-07-30T06:32:16.011Z] 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 [2019-07-30T06:32:16.267Z] 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 [2019-07-30T06:32:16.267Z] 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 [2019-07-30T06:32:16.267Z] 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 [2019-07-30T06:32:16.267Z] 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 71 kB/s) [2019-07-30T06:32:16.267Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom [2019-07-30T06:32:16.267Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom [2019-07-30T06:32:16.267Z] 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 [2019-07-30T06:32:16.523Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom [2019-07-30T06:32:16.523Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.pom [2019-07-30T06:32:16.523Z] 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 [2019-07-30T06:32:16.523Z] 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 75 kB/s) [2019-07-30T06:32:16.524Z] 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 [2019-07-30T06:32:16.524Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar [2019-07-30T06:32:16.524Z] 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 [2019-07-30T06:32:16.524Z] 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 [2019-07-30T06:32:16.524Z] 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 [2019-07-30T06:32:16.524Z] 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 [2019-07-30T06:32:16.524Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar [2019-07-30T06:32:16.524Z] 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 [2019-07-30T06:32:16.524Z] 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 [2019-07-30T06:32:16.524Z] 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 [2019-07-30T06:32:16.524Z] 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 [2019-07-30T06:32:16.524Z] 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 [2019-07-30T06:32:16.524Z] 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 [2019-07-30T06:32:16.524Z] 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 [2019-07-30T06:32:16.524Z] 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 [2019-07-30T06:32:16.780Z] 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 [2019-07-30T06:32:16.780Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar [2019-07-30T06:32:16.780Z] 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 [2019-07-30T06:32:16.780Z] 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 [2019-07-30T06:32:16.780Z] 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 [2019-07-30T06:32:16.780Z] 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 [2019-07-30T06:32:16.780Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/eclipse/jdt/ecj/3.15.1/ecj-3.15.1.jar [2019-07-30T06:32:16.780Z] 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 [2019-07-30T06:32:16.780Z] 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 [2019-07-30T06:32:16.780Z] 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 [2019-07-30T06:32:16.780Z] 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 [2019-07-30T06:32:16.780Z] 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 [2019-07-30T06:32:16.780Z] 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 [2019-07-30T06:32:16.780Z] 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 [2019-07-30T06:32:16.780Z] 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 [2019-07-30T06:32:16.780Z] Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (1): 0/2.8 MB Progress (2): 0/2.8 MB | 3.6 kB Progress (2): 0/2.8 MB | 3.6 kB Progress (2): 0/2.8 MB | 3.6 kB Progress (3): 0/2.8 MB | 3.6 kB | 4.1/25 kB Progress (3): 0/2.8 MB | 3.6 kB | 7.7/25 kB Progress (3): 0/2.8 MB | 3.6 kB | 7.7/25 kB Progress (3): 0/2.8 MB | 3.6 kB | 12/25 kB Progress (4): 0/2.8 MB | 3.6 kB | 12/25 kB | 4.1/18 kB Progress (4): 0/2.8 MB | 3.6 kB | 16/25 kB | 4.1/18 kB Progress (4): 0/2.8 MB | 3.6 kB | 16/25 kB | 4.1/18 kB Progress (4): 0/2.8 MB | 3.6 kB | 20/25 kB | 4.1/18 kB Progress (5): 0/2.8 MB | 3.6 kB | 20/25 kB | 4.1/18 kB | 4.1/4.6 kB Progress (5): 0/2.8 MB | 3.6 kB | 20/25 kB | 7.7/18 kB | 4.1/4.6 kB Progress (5): 0/2.8 MB | 3.6 kB | 20/25 kB | 7.7/18 kB | 4.6 kB Progress (5): 0/2.8 MB | 3.6 kB | 24/25 kB | 7.7/18 kB | 4.6 kB Progress (5): 0/2.8 MB | 3.6 kB | 24/25 kB | 7.7/18 kB | 4.6 kB Progress (5): 0/2.8 MB | 3.6 kB | 25 kB | 7.7/18 kB | 4.6 kB Progress (5): 0/2.8 MB | 3.6 kB | 25 kB | 12/18 kB | 4.6 kB Progress (5): 0/2.8 MB | 3.6 kB | 25 kB | 12/18 kB | 4.6 kB Progress (5): 0/2.8 MB | 3.6 kB | 25 kB | 16/18 kB | 4.6 kB Progress (5): 0/2.8 MB | 3.6 kB | 25 kB | 16/18 kB | 4.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.jar (3.6 kB at 125 kB/s) [2019-07-30T06:32:16.780Z] Progress (4): 0/2.8 MB | 25 kB | 16/18 kB | 4.6 kB Progress (4): 0/2.8 MB | 25 kB | 18 kB | 4.6 kB Progress (4): 0.1/2.8 MB | 25 kB | 18 kB | 4.6 kB Progress (4): 0.1/2.8 MB | 25 kB | 18 kB | 4.6 kB Progress (4): 0.1/2.8 MB | 25 kB | 18 kB | 4.6 kB Progress (4): 0.1/2.8 MB | 25 kB | 18 kB | 4.6 kB Progress (4): 0.1/2.8 MB | 25 kB | 18 kB | 4.6 kB Progress (4): 0.1/2.8 MB | 25 kB | 18 kB | 4.6 kB Progress (4): 0.1/2.8 MB | 25 kB | 18 kB | 4.6 kB Progress (4): 0.1/2.8 MB | 25 kB | 18 kB | 4.6 kB Progress (4): 0.1/2.8 MB | 25 kB | 18 kB | 4.6 kB Progress (4): 0.1/2.8 MB | 25 kB | 18 kB | 4.6 kB Progress (4): 0.1/2.8 MB | 25 kB | 18 kB | 4.6 kB Progress (4): 0.1/2.8 MB | 25 kB | 18 kB | 4.6 kB Progress (4): 0.1/2.8 MB | 25 kB | 18 kB | 4.6 kB Progress (4): 0.1/2.8 MB | 25 kB | 18 kB | 4.6 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 757 kB/s) [2019-07-30T06:32:16.780Z] Progress (3): 0.1/2.8 MB | 18 kB | 4.6 kB Progress (3): 0.1/2.8 MB | 18 kB | 4.6 kB Progress (3): 0.1/2.8 MB | 18 kB | 4.6 kB Progress (3): 0.1/2.8 MB | 18 kB | 4.6 kB Progress (3): 0.1/2.8 MB | 18 kB | 4.6 kB Progress (3): 0.1/2.8 MB | 18 kB | 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/tycho/tycho-compiler-jdt/1.3.0/tycho-compiler-jdt-1.3.0.jar (18 kB at 528 kB/s) [2019-07-30T06:32:16.780Z] Progress (2): 0.1/2.8 MB | 4.6 kB Progress (2): 0.1/2.8 MB | 4.6 kB Progress (2): 0.1/2.8 MB | 4.6 kB Progress (2): 0.1/2.8 MB | 4.6 kB Progress (2): 0.1/2.8 MB | 4.6 kB Progress (2): 0.2/2.8 MB | 4.6 kB Progress (2): 0.2/2.8 MB | 4.6 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 123 kB/s) [2019-07-30T06:32:17.038Z] 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 23 MB/s) [2019-07-30T06:32:18.412Z] [INFO] Compiling 22 source files to /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/target/classes [2019-07-30T06:32:20.302Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/src/org/eclipse/tracecompass/common/core/log/TraceCompassLogUtils.java:[795] [2019-07-30T06:32:20.302Z] argsArray[i] = entry.getKey(); [2019-07-30T06:32:20.302Z] ^^^^^^^^^^^^^^ [2019-07-30T06:32:20.302Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,@NonNull Object>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:32:20.302Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/src/org/eclipse/tracecompass/common/core/log/TraceCompassLogUtils.java:[796] [2019-07-30T06:32:20.302Z] argsArray[i + 1] = entry.getValue(); [2019-07-30T06:32:20.302Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:32:20.302Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,@NonNull Object>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:32:20.302Z] 2 problems (2 warnings) [2019-07-30T06:32:20.302Z] [INFO] [2019-07-30T06:32:20.302Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:20.302Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:20.302Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/src/test/resources [2019-07-30T06:32:20.302Z] [INFO] [2019-07-30T06:32:20.302Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:20.302Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/target/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT-sources.jar [2019-07-30T06:32:20.302Z] [INFO] [2019-07-30T06:32:20.302Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:20.302Z] [INFO] [2019-07-30T06:32:20.302Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:20.302Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/target/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT.jar [2019-07-30T06:32:20.558Z] [INFO] [2019-07-30T06:32:20.558Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:20.558Z] [INFO] [2019-07-30T06:32:20.558Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:20.558Z] [INFO] [2019-07-30T06:32:20.558Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:20.558Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/target/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT.jar [2019-07-30T06:32:20.814Z] [INFO] [2019-07-30T06:32:20.814Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:20.814Z] [INFO] [2019-07-30T06:32:20.814Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:20.814Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:32:20.814Z] [INFO] [2019-07-30T06:32:20.814Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:20.814Z] [INFO] [2019-07-30T06:32:20.814Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:20.814Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/target/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core/4.1.0-SNAPSHOT/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT.jar [2019-07-30T06:32:20.814Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core/4.1.0-SNAPSHOT/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT.pom [2019-07-30T06:32:20.814Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/target/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core/4.1.0-SNAPSHOT/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT-sources.jar [2019-07-30T06:32:20.814Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/target/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core/4.1.0-SNAPSHOT/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:32:20.814Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core/4.1.0-SNAPSHOT/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT-p2metadata.xml [2019-07-30T06:32:20.814Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core/4.1.0-SNAPSHOT/org.eclipse.tracecompass.common.core-4.1.0-SNAPSHOT-p2artifacts.xml [2019-07-30T06:32:20.814Z] [INFO] [2019-07-30T06:32:20.814Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.common.core --- [2019-07-30T06:32:20.814Z] [INFO] [2019-07-30T06:32:20.814Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem-parent >-- [2019-07-30T06:32:20.814Z] [INFO] Building Trace Compass State System Parent 5.0.0-SNAPSHOT [5/134] [2019-07-30T06:32:20.814Z] [INFO] --------------------------------[ pom ]--------------------------------- [2019-07-30T06:32:20.814Z] [INFO] [2019-07-30T06:32:20.814Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.statesystem-parent --- [2019-07-30T06:32:20.814Z] [INFO] [2019-07-30T06:32:20.814Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.statesystem-parent --- [2019-07-30T06:32:20.814Z] [INFO] [2019-07-30T06:32:20.814Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.statesystem-parent --- [2019-07-30T06:32:20.814Z] [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/statesystem/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:32:20.814Z] [INFO] [2019-07-30T06:32:20.814Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.statesystem-parent --- [2019-07-30T06:32:20.814Z] [INFO] [2019-07-30T06:32:20.814Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.statesystem-parent --- [2019-07-30T06:32:20.814Z] [INFO] [2019-07-30T06:32:20.814Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.statesystem-parent --- [2019-07-30T06:32:20.814Z] [INFO] [2019-07-30T06:32:20.814Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.statesystem-parent --- [2019-07-30T06:32:20.814Z] [INFO] [2019-07-30T06:32:20.814Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.statesystem-parent --- [2019-07-30T06:32:20.814Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:32:20.814Z] [INFO] [2019-07-30T06:32:20.814Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.statesystem-parent --- [2019-07-30T06:32:21.069Z] [INFO] [2019-07-30T06:32:21.069Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.statesystem-parent --- [2019-07-30T06:32:21.069Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.statesystem-parent-5.0.0-SNAPSHOT.pom [2019-07-30T06:32:21.069Z] [INFO] [2019-07-30T06:32:21.069Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.datastore.core >-- [2019-07-30T06:32:21.069Z] [INFO] Building org.eclipse.tracecompass.datastore.core 1.2.0-SNAPSHOT [6/134] [2019-07-30T06:32:21.069Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:32:21.069Z] [INFO] [2019-07-30T06:32:21.069Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:21.069Z] [INFO] [2019-07-30T06:32:21.069Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:21.069Z] [INFO] The project's OSGi version is 1.2.0.201907300626 [2019-07-30T06:32:21.069Z] [INFO] [2019-07-30T06:32:21.069Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:21.069Z] [INFO] [2019-07-30T06:32:21.069Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:21.069Z] [INFO] [2019-07-30T06:32:21.069Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:21.069Z] [INFO] [2019-07-30T06:32:21.069Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:21.069Z] [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/statesystem/org.eclipse.tracecompass.datastore.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:32:21.069Z] [INFO] [2019-07-30T06:32:21.069Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:21.069Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:21.069Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/src/main/resources [2019-07-30T06:32:21.069Z] [INFO] [2019-07-30T06:32:21.069Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:21.069Z] [INFO] Compiling 37 source files to /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/target/classes [2019-07-30T06:32:21.631Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/src/org/eclipse/tracecompass/datastore/core/interval/HTInterval.java:[71] [2019-07-30T06:32:21.631Z] return (new StringJoiner(", ", "[", "]")) //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ [2019-07-30T06:32:21.631Z] .add(String.valueOf(fStart)) [2019-07-30T06:32:21.631Z] .add(String.valueOf(fStart + fDuration)) [2019-07-30T06:32:21.631Z] .toString(); [2019-07-30T06:32:21.631Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:21.631Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:32:21.631Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/src/org/eclipse/tracecompass/internal/provisional/datastore/core/historytree/HTNode.java:[82] [2019-07-30T06:32:21.631Z] private final Comparator fDefaultIntervalComparator = Comparator [2019-07-30T06:32:21.631Z] .comparingLong(E::getEnd) [2019-07-30T06:32:21.631Z] .thenComparingLong(E::getStart); [2019-07-30T06:32:21.631Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:21.631Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull E extends @NonNull IHTInterval>' needs unchecked conversion to conform to '@NonNull Comparator' [2019-07-30T06:32:21.631Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/src/org/eclipse/tracecompass/internal/datastore/core/historytree/HtIo.java:[222] [2019-07-30T06:32:21.631Z] fFileChannelIn = fFileInputStream.getChannel(); [2019-07-30T06:32:21.631Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:21.631Z] Null type safety (type annotations): The expression of type 'FileChannel' needs unchecked conversion to conform to '@NonNull FileChannel' [2019-07-30T06:32:21.631Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/src/org/eclipse/tracecompass/internal/datastore/core/historytree/HtIo.java:[223] [2019-07-30T06:32:21.631Z] fFileChannelOut = fFileOutputStream.getChannel(); [2019-07-30T06:32:21.631Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:21.631Z] Null type safety (type annotations): The expression of type 'FileChannel' needs unchecked conversion to conform to '@NonNull FileChannel' [2019-07-30T06:32:21.631Z] 4 problems (4 warnings) [2019-07-30T06:32:21.631Z] [INFO] [2019-07-30T06:32:21.631Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:21.631Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:21.631Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/src/test/resources [2019-07-30T06:32:21.631Z] [INFO] [2019-07-30T06:32:21.631Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:21.631Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/target/org.eclipse.tracecompass.datastore.core-1.2.0-SNAPSHOT-sources.jar [2019-07-30T06:32:21.887Z] [INFO] [2019-07-30T06:32:21.887Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:21.887Z] [INFO] [2019-07-30T06:32:21.887Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:21.887Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/target/org.eclipse.tracecompass.datastore.core-1.2.0-SNAPSHOT.jar [2019-07-30T06:32:21.887Z] [INFO] [2019-07-30T06:32:21.887Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:21.887Z] [INFO] [2019-07-30T06:32:21.887Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:21.887Z] [INFO] [2019-07-30T06:32:21.887Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:21.887Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/target/org.eclipse.tracecompass.datastore.core-1.2.0-SNAPSHOT.jar [2019-07-30T06:32:22.143Z] [INFO] [2019-07-30T06:32:22.143Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:22.143Z] [INFO] [2019-07-30T06:32:22.143Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:22.143Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:32:22.143Z] [INFO] [2019-07-30T06:32:22.143Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:22.399Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:32:22.399Z] [INFO] [2019-07-30T06:32:22.399Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:22.399Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/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 [2019-07-30T06:32:22.399Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core/1.2.0-SNAPSHOT/org.eclipse.tracecompass.datastore.core-1.2.0-SNAPSHOT.pom [2019-07-30T06:32:22.399Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/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 [2019-07-30T06:32:22.657Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/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 [2019-07-30T06:32:22.657Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core/1.2.0-SNAPSHOT/org.eclipse.tracecompass.datastore.core-1.2.0-SNAPSHOT-p2metadata.xml [2019-07-30T06:32:22.657Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.datastore.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.datastore.core/1.2.0-SNAPSHOT/org.eclipse.tracecompass.datastore.core-1.2.0-SNAPSHOT-p2artifacts.xml [2019-07-30T06:32:22.657Z] [INFO] [2019-07-30T06:32:22.657Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.datastore.core --- [2019-07-30T06:32:22.657Z] [INFO] [2019-07-30T06:32:22.657Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.segmentstore.core >-- [2019-07-30T06:32:22.657Z] [INFO] Building org.eclipse.tracecompass.segmentstore.core 2.1.1-SNAPSHOT [7/134] [2019-07-30T06:32:22.657Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:32:22.657Z] [INFO] [2019-07-30T06:32:22.657Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:22.657Z] [INFO] [2019-07-30T06:32:22.657Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:22.657Z] [INFO] The project's OSGi version is 2.1.1.201907300626 [2019-07-30T06:32:22.657Z] [INFO] [2019-07-30T06:32:22.657Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:22.657Z] [INFO] [2019-07-30T06:32:22.657Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:22.657Z] [INFO] [2019-07-30T06:32:22.657Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:22.657Z] [INFO] [2019-07-30T06:32:22.657Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:22.657Z] [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/statesystem/org.eclipse.tracecompass.segmentstore.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:32:22.657Z] [INFO] [2019-07-30T06:32:22.657Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:22.657Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:22.657Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/main/resources [2019-07-30T06:32:22.657Z] [INFO] [2019-07-30T06:32:22.657Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:22.657Z] [INFO] Compiling 22 source files to /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/classes [2019-07-30T06:32:23.219Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[285] [2019-07-30T06:32:23.219Z] queue.add(new SegmentTreeNode.Tuple(new BasicSegment(0,0), rootNode.getSequenceNumber())); [2019-07-30T06:32:23.219Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:23.219Z] Type safety: The constructor SegmentTreeNode.Tuple(Object, int) belongs to the raw type SegmentTreeNode.Tuple. References to generic type SegmentTreeNode.Tuple should be parameterized [2019-07-30T06:32:23.219Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[285] [2019-07-30T06:32:23.219Z] queue.add(new SegmentTreeNode.Tuple(new BasicSegment(0,0), rootNode.getSequenceNumber())); [2019-07-30T06:32:23.219Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:23.219Z] Type safety: The expression of type SegmentTreeNode.Tuple needs unchecked conversion to conform to SegmentTreeNode.Tuple [2019-07-30T06:32:23.219Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[285] [2019-07-30T06:32:23.219Z] queue.add(new SegmentTreeNode.Tuple(new BasicSegment(0,0), rootNode.getSequenceNumber())); [2019-07-30T06:32:23.219Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:23.219Z] Null type safety (type annotations): The expression of type 'SegmentTreeNode.Tuple' needs unchecked conversion to conform to 'SegmentTreeNode.@NonNull Tuple' [2019-07-30T06:32:23.219Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[285] [2019-07-30T06:32:23.219Z] queue.add(new SegmentTreeNode.Tuple(new BasicSegment(0,0), rootNode.getSequenceNumber())); [2019-07-30T06:32:23.219Z] ^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:23.219Z] SegmentTreeNode.Tuple is a raw type. References to generic type SegmentTreeNode.Tuple should be parameterized [2019-07-30T06:32:23.219Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[295] [2019-07-30T06:32:23.219Z] || order.compare(intersecting.element(), queue.peek().getSegment()) > 0)) { [2019-07-30T06:32:23.219Z] ^^^^^^^^^^^^ [2019-07-30T06:32:23.219Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull PriorityQueue>'. Type 'PriorityQueue' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:32:23.219Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[298] [2019-07-30T06:32:23.219Z] currentNode = readNode(queue.poll().getSequenceNumber()); [2019-07-30T06:32:23.219Z] ^^^^^^^^^^^^ [2019-07-30T06:32:23.219Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull PriorityQueue>'. Type 'PriorityQueue' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:32:23.219Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[304] [2019-07-30T06:32:23.219Z] queue.addAll(((SegmentTreeNode) currentNode).selectNextChildren(rc, order)); [2019-07-30T06:32:23.219Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:23.219Z] Type safety: The method selectNextChildren(TimeRangeCondition, Comparator) belongs to the raw type SegmentTreeNode. References to generic type SegmentTreeNode should be parameterized [2019-07-30T06:32:23.219Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentHistoryTree.java:[304] [2019-07-30T06:32:23.219Z] queue.addAll(((SegmentTreeNode) currentNode).selectNextChildren(rc, order)); [2019-07-30T06:32:23.219Z] ^^^^^^^^^^^^^^^ [2019-07-30T06:32:23.219Z] SegmentTreeNode is a raw type. References to generic type SegmentTreeNode should be parameterized [2019-07-30T06:32:23.219Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/segmentstore/core/SegmentStoreFactory.java:[118] [2019-07-30T06:32:23.219Z] store.add((E) elem); // warning from type, it should be fine [2019-07-30T06:32:23.219Z] ^^^^^^^^ [2019-07-30T06:32:23.219Z] Type safety: Unchecked cast from Object to E [2019-07-30T06:32:23.219Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/treemap/TreeMapStore.java:[235] [2019-07-30T06:32:23.219Z] E fromElement = (E) new BasicSegment(Long.MIN_VALUE, start); [2019-07-30T06:32:23.219Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:23.219Z] Type safety: Unchecked cast from BasicSegment to E [2019-07-30T06:32:23.219Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/arraylist/LazyArrayListStore.java:[60] [2019-07-30T06:32:23.219Z] protected final Comparator COMPARATOR = Comparator.comparing(E::getStart) [2019-07-30T06:32:23.219Z] .thenComparing(E::getEnd).thenComparing(Function.identity()); [2019-07-30T06:32:23.219Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:23.219Z] 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>' [2019-07-30T06:32:23.219Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/arraylist/LazyArrayListStore.java:[93] [2019-07-30T06:32:23.219Z] E element = (E) object; [2019-07-30T06:32:23.219Z] ^^^^^^^^^^ [2019-07-30T06:32:23.219Z] Type safety: Unchecked cast from Object to E [2019-07-30T06:32:23.219Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/HistoryTreeSegmentStore.java:[311] [2019-07-30T06:32:23.219Z] return getSHT().getIntersectingElements(start, end, (Comparator) order); [2019-07-30T06:32:23.219Z] ^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:23.219Z] Type safety: Unchecked cast from Comparator to Comparator [2019-07-30T06:32:23.219Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentTreeNode.java:[186] [2019-07-30T06:32:23.219Z] SegmentTreeNode segmentNode = (SegmentTreeNode) childNode; [2019-07-30T06:32:23.219Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:23.219Z] Type safety: Unchecked cast from IHTNode to SegmentTreeNode [2019-07-30T06:32:23.219Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentTreeNode.java:[193] [2019-07-30T06:32:23.219Z] segmentNode.addListener((node, endtime) -> updateChild((SegmentTreeNode) node, childIndex)); [2019-07-30T06:32:23.219Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:23.219Z] Type safety: Unchecked cast from OverlappingNode to SegmentTreeNode [2019-07-30T06:32:23.219Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/org/eclipse/tracecompass/internal/segmentstore/core/segmentHistoryTree/SegmentTreeNode.java:[435] [2019-07-30T06:32:23.219Z] return (OverlappingSegmentCoreData) super.getCoreNodeData(); [2019-07-30T06:32:23.219Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:23.219Z] Type safety: Unchecked cast from OverlappingNode.OverlappingExtraData to SegmentTreeNode.OverlappingSegmentCoreData [2019-07-30T06:32:23.219Z] 16 problems (16 warnings) [2019-07-30T06:32:23.219Z] [INFO] [2019-07-30T06:32:23.219Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:23.219Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:23.219Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/src/test/resources [2019-07-30T06:32:23.219Z] [INFO] [2019-07-30T06:32:23.219Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:23.219Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT-sources.jar [2019-07-30T06:32:23.219Z] [INFO] [2019-07-30T06:32:23.219Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:23.219Z] [INFO] [2019-07-30T06:32:23.219Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:23.219Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT.jar [2019-07-30T06:32:23.219Z] [INFO] [2019-07-30T06:32:23.219Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:23.219Z] [INFO] [2019-07-30T06:32:23.219Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:23.219Z] [INFO] [2019-07-30T06:32:23.219Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:23.219Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT.jar [2019-07-30T06:32:23.475Z] [INFO] [2019-07-30T06:32:23.475Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:23.475Z] [INFO] [2019-07-30T06:32:23.475Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:23.475Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:32:23.475Z] [INFO] [2019-07-30T06:32:23.475Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:23.475Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:32:23.731Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:32:23.987Z] [INFO] [2019-07-30T06:32:23.987Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:23.987Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.segmentstore.core/2.1.1-SNAPSHOT/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT.jar [2019-07-30T06:32:23.987Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.segmentstore.core/2.1.1-SNAPSHOT/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT.pom [2019-07-30T06:32:23.987Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.segmentstore.core/2.1.1-SNAPSHOT/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT-sources.jar [2019-07-30T06:32:23.987Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.segmentstore.core/2.1.1-SNAPSHOT/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:32:23.987Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.segmentstore.core/2.1.1-SNAPSHOT/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT-p2metadata.xml [2019-07-30T06:32:23.987Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.segmentstore.core/2.1.1-SNAPSHOT/org.eclipse.tracecompass.segmentstore.core-2.1.1-SNAPSHOT-p2artifacts.xml [2019-07-30T06:32:23.987Z] [INFO] [2019-07-30T06:32:23.987Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.segmentstore.core --- [2019-07-30T06:32:23.987Z] [INFO] [2019-07-30T06:32:23.987Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core >-- [2019-07-30T06:32:23.987Z] [INFO] Building org.eclipse.tracecompass.statesystem.core 4.2.2-SNAPSHOT [8/134] [2019-07-30T06:32:23.987Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:32:23.987Z] [INFO] [2019-07-30T06:32:23.987Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:23.987Z] [INFO] [2019-07-30T06:32:23.987Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:23.987Z] [INFO] The project's OSGi version is 4.2.2.201907300626 [2019-07-30T06:32:23.987Z] [INFO] [2019-07-30T06:32:23.987Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:23.987Z] [INFO] [2019-07-30T06:32:23.987Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:23.987Z] [INFO] [2019-07-30T06:32:23.987Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:23.987Z] [INFO] [2019-07-30T06:32:23.987Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:23.987Z] [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/statesystem/org.eclipse.tracecompass.statesystem.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:32:23.987Z] [INFO] [2019-07-30T06:32:23.987Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:23.987Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:23.987Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/main/resources [2019-07-30T06:32:23.987Z] [INFO] [2019-07-30T06:32:23.987Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:23.987Z] [INFO] Compiling 46 source files to /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/target/classes [2019-07-30T06:32:24.915Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/internal/statesystem/core/backend/historytree/HTInterval.java:[266] [2019-07-30T06:32:24.915Z] public void writeInterval(ByteBuffer buffer, long nodeStart) { [2019-07-30T06:32:24.915Z] ^^^^^^^^^ [2019-07-30T06:32:24.915Z] Javadoc: Missing tag for parameter nodeStart [2019-07-30T06:32:24.915Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/internal/statesystem/core/backend/historytree/ThreadedHistoryTreeBackend.java:[309] [2019-07-30T06:32:24.915Z] Iterable<@NonNull HTInterval> queuedIntervals = Iterables.filter(intervalQueue, [2019-07-30T06:32:24.915Z] ^^^^^^^^^^^^^ [2019-07-30T06:32:24.915Z] Null type safety (type annotations): The expression of type '@NonNull BufferedBlockingQueue' needs unchecked conversion to conform to 'Iterable<@NonNull HTInterval>', corresponding supertype is 'Iterable' [2019-07-30T06:32:24.915Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/statesystem/core/StateSystemBuilderUtils.java:[44] [2019-07-30T06:32:24.915Z] throws StateValueTypeException, AttributeNotFoundException { [2019-07-30T06:32:24.915Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:24.915Z] The declared exception AttributeNotFoundException is not actually thrown by the method incrementAttributeLong(ITmfStateSystemBuilder, long, int, long) from type StateSystemBuilderUtils [2019-07-30T06:32:24.915Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/statesystem/core/StateSystemBuilderUtils.java:[73] [2019-07-30T06:32:24.915Z] throws StateValueTypeException, AttributeNotFoundException { [2019-07-30T06:32:24.915Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:24.915Z] The declared exception AttributeNotFoundException is not actually thrown by the method incrementAttributeInt(ITmfStateSystemBuilder, long, int, int) from type StateSystemBuilderUtils [2019-07-30T06:32:24.915Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/internal/statesystem/core/backend/historytree/ParentNode.java:[129] [2019-07-30T06:32:24.915Z] public abstract void queueNextChildren2D(IntegerRangeCondition quarks, TimeRangeCondition subTimes, Deque queue, boolean reverse); [2019-07-30T06:32:24.915Z] ^^^^^^^ [2019-07-30T06:32:24.915Z] Javadoc: Missing tag for parameter reverse [2019-07-30T06:32:24.915Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/statesystem/core/StateSystemUtils.java:[183] [2019-07-30T06:32:24.915Z] throws AttributeNotFoundException, StateSystemDisposedException { [2019-07-30T06:32:24.915Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:24.915Z] The declared exception AttributeNotFoundException is not actually thrown by the method queryHistoryRange(ITmfStateSystem, int, long, long) from type StateSystemUtils [2019-07-30T06:32:24.915Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/statesystem/core/StateSystemUtils.java:[251] [2019-07-30T06:32:24.915Z] throws AttributeNotFoundException, StateSystemDisposedException { [2019-07-30T06:32:24.915Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:24.915Z] The declared exception AttributeNotFoundException is not actually thrown by the method queryHistoryRange(ITmfStateSystem, int, long, long, long, IProgressMonitor) from type StateSystemUtils [2019-07-30T06:32:24.915Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/internal/statesystem/core/backend/historytree/HistoryTreeBackend.java:[384] [2019-07-30T06:32:24.915Z] intervalQueue = currentNode.iterable2D(quarks, subTimes).iterator(); [2019-07-30T06:32:24.915Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:24.915Z] Null type safety (type annotations): The expression of type 'Iterator' needs unchecked conversion to conform to 'Iterator<@NonNull HTInterval>' [2019-07-30T06:32:24.915Z] 8 problems (8 warnings) [2019-07-30T06:32:24.915Z] [INFO] [2019-07-30T06:32:24.915Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:24.915Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:24.915Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/src/test/resources [2019-07-30T06:32:24.915Z] [INFO] [2019-07-30T06:32:24.915Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:24.915Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/target/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT-sources.jar [2019-07-30T06:32:24.915Z] [INFO] [2019-07-30T06:32:24.915Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:24.915Z] [INFO] [2019-07-30T06:32:24.915Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:24.915Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/target/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT.jar [2019-07-30T06:32:24.915Z] [INFO] [2019-07-30T06:32:24.915Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:24.915Z] [INFO] [2019-07-30T06:32:24.915Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:24.915Z] [INFO] [2019-07-30T06:32:24.915Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:24.915Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/target/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT.jar [2019-07-30T06:32:25.171Z] [INFO] [2019-07-30T06:32:25.171Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:25.171Z] [INFO] [2019-07-30T06:32:25.171Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:25.171Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:32:25.171Z] [INFO] [2019-07-30T06:32:25.171Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:25.171Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:32:25.427Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:32:25.427Z] [INFO] [2019-07-30T06:32:25.427Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:25.427Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/target/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core/4.2.2-SNAPSHOT/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT.jar [2019-07-30T06:32:25.427Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core/4.2.2-SNAPSHOT/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT.pom [2019-07-30T06:32:25.427Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/target/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core/4.2.2-SNAPSHOT/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT-sources.jar [2019-07-30T06:32:25.427Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/target/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core/4.2.2-SNAPSHOT/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:32:25.427Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core/4.2.2-SNAPSHOT/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT-p2metadata.xml [2019-07-30T06:32:25.427Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core/4.2.2-SNAPSHOT/org.eclipse.tracecompass.statesystem.core-4.2.2-SNAPSHOT-p2artifacts.xml [2019-07-30T06:32:25.427Z] [INFO] [2019-07-30T06:32:25.427Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.statesystem.core --- [2019-07-30T06:32:25.427Z] [INFO] [2019-07-30T06:32:25.427Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf-parent >---- [2019-07-30T06:32:25.427Z] [INFO] Building Trace Compass TMF Parent 5.0.0-SNAPSHOT [9/134] [2019-07-30T06:32:25.427Z] [INFO] --------------------------------[ pom ]--------------------------------- [2019-07-30T06:32:25.427Z] [INFO] [2019-07-30T06:32:25.427Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf-parent --- [2019-07-30T06:32:25.427Z] [INFO] [2019-07-30T06:32:25.427Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf-parent --- [2019-07-30T06:32:25.427Z] [INFO] [2019-07-30T06:32:25.427Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf-parent --- [2019-07-30T06:32:25.427Z] [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/tmf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:32:25.427Z] [INFO] [2019-07-30T06:32:25.427Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf-parent --- [2019-07-30T06:32:25.427Z] [INFO] [2019-07-30T06:32:25.427Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf-parent --- [2019-07-30T06:32:25.427Z] [INFO] [2019-07-30T06:32:25.427Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf-parent --- [2019-07-30T06:32:25.427Z] [INFO] [2019-07-30T06:32:25.427Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf-parent --- [2019-07-30T06:32:25.427Z] [INFO] [2019-07-30T06:32:25.427Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf-parent --- [2019-07-30T06:32:25.427Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:32:25.427Z] [INFO] [2019-07-30T06:32:25.427Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf-parent --- [2019-07-30T06:32:25.683Z] [INFO] [2019-07-30T06:32:25.683Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf-parent --- [2019-07-30T06:32:25.683Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf-parent-5.0.0-SNAPSHOT.pom [2019-07-30T06:32:25.683Z] [INFO] [2019-07-30T06:32:25.683Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.filter.parser >-- [2019-07-30T06:32:25.683Z] [INFO] Building Trace Compass Filter Parser 1.0.2-SNAPSHOT [10/134] [2019-07-30T06:32:25.683Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:32:25.683Z] [INFO] [2019-07-30T06:32:25.683Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.683Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target (includes = [*/**], excludes = [generated-sources/antlr3/org/eclipse/tracecompass/tmf/filter/parser/FilterParserLexer.java, generated-sources/antlr3/org/eclipse/tracecompass/tmf/filter/parser/FilterParserParser.java, generated-sources/antlr3/FilterParser.tokens]) [2019-07-30T06:32:25.683Z] [INFO] [2019-07-30T06:32:25.683Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.683Z] [INFO] The project's OSGi version is 1.0.2.201907300626 [2019-07-30T06:32:25.683Z] [INFO] [2019-07-30T06:32:25.683Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.683Z] [INFO] [2019-07-30T06:32:25.683Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.683Z] [INFO] [2019-07-30T06:32:25.683Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.683Z] [INFO] [2019-07-30T06:32:25.683Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.683Z] [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/tmf/org.eclipse.tracecompass.tmf.filter.parser/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:32:25.683Z] [INFO] [2019-07-30T06:32:25.683Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.683Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:25.683Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/src/main/resources [2019-07-30T06:32:25.683Z] [INFO] [2019-07-30T06:32:25.683Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.683Z] [INFO] Compiling 3 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/classes [2019-07-30T06:32:25.939Z] [INFO] [2019-07-30T06:32:25.939Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.939Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:25.939Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/src/test/resources [2019-07-30T06:32:25.939Z] [INFO] [2019-07-30T06:32:25.939Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.939Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT-sources.jar [2019-07-30T06:32:25.939Z] [INFO] [2019-07-30T06:32:25.939Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.939Z] [INFO] [2019-07-30T06:32:25.939Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.939Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT.jar [2019-07-30T06:32:25.939Z] [INFO] [2019-07-30T06:32:25.939Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.939Z] [INFO] [2019-07-30T06:32:25.939Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.939Z] [INFO] [2019-07-30T06:32:25.939Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.939Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT.jar [2019-07-30T06:32:25.939Z] [INFO] [2019-07-30T06:32:25.939Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.939Z] [INFO] [2019-07-30T06:32:25.939Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.939Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:32:25.939Z] [INFO] [2019-07-30T06:32:25.939Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.939Z] [INFO] [2019-07-30T06:32:25.939Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.939Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.filter.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT.jar [2019-07-30T06:32:25.939Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.filter.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT.pom [2019-07-30T06:32:25.939Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.filter.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT-sources.jar [2019-07-30T06:32:25.939Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.filter.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:32:25.939Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.filter.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT-p2metadata.xml [2019-07-30T06:32:25.939Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.filter.parser/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.filter.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.filter.parser-1.0.2-SNAPSHOT-p2artifacts.xml [2019-07-30T06:32:25.939Z] [INFO] [2019-07-30T06:32:25.939Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.filter.parser --- [2019-07-30T06:32:25.939Z] [INFO] [2019-07-30T06:32:25.939Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core >----- [2019-07-30T06:32:25.939Z] [INFO] Building org.eclipse.tracecompass.tmf.core 5.1.0-SNAPSHOT [11/134] [2019-07-30T06:32:25.939Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:32:25.939Z] [INFO] [2019-07-30T06:32:25.939Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:25.939Z] [INFO] [2019-07-30T06:32:25.939Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:25.939Z] [INFO] The project's OSGi version is 5.1.0.201907300626 [2019-07-30T06:32:25.939Z] [INFO] [2019-07-30T06:32:25.939Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:25.939Z] [INFO] [2019-07-30T06:32:25.939Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:25.939Z] [INFO] [2019-07-30T06:32:25.939Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:25.939Z] [INFO] [2019-07-30T06:32:25.939Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:26.195Z] [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/tmf/org.eclipse.tracecompass.tmf.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:32:26.195Z] [INFO] [2019-07-30T06:32:26.195Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:26.195Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:26.195Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/main/resources [2019-07-30T06:32:26.195Z] [INFO] [2019-07-30T06:32:26.195Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:26.195Z] [INFO] Compiling 416 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/symbols/SymbolProviderManager.java:[61] [2019-07-30T06:32:29.466Z] private final Multimap> fInstances = LinkedHashMultimap.create(); [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] 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>>' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/TmfCommonXAxisModel.java:[59] [2019-07-30T06:32:29.466Z] fSeries = Maps.transformValues(fYSeries, model -> new SeriesModel(model.getId(), model.getName(), fXValues, model.getData())); [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] 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>' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/callstack/FunctionNameMapper.java:[181] [2019-07-30T06:32:29.466Z] * @param cppFilt [2019-07-30T06:32:29.466Z] ^^^^^^^ [2019-07-30T06:32:29.466Z] Javadoc: Description expected after this reference [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/provisional/tmf/core/model/events/TmfEventTableDataProvider.java:[197] [2019-07-30T06:32:29.466Z] return new TmfModelResponse<>(null, ITmfResponse.Status.FAILED, e.getMessage()); [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/provisional/tmf/core/model/events/TmfEventTableDataProvider.java:[273] [2019-07-30T06:32:29.466Z] return new TmfModelResponse<>(null, ITmfResponse.Status.FAILED, e.getMessage()); [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/provisional/tmf/core/model/events/TmfEventTableDataProvider.java:[430] [2019-07-30T06:32:29.466Z] Object aspectResolved = aspectEntry.getValue().resolve(event); [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Long,@NonNull ITmfEventAspect>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/provisional/tmf/core/model/events/TmfEventTableDataProvider.java:[525] [2019-07-30T06:32:29.466Z] Map searchMap = (Map) searchFilterObject; [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Type safety: Unchecked cast from Object to Map [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/model/TmfXyResponseFactory.java:[61] [2019-07-30T06:32:29.466Z] ITmfXyModel model = new TmfXyModel(title, series); [2019-07-30T06:32:29.466Z] ^^^^^^ [2019-07-30T06:32:29.466Z] 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>' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/trace/indexer/TmfFlatArrayTraceIndex.java:[47] [2019-07-30T06:32:29.466Z] String directory = TmfTraceManager.getSupplementaryFileDir(trace); [2019-07-30T06:32:29.466Z] ^^^^^ [2019-07-30T06:32:29.466Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/model/AbstractTmfTraceDataProvider.java:[65] [2019-07-30T06:32:29.466Z] for (Map.Entry> entry : regexes.asMap().entrySet()) { [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] 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>>' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/dataprovider/DataProviderParameterUtils.java:[157] [2019-07-30T06:32:29.466Z] Map> regexesMap = (Map>) regexesObject; [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Type safety: Unchecked cast from Object to Map> [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/project/model/TraceTypeHelper.java:[63] [2019-07-30T06:32:29.466Z] fTraceTypeId = traceTypeId; [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/signal/TmfSignalManager.java:[315] [2019-07-30T06:32:29.466Z] for (Class signalClazz : fInboundSignalBlacklist.get(entry.getKey())) { [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Null type safety (type annotations): The expression of type 'Object' needs unchecked conversion to conform to '@NonNull Object' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/trace/TmfTraceManager.java:[662] [2019-07-30T06:32:29.466Z] return dir.getAbsolutePath(); [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/trace/TmfTraceManager.java:[667] [2019-07-30T06:32:29.466Z] return System.getProperty("java.io.tmpdir"); //$NON-NLS-1$ [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/synchronization/graph/SyncGraph.java:[121] [2019-07-30T06:32:29.466Z] V node = queue.poll(); [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Null type mismatch (type annotations): required 'V' but this expression has type '@Nullable V', where 'V' is a free type variable [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/histogram/HistogramDataProvider.java:[117] [2019-07-30T06:32:29.466Z] builder.add(new TmfTreeDataModel(fTraceId, -1, Collections.singletonList(getTrace().getName()))); [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/histogram/HistogramDataProvider.java:[152] [2019-07-30T06:32:29.466Z] builder.put(Long.toString(fTotalId), new YModel(fTotalId, totalName, y)); [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/histogram/HistogramDataProvider.java:[159] [2019-07-30T06:32:29.466Z] builder.put(Long.toString(series.getId()), series); [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/analysis/TmfAbstractAnalysisModule.java:[339] [2019-07-30T06:32:29.466Z] try (FlowScopeLog analysisLog = new FlowScopeLogBuilder(LOGGER, Level.FINE, "TmfAbstractAnalysis:scheduling", "name", getName()).setCategory(getId()).build()) { //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Unnecessary $NON-NLS$ tag [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/callstack/MappingFile.java:[80] [2019-07-30T06:32:29.466Z] return fSymbolMapping.lastKey(); [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'SortedMap<@NonNull Long,@NonNull TmfResolvedSymbol>'. Type 'SortedMap' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/model/xy/TmfTreeXYCompositeDataProvider.java:[112] [2019-07-30T06:32:29.466Z] ITmfTreeXYDataProvider provider = DataProviderManager.getInstance().getDataProvider(child, providerId, ITmfTreeXYDataProvider.class); [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class) of the generic method getDataProvider(ITmfTrace, String, Class) of type DataProviderManager [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/model/xy/TmfTreeXYCompositeDataProvider.java:[188] [2019-07-30T06:32:29.466Z] .collect(Collectors.joining("\n")); //$NON-NLS-1$ [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Null type safety (type annotations): The expression of type 'Collector' needs unchecked conversion to conform to 'Collector' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/model/tree/TmfTreeCompositeDataProvider.java:[69] [2019-07-30T06:32:29.466Z] ITmfTreeDataProvider provider = DataProviderManager.getInstance().getDataProvider(child, id, ITmfTreeDataProvider.class); [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class) of the generic method getDataProvider(ITmfTrace, String, Class) of type DataProviderManager [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/symbols/TmfResolvedSymbol.java:[29] [2019-07-30T06:32:29.466Z] public static final Comparator COMPARATOR = Comparator.comparing(TmfResolvedSymbol::getBaseAddress); [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfResolvedSymbol>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfResolvedSymbol>' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/parsers/custom/CustomEvent.java:[247] [2019-07-30T06:32:29.466Z] TmfTimestampFormat timestampFormat = new TmfTimestampFormat(fDefinition.timeStampOutputFormat); [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/event/aspect/ITmfEventAspect.java:[95] [2019-07-30T06:32:29.466Z] default @Nullable T resolve(ITmfEvent event, boolean block, IProgressMonitor monitor) throws InterruptedException { [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] The declared exception InterruptedException is not actually thrown by the method resolve(ITmfEvent, boolean, IProgressMonitor) from type ITmfEventAspect [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/event/aspect/MultiAspect.java:[99] [2019-07-30T06:32:29.466Z] return (T) resolve; [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Type safety: Unchecked cast from Object to T [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/filters/TimeQueryFilter.java:[62] [2019-07-30T06:32:29.466Z] fTimesRequested = Longs.toArray(times); [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Null type safety (type annotations): The expression of type 'long[]' needs unchecked conversion to conform to 'long @NonNull[]' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/signal/TmfDataModelSelectedSignal.java:[29] [2019-07-30T06:32:29.466Z] fMetadata = metadata; [2019-07-30T06:32:29.466Z] ^^^^^^^^ [2019-07-30T06:32:29.466Z] 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>' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/timegraph/ITimeGraphStateFilter.java:[53] [2019-07-30T06:32:29.466Z] * @deprecated Use the {@link #applyFilterAndAddState(List, ITimeGraphState, Long, Multimap, Map, IProgressMonitor)} instead [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Javadoc: The method applyFilterAndAddState(List, ITimeGraphState, Long, Map>>, IProgressMonitor) in the type ITimeGraphStateFilter is not applicable for the arguments (List, ITimeGraphState, Long, Multimap, Map, IProgressMonitor) [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/symbols/IMappingFile.java:[81] [2019-07-30T06:32:29.466Z] results = FunctionNameMapper.mapFromBinaryFile(path.toFile()); [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/symbols/IMappingFile.java:[84] [2019-07-30T06:32:29.466Z] switch(FunctionNameMapper.guessMappingType(path.toFile())) { [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/symbols/IMappingFile.java:[86] [2019-07-30T06:32:29.466Z] results = FunctionNameMapper.mapFromSizedTextFile(path.toFile()); [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/symbols/IMappingFile.java:[89] [2019-07-30T06:32:29.466Z] results = FunctionNameMapper.mapFromNmTextFile(path.toFile()); [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/statesystem/provider/StateSystemDataProvider.java:[247] [2019-07-30T06:32:29.466Z] public TraceEntryModel build() { [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] 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 [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/statesystem/provider/StateSystemDataProvider.java:[300] [2019-07-30T06:32:29.466Z] public ModuleEntryModel build() { [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] 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 [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/statesystem/provider/StateSystemDataProvider.java:[355] [2019-07-30T06:32:29.466Z] public StateSystemEntryModel build() { [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] 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 [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/statesystem/provider/StateSystemDataProvider.java:[414] [2019-07-30T06:32:29.466Z] public AttributeEntryModel build() { [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] 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 [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/internal/tmf/core/statesystem/provider/StateSystemDataProvider.java:[700] [2019-07-30T06:32:29.466Z] for (Entry> ssEntry : table.rowMap().entrySet()) { [2019-07-30T06:32:29.466Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:29.466Z] 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>>' [2019-07-30T06:32:29.466Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/trace/indexer/TmfBTreeTraceIndex.java:[70] [2019-07-30T06:32:29.466Z] String directory = TmfTraceManager.getSupplementaryFileDir(trace); [2019-07-30T06:32:29.466Z] ^^^^^ [2019-07-30T06:32:29.466Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T06:32:29.466Z] 41 problems (41 warnings) [2019-07-30T06:32:29.466Z] [INFO] [2019-07-30T06:32:29.466Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:29.466Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:29.466Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/src/test/resources [2019-07-30T06:32:29.466Z] [INFO] [2019-07-30T06:32:29.466Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:29.466Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT-sources.jar [2019-07-30T06:32:29.466Z] [INFO] [2019-07-30T06:32:29.466Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:29.466Z] [INFO] [2019-07-30T06:32:29.466Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:29.466Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT.jar [2019-07-30T06:32:29.723Z] [INFO] [2019-07-30T06:32:29.723Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:29.723Z] [INFO] [2019-07-30T06:32:29.723Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:29.723Z] [INFO] [2019-07-30T06:32:29.723Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:29.723Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT.jar [2019-07-30T06:32:31.088Z] [INFO] [2019-07-30T06:32:31.088Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:31.088Z] [INFO] [2019-07-30T06:32:31.088Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:31.088Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:32:31.088Z] [INFO] [2019-07-30T06:32:31.088Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:31.088Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:32:31.344Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:32:31.344Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:32:31.600Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:32:31.855Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:32:31.855Z] [INFO] [2019-07-30T06:32:31.855Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:31.855Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT.jar [2019-07-30T06:32:31.855Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT.pom [2019-07-30T06:32:31.855Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT-sources.jar [2019-07-30T06:32:31.855Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:32:31.855Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT-p2metadata.xml [2019-07-30T06:32:31.855Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.core-5.1.0-SNAPSHOT-p2artifacts.xml [2019-07-30T06:32:31.855Z] [INFO] [2019-07-30T06:32:31.855Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.core --- [2019-07-30T06:32:31.855Z] [INFO] [2019-07-30T06:32:31.855Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core >-- [2019-07-30T06:32:31.856Z] [INFO] Building org.eclipse.tracecompass.analysis.counters.core 2.0.2-SNAPSHOT [12/134] [2019-07-30T06:32:31.856Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:32:31.856Z] [INFO] [2019-07-30T06:32:31.856Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:31.856Z] [INFO] [2019-07-30T06:32:31.856Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:31.856Z] [INFO] The project's OSGi version is 2.0.2.201907300626 [2019-07-30T06:32:31.856Z] [INFO] [2019-07-30T06:32:31.856Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:31.856Z] [INFO] [2019-07-30T06:32:31.856Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:31.856Z] [INFO] [2019-07-30T06:32:31.856Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:31.856Z] [INFO] [2019-07-30T06:32:31.856Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:31.856Z] [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/analysis/org.eclipse.tracecompass.analysis.counters.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:32:31.856Z] [INFO] [2019-07-30T06:32:31.856Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:31.856Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:31.856Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/src/main/resources [2019-07-30T06:32:31.856Z] [INFO] [2019-07-30T06:32:31.856Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:31.856Z] [INFO] Compiling 12 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/target/classes [2019-07-30T06:32:32.111Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/internal/analysis/counters/core/CounterDataProvider.java:[27] [2019-07-30T06:32:32.111Z] import org.eclipse.tracecompass.internal.tmf.core.model.filters.FetchParametersUtils; [2019-07-30T06:32:32.111Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:32.111Z] Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:32:32.111Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/internal/analysis/counters/core/CounterDataProvider.java:[108] [2019-07-30T06:32:32.111Z] entries.add(new TmfTreeDataModel(rootId, -1, Collections.singletonList(getTrace().getName()))); [2019-07-30T06:32:32.111Z] ^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:32.111Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:32:32.111Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/internal/analysis/counters/core/CounterDataProvider.java:[146] [2019-07-30T06:32:32.111Z] if (FetchParametersUtils.createSelectionTimeQuery(fetchParameters) != null) { [2019-07-30T06:32:32.111Z] ^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:32.111Z] Discouraged access: The type 'FetchParametersUtils' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:32:32.111Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/internal/analysis/counters/core/CounterDataProvider.java:[146] [2019-07-30T06:32:32.111Z] if (FetchParametersUtils.createSelectionTimeQuery(fetchParameters) != null) { [2019-07-30T06:32:32.111Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:32.111Z] Discouraged access: The method 'FetchParametersUtils.createSelectionTimeQuery(Map)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:32:32.111Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/internal/analysis/counters/core/CounterDataProvider.java:[179] [2019-07-30T06:32:32.111Z] int quark = entry.getValue(); [2019-07-30T06:32:32.111Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:32:32.368Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Long,@NonNull Integer>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:32:32.368Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/analysis/counters/core/aspects/CounterAspect.java:[53] [2019-07-30T06:32:32.368Z] fGroups = Arrays.copyOf(groups, groups.length); [2019-07-30T06:32:32.368Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:32.368Z] Null type safety (type annotations): The expression of type 'Class>[]' needs unchecked conversion to conform to 'Class> @NonNull[]' [2019-07-30T06:32:32.368Z] 6 problems (6 warnings) [2019-07-30T06:32:32.368Z] [INFO] [2019-07-30T06:32:32.368Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:32.368Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:32.368Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/src/test/resources [2019-07-30T06:32:32.368Z] [INFO] [2019-07-30T06:32:32.368Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:32.368Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/target/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT-sources.jar [2019-07-30T06:32:32.368Z] [INFO] [2019-07-30T06:32:32.368Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:32.368Z] [INFO] [2019-07-30T06:32:32.368Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:32.368Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/target/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT.jar [2019-07-30T06:32:32.368Z] [INFO] [2019-07-30T06:32:32.368Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:32.368Z] [INFO] [2019-07-30T06:32:32.368Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:32.368Z] [INFO] [2019-07-30T06:32:32.368Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:32.368Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/target/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT.jar [2019-07-30T06:32:32.368Z] [INFO] [2019-07-30T06:32:32.368Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:32.368Z] [INFO] [2019-07-30T06:32:32.368Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:32.368Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:32:32.368Z] [INFO] [2019-07-30T06:32:32.368Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:32.625Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:32:32.880Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:32:33.808Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:32:34.064Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:32:34.064Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:32:34.321Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:34.321Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/target/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT.jar [2019-07-30T06:32:34.321Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT.pom [2019-07-30T06:32:34.321Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/target/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT-sources.jar [2019-07-30T06:32:34.321Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/target/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:32:34.321Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT-p2metadata.xml [2019-07-30T06:32:34.321Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core-2.0.2-SNAPSHOT-p2artifacts.xml [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.counters.core --- [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf-parent >---- [2019-07-30T06:32:34.321Z] [INFO] Building Trace Compass CTF Support Parent 5.0.0-SNAPSHOT [13/134] [2019-07-30T06:32:34.321Z] [INFO] --------------------------------[ pom ]--------------------------------- [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.ctf-parent --- [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.ctf-parent --- [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.ctf-parent --- [2019-07-30T06:32:34.321Z] [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/ctf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.ctf-parent --- [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.ctf-parent --- [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.ctf-parent --- [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.ctf-parent --- [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.ctf-parent --- [2019-07-30T06:32:34.321Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.ctf-parent --- [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.ctf-parent --- [2019-07-30T06:32:34.321Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf-parent-5.0.0-SNAPSHOT.pom [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser >---- [2019-07-30T06:32:34.321Z] [INFO] Building Trace Compass CTF Parser Plug-in 1.0.2-SNAPSHOT [14/134] [2019-07-30T06:32:34.321Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:34.321Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target (includes = [*/**], excludes = [generated-sources/antlr3/org/eclipse/tracecompass/ctf/parser/CTFLexer.java, generated-sources/antlr3/org/eclipse/tracecompass/ctf/parser/CTFParser.java]) [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:34.321Z] [INFO] The project's OSGi version is 1.0.2.201907300626 [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:34.321Z] [INFO] [2019-07-30T06:32:34.321Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:34.577Z] [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/ctf/org.eclipse.tracecompass.ctf.parser/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:32:34.577Z] [INFO] [2019-07-30T06:32:34.577Z] [INFO] --- antlr3-maven-plugin:3.5.2:antlr (default) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:34.577Z] 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 [2019-07-30T06:32:34.577Z] 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 [2019-07-30T06:32:34.577Z] 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 [2019-07-30T06:32:34.577Z] 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 [2019-07-30T06:32:34.577Z] 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 [2019-07-30T06:32:34.577Z] 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 [2019-07-30T06:32:34.832Z] 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 44 kB/s) [2019-07-30T06:32:34.832Z] 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 [2019-07-30T06:32:34.832Z] 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 [2019-07-30T06:32:34.832Z] 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 [2019-07-30T06:32:34.832Z] 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 [2019-07-30T06:32:34.832Z] 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 [2019-07-30T06:32:35.088Z] 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 [2019-07-30T06:32:35.088Z] Progress (1): 865 B Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.0/plexus-compiler-api-2.0.pom (865 B at 22 kB/s) [2019-07-30T06:32:35.088Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/codehaus/plexus/plexus-compiler/2.0/plexus-compiler-2.0.pom [2019-07-30T06:32:35.088Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-compiler/2.0/plexus-compiler-2.0.pom [2019-07-30T06:32:35.088Z] 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 [2019-07-30T06:32:35.088Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/codehaus/plexus/plexus-compiler/2.0/plexus-compiler-2.0.pom [2019-07-30T06:32:35.088Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/codehaus/plexus/plexus-compiler/2.0/plexus-compiler-2.0.pom [2019-07-30T06:32:35.344Z] 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 [2019-07-30T06:32:35.344Z] 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 106 kB/s) [2019-07-30T06:32:35.344Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/antlr/antlr/3.5.2/antlr-3.5.2.pom [2019-07-30T06:32:35.344Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/antlr/antlr/3.5.2/antlr-3.5.2.pom [2019-07-30T06:32:35.344Z] 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 [2019-07-30T06:32:35.344Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/antlr/antlr/3.5.2/antlr-3.5.2.pom [2019-07-30T06:32:35.344Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/antlr/antlr/3.5.2/antlr-3.5.2.pom [2019-07-30T06:32:35.601Z] 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 [2019-07-30T06:32:35.601Z] 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 72 kB/s) [2019-07-30T06:32:35.601Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/antlr/ST4/4.0.8/ST4-4.0.8.pom [2019-07-30T06:32:35.601Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/antlr/ST4/4.0.8/ST4-4.0.8.pom [2019-07-30T06:32:35.601Z] 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 [2019-07-30T06:32:35.601Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/antlr/ST4/4.0.8/ST4-4.0.8.pom [2019-07-30T06:32:35.601Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/antlr/ST4/4.0.8/ST4-4.0.8.pom [2019-07-30T06:32:35.912Z] 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 [2019-07-30T06:32:35.913Z] 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 382 kB/s) [2019-07-30T06:32:35.913Z] 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 [2019-07-30T06:32:35.913Z] 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 [2019-07-30T06:32:35.913Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/maven/maven-model/2.0/maven-model-2.0.jar [2019-07-30T06:32:35.913Z] 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 [2019-07-30T06:32:35.913Z] 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 [2019-07-30T06:32:35.913Z] 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 [2019-07-30T06:32:35.913Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/antlr/antlr/3.5.2/antlr-3.5.2.jar [2019-07-30T06:32:35.913Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/antlr/ST4/4.0.8/ST4-4.0.8.jar [2019-07-30T06:32:35.913Z] 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 [2019-07-30T06:32:35.913Z] 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 [2019-07-30T06:32:35.913Z] 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 [2019-07-30T06:32:35.913Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/2.0/maven-model-2.0.jar [2019-07-30T06:32:35.913Z] 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 [2019-07-30T06:32:35.913Z] 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 [2019-07-30T06:32:35.913Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/antlr/antlr/3.5.2/antlr-3.5.2.jar [2019-07-30T06:32:35.913Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/antlr/ST4/4.0.8/ST4-4.0.8.jar [2019-07-30T06:32:35.913Z] 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 [2019-07-30T06:32:35.913Z] 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 [2019-07-30T06:32:35.913Z] 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 [2019-07-30T06:32:35.913Z] 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 [2019-07-30T06:32:35.913Z] 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 [2019-07-30T06:32:36.168Z] 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 [2019-07-30T06:32:36.168Z] 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 [2019-07-30T06:32:36.168Z] 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 [2019-07-30T06:32:36.424Z] 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 [2019-07-30T06:32:36.424Z] 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 [2019-07-30T06:32:36.424Z] 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 [2019-07-30T06:32:36.424Z] 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 [2019-07-30T06:32:36.424Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/maven/maven-model/2.0/maven-model-2.0.jar [2019-07-30T06:32:36.424Z] 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 [2019-07-30T06:32:36.424Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/antlr/antlr/3.5.2/antlr-3.5.2.jar [2019-07-30T06:32:36.424Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/antlr/ST4/4.0.8/ST4-4.0.8.jar [2019-07-30T06:32:36.424Z] 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 [2019-07-30T06:32:36.424Z] 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 [2019-07-30T06:32:36.424Z] 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 [2019-07-30T06:32:36.424Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/maven/maven-model/2.0/maven-model-2.0.jar [2019-07-30T06:32:36.424Z] 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 [2019-07-30T06:32:36.424Z] 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 [2019-07-30T06:32:36.424Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/antlr/antlr/3.5.2/antlr-3.5.2.jar [2019-07-30T06:32:36.424Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/antlr/ST4/4.0.8/ST4-4.0.8.jar [2019-07-30T06:32:36.424Z] 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 [2019-07-30T06:32:36.424Z] 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 [2019-07-30T06:32:36.424Z] 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 [2019-07-30T06:32:36.681Z] 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 [2019-07-30T06:32:36.681Z] 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 [2019-07-30T06:32:36.681Z] Progress (1): 4.1/10 kB Progress (1): 7.7/10 kB Progress (1): 10 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 kB at 317 kB/s) [2019-07-30T06:32:36.681Z] 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 [2019-07-30T06:32:36.681Z] Progress (1): 4.1/168 kB Progress (2): 4.1/168 kB | 4.1/164 kB Progress (2): 7.7/168 kB | 4.1/164 kB Progress (2): 7.7/168 kB | 7.7/164 kB Progress (2): 12/168 kB | 7.7/164 kB Progress (2): 12/168 kB | 12/164 kB Progress (2): 16/168 kB | 12/164 kB Progress (2): 16/168 kB | 16/164 kB Progress (2): 20/168 kB | 16/164 kB Progress (2): 20/168 kB | 20/164 kB Progress (2): 24/168 kB | 20/164 kB Progress (2): 24/168 kB | 24/164 kB Progress (2): 28/168 kB | 24/164 kB Progress (2): 28/168 kB | 28/164 kB Progress (2): 32/168 kB | 28/164 kB Progress (2): 32/168 kB | 32/164 kB Progress (2): 36/168 kB | 32/164 kB Progress (2): 36/168 kB | 36/164 kB Progress (2): 40/168 kB | 36/164 kB Progress (2): 40/168 kB | 40/164 kB Progress (2): 40/168 kB | 44/164 kB Progress (2): 44/168 kB | 44/164 kB Progress (2): 44/168 kB | 48/164 kB Progress (2): 48/168 kB | 48/164 kB Progress (2): 48/168 kB | 52/164 kB Progress (2): 52/168 kB | 52/164 kB Progress (2): 52/168 kB | 56/164 kB Progress (2): 56/168 kB | 56/164 kB Progress (2): 56/168 kB | 60/164 kB Progress (2): 60/168 kB | 60/164 kB Progress (2): 60/168 kB | 64/164 kB Progress (2): 64/168 kB | 64/164 kB Progress (3): 64/168 kB | 64/164 kB | 4.1/21 kB Progress (3): 68/168 kB | 64/164 kB | 4.1/21 kB Progress (3): 68/168 kB | 68/164 kB | 4.1/21 kB Progress (3): 72/168 kB | 68/164 kB | 4.1/21 kB Progress (3): 72/168 kB | 68/164 kB | 7.7/21 kB Progress (3): 76/168 kB | 68/164 kB | 7.7/21 kB Progress (3): 76/168 kB | 72/164 kB | 7.7/21 kB Progress (3): 80/168 kB | 72/164 kB | 7.7/21 kB Progress (3): 80/168 kB | 72/164 kB | 12/21 kB Progress (3): 84/168 kB | 72/164 kB | 12/21 kB Progress (3): 84/168 kB | 76/164 kB | 12/21 kB Progress (3): 88/168 kB | 76/164 kB | 12/21 kB Progress (3): 88/168 kB | 76/164 kB | 16/21 kB Progress (3): 92/168 kB | 76/164 kB | 16/21 kB Progress (3): 92/168 kB | 80/164 kB | 16/21 kB Progress (3): 96/168 kB | 80/164 kB | 16/21 kB Progress (3): 96/168 kB | 80/164 kB | 20/21 kB Progress (3): 100/168 kB | 80/164 kB | 20/21 kB Progress (3): 100/168 kB | 84/164 kB | 20/21 kB Progress (3): 104/168 kB | 84/164 kB | 20/21 kB Progress (3): 104/168 kB | 84/164 kB | 21 kB Progress (3): 108/168 kB | 84/164 kB | 21 kB Progress (3): 108/168 kB | 88/164 kB | 21 kB Progress (3): 112/168 kB | 88/164 kB | 21 kB Progress (3): 112/168 kB | 92/164 kB | 21 kB Progress (3): 116/168 kB | 92/164 kB | 21 kB Progress (3): 116/168 kB | 96/164 kB | 21 kB Progress (3): 120/168 kB | 96/164 kB | 21 kB Progress (3): 120/168 kB | 100/164 kB | 21 kB Progress (3): 124/168 kB | 100/164 kB | 21 kB Progress (3): 124/168 kB | 104/164 kB | 21 kB Progress (3): 128/168 kB | 104/164 kB | 21 kB Progress (3): 128/168 kB | 108/164 kB | 21 kB Progress (3): 132/168 kB | 108/164 kB | 21 kB Progress (3): 132/168 kB | 112/164 kB | 21 kB Progress (3): 136/168 kB | 112/164 kB | 21 kB Progress (3): 136/168 kB | 116/164 kB | 21 kB Progress (3): 140/168 kB | 116/164 kB | 21 kB Progress (3): 140/168 kB | 120/164 kB | 21 kB Progress (3): 144/168 kB | 120/164 kB | 21 kB Progress (3): 144/168 kB | 124/164 kB | 21 kB Progress (3): 148/168 kB | 124/164 kB | 21 kB Progress (3): 148/168 kB | 128/164 kB | 21 kB Progress (3): 152/168 kB | 128/164 kB | 21 kB Progress (3): 152/168 kB | 132/164 kB | 21 kB Progress (3): 156/168 kB | 132/164 kB | 21 kB Progress (3): 156/168 kB | 136/164 kB | 21 kB Progress (3): 160/168 kB | 136/164 kB | 21 kB Progress (3): 160/168 kB | 140/164 kB | 21 kB Progress (3): 164/168 kB | 140/164 kB | 21 kB Progress (3): 164/168 kB | 144/164 kB | 21 kB Progress (3): 168/168 kB | 144/164 kB | 21 kB Progress (4): 168/168 kB | 144/164 kB | 21 kB | 4.1/78 kB Progress (4): 168 kB | 144/164 kB | 21 kB | 4.1/78 kB Progress (4): 168 kB | 148/164 kB | 21 kB | 4.1/78 kB Progress (4): 168 kB | 148/164 kB | 21 kB | 7.7/78 kB Progress (4): 168 kB | 152/164 kB | 21 kB | 7.7/78 kB Progress (4): 168 kB | 152/164 kB | 21 kB | 12/78 kB Progress (4): 168 kB | 156/164 kB | 21 kB | 12/78 kB Progress (5): 168 kB | 156/164 kB | 21 kB | 12/78 kB | 4.1/25 kB Progress (5): 168 kB | 156/164 kB | 21 kB | 16/78 kB | 4.1/25 kB Progress (5): 168 kB | 156/164 kB | 21 kB | 16/78 kB | 7.7/25 kB Progress (5): 168 kB | 160/164 kB | 21 kB | 16/78 kB | 7.7/25 kB Progress (5): 168 kB | 160/164 kB | 21 kB | 16/78 kB | 12/25 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.jar (21 kB at 422 kB/s) [2019-07-30T06:32:36.681Z] Progress (4): 168 kB | 160/164 kB | 20/78 kB | 12/25 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 [2019-07-30T06:32:36.681Z] Progress (4): 168 kB | 160/164 kB | 20/78 kB | 16/25 kB Progress (4): 168 kB | 164/164 kB | 20/78 kB | 16/25 kB Progress (4): 168 kB | 164/164 kB | 20/78 kB | 20/25 kB Progress (4): 168 kB | 164/164 kB | 24/78 kB | 20/25 kB Progress (4): 168 kB | 164/164 kB | 24/78 kB | 24/25 kB Progress (4): 168 kB | 164 kB | 24/78 kB | 24/25 kB Progress (4): 168 kB | 164 kB | 24/78 kB | 25 kB Progress (4): 168 kB | 164 kB | 28/78 kB | 25 kB Progress (4): 168 kB | 164 kB | 32/78 kB | 25 kB Progress (4): 168 kB | 164 kB | 36/78 kB | 25 kB Progress (4): 168 kB | 164 kB | 40/78 kB | 25 kB Progress (4): 168 kB | 164 kB | 44/78 kB | 25 kB Progress (4): 168 kB | 164 kB | 48/78 kB | 25 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.jar (168 kB at 3.2 MB/s) [2019-07-30T06:32:36.681Z] Progress (3): 164 kB | 52/78 kB | 25 kB 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 [2019-07-30T06:32:36.681Z] Progress (3): 164 kB | 56/78 kB | 25 kB Progress (3): 164 kB | 60/78 kB | 25 kB Progress (3): 164 kB | 64/78 kB | 25 kB Progress (3): 164 kB | 68/78 kB | 25 kB Progress (3): 164 kB | 72/78 kB | 25 kB Progress (3): 164 kB | 76/78 kB | 25 kB Progress (3): 164 kB | 78 kB | 25 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.7 MB/s) [2019-07-30T06:32:36.681Z] 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 410 kB/s) [2019-07-30T06:32:36.681Z] 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.2 MB/s) [2019-07-30T06:32:36.681Z] Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0/1.2 MB Progress (1): 0.1/1.2 MB Progress (2): 0.1/1.2 MB | 4.1/240 kB Progress (2): 0.1/1.2 MB | 4.1/240 kB Progress (2): 0.1/1.2 MB | 7.7/240 kB Progress (2): 0.1/1.2 MB | 7.7/240 kB Progress (2): 0.1/1.2 MB | 12/240 kB Progress (2): 0.1/1.2 MB | 12/240 kB Progress (2): 0.1/1.2 MB | 16/240 kB Progress (2): 0.1/1.2 MB | 16/240 kB Progress (2): 0.1/1.2 MB | 20/240 kB Progress (2): 0.1/1.2 MB | 20/240 kB Progress (2): 0.1/1.2 MB | 24/240 kB Progress (2): 0.1/1.2 MB | 24/240 kB Progress (2): 0.1/1.2 MB | 28/240 kB Progress (2): 0.1/1.2 MB | 28/240 kB Progress (2): 0.1/1.2 MB | 32/240 kB Progress (2): 0.1/1.2 MB | 32/240 kB Progress (2): 0.1/1.2 MB | 36/240 kB Progress (2): 0.1/1.2 MB | 36/240 kB Progress (2): 0.1/1.2 MB | 40/240 kB Progress (2): 0.1/1.2 MB | 40/240 kB Progress (2): 0.1/1.2 MB | 44/240 kB Progress (2): 0.1/1.2 MB | 44/240 kB Progress (2): 0.1/1.2 MB | 48/240 kB Progress (2): 0.1/1.2 MB | 48/240 kB Progress (2): 0.1/1.2 MB | 52/240 kB Progress (2): 0.1/1.2 MB | 52/240 kB Progress (2): 0.1/1.2 MB | 56/240 kB Progress (2): 0.1/1.2 MB | 56/240 kB Progress (2): 0.1/1.2 MB | 60/240 kB Progress (2): 0.1/1.2 MB | 60/240 kB Progress (2): 0.1/1.2 MB | 64/240 kB Progress (2): 0.1/1.2 MB | 64/240 kB Progress (2): 0.1/1.2 MB | 68/240 kB Progress (2): 0.1/1.2 MB | 68/240 kB Progress (2): 0.1/1.2 MB | 72/240 kB Progress (2): 0.1/1.2 MB | 72/240 kB Progress (2): 0.1/1.2 MB | 76/240 kB Progress (2): 0.1/1.2 MB | 76/240 kB Progress (2): 0.1/1.2 MB | 80/240 kB Progress (2): 0.1/1.2 MB | 80/240 kB Progress (2): 0.1/1.2 MB | 84/240 kB Progress (2): 0.1/1.2 MB | 84/240 kB Progress (2): 0.1/1.2 MB | 88/240 kB Progress (2): 0.1/1.2 MB | 88/240 kB Progress (2): 0.1/1.2 MB | 92/240 kB Progress (2): 0.1/1.2 MB | 92/240 kB Progress (2): 0.1/1.2 MB | 96/240 kB Progress (2): 0.1/1.2 MB | 96/240 kB Progress (2): 0.1/1.2 MB | 100/240 kB Progress (2): 0.1/1.2 MB | 100/240 kB Progress (2): 0.1/1.2 MB | 104/240 kB Progress (2): 0.2/1.2 MB | 104/240 kB Progress (2): 0.2/1.2 MB | 108/240 kB Progress (2): 0.2/1.2 MB | 108/240 kB Progress (2): 0.2/1.2 MB | 112/240 kB Progress (2): 0.2/1.2 MB | 112/240 kB Progress (2): 0.2/1.2 MB | 116/240 kB Progress (2): 0.2/1.2 MB | 116/240 kB Progress (2): 0.2/1.2 MB | 120/240 kB Progress (2): 0.2/1.2 MB | 120/240 kB Progress (2): 0.2/1.2 MB | 124/240 kB Progress (2): 0.2/1.2 MB | 124/240 kB Progress (2): 0.2/1.2 MB | 128/240 kB Progress (2): 0.2/1.2 MB | 128/240 kB Progress (2): 0.2/1.2 MB | 132/240 kB Progress (2): 0.2/1.2 MB | 132/240 kB Progress (2): 0.2/1.2 MB | 136/240 kB Progress (2): 0.2/1.2 MB | 136/240 kB Progress (2): 0.2/1.2 MB | 140/240 kB Progress (2): 0.2/1.2 MB | 140/240 kB Progress (2): 0.2/1.2 MB | 144/240 kB Progress (2): 0.2/1.2 MB | 144/240 kB Progress (2): 0.2/1.2 MB | 148/240 kB Progress (2): 0.2/1.2 MB | 148/240 kB Progress (2): 0.2/1.2 MB | 152/240 kB Progress (2): 0.2/1.2 MB | 152/240 kB Progress (2): 0.2/1.2 MB | 156/240 kB Progress (2): 0.2/1.2 MB | 156/240 kB Progress (2): 0.2/1.2 MB | 160/240 kB Progress (2): 0.2/1.2 MB | 160/240 kB Progress (2): 0.2/1.2 MB | 164/240 kB Progress (2): 0.2/1.2 MB | 164/240 kB Progress (2): 0.2/1.2 MB | 168/240 kB Progress (2): 0.2/1.2 MB | 168/240 kB Progress (2): 0.2/1.2 MB | 172/240 kB Progress (2): 0.2/1.2 MB | 172/240 kB Progress (2): 0.2/1.2 MB | 176/240 kB Progress (2): 0.2/1.2 MB | 176/240 kB Progress (2): 0.2/1.2 MB | 180/240 kB Progress (2): 0.2/1.2 MB | 180/240 kB Progress (2): 0.2/1.2 MB | 184/240 kB Progress (2): 0.2/1.2 MB | 184/240 kB Progress (2): 0.2/1.2 MB | 188/240 kB Progress (2): 0.2/1.2 MB | 188/240 kB Progress (2): 0.2/1.2 MB | 192/240 kB Progress (2): 0.2/1.2 MB | 192/240 kB Progress (2): 0.2/1.2 MB | 196/240 kB Progress (2): 0.2/1.2 MB | 196/240 kB Progress (2): 0.2/1.2 MB | 200/240 kB Progress (2): 0.2/1.2 MB | 200/240 kB Progress (2): 0.2/1.2 MB | 204/240 kB Progress (2): 0.3/1.2 MB | 204/240 kB Progress (2): 0.3/1.2 MB | 208/240 kB Progress (2): 0.3/1.2 MB | 208/240 kB Progress (2): 0.3/1.2 MB | 212/240 kB Progress (2): 0.3/1.2 MB | 212/240 kB Progress (2): 0.3/1.2 MB | 216/240 kB Progress (2): 0.3/1.2 MB | 216/240 kB Progress (2): 0.3/1.2 MB | 220/240 kB Progress (2): 0.3/1.2 MB | 220/240 kB Progress (2): 0.3/1.2 MB | 224/240 kB Progress (2): 0.3/1.2 MB | 224/240 kB Progress (2): 0.3/1.2 MB | 228/240 kB Progress (2): 0.3/1.2 MB | 228/240 kB Progress (2): 0.3/1.2 MB | 232/240 kB Progress (2): 0.3/1.2 MB | 232/240 kB Progress (2): 0.3/1.2 MB | 236/240 kB Progress (2): 0.3/1.2 MB | 236/240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.3/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.4/1.2 MB | 240 kB Progress (2): 0.5/1.2 MB | 240 kB 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 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.4 MB/s) [2019-07-30T06:32:36.681Z] Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.5/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.6/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.7/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.8/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 0.9/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.0/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.1/1.2 MB Progress (1): 1.2/1.2 MB Progress (1): 1.2 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr/3.5.2/antlr-3.5.2.jar (1.2 MB at 8.1 MB/s) [2019-07-30T06:32:36.938Z] [INFO] ANTLR: Processing source directory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/src/main/antlr3 [2019-07-30T06:32:36.938Z] ANTLR Parser Generator Version 3.5.2 [2019-07-30T06:32:37.194Z] Output file /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/generated-sources/antlr3/CTFLexer.tokens does not exist: must build /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/src/main/antlr3/org/eclipse/tracecompass/ctf/parser/CTFLexer.g [2019-07-30T06:32:37.194Z] org/eclipse/tracecompass/ctf/parser/CTFLexer.g [2019-07-30T06:32:37.756Z] Input file /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/generated-sources/antlr3/CTFLexer.tokens is newer than output: must rebuild /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/src/main/antlr3/org/eclipse/tracecompass/ctf/parser/CTFParser.g [2019-07-30T06:32:37.757Z] org/eclipse/tracecompass/ctf/parser/CTFParser.g [2019-07-30T06:32:37.757Z] warning(200): org/eclipse/tracecompass/ctf/parser/CTFParser.g:230:3: [2019-07-30T06:32:37.757Z] Decision can match input such as "EVENTTOK" using multiple alternatives: 1, 2 [2019-07-30T06:32:37.757Z] [2019-07-30T06:32:37.757Z] As a result, alternative(s) 2 were disabled for that input [2019-07-30T06:32:37.757Z] warning(200): org/eclipse/tracecompass/ctf/parser/CTFParser.g:450:13: [2019-07-30T06:32:37.757Z] Decision can match input such as "LCURL" using multiple alternatives: 2, 3 [2019-07-30T06:32:37.757Z] [2019-07-30T06:32:37.757Z] As a result, alternative(s) 3 were disabled for that input [2019-07-30T06:32:37.757Z] warning(200): org/eclipse/tracecompass/ctf/parser/CTFParser.g:618:15: [2019-07-30T06:32:37.757Z] Decision can match input such as "LCURL" using multiple alternatives: 1, 2 [2019-07-30T06:32:37.757Z] [2019-07-30T06:32:37.757Z] As a result, alternative(s) 2 were disabled for that input [2019-07-30T06:32:38.317Z] [INFO] [2019-07-30T06:32:38.318Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:38.318Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:38.318Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/src/main/resources [2019-07-30T06:32:38.318Z] [INFO] [2019-07-30T06:32:38.318Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:38.318Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/classes [2019-07-30T06:32:38.573Z] [INFO] [2019-07-30T06:32:38.573Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:38.573Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:38.573Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/src/test/resources [2019-07-30T06:32:38.573Z] [INFO] [2019-07-30T06:32:38.573Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:38.573Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT-sources.jar [2019-07-30T06:32:38.573Z] [INFO] [2019-07-30T06:32:38.573Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:38.573Z] [INFO] [2019-07-30T06:32:38.573Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:38.573Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT.jar [2019-07-30T06:32:38.573Z] [INFO] [2019-07-30T06:32:38.573Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:38.573Z] [INFO] [2019-07-30T06:32:38.573Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:38.573Z] [INFO] [2019-07-30T06:32:38.573Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:38.573Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT.jar [2019-07-30T06:32:38.828Z] [INFO] [2019-07-30T06:32:38.828Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:38.828Z] [INFO] [2019-07-30T06:32:38.828Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:38.828Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:32:38.828Z] [INFO] [2019-07-30T06:32:38.828Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:38.828Z] [INFO] [2019-07-30T06:32:38.828Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:38.828Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT.jar [2019-07-30T06:32:38.828Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT.pom [2019-07-30T06:32:38.828Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT-sources.jar [2019-07-30T06:32:38.828Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:32:38.828Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT-p2metadata.xml [2019-07-30T06:32:38.828Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser/1.0.2-SNAPSHOT/org.eclipse.tracecompass.ctf.parser-1.0.2-SNAPSHOT-p2artifacts.xml [2019-07-30T06:32:38.828Z] [INFO] [2019-07-30T06:32:38.828Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.ctf.parser --- [2019-07-30T06:32:38.828Z] [INFO] [2019-07-30T06:32:38.828Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core >----- [2019-07-30T06:32:38.828Z] [INFO] Building org.eclipse.tracecompass.ctf.core 4.0.0-SNAPSHOT [15/134] [2019-07-30T06:32:38.828Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:32:38.828Z] [INFO] [2019-07-30T06:32:38.828Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:38.828Z] [INFO] [2019-07-30T06:32:38.828Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:38.828Z] [INFO] The project's OSGi version is 4.0.0.201907300626 [2019-07-30T06:32:38.828Z] [INFO] [2019-07-30T06:32:38.828Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:38.828Z] [INFO] [2019-07-30T06:32:38.828Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:38.828Z] [INFO] [2019-07-30T06:32:38.828Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:38.828Z] [INFO] [2019-07-30T06:32:38.828Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:38.829Z] [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/ctf/org.eclipse.tracecompass.ctf.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:32:38.829Z] [INFO] [2019-07-30T06:32:38.829Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:38.829Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:38.829Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/main/resources [2019-07-30T06:32:38.829Z] [INFO] [2019-07-30T06:32:38.829Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:38.829Z] [INFO] Compiling 133 source files to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/target/classes [2019-07-30T06:32:39.756Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/utils/SparseList.java:[170] [2019-07-30T06:32:39.756Z] returnArray[i] = null; [2019-07-30T06:32:39.756Z] ^^^^ [2019-07-30T06:32:39.756Z] Null type mismatch (type annotations): 'null' is not compatible to the free type variable 'T' [2019-07-30T06:32:39.756Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/utils/SparseList.java:[220] [2019-07-30T06:32:39.756Z] return fInnerElements.get(index); [2019-07-30T06:32:39.756Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:39.756Z] Null type mismatch (type annotations): required 'E' but this expression has type '@Nullable E', where 'E' is a free type variable [2019-07-30T06:32:39.756Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/utils/SparseList.java:[231] [2019-07-30T06:32:39.756Z] return fInnerElements.remove(index); [2019-07-30T06:32:39.756Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:39.756Z] Null type mismatch (type annotations): required 'E' but this expression has type '@Nullable E', where 'E' is a free type variable [2019-07-30T06:32:39.756Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFTraceReader.java:[254] [2019-07-30T06:32:39.756Z] CTFStreamInputReader streamInputReaderToAdd = new CTFStreamInputReader(checkNotNull(streamInput)); [2019-07-30T06:32:39.756Z] ^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:39.756Z] Potential resource leak: 'streamInputReaderToAdd' may not be closed [2019-07-30T06:32:39.756Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFTraceReader.java:[339] [2019-07-30T06:32:39.756Z] return (top != null) ? top.getCurrentEvent() : null; [2019-07-30T06:32:39.756Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:39.756Z] Potential resource leak: 'top' may not be closed at this location [2019-07-30T06:32:39.756Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFTraceReader.java:[394] [2019-07-30T06:32:39.756Z] return hasMoreEvents(); [2019-07-30T06:32:39.756Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:32:39.756Z] Potential resource leak: 'top' may not be closed at this location [2019-07-30T06:32:39.756Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFTraceReader.java:[499] [2019-07-30T06:32:39.756Z] CTFStreamInputReader se = fStreamInputReaders.get(j); [2019-07-30T06:32:39.756Z] ^^ [2019-07-30T06:32:39.756Z] Potential resource leak: 'se' may not be closed [2019-07-30T06:32:39.756Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/trace/CTFStream.java:[306] [2019-07-30T06:32:39.756Z] SparseList sparseList = (SparseList) list; [2019-07-30T06:32:39.756Z] ^^^^^^^^^^ [2019-07-30T06:32:39.756Z] SparseList is a raw type. References to generic type SparseList should be parameterized [2019-07-30T06:32:39.756Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/internal/ctf/core/trace/CTFStream.java:[306] [2019-07-30T06:32:39.756Z] SparseList sparseList = (SparseList) list; [2019-07-30T06:32:39.756Z] ^^^^^^^^^^ [2019-07-30T06:32:39.756Z] SparseList is a raw type. References to generic type SparseList should be parameterized [2019-07-30T06:32:39.756Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/org/eclipse/tracecompass/ctf/core/trace/CTFTrace.java:[917] [2019-07-30T06:32:39.756Z] return !(pathname.getName().equals("metadata")); [2019-07-30T06:32:39.756Z] ^^^^^^^^^^ [2019-07-30T06:32:39.756Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2019-07-30T06:32:39.756Z] 10 problems (10 warnings) [2019-07-30T06:32:39.756Z] [INFO] [2019-07-30T06:32:39.756Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:39.756Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:39.756Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/src/test/resources [2019-07-30T06:32:39.756Z] [INFO] [2019-07-30T06:32:39.756Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:39.756Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/target/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT-sources.jar [2019-07-30T06:32:39.756Z] [INFO] [2019-07-30T06:32:39.756Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:39.756Z] [INFO] [2019-07-30T06:32:39.756Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:39.756Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/target/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT.jar [2019-07-30T06:32:39.756Z] [INFO] [2019-07-30T06:32:39.756Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:39.756Z] [INFO] [2019-07-30T06:32:39.756Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:39.756Z] [INFO] [2019-07-30T06:32:39.756Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:39.756Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/target/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT.jar [2019-07-30T06:32:40.013Z] [INFO] [2019-07-30T06:32:40.013Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:40.013Z] [INFO] [2019-07-30T06:32:40.013Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:40.013Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:32:40.013Z] [INFO] [2019-07-30T06:32:40.013Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:40.269Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:32:40.269Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T06:32:40.269Z] [INFO] [2019-07-30T06:32:40.269Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:40.269Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/target/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core/4.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT.jar [2019-07-30T06:32:40.269Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core/4.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT.pom [2019-07-30T06:32:40.269Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/target/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core/4.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT-sources.jar [2019-07-30T06:32:40.269Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/target/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core/4.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:32:40.269Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core/4.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T06:32:40.269Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core/4.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf.core-4.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T06:32:40.269Z] [INFO] [2019-07-30T06:32:40.269Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.ctf.core --- [2019-07-30T06:32:40.269Z] [INFO] [2019-07-30T06:32:40.269Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.core.tests >-- [2019-07-30T06:32:40.269Z] [INFO] Building Trace Compass CTF Core Tests Plug-in 1.0.5-SNAPSHOT [16/134] [2019-07-30T06:32:40.269Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T06:32:40.269Z] [INFO] [2019-07-30T06:32:40.269Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:32:40.269Z] [INFO] [2019-07-30T06:32:40.269Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-traces) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:32:40.269Z] [INFO] [2019-07-30T06:32:40.269Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:32:40.269Z] [INFO] The project's OSGi version is 1.0.5.201907300626 [2019-07-30T06:32:40.269Z] [INFO] [2019-07-30T06:32:40.269Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:32:40.269Z] [INFO] [2019-07-30T06:32:40.269Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:32:40.269Z] [INFO] [2019-07-30T06:32:40.269Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:32:40.269Z] [INFO] [2019-07-30T06:32:40.269Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:32:40.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/ctf/org.eclipse.tracecompass.ctf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:32:40.269Z] [INFO] [2019-07-30T06:32:40.270Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:32:40.270Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:40.270Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/src/main/resources [2019-07-30T06:32:40.270Z] [INFO] [2019-07-30T06:32:40.270Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:32:40.270Z] [INFO] Compiling 54 source files to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/classes [2019-07-30T06:32:40.832Z] [INFO] [2019-07-30T06:32:40.832Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:32:40.832Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:32:40.832Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/src/test/resources [2019-07-30T06:32:40.832Z] [INFO] [2019-07-30T06:32:40.832Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:32:40.832Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT-sources.jar [2019-07-30T06:32:40.832Z] [INFO] [2019-07-30T06:32:40.832Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:32:40.832Z] [INFO] [2019-07-30T06:32:40.832Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:32:40.832Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT.jar [2019-07-30T06:32:41.089Z] [INFO] [2019-07-30T06:32:41.089Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:32:41.089Z] [INFO] [2019-07-30T06:32:41.089Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:32:41.089Z] [INFO] [2019-07-30T06:32:41.089Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:32:41.089Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT.jar [2019-07-30T06:32:41.089Z] [INFO] [2019-07-30T06:32:41.089Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:32:41.089Z] [INFO] [2019-07-30T06:32:41.089Z] [INFO] --- maven-antrun-plugin:1.8:run (prepare) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:32:41.089Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant/1.9.4/ant-1.9.4.pom [2019-07-30T06:32:41.089Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.pom [2019-07-30T06:32:41.089Z] 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 [2019-07-30T06:32:41.346Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.pom [2019-07-30T06:32:41.346Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/ant/ant/1.9.4/ant-1.9.4.pom [2019-07-30T06:32:41.346Z] 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 [2019-07-30T06:32:41.346Z] 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 418 kB/s) [2019-07-30T06:32:41.346Z] 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 [2019-07-30T06:32:41.346Z] 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 [2019-07-30T06:32:41.346Z] 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 [2019-07-30T06:32:41.602Z] 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 [2019-07-30T06:32:41.602Z] 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 [2019-07-30T06:32:41.602Z] 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 [2019-07-30T06:32:41.602Z] 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 200 kB/s) [2019-07-30T06:32:41.602Z] 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 [2019-07-30T06:32:41.602Z] 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 [2019-07-30T06:32:41.602Z] 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 [2019-07-30T06:32:41.857Z] 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 [2019-07-30T06:32:41.857Z] 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 [2019-07-30T06:32:41.857Z] 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 [2019-07-30T06:32:41.857Z] 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 86 kB/s) [2019-07-30T06:32:41.857Z] 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 [2019-07-30T06:32:41.857Z] 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 [2019-07-30T06:32:41.857Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [2019-07-30T06:32:42.113Z] 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 [2019-07-30T06:32:42.113Z] 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 [2019-07-30T06:32:42.113Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [2019-07-30T06:32:42.113Z] 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 [2019-07-30T06:32:42.113Z] 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 [2019-07-30T06:32:42.113Z] 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 [2019-07-30T06:32:42.113Z] 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 [2019-07-30T06:32:42.113Z] 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 [2019-07-30T06:32:42.113Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [2019-07-30T06:32:42.113Z] 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 [2019-07-30T06:32:42.113Z] 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 [2019-07-30T06:32:42.113Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [2019-07-30T06:32:42.370Z] 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 [2019-07-30T06:32:42.370Z] 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 [2019-07-30T06:32:42.370Z] 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 [2019-07-30T06:32:42.370Z] Progress (1): 4.1/243 kB Progress (1): 7.7/243 kB Progress (1): 12/243 kB Progress (1): 16/243 kB Progress (1): 20/243 kB Progress (1): 24/243 kB Progress (1): 28/243 kB Progress (1): 32/243 kB Progress (1): 36/243 kB Progress (1): 40/243 kB Progress (1): 44/243 kB Progress (1): 48/243 kB Progress (1): 52/243 kB Progress (1): 56/243 kB Progress (1): 60/243 kB Progress (1): 64/243 kB Progress (1): 68/243 kB Progress (1): 72/243 kB Progress (1): 76/243 kB Progress (1): 80/243 kB Progress (1): 84/243 kB Progress (1): 88/243 kB Progress (1): 92/243 kB Progress (1): 96/243 kB Progress (1): 100/243 kB Progress (1): 104/243 kB Progress (1): 108/243 kB Progress (1): 112/243 kB Progress (1): 116/243 kB Progress (1): 120/243 kB Progress (2): 120/243 kB | 4.1/18 kB Progress (2): 124/243 kB | 4.1/18 kB Progress (2): 124/243 kB | 7.7/18 kB Progress (2): 128/243 kB | 7.7/18 kB Progress (2): 128/243 kB | 12/18 kB Progress (2): 128/243 kB | 16/18 kB Progress (2): 132/243 kB | 16/18 kB Progress (2): 132/243 kB | 18 kB Progress (2): 136/243 kB | 18 kB Progress (2): 140/243 kB | 18 kB Progress (2): 144/243 kB | 18 kB Progress (2): 148/243 kB | 18 kB Progress (2): 152/243 kB | 18 kB Progress (2): 156/243 kB | 18 kB Progress (2): 160/243 kB | 18 kB Progress (2): 164/243 kB | 18 kB Progress (2): 168/243 kB | 18 kB Progress (2): 172/243 kB | 18 kB Progress (2): 176/243 kB | 18 kB Progress (2): 180/243 kB | 18 kB Progress (2): 184/243 kB | 18 kB Progress (2): 188/243 kB | 18 kB Progress (2): 192/243 kB | 18 kB Progress (2): 196/243 kB | 18 kB Progress (2): 200/243 kB | 18 kB Progress (2): 204/243 kB | 18 kB Progress (2): 208/243 kB | 18 kB Progress (2): 212/243 kB | 18 kB Progress (2): 216/243 kB | 18 kB Progress (2): 220/243 kB | 18 kB Progress (2): 224/243 kB | 18 kB Progress (2): 228/243 kB | 18 kB Progress (2): 232/243 kB | 18 kB Progress (2): 236/243 kB | 18 kB Progress (2): 240/243 kB | 18 kB Progress (2): 243 kB | 18 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 656 kB/s) [2019-07-30T06:32:42.370Z] Progress (2): 243 kB | 0/2.0 MB Progress (2): 243 kB | 0/2.0 MB Progress (2): 243 kB | 0/2.0 MB Progress (2): 243 kB | 0/2.0 MB Progress (2): 243 kB | 0/2.0 MB Progress (2): 243 kB | 0/2.0 MB Progress (2): 243 kB | 0/2.0 MB Progress (2): 243 kB | 0/2.0 MB Progress (2): 243 kB | 0/2.0 MB Progress (2): 243 kB | 0/2.0 MB Progress (2): 243 kB | 0/2.0 MB Progress (2): 243 kB | 0/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.1/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 6.9 MB/s) [2019-07-30T06:32:42.370Z] Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.1/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.2/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.3/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.4/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.5/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.6/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.7/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.8/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 0.9/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.0/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.1/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.2/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.3/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.4/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.5/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.6/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.7/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.8/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 1.9/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0/2.0 MB Progress (1): 2.0 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 10 MB/s) [2019-07-30T06:32:42.626Z] [INFO] Executing tasks [2019-07-30T06:32:42.626Z] [2019-07-30T06:32:42.626Z] main: [2019-07-30T06:32:42.626Z] [2019-07-30T06:32:42.626Z] main: [2019-07-30T06:32:42.626Z] [2019-07-30T06:32:42.626Z] checkAnyTraceExists: [2019-07-30T06:32:42.882Z] [2019-07-30T06:32:42.882Z] verifyChecksum: [2019-07-30T06:32:42.882Z] [echo] Verifying: ${anyTraceExists} [2019-07-30T06:32:42.882Z] [2019-07-30T06:32:42.882Z] deleteFailedCheckSumTraces: [2019-07-30T06:32:42.882Z] [2019-07-30T06:32:42.882Z] downloadTraceFiles: [2019-07-30T06:32:42.882Z] [echo] Attempting to download test traces [2019-07-30T06:32:42.882Z] [get] Getting: http://archive.eclipse.org/tracecompass/test-traces/ctf/synctraces.tar.gz [2019-07-30T06:32:42.882Z] [get] To: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/synctraces.tar.gz [2019-07-30T06:32:43.137Z] [get] Getting: http://archive.eclipse.org/tracecompass/test-traces/os-events.tar.gz [2019-07-30T06:32:43.137Z] [get] To: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/os-events.tar.gz [2019-07-30T06:32:43.698Z] [get] Getting: http://archive.eclipse.org/tracecompass/test-traces/qmlscene.tgz [2019-07-30T06:32:43.698Z] [get] To: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/qmlscene.tar.gz [2019-07-30T06:32:44.258Z] [get] Getting: http://archive.eclipse.org/tracecompass/test-traces/ctf/vlc.tar.gz [2019-07-30T06:32:44.258Z] [get] To: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/vlc.tar.gz [2019-07-30T06:32:45.623Z] [exec] Cloning into 'ctf-testsuite'... [2019-07-30T06:32:45.878Z] [2019-07-30T06:32:45.878Z] pullTestSuite: [2019-07-30T06:32:45.878Z] [exec] Your branch is up-to-date with 'origin/master'. [2019-07-30T06:32:45.878Z] [exec] Already on 'master' [2019-07-30T06:32:46.440Z] [exec] Already up-to-date. [2019-07-30T06:32:46.440Z] [exec] Note: checking out '0f8beba86ae551f42adeb81d1bfddd5645f31013'. [2019-07-30T06:32:46.440Z] [exec] [2019-07-30T06:32:46.440Z] [exec] You are in 'detached HEAD' state. You can look around, make experimental [2019-07-30T06:32:46.440Z] [exec] changes and commit them, and you can discard any commits you make in this [2019-07-30T06:32:46.440Z] [exec] state without impacting any branches by performing another checkout. [2019-07-30T06:32:46.440Z] [exec] [2019-07-30T06:32:46.440Z] [exec] If you want to create a new branch to retain commits you create, you may [2019-07-30T06:32:46.440Z] [exec] do so (now or later) by using -b with the checkout command again. Example: [2019-07-30T06:32:46.440Z] [exec] [2019-07-30T06:32:46.440Z] [exec] git checkout -b [2019-07-30T06:32:46.440Z] [exec] [2019-07-30T06:32:46.440Z] [exec] HEAD is now at 0f8beba... Merge pull request #35 from compudj/master [2019-07-30T06:32:46.440Z] [2019-07-30T06:32:46.440Z] extractTraces: [2019-07-30T06:32:46.440Z] [2019-07-30T06:32:46.440Z] checkAnyTraceExists: [2019-07-30T06:32:46.440Z] [2019-07-30T06:32:46.440Z] verifyChecksum: [2019-07-30T06:32:46.440Z] [echo] Verifying: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/os-events.tar.gz /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/qmlscene.tar.gz /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/synctraces.tar.gz /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/vlc.tar.gz [2019-07-30T06:32:46.696Z] [2019-07-30T06:32:46.696Z] warnFailedCheckSum: [2019-07-30T06:32:46.696Z] [gunzip] Expanding /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/synctraces.tar.gz to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/synctraces.tar [2019-07-30T06:32:46.696Z] [untar] Expanding: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/synctraces.tar into /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces [2019-07-30T06:32:46.696Z] [gunzip] Expanding /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/os-events.tar.gz to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/os-events.tar [2019-07-30T06:32:47.625Z] [untar] Expanding: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/os-events.tar into /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces [2019-07-30T06:32:48.187Z] [gunzip] Expanding /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/qmlscene.tar.gz to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/qmlscene.tar [2019-07-30T06:32:48.187Z] [untar] Expanding: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/qmlscene.tar into /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces [2019-07-30T06:32:48.187Z] [gunzip] Expanding /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/vlc.tar.gz to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/vlc.tar [2019-07-30T06:32:50.076Z] [untar] Expanding: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces/vlc.tar into /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/traces [2019-07-30T06:32:51.440Z] [echo] Traces extracted successfully [2019-07-30T06:32:51.440Z] [INFO] Executed tasks [2019-07-30T06:32:51.440Z] [INFO] [2019-07-30T06:32:51.440Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:33:01.381Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/work/data/.metadata/.log [2019-07-30T06:33:01.381Z] [INFO] Command line: [2019-07-30T06:33:01.381Z] [/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/ctf/org.eclipse.tracecompass.ctf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T06:33:01.381Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T06:33:03.897Z] !SESSION 2019-07-30 06:33:01.134 ----------------------------------------------- [2019-07-30T06:33:03.897Z] eclipse.buildId=unknown [2019-07-30T06:33:03.897Z] java.version=1.8.0_202 [2019-07-30T06:33:03.897Z] java.vendor=Oracle Corporation [2019-07-30T06:33:03.897Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T06:33:03.897Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T06:33:03.897Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T06:33:03.897Z] [2019-07-30T06:33:03.897Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 06:33:03.755 [2019-07-30T06:33:03.897Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:33:03.897Z] !STACK 0 [2019-07-30T06:33:03.897Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [50] [2019-07-30T06:33:03.897Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:33:03.897Z] [2019-07-30T06:33:03.897Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:33:03.897Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:33:03.897Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:33:03.897Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:33:03.897Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:33:03.897Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:33:03.897Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:33:03.897Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:33:03.897Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:33:03.897Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:33:04.153Z] [2019-07-30T06:33:04.153Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 06:33:03.936 [2019-07-30T06:33:04.153Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:33:04.153Z] !STACK 0 [2019-07-30T06:33:04.153Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [123] [2019-07-30T06:33:04.153Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:33:04.153Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T06:33:04.153Z] -> 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" [2019-07-30T06:33:04.153Z] org.apache.httpcomponents.httpclient.win [31] [2019-07-30T06:33:04.153Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:33:04.153Z] [2019-07-30T06:33:04.153Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:33:04.153Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:33:04.153Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:33:04.153Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:33:04.153Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:33:04.153Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:33:04.153Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:33:04.153Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:33:04.153Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:33:04.153Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:33:06.040Z] Running org.eclipse.tracecompass.ctf.core.tests.event.CTFEventDefinitionTest [2019-07-30T06:33:06.040Z] [2019-07-30T06:33:06.040Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-30 06:33:05.952 [2019-07-30T06:33:06.040Z] !MESSAGE Struct already contains a field named ctx [2019-07-30T06:33:06.040Z] [2019-07-30T06:33:06.040Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-30 06:33:05.953 [2019-07-30T06:33:06.040Z] !MESSAGE Struct already contains a field named ctx [2019-07-30T06:33:06.040Z] [2019-07-30T06:33:06.040Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-30 06:33:05.954 [2019-07-30T06:33:06.040Z] !MESSAGE Struct already contains a field named ctx [2019-07-30T06:33:06.040Z] [2019-07-30T06:33:06.040Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-30 06:33:05.955 [2019-07-30T06:33:06.040Z] !MESSAGE Struct already contains a field named ctx [2019-07-30T06:33:06.296Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s - in org.eclipse.tracecompass.ctf.core.tests.event.CTFEventDefinitionTest [2019-07-30T06:33:06.296Z] testEvents(org.eclipse.tracecompass.ctf.core.tests.event.CTFEventDefinitionTest) Time elapsed: 0.104 s [2019-07-30T06:33:06.296Z] Running org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest [2019-07-30T06:33:06.296Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest [2019-07-30T06:33:06.296Z] getterTest(org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest) Time elapsed: 0 s [2019-07-30T06:33:06.296Z] constructorTest(org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest) Time elapsed: 0 s [2019-07-30T06:33:06.296Z] comparatorTest(org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:06.296Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest) Time elapsed: 0 s [2019-07-30T06:33:06.296Z] toStringTest(org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest) Time elapsed: 0 s [2019-07-30T06:33:06.296Z] hashCodeTest(org.eclipse.tracecompass.ctf.core.tests.event.CTFCallsiteTest) Time elapsed: 0 s [2019-07-30T06:33:06.296Z] Running org.eclipse.tracecompass.ctf.core.tests.event.CTFEventFieldTest [2019-07-30T06:33:06.551Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.tracecompass.ctf.core.tests.event.CTFEventFieldTest [2019-07-30T06:33:06.551Z] testParseField_simple(org.eclipse.tracecompass.ctf.core.tests.event.CTFEventFieldTest) Time elapsed: 0.002 s [2019-07-30T06:33:06.551Z] testParseField_complex(org.eclipse.tracecompass.ctf.core.tests.event.CTFEventFieldTest) Time elapsed: 0.027 s [2019-07-30T06:33:06.551Z] testParseField_simple2(org.eclipse.tracecompass.ctf.core.tests.event.CTFEventFieldTest) Time elapsed: 0 s [2019-07-30T06:33:06.551Z] testParseField_simple3(org.eclipse.tracecompass.ctf.core.tests.event.CTFEventFieldTest) Time elapsed: 0 s [2019-07-30T06:33:06.551Z] Running org.eclipse.tracecompass.ctf.core.tests.CtfCorePluginTest [2019-07-30T06:33:06.551Z] [2019-07-30T06:33:06.551Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-30 06:33:06.311 [2019-07-30T06:33:06.551Z] !MESSAGE Some message [2019-07-30T06:33:06.551Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.CtfCorePluginTest [2019-07-30T06:33:06.551Z] testCtfCorePluginId(org.eclipse.tracecompass.ctf.core.tests.CtfCorePluginTest) Time elapsed: 0 s [2019-07-30T06:33:06.551Z] testLog(org.eclipse.tracecompass.ctf.core.tests.CtfCorePluginTest) Time elapsed: 0.001 s [2019-07-30T06:33:06.551Z] testGetDefault(org.eclipse.tracecompass.ctf.core.tests.CtfCorePluginTest) Time elapsed: 0 s [2019-07-30T06:33:06.551Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest [2019-07-30T06:33:10.718Z] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.814 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest [2019-07-30T06:33:10.718Z] testGetMajor(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 1.02 s [2019-07-30T06:33:10.718Z] testGetMinor(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.182 s [2019-07-30T06:33:10.718Z] testPacketHeaderIsSet_valid(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.185 s [2019-07-30T06:33:10.718Z] testLookupEnvironment_1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.135 s [2019-07-30T06:33:10.718Z] testLookupEnvironment_2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.175 s [2019-07-30T06:33:10.718Z] testLookupEnvironment_3(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.128 s [2019-07-30T06:33:10.718Z] testLookupEnvironment_4(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.094 s [2019-07-30T06:33:10.718Z] testMajorIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.09 s [2019-07-30T06:33:10.718Z] testByteOrderIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.092 s [2019-07-30T06:33:10.718Z] testOpen_invalid(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.092 s [2019-07-30T06:33:10.718Z] testGetPath(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.046 s [2019-07-30T06:33:10.718Z] testGetUUID(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.093 s [2019-07-30T06:33:10.718Z] testUUIDIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.086 s [2019-07-30T06:33:10.718Z] testMinorIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.097 s [2019-07-30T06:33:10.718Z] testGetPacketHeader(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.091 s [2019-07-30T06:33:10.718Z] testGetTraceDirectory(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.084 s [2019-07-30T06:33:10.718Z] testSetByteOrder(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.045 s [2019-07-30T06:33:10.718Z] testAddStream(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.165 s [2019-07-30T06:33:10.718Z] testSetPacketHeader(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.088 s [2019-07-30T06:33:10.718Z] testGetSetClock_1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.046 s [2019-07-30T06:33:10.718Z] testGetSetClock_2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.076 s [2019-07-30T06:33:10.718Z] testGetByteOrder_1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.087 s [2019-07-30T06:33:10.718Z] testGetStream(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.089 s [2019-07-30T06:33:10.718Z] testSetUUID(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.04 s [2019-07-30T06:33:10.718Z] testPacketHeaderIsSet_invalid(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.118 s [2019-07-30T06:33:10.718Z] testLookupDefinition(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.076 s [2019-07-30T06:33:10.718Z] testOpen_existing(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.164 s [2019-07-30T06:33:10.718Z] testSetMajor(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.045 s [2019-07-30T06:33:10.718Z] testSetMinor(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceTest) Time elapsed: 0.077 s [2019-07-30T06:33:10.718Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTimestampComparatorTest [2019-07-30T06:33:10.718Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTimestampComparatorTest [2019-07-30T06:33:10.718Z] testStreamInputReaderTimestampComparator_1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTimestampComparatorTest) Time elapsed: 0 s [2019-07-30T06:33:10.718Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest [2019-07-30T06:33:10.718Z] [2019-07-30T06:33:10.718Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-30 06:33:10.530 [2019-07-30T06:33:10.718Z] !MESSAGE channel0_0 [+++++++++++++++++++++++++++++++++++++++++++++++++ ] 491 Events [2019-07-30T06:33:10.718Z] [2019-07-30T06:33:10.718Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-30 06:33:10.531 [2019-07-30T06:33:10.718Z] !MESSAGE channel0_1 [++++++++++++++++++++++++++++++++++++++++++++++++++ ] 509 Events [2019-07-30T06:33:10.718Z] [2019-07-30T06:33:10.718Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-30 06:33:10.621 [2019-07-30T06:33:10.718Z] !MESSAGE channel0_0 [ ] 0 Events [2019-07-30T06:33:10.718Z] [2019-07-30T06:33:10.718Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-30 06:33:10.621 [2019-07-30T06:33:10.718Z] !MESSAGE channel0_1 [++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++] 1 Events [2019-07-30T06:33:12.082Z] [2019-07-30T06:33:12.082Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-30 06:33:12.064 [2019-07-30T06:33:12.082Z] !MESSAGE channel0_0 [ ] 0 Events [2019-07-30T06:33:12.338Z] [2019-07-30T06:33:12.338Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-30 06:33:12.106 [2019-07-30T06:33:12.338Z] !MESSAGE channel0_1 [+] 1 Events [2019-07-30T06:33:12.338Z] [2019-07-30T06:33:12.338Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-30 06:33:12.140 [2019-07-30T06:33:12.338Z] !MESSAGE channel0_0 [ ] 0 Events [2019-07-30T06:33:12.338Z] [2019-07-30T06:33:12.338Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-30 06:33:12.141 [2019-07-30T06:33:12.338Z] !MESSAGE channel0_1 [++] 1 Events [2019-07-30T06:33:12.338Z] [2019-07-30T06:33:12.338Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-30 06:33:12.320 [2019-07-30T06:33:12.338Z] !MESSAGE channel0_0 [ ] 0 Events [2019-07-30T06:33:12.338Z] [2019-07-30T06:33:12.338Z] !ENTRY org.eclipse.tracecompass.ctf.core 1 0 2019-07-30 06:33:12.321 [2019-07-30T06:33:12.338Z] !MESSAGE channel0_1 [++++++++++] 1 Events [2019-07-30T06:33:12.594Z] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.401 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest [2019-07-30T06:33:12.594Z] testHasMoreEvents(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.09 s [2019-07-30T06:33:12.594Z] testGetCurrentEventDef_last(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.179 s [2019-07-30T06:33:12.594Z] testPrintStats_100(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.098 s [2019-07-30T06:33:12.594Z] testPrintStats_noparam(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.091 s [2019-07-30T06:33:12.594Z] testGetEndTime(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.042 s [2019-07-30T06:33:12.594Z] testSeek(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.079 s [2019-07-30T06:33:12.594Z] testGetStartTime(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.07 s [2019-07-30T06:33:12.594Z] testAdvance_end(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 1.022 s [2019-07-30T06:33:12.594Z] testOpen_invalid(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.047 s [2019-07-30T06:33:12.594Z] testGetCurrentEventDef_first(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.068 s [2019-07-30T06:33:12.594Z] testPrintStats_width0(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.073 s [2019-07-30T06:33:12.594Z] testPrintStats_width1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.083 s [2019-07-30T06:33:12.594Z] testPrintStats_width2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.034 s [2019-07-30T06:33:12.594Z] testCopyFrom(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.073 s [2019-07-30T06:33:12.594Z] testAdvance_normal(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.032 s [2019-07-30T06:33:12.594Z] testPrintStats_width10(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.075 s [2019-07-30T06:33:12.594Z] testOpen_nonexisting(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.034 s [2019-07-30T06:33:12.594Z] testGoToLastEvent(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.083 s [2019-07-30T06:33:12.594Z] testOpen_existing(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceReaderTest) Time elapsed: 0.104 s [2019-07-30T06:33:12.594Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest [2019-07-30T06:33:13.958Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.992 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest [2019-07-30T06:33:13.958Z] testGetCurrentEvent(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.082 s [2019-07-30T06:33:13.958Z] testGetName(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.079 s [2019-07-30T06:33:13.958Z] testGoToLastEvent1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.04 s [2019-07-30T06:33:13.958Z] testGoToLastEvent2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.307 s [2019-07-30T06:33:13.958Z] testGetCurrentPacketContext(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.071 s [2019-07-30T06:33:13.958Z] testStreamInputReader_invalid(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.035 s [2019-07-30T06:33:13.958Z] testSeek_timestamp(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.082 s [2019-07-30T06:33:13.958Z] testReadNextEvent(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.081 s [2019-07-30T06:33:13.958Z] testGetCPU(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.032 s [2019-07-30T06:33:13.958Z] testStreamInputReader_valid(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.076 s [2019-07-30T06:33:13.958Z] testSeek_eventDefinition(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputReaderTest) Time elapsed: 0.103 s [2019-07-30T06:33:13.958Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest [2019-07-30T06:33:15.845Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.792 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest [2019-07-30T06:33:15.845Z] testEquals1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.213 s [2019-07-30T06:33:15.845Z] testEquals2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.255 s [2019-07-30T06:33:15.845Z] testEquals3(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.203 s [2019-07-30T06:33:15.845Z] testEquals4(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.321 s [2019-07-30T06:33:15.845Z] testGetTimestampEnd(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.107 s [2019-07-30T06:33:15.845Z] testGetPath(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.104 s [2019-07-30T06:33:15.845Z] testSetTimestampEnd(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.098 s [2019-07-30T06:33:15.845Z] testGetFilename(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.179 s [2019-07-30T06:33:15.845Z] testStreamInput(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.104 s [2019-07-30T06:33:15.845Z] testGetStream(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.104 s [2019-07-30T06:33:15.845Z] testLookupDefinition(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputTest) Time elapsed: 0.102 s [2019-07-30T06:33:15.845Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFPacketReaderTest [2019-07-30T06:33:15.845Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFPacketReaderTest [2019-07-30T06:33:15.845Z] testPacketNoHeader(org.eclipse.tracecompass.ctf.core.tests.trace.CTFPacketReaderTest) Time elapsed: 0.003 s [2019-07-30T06:33:15.845Z] testPacketWithContext(org.eclipse.tracecompass.ctf.core.tests.trace.CTFPacketReaderTest) Time elapsed: 0 s [2019-07-30T06:33:15.845Z] testPacketWithPacketContextAndLostEvents(org.eclipse.tracecompass.ctf.core.tests.trace.CTFPacketReaderTest) Time elapsed: 0.001 s [2019-07-30T06:33:15.845Z] testPacket(org.eclipse.tracecompass.ctf.core.tests.trace.CTFPacketReaderTest) Time elapsed: 0 s [2019-07-30T06:33:15.845Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest [2019-07-30T06:33:18.360Z] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.544 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest [2019-07-30T06:33:18.360Z] testGetTrace(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.208 s [2019-07-30T06:33:18.360Z] testAddEvent_base(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.153 s [2019-07-30T06:33:18.360Z] testGetId(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.122 s [2019-07-30T06:33:18.360Z] testSetId(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.125 s [2019-07-30T06:33:18.360Z] testAddHugeIDEvent_base(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.175 s [2019-07-30T06:33:18.360Z] testToString(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.123 s [2019-07-30T06:33:18.360Z] testGetPacketContextDecl(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.16 s [2019-07-30T06:33:18.360Z] testGetEventHeaderDecl(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.118 s [2019-07-30T06:33:18.360Z] testEventHeaderIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.126 s [2019-07-30T06:33:18.360Z] testGetStreamInputs(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.152 s [2019-07-30T06:33:18.360Z] testSetEventContext(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.127 s [2019-07-30T06:33:18.360Z] testSetEventHeader(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.182 s [2019-07-30T06:33:18.360Z] testGetEventContextDecl(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.125 s [2019-07-30T06:33:18.360Z] testEventContextIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.162 s [2019-07-30T06:33:18.360Z] testSetPacketContext(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.113 s [2019-07-30T06:33:18.360Z] testGetEvents(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.107 s [2019-07-30T06:33:18.360Z] testIdIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.077 s [2019-07-30T06:33:18.360Z] testStream(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.1 s [2019-07-30T06:33:18.360Z] testPacketContextIsSet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamTest) Time elapsed: 0.086 s [2019-07-30T06:33:18.360Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest [2019-07-30T06:33:18.360Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest [2019-07-30T06:33:18.360Z] TSDLContextTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest) Time elapsed: 0.015 s [2019-07-30T06:33:18.360Z] TSDLEnvironmentTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest) Time elapsed: 0.004 s [2019-07-30T06:33:18.360Z] TSDLSimpleTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest) Time elapsed: 0.003 s [2019-07-30T06:33:18.360Z] TSDLClockTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest) Time elapsed: 0.003 s [2019-07-30T06:33:18.360Z] TSDLCallsiteTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest) Time elapsed: 0.005 s [2019-07-30T06:33:18.360Z] TSDLEnumTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest) Time elapsed: 0.004 s [2019-07-30T06:33:18.360Z] TSDLAllTest(org.eclipse.tracecompass.ctf.core.tests.trace.IOstructgenTest) Time elapsed: 0.004 s [2019-07-30T06:33:18.360Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest [2019-07-30T06:33:18.922Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.825 s - in org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest [2019-07-30T06:33:18.922Z] testParse(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest) Time elapsed: 0.232 s [2019-07-30T06:33:18.922Z] testToString(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest) Time elapsed: 0.098 s [2019-07-30T06:33:18.922Z] testStreamTextMD(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest) Time elapsed: 0.075 s [2019-07-30T06:33:18.922Z] testMetadata(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest) Time elapsed: 0.083 s [2019-07-30T06:33:18.922Z] testGetDetectedByteOrder(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest) Time elapsed: 0.14 s [2019-07-30T06:33:18.922Z] testEndian(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest) Time elapsed: 0.099 s [2019-07-30T06:33:18.922Z] testTextMD(org.eclipse.tracecompass.ctf.core.tests.trace.MetadataTest) Time elapsed: 0.097 s [2019-07-30T06:33:18.922Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingStreamTest [2019-07-30T06:33:18.922Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingStreamTest [2019-07-30T06:33:18.922Z] testGrowingLive(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingStreamTest) Time elapsed: 0.004 s [2019-07-30T06:33:18.922Z] testGrowingNotLive(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingStreamTest) Time elapsed: 0.001 s [2019-07-30T06:33:18.922Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest [2019-07-30T06:33:18.922Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest [2019-07-30T06:33:18.922Z] testStreamInputPacketIndexEntryConstructor1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0.001 s [2019-07-30T06:33:18.922Z] testStreamInputPacketIndexEntryConstructor2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0 s [2019-07-30T06:33:18.922Z] testStreamInputPacketIndexEntryConstructor3(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0 s [2019-07-30T06:33:18.922Z] testStreamInputPacketIndexEntryConstructor4(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0 s [2019-07-30T06:33:18.922Z] testStreamInputPacketIndexEntryConstructor5(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0 s [2019-07-30T06:33:18.922Z] testStreamInputPacketIndexEntryConstructor6(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0.001 s [2019-07-30T06:33:18.922Z] testStreamInputPacketIndexEntryConstructor7(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0 s [2019-07-30T06:33:18.922Z] testStreamInputPacketIndexEntryConstructor8(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0 s [2019-07-30T06:33:18.922Z] testToString(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0 s [2019-07-30T06:33:18.922Z] testStreamInputPacketIndexEntry_1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexEntryTest) Time elapsed: 0 s [2019-07-30T06:33:18.922Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest [2019-07-30T06:33:18.922Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest [2019-07-30T06:33:18.922Z] testStreamInputPacketIndexDisjoint(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest) Time elapsed: 0.003 s [2019-07-30T06:33:18.922Z] testStreamInputPacketIndexOverlappingBothSides(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest) Time elapsed: 0 s [2019-07-30T06:33:18.922Z] testStreamInputPacketIndexLargeOverlapping(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest) Time elapsed: 0 s [2019-07-30T06:33:18.922Z] testStreamInputPacketIndexContiguous(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest) Time elapsed: 0 s [2019-07-30T06:33:18.922Z] testStreamInputPacketIndexInvalidAppend(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest) Time elapsed: 0.001 s [2019-07-30T06:33:18.922Z] testStreamInputPacketIndexGet(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest) Time elapsed: 0 s [2019-07-30T06:33:18.922Z] testStreamInputPacketIndex(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest) Time elapsed: 0 s [2019-07-30T06:33:18.922Z] testStreamInputPacketIndexOverlapping(org.eclipse.tracecompass.ctf.core.tests.trace.CTFStreamInputPacketIndexTest) Time elapsed: 0 s [2019-07-30T06:33:18.922Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest [2019-07-30T06:33:19.178Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest [2019-07-30T06:33:19.178Z] testAddTwoStreams1(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest) Time elapsed: 0.004 s [2019-07-30T06:33:19.178Z] testAddTwoStreams2(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest) Time elapsed: 0.002 s [2019-07-30T06:33:19.178Z] testAddTwoStreams3(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest) Time elapsed: 0.002 s [2019-07-30T06:33:19.178Z] testEmptyStream(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest) Time elapsed: 0.002 s [2019-07-30T06:33:19.178Z] testAddStream(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest) Time elapsed: 0.002 s [2019-07-30T06:33:19.178Z] testAddStreamFail(org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceGrowingTest) Time elapsed: 0.001 s [2019-07-30T06:33:19.178Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest [2019-07-30T06:33:31.343Z] Tests run: 28, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 11.099 s - in org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest [2019-07-30T06:33:31.343Z] readTraces[0: KERNEL](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.776 s [2019-07-30T06:33:31.343Z] readTraces[1: TRACE2](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.988 s [2019-07-30T06:33:31.343Z] readTraces[2: KERNEL_VM](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 1.44 s [2019-07-30T06:33:31.343Z] readTraces[3: SYNC_SRC](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.095 s [2019-07-30T06:33:31.343Z] readTraces[4: SYNC_DEST](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.102 s [2019-07-30T06:33:31.343Z] readTraces[5: DJANGO_CLIENT](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.981 s [2019-07-30T06:33:31.343Z] readTraces[6: DJANGO_DB](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 1.021 s [2019-07-30T06:33:31.343Z] readTraces[7: DJANGO_HTTPD](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 1.436 s [2019-07-30T06:33:31.343Z] readTraces[8: HELLO_LOST](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.363 s [2019-07-30T06:33:31.343Z] readTraces[9: CYG_PROFILE](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.046 s [2019-07-30T06:33:31.343Z] readTraces[10: CYG_PROFILE_FAST](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.04 s [2019-07-30T06:33:31.343Z] readTraces[11: FUNKY_TRACE](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.253 s [2019-07-30T06:33:31.343Z] readTraces[12: ARM_64_BIT_HEADER](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.349 s [2019-07-30T06:33:31.343Z] readTraces[13: FLIPPING_ENDIANNESS](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.107 s [2019-07-30T06:33:31.343Z] readTraces[14: DYNSCOPE](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.514 s [2019-07-30T06:33:31.343Z] readTraces[15: TRACE_EXPERIMENT](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) skipped [2019-07-30T06:33:31.343Z] readTraces[16: DEBUG_INFO](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.01 s [2019-07-30T06:33:31.343Z] readTraces[17: DEBUG_INFO3](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.046 s [2019-07-30T06:33:31.343Z] readTraces[18: DEBUG_INFO4](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.008 s [2019-07-30T06:33:31.343Z] readTraces[19: DEBUG_INFO_SYNTH_EXEC](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.004 s [2019-07-30T06:33:31.343Z] readTraces[20: DEBUG_INFO_SYNTH_TWO_PROCESSES](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.004 s [2019-07-30T06:33:31.343Z] readTraces[21: DEBUG_INFO_SYNTH_BUILDID_DEBUGLINK](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.004 s [2019-07-30T06:33:31.343Z] readTraces[22: MEMORY_ANALYSIS](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.509 s [2019-07-30T06:33:31.343Z] readTraces[23: PERF_TASKSET2](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.013 s [2019-07-30T06:33:31.343Z] readTraces[24: MANY_THREADS](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.498 s [2019-07-30T06:33:31.343Z] readTraces[25: CONTEXT_SWITCHES_KERNEL](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.274 s [2019-07-30T06:33:31.343Z] readTraces[26: CONTEXT_SWITCHES_UST](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 0.01 s [2019-07-30T06:33:31.343Z] readTraces[27: UNEVEN_STREAMS](org.eclipse.tracecompass.ctf.core.tests.trace.TraceReadAllTracesTest) Time elapsed: 1.126 s [2019-07-30T06:33:31.343Z] Running org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest [2019-07-30T06:33:31.904Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.576 s - in org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest [2019-07-30T06:33:31.904Z] testKernelTrace[0: WHOLE_TRACE](org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest) Time elapsed: 0.875 s [2019-07-30T06:33:31.904Z] testKernelTrace[1: NO_EVENTS_USING_INVERTED_TIME](org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest) Time elapsed: 0.089 s [2019-07-30T06:33:31.904Z] testKernelTrace[2: STREAM0_FIRST_PACKET_TIME](org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest) Time elapsed: 0.159 s [2019-07-30T06:33:31.904Z] testKernelTrace[3: BOTH_STREAMS_FIRST_PACKET_ONLY](org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest) Time elapsed: 0.102 s [2019-07-30T06:33:31.904Z] testKernelTrace[4: BOTH_STREAMS_SEVERAL_PACKETS](org.eclipse.tracecompass.ctf.core.tests.trace.CTFTraceWriterTest) Time elapsed: 0.312 s [2019-07-30T06:33:31.904Z] Running org.eclipse.tracecompass.ctf.core.tests.util.UtilsTest [2019-07-30T06:33:31.904Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.ctf.core.tests.util.UtilsTest [2019-07-30T06:33:31.904Z] testMakeUUID_2(org.eclipse.tracecompass.ctf.core.tests.util.UtilsTest) Time elapsed: 0 s [2019-07-30T06:33:31.904Z] testMakeUUID_3(org.eclipse.tracecompass.ctf.core.tests.util.UtilsTest) Time elapsed: 0 s [2019-07-30T06:33:31.904Z] testUnsignedCompare(org.eclipse.tracecompass.ctf.core.tests.util.UtilsTest) Time elapsed: 0 s [2019-07-30T06:33:31.904Z] testMakeUUID(org.eclipse.tracecompass.ctf.core.tests.util.UtilsTest) Time elapsed: 0 s [2019-07-30T06:33:31.904Z] Running org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest [2019-07-30T06:33:32.466Z] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 s - in org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest [2019-07-30T06:33:32.466Z] testCopyConstructorWithNull(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0.003 s [2019-07-30T06:33:32.466Z] testUnsupporteds(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testToArray(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0.001 s [2019-07-30T06:33:32.466Z] testCopyConstructor(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testSet(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testClear(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testToString(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testListIterator(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testUnorderedSet(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testRecursiveCopyConstructor(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testContains(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0.002 s [2019-07-30T06:33:32.466Z] testListIteratorWithNull(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testCopyConstructorWithNulls(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testHashCollision(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0.357 s [2019-07-30T06:33:32.466Z] testEquality(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testListIteratorOutOfOrder(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testIndexOf(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testIsEmpty(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testSimple(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0.007 s [2019-07-30T06:33:32.466Z] testStream(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0.009 s [2019-07-30T06:33:32.466Z] testStreams(org.eclipse.tracecompass.ctf.core.tests.util.SparseListTest) Time elapsed: 0.003 s [2019-07-30T06:33:32.466Z] Running org.eclipse.tracecompass.ctf.core.tests.types.DefinitionTest [2019-07-30T06:33:32.466Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.tracecompass.ctf.core.tests.types.DefinitionTest [2019-07-30T06:33:32.466Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.DefinitionTest) Time elapsed: 0.017 s [2019-07-30T06:33:32.466Z] Running org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest [2019-07-30T06:33:32.466Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest [2019-07-30T06:33:32.466Z] testGetEncoding(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testCreateDefinition(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest) Time elapsed: 0.001 s [2019-07-30T06:33:32.466Z] testStringDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testStringDeclaration_2(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.StringDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] Running org.eclipse.tracecompass.ctf.core.tests.types.EnumDefinitionTest [2019-07-30T06:33:32.466Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.types.EnumDefinitionTest [2019-07-30T06:33:32.466Z] testGetValue(org.eclipse.tracecompass.ctf.core.tests.types.EnumDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testGetIntegerValue_one(org.eclipse.tracecompass.ctf.core.tests.types.EnumDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.EnumDefinitionTest) Time elapsed: 0.001 s [2019-07-30T06:33:32.466Z] testEnumDefinition(org.eclipse.tracecompass.ctf.core.tests.types.EnumDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] Running org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest [2019-07-30T06:33:32.466Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest [2019-07-30T06:33:32.466Z] testGetValue(org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testStringDefinition(org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testSetValue(org.eclipse.tracecompass.ctf.core.tests.types.StringDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] Running org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test [2019-07-30T06:33:32.466Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test [2019-07-30T06:33:32.466Z] testGetElementType(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testSequenceDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testCreateDefinition(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDeclaration2Test) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] Running org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest [2019-07-30T06:33:32.466Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest [2019-07-30T06:33:32.466Z] testIntegerDeclarationBruteForce(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0.011 s [2019-07-30T06:33:32.466Z] testGetEncoding(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testGetByteOrder(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testIsCharacter_8bytes(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testMinValue(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0.001 s [2019-07-30T06:33:32.466Z] testIntegerDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testGetBase(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testIsSigned_unsigned(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testIsSigned_signed(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testMaxValue(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testGetLength(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testIsCharacter(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] Running org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest [2019-07-30T06:33:32.466Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest [2019-07-30T06:33:32.466Z] testFloat32BitNeg(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0.001 s [2019-07-30T06:33:32.466Z] testFloat32Bit(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testFloat48Bit(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.466Z] testFloat64Bit(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0.001 s [2019-07-30T06:33:32.467Z] testGetValue(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testFloat248(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testFloat5311(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testFloat64BitNeg(org.eclipse.tracecompass.ctf.core.tests.types.FloatDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] Running org.eclipse.tracecompass.ctf.core.tests.types.SequenceDefinition2Test [2019-07-30T06:33:32.467Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.ctf.core.tests.types.SequenceDefinition2Test [2019-07-30T06:33:32.467Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDefinition2Test) Time elapsed: 0.001 s [2019-07-30T06:33:32.467Z] testGetElem(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDefinition2Test) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDefinition2Test) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testFixedStringDefinition(org.eclipse.tracecompass.ctf.core.tests.types.SequenceDefinition2Test) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] Running org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest [2019-07-30T06:33:32.467Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest [2019-07-30T06:33:32.467Z] testAddMany(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testEnumDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testAdd(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testQuery(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testDubs(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testCreateDefinition(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0.034 s [2019-07-30T06:33:32.467Z] binaryEquivalentTest(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testOverlap1(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testOverlap2(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testOverlap3(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testOverlap4(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.EnumDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] Running org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest [2019-07-30T06:33:32.467Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest [2019-07-30T06:33:32.467Z] testGetCurrentField(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0.001 s [2019-07-30T06:33:32.467Z] testLookupVariant(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testGetCurrentFieldName(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testGetPath(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testLookupInteger(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testLookupString(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testLookupStruct(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testLookupEnum(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testVariantDefinition(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testLookupArray(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testGetDefinitions(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0.001 s [2019-07-30T06:33:32.467Z] testLookupDefinition(org.eclipse.tracecompass.ctf.core.tests.types.VariantDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] Running org.eclipse.tracecompass.ctf.core.tests.types.IntegerEndiannessTest [2019-07-30T06:33:32.467Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tracecompass.ctf.core.tests.types.IntegerEndiannessTest [2019-07-30T06:33:32.467Z] test32BE(org.eclipse.tracecompass.ctf.core.tests.types.IntegerEndiannessTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] test32LE(org.eclipse.tracecompass.ctf.core.tests.types.IntegerEndiannessTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] test64BE(org.eclipse.tracecompass.ctf.core.tests.types.IntegerEndiannessTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] test64LE(org.eclipse.tracecompass.ctf.core.tests.types.IntegerEndiannessTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] Running org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test [2019-07-30T06:33:32.467Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test [2019-07-30T06:33:32.467Z] testGetElementType(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testArrayDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testIsString_complex(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testCreateDefinition(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testGetLength(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test) Time elapsed: 0.017 s [2019-07-30T06:33:32.467Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testIsString_ownDefs(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDeclaration2Test) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] Running org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest [2019-07-30T06:33:32.467Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest [2019-07-30T06:33:32.467Z] testGetValue(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testFormatNumber_unsignedLong(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testIntegerDefinition(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testFormatNumber_signedLong(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.IntegerDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] Running org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest [2019-07-30T06:33:32.467Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest [2019-07-30T06:33:32.467Z] testGetFieldsList(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testGetField(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testStructDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testAddField(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testCreateDefinition(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testGetMinAlign(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testHasField(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0.001 s [2019-07-30T06:33:32.467Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.StructDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] Running org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest [2019-07-30T06:33:32.467Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest [2019-07-30T06:33:32.467Z] getterTest(org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] ctorTest(org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] toStringTest(org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.FloatDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] Running org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest [2019-07-30T06:33:32.467Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest [2019-07-30T06:33:32.467Z] testLookupVariant(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0.02 s [2019-07-30T06:33:32.467Z] testLookupInteger_1(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testLookupInteger_2(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testLookupString(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testLookupStruct(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testLookupEnum(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testLookupArray(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testGetDefinitions_1(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testLookupFixedStringDefinition(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testLookupDefinition(org.eclipse.tracecompass.ctf.core.tests.types.StructDefinitionTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] Running org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest [2019-07-30T06:33:32.467Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest [2019-07-30T06:33:32.467Z] testLargeExtended(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] validateLargeFail(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] validateLarge(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] validateCompactFail(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testLargeCompact(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testCompactExtended(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest) Time elapsed: 0.001 s [2019-07-30T06:33:32.467Z] testMaxSizes(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] validateCompact(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] testCompactCompact(org.eclipse.tracecompass.ctf.core.tests.types.EventHeaderDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:32.467Z] Running org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test [2019-07-30T06:33:32.724Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test [2019-07-30T06:33:32.724Z] testgetElem_withDefs(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0.008 s [2019-07-30T06:33:32.724Z] testToStringStringArray(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0 s [2019-07-30T06:33:32.724Z] testRead_noDefs(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0 s [2019-07-30T06:33:32.724Z] testgetElem_noDefs(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0 s [2019-07-30T06:33:32.724Z] testToString_withDefs(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0.001 s [2019-07-30T06:33:32.724Z] testArrayDefinition_baseDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0 s [2019-07-30T06:33:32.724Z] testArrayDefinition_newDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0 s [2019-07-30T06:33:32.724Z] testToString_string(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0 s [2019-07-30T06:33:32.724Z] testToString_char(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0 s [2019-07-30T06:33:32.724Z] testToString_long(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0 s [2019-07-30T06:33:32.724Z] testGetDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.ArrayDefinition2Test) Time elapsed: 0 s [2019-07-30T06:33:32.724Z] Running org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest [2019-07-30T06:33:34.088Z] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.239 s - in org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest [2019-07-30T06:33:34.088Z] testEquals1(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.053 s [2019-07-30T06:33:34.088Z] testEquals2(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.032 s [2019-07-30T06:33:34.088Z] testEquals3(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.068 s [2019-07-30T06:33:34.088Z] testEquals4(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.027 s [2019-07-30T06:33:34.088Z] testEquals5(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.026 s [2019-07-30T06:33:34.088Z] testHashCode_null(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.056 s [2019-07-30T06:33:34.088Z] testEventDefinition(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.088 s [2019-07-30T06:33:34.088Z] testEquals_null(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.026 s [2019-07-30T06:33:34.088Z] testGetId(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.025 s [2019-07-30T06:33:34.088Z] testFieldsIsSet_null(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.062 s [2019-07-30T06:33:34.088Z] testNameIsSet_null(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.027 s [2019-07-30T06:33:34.088Z] testGetName(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.069 s [2019-07-30T06:33:34.088Z] testFieldsIsSet(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.026 s [2019-07-30T06:33:34.088Z] testEquals_other1(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.062 s [2019-07-30T06:33:34.088Z] testEquals_other2(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.027 s [2019-07-30T06:33:34.088Z] testEquals_other3(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.077 s [2019-07-30T06:33:34.088Z] testEquals_other4(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.029 s [2019-07-30T06:33:34.088Z] testEventDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.026 s [2019-07-30T06:33:34.088Z] testHashCode(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.062 s [2019-07-30T06:33:34.088Z] testContextIsSet_null(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.028 s [2019-07-30T06:33:34.088Z] testStreamIsSet(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.062 s [2019-07-30T06:33:34.088Z] testGetFields(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.026 s [2019-07-30T06:33:34.088Z] testIdIsSet(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.027 s [2019-07-30T06:33:34.088Z] testEquals(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.066 s [2019-07-30T06:33:34.088Z] testGetStream(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.036 s [2019-07-30T06:33:34.088Z] testStreamIsSet_null(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.047 s [2019-07-30T06:33:34.088Z] testEquals_emptyObject(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.025 s [2019-07-30T06:33:34.088Z] testNameIsSet(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.025 s [2019-07-30T06:33:34.088Z] testContextIsSet(org.eclipse.tracecompass.ctf.core.tests.types.EventDeclarationTest) Time elapsed: 0.027 s [2019-07-30T06:33:34.088Z] Running org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest [2019-07-30T06:33:34.088Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest [2019-07-30T06:33:34.088Z] testVariantDeclaration(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:34.088Z] equalsAddTwiceTest(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:34.088Z] testToString(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:34.088Z] testAddField(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:34.088Z] testCreateDefinition(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0.027 s [2019-07-30T06:33:34.088Z] equalsOutOfOrderTest(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:34.088Z] equalsTest(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:34.088Z] testIsTagged(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:34.088Z] testIsTagged_null(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:34.088Z] testHasField(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:34.088Z] hashcodeTest(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:34.088Z] testSetTag(org.eclipse.tracecompass.ctf.core.tests.types.VariantDeclarationTest) Time elapsed: 0 s [2019-07-30T06:33:34.088Z] Running org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest [2019-07-30T06:33:34.088Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest [2019-07-30T06:33:34.088Z] testEventHeaders(org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest) Time elapsed: 0 s [2019-07-30T06:33:34.088Z] testRoot(org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest) Time elapsed: 0 s [2019-07-30T06:33:34.088Z] testGetPath(org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest) Time elapsed: 0 s [2019-07-30T06:33:34.088Z] testComplexNode(org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest) Time elapsed: 0 s [2019-07-30T06:33:34.088Z] testFields(org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest) Time elapsed: 0 s [2019-07-30T06:33:34.088Z] testNotEquals(org.eclipse.tracecompass.ctf.core.tests.scope.LexicalScopeTest) Time elapsed: 0 s [2019-07-30T06:33:34.088Z] Running org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest [2019-07-30T06:33:34.088Z] Skipping test traces/ctf-testsuite/tests/1.8/regression/metadata/pass/sequence-typedef-length as requested. [2019-07-30T06:33:34.088Z] Skipping test traces/ctf-testsuite/tests/1.8/regression/stream/pass/integer-large-size as requested. [2019-07-30T06:33:34.088Z] line 10:46 mismatched character '' expecting '"' [2019-07-30T06:33:34.088Z] line 8:11 required (...)+ loop did not match anything at character ';' [2019-07-30T06:33:34.088Z] line 9:16 no viable alternative at character 'o' [2019-07-30T06:33:34.088Z] line 9:20 no viable alternative at character '?' [2019-07-30T06:33:34.088Z] line 12:14 no viable alternative at character '' [2019-07-30T06:33:34.088Z] line 32:0 mismatched character '' expecting '"' [2019-07-30T06:33:34.088Z] [2019-07-30T06:33:34.088Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-30 06:33:34.017 [2019-07-30T06:33:34.088Z] !MESSAGE Unknown trace attribute: test2 [2019-07-30T06:33:34.343Z] [2019-07-30T06:33:34.343Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-30 06:33:34.112 [2019-07-30T06:33:34.343Z] !MESSAGE Unknown integer attribute: aa [2019-07-30T06:33:34.343Z] [2019-07-30T06:33:34.343Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-30 06:33:34.112 [2019-07-30T06:33:34.343Z] !MESSAGE Unknown integer attribute: zz [2019-07-30T06:33:34.343Z] [2019-07-30T06:33:34.343Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-30 06:33:34.112 [2019-07-30T06:33:34.343Z] !MESSAGE Unknown trace attribute: blah [2019-07-30T06:33:34.343Z] [2019-07-30T06:33:34.343Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-30 06:33:34.113 [2019-07-30T06:33:34.343Z] !MESSAGE Unknown stream attribute: askdjfhaskdjfh [2019-07-30T06:33:34.343Z] [2019-07-30T06:33:34.343Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-30 06:33:34.119 [2019-07-30T06:33:34.343Z] !MESSAGE Unknown trace attribute: test [2019-07-30T06:33:34.343Z] [2019-07-30T06:33:34.343Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-30 06:33:34.119 [2019-07-30T06:33:34.343Z] !MESSAGE Unknown trace attribute: test1 [2019-07-30T06:33:34.343Z] [2019-07-30T06:33:34.343Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-30 06:33:34.119 [2019-07-30T06:33:34.343Z] !MESSAGE Unknown trace attribute: test2 [2019-07-30T06:33:34.343Z] [2019-07-30T06:33:34.343Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-30 06:33:34.119 [2019-07-30T06:33:34.343Z] !MESSAGE Unknown trace attribute: test3 [2019-07-30T06:33:34.343Z] [2019-07-30T06:33:34.343Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-30 06:33:34.120 [2019-07-30T06:33:34.343Z] !MESSAGE Unknown trace attribute: test4 [2019-07-30T06:33:34.601Z] Tests run: 173, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.741 s - in org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest [2019-07-30T06:33:34.601Z] testTrace[0: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-negative](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.013 s [2019-07-30T06:33:34.601Z] testTrace[1: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[2: 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 [2019-07-30T06:33:34.601Z] testTrace[3: 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 [2019-07-30T06:33:34.601Z] testTrace[4: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[5: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-align-as-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[6: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-range](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[7: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/typealias-invalid-type-kind](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.005 s [2019-07-30T06:33:34.601Z] testTrace[8: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-type](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s [2019-07-30T06:33:34.601Z] testTrace[9: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-base-as-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[10: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-int-type-undefined](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[11: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/variant-tag-type-floating](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[12: 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 [2019-07-30T06:33:34.601Z] testTrace[13: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-not-present](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] 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.001 s [2019-07-30T06:33:34.601Z] testTrace[15: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/lexer-literal-guid-corrupted](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[16: 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 [2019-07-30T06:33:34.601Z] testTrace[17: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[18: 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 [2019-07-30T06:33:34.601Z] testTrace[19: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-align-huge](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[20: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-base-invalid](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.046 s [2019-07-30T06:33:34.601Z] testTrace[21: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/enum-untyped-missing-int](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.009 s [2019-07-30T06:33:34.601Z] testTrace[22: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/lexer-version-too-big](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[23: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[24: 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 s [2019-07-30T06:33:34.601Z] testTrace[25: 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 [2019-07-30T06:33:34.601Z] testTrace[26: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/event-id-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[27: 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 [2019-07-30T06:33:34.601Z] testTrace[28: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-encoding-as-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[29: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-recursive](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[30: 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 [2019-07-30T06:33:34.601Z] testTrace[31: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-align-negative](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[32: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-byte-order-invalid](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[33: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/typedef-redefinition](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[34: 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 [2019-07-30T06:33:34.601Z] testTrace[35: 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 s [2019-07-30T06:33:34.601Z] testTrace[36: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/variant-tag-keyword](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[37: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-type-field](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[38: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-redefinition](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[39: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-encoding-invalid](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[40: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/lexer-literal-guid-too-small](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[41: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-align-enum](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[42: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/variant-tag-integer](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[43: 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 [2019-07-30T06:33:34.601Z] testTrace[44: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/enum-values-floating](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[45: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/lexer-unterminated-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.006 s [2019-07-30T06:33:34.601Z] testTrace[46: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-keyword](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[47: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/variant-string-fields](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[48: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/lexer-literal-int-incomplete](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[49: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/typealias-duplicate-name](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[50: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-signed-as-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[51: 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 [2019-07-30T06:33:34.601Z] testTrace[52: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/enum-empty](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[53: 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 s [2019-07-30T06:33:34.601Z] testTrace[54: 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 [2019-07-30T06:33:34.601Z] testTrace[55: 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 [2019-07-30T06:33:34.601Z] testTrace[56: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-size-negative](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[57: 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 [2019-07-30T06:33:34.601Z] testTrace[58: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/variant-missing-tag](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[59: 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 [2019-07-30T06:33:34.601Z] testTrace[60: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/string-concat](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[61: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/metadata-with-null-char](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[62: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/enum-values-too-small](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[63: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/array-size-identifier](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[64: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/enum-values-token](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[65: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-0-bit-size](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[66: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-align-negative](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[67: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-duplicate-struct-name](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[68: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-align-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[69: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/variant-tag-type-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.053 s [2019-07-30T06:33:34.601Z] testTrace[70: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/lexer-version-broken](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[71: 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 [2019-07-30T06:33:34.601Z] testTrace[72: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/event-id-struct](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[73: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/integer-size-missing](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[74: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[75: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/lexer-unterminated-expression](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[76: 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 [2019-07-30T06:33:34.601Z] testTrace[77: traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-field-name-keyword](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[78: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/variant-two-levels-redefinition](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s [2019-07-30T06:33:34.601Z] testTrace[79: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/event-id-integer](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[80: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/struct-align-valid](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[81: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/array-basic-1dim](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[82: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/string-literal-escape](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.021 s [2019-07-30T06:33:34.601Z] testTrace[83: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/metadata-packetized-little-endian](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[84: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/variant-scope-tag](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[85: 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 [2019-07-30T06:33:34.601Z] testTrace[86: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/variant-structs](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[87: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/array-basic-2dim-typedef](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[88: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/enum-values-signed-big](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[89: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/typealias-simple](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[90: 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 [2019-07-30T06:33:34.601Z] testTrace[91: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/enum-token-kind](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[92: 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 [2019-07-30T06:33:34.601Z] testTrace[93: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/variant-missing-selector](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[94: 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 [2019-07-30T06:33:34.601Z] testTrace[95: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/sequence-basic-1dim](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[96: 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 [2019-07-30T06:33:34.601Z] testTrace[97: 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 [2019-07-30T06:33:34.601Z] testTrace[98: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/enum-values-signed-small](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[99: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/unknown-env](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[100: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/typedef-simple](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[101: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/array-basic-2dim-2typedef](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.044 s [2019-07-30T06:33:34.601Z] testTrace[102: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/variant-integers](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[103: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/struct-underscores-in-fields](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[104: 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 [2019-07-30T06:33:34.601Z] testTrace[105: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/array-of-enum](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[106: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/variant-two-levels](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[107: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/unknown-attribute-warnings](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.003 s [2019-07-30T06:33:34.601Z] testTrace[108: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/variant-integers-unnamed](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[109: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/enum-values-signed-value](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[110: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/name-escaping-empty](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[111: 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 [2019-07-30T06:33:34.601Z] testTrace[112: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/array-basic-2dim](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[113: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/sequence-scoped-length](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[114: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/literal-integers](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s [2019-07-30T06:33:34.601Z] testTrace[115: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/enum-values-unsigned-big](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[116: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/enum-untyped-int](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[117: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/array-of-struct](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[118: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/enum-nameless](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[119: 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 [2019-07-30T06:33:34.601Z] testTrace[120: 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 [2019-07-30T06:33:34.601Z] testTrace[121: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[122: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/struct-align-larger](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[123: traces/ctf-testsuite/tests/1.8/regression/metadata/pass/sequence-basic-2dim](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0 s [2019-07-30T06:33:34.601Z] testTrace[124: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[125: traces/ctf-testsuite/tests/1.8/regression/stream/fail/cross-packet-event-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[126: 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 [2019-07-30T06:33:34.601Z] testTrace[127: 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 [2019-07-30T06:33:34.601Z] testTrace[128: traces/ctf-testsuite/tests/1.8/regression/stream/fail/event-empty](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s [2019-07-30T06:33:34.601Z] testTrace[129: traces/ctf-testsuite/tests/1.8/regression/stream/fail/cross-packet-event-struct](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[130: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[131: 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 [2019-07-30T06:33:34.601Z] testTrace[132: 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.002 s [2019-07-30T06:33:34.601Z] testTrace[133: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[134: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[135: traces/ctf-testsuite/tests/1.8/regression/stream/fail/out-of-bound-float](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s [2019-07-30T06:33:34.601Z] testTrace[136: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[137: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[138: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[139: traces/ctf-testsuite/tests/1.8/regression/stream/fail/cross-packet-event-integer](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s [2019-07-30T06:33:34.601Z] testTrace[140: traces/ctf-testsuite/tests/1.8/regression/stream/fail/out-of-bound-integer](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[141: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[142: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[143: 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.054 s [2019-07-30T06:33:34.601Z] testTrace[144: traces/ctf-testsuite/tests/1.8/regression/stream/fail/out-of-bound-string](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[145: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[146: traces/ctf-testsuite/tests/1.8/regression/stream/fail/cross-packet-event-variant-selected-element](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s [2019-07-30T06:33:34.601Z] testTrace[147: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[148: traces/ctf-testsuite/tests/1.8/regression/stream/fail/variant-out-of-range-enum-selector](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s [2019-07-30T06:33:34.601Z] testTrace[149: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[150: traces/ctf-testsuite/tests/1.8/regression/stream/fail/cross-packet-event-float](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[151: 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 [2019-07-30T06:33:34.601Z] testTrace[152: 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 [2019-07-30T06:33:34.601Z] testTrace[153: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[154: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[155: traces/ctf-testsuite/tests/1.8/regression/stream/pass/2-packets](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[156: 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 [2019-07-30T06:33:34.601Z] testTrace[157: 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.001 s [2019-07-30T06:33:34.601Z] testTrace[158: traces/ctf-testsuite/tests/1.8/regression/stream/pass/sequence-with-empty-struct](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.006 s [2019-07-30T06:33:34.601Z] testTrace[159: traces/ctf-testsuite/tests/1.8/regression/stream/pass/variant-missing-fields](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s [2019-07-30T06:33:34.601Z] testTrace[160: traces/ctf-testsuite/tests/1.8/regression/stream/pass/lttng-ust-heartbeat-event](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.005 s [2019-07-30T06:33:34.601Z] testTrace[161: 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 [2019-07-30T06:33:34.601Z] testTrace[162: traces/ctf-testsuite/tests/1.8/regression/stream/pass/variant-missing-enum-mappings](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[163: traces/ctf-testsuite/tests/1.8/regression/stream/pass/single-string-event-twice](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[164: 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.099 s [2019-07-30T06:33:34.601Z] testTrace[165: 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 [2019-07-30T06:33:34.601Z] testTrace[166: traces/ctf-testsuite/tests/1.8/regression/stream/pass/empty-stream-no-header](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[167: traces/ctf-testsuite/tests/1.8/regression/stream/pass/empty-stream](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[168: traces/ctf-testsuite/tests/1.8/regression/stream/pass/empty-struct](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.601Z] testTrace[169: traces/ctf-testsuite/tests/1.8/regression/stream/pass/lttng-modules-trace](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.093 s [2019-07-30T06:33:34.601Z] testTrace[170: traces/ctf-testsuite/tests/1.8/regression/stream/pass/in-bound-variant-selected-element](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.002 s [2019-07-30T06:33:34.601Z] testTrace[171: traces/ctf-testsuite/tests/1.8/regression/stream/pass/single-string-event-repeated](org.eclipse.tracecompass.ctf.core.tests.ctftestsuite.CtfTestSuiteTest) Time elapsed: 0.012 s [2019-07-30T06:33:34.602Z] testTrace[172: 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.031 s [2019-07-30T06:33:34.602Z] Running org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest [2019-07-30T06:33:34.602Z] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest [2019-07-30T06:33:34.602Z] testGetInt_le1(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetInt_le2(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testPutIntLe(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testPutInt_invalid(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetLong35s_pos0LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetLong35s_pos7LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetLong35s_pos8LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGet24Unsigned(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetInt_invalid(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGet24Signed(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetLong35_pos7LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetLong35_pos8LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testPutInt_length0(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testPutInt_length1(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetLong_pos0LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetLong_pos7LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetLong_pos8LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.602Z] testGet35_pos0BE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGet35_pos0LE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGet35_pos8BE(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testPutIntLe_length0(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testPutIntLe_length1(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetLong_pos0(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetLong_pos7(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetLong_pos8(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetUnsigned(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetInt_invalid2(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetSigned(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testPutInt(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testPutInt_hex(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetInt_base(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetInt_pos0(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetInt_pos1(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetInt_pos2(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferIntTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] Running org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest [2019-07-30T06:33:34.602Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest [2019-07-30T06:33:34.602Z] testGetPosition(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testCanRead_1param(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetBytes(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetOrder(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testClear(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetByteOrder(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testBitBuffer(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testSetByteOrder(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testBitBuffer_fromByteBuffer(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetByteBuffer(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0.001 s [2019-07-30T06:33:34.602Z] testSetPosition(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testGetBytesMiddle(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] testSetOrder(org.eclipse.tracecompass.ctf.core.tests.io.BitBufferTest) Time elapsed: 0 s [2019-07-30T06:33:34.602Z] [2019-07-30T06:33:34.602Z] Results: [2019-07-30T06:33:34.602Z] [2019-07-30T06:33:34.602Z] Tests run: 619, Failures: 0, Errors: 0, Skipped: 1 [2019-07-30T06:33:34.602Z] [2019-07-30T06:33:35.528Z] [INFO] All tests passed! [2019-07-30T06:33:35.528Z] [INFO] [2019-07-30T06:33:35.528Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:33:35.528Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:33:35.528Z] [INFO] [2019-07-30T06:33:35.528Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:33:35.528Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:33:35.784Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T06:33:36.711Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T06:33:36.975Z] [INFO] [2019-07-30T06:33:36.975Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:33:36.975Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT.jar [2019-07-30T06:33:36.975Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT.pom [2019-07-30T06:33:36.975Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT-sources.jar [2019-07-30T06:33:36.975Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:33:36.975Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT-p2metadata.xml [2019-07-30T06:33:36.975Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.core.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.ctf.core.tests-1.0.5-SNAPSHOT-p2artifacts.xml [2019-07-30T06:33:36.975Z] [INFO] [2019-07-30T06:33:36.975Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.ctf.core.tests --- [2019-07-30T06:33:37.231Z] [INFO] [2019-07-30T06:33:37.231Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.statesystem.core.tests >-- [2019-07-30T06:33:37.231Z] [INFO] Building org.eclipse.tracecompass.statesystem.core.tests 1.0.9-SNAPSHOT [17/134] [2019-07-30T06:33:37.231Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T06:33:37.231Z] [INFO] [2019-07-30T06:33:37.231Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:37.231Z] [INFO] [2019-07-30T06:33:37.231Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:37.231Z] [INFO] The project's OSGi version is 1.0.9.201907300626 [2019-07-30T06:33:37.231Z] [INFO] [2019-07-30T06:33:37.231Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:37.231Z] [INFO] [2019-07-30T06:33:37.231Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:37.231Z] [INFO] [2019-07-30T06:33:37.231Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:37.231Z] [INFO] [2019-07-30T06:33:37.231Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:37.231Z] [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/statesystem/org.eclipse.tracecompass.statesystem.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:33:37.231Z] [INFO] [2019-07-30T06:33:37.231Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:37.231Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:33:37.231Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/main/resources [2019-07-30T06:33:37.231Z] [INFO] [2019-07-30T06:33:37.231Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:37.231Z] [INFO] Compiling 35 source files to /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/classes [2019-07-30T06:33:38.068Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/StateSystem2DTest.java:[167] [2019-07-30T06:33:38.068Z] int timeStamps = (int) times.stream().filter(interval::intersects).count(); [2019-07-30T06:33:38.068Z] ^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:33:38.068Z] Null type safety: parameter 1 provided via method descriptor Predicate.test(Long) needs unchecked conversion to conform to 'long' [2019-07-30T06:33:38.068Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/SnapshotTest.java:[98] [2019-07-30T06:33:38.068Z] ITmfStateInterval value = result.getValue(); [2019-07-30T06:33:38.068Z] ^^^^^^^^^^^^^^^^^ [2019-07-30T06:33:38.068Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull List<@NonNull String>,@NonNull ITmfStateInterval>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:33:38.068Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/backend/ThreadedHistoryTreeBackendTest.java:[42] [2019-07-30T06:33:38.068Z] fHistoryTreeFiles.add(historyTreeFile); [2019-07-30T06:33:38.068Z] ^^^^^^^^^^^^^^^ [2019-07-30T06:33:38.068Z] Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File' [2019-07-30T06:33:38.068Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/backend/ThreadedHistoryTreeBackendTest.java:[44] [2019-07-30T06:33:38.068Z] fBackendMap.put(backend, historyTreeFile); [2019-07-30T06:33:38.068Z] ^^^^^^^^^^^^^^^ [2019-07-30T06:33:38.068Z] Null type safety (type annotations): The expression of type 'File' needs unchecked conversion to conform to '@NonNull File' [2019-07-30T06:33:38.068Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/backend/HistoryTreeBackendTest.java:[65] [2019-07-30T06:33:38.068Z] return Arrays.asList(Boolean.FALSE, Boolean.TRUE); [2019-07-30T06:33:38.068Z] ^^^^^^^^^^^^^ [2019-07-30T06:33:38.068Z] Null type safety (type annotations): The expression of type 'Boolean' needs unchecked conversion to conform to '@NonNull Boolean' [2019-07-30T06:33:38.068Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/org/eclipse/tracecompass/statesystem/core/tests/backend/HistoryTreeBackendTest.java:[65] [2019-07-30T06:33:38.068Z] return Arrays.asList(Boolean.FALSE, Boolean.TRUE); [2019-07-30T06:33:38.068Z] ^^^^^^^^^^^^ [2019-07-30T06:33:38.068Z] Null type safety (type annotations): The expression of type 'Boolean' needs unchecked conversion to conform to '@NonNull Boolean' [2019-07-30T06:33:38.068Z] 6 problems (6 warnings) [2019-07-30T06:33:38.068Z] [INFO] [2019-07-30T06:33:38.068Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:38.068Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:33:38.068Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/src/test/resources [2019-07-30T06:33:38.068Z] [INFO] [2019-07-30T06:33:38.068Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:38.068Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT-sources.jar [2019-07-30T06:33:38.068Z] [INFO] [2019-07-30T06:33:38.068Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:38.068Z] [INFO] [2019-07-30T06:33:38.068Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:38.068Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT.jar [2019-07-30T06:33:38.068Z] [INFO] [2019-07-30T06:33:38.068Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:38.068Z] [INFO] [2019-07-30T06:33:38.068Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:38.068Z] [INFO] [2019-07-30T06:33:38.068Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:38.068Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT.jar [2019-07-30T06:33:38.324Z] [INFO] [2019-07-30T06:33:38.324Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:38.324Z] [INFO] [2019-07-30T06:33:38.324Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:39.690Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/work/data/.metadata/.log [2019-07-30T06:33:39.690Z] [INFO] Command line: [2019-07-30T06:33:39.690Z] [/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/statesystem/org.eclipse.tracecompass.statesystem.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T06:33:39.690Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T06:33:42.205Z] !SESSION 2019-07-30 06:33:39.730 ----------------------------------------------- [2019-07-30T06:33:42.205Z] eclipse.buildId=unknown [2019-07-30T06:33:42.205Z] java.version=1.8.0_202 [2019-07-30T06:33:42.205Z] java.vendor=Oracle Corporation [2019-07-30T06:33:42.205Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T06:33:42.205Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T06:33:42.205Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T06:33:42.205Z] [2019-07-30T06:33:42.205Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 06:33:42.107 [2019-07-30T06:33:42.205Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:33:42.205Z] !STACK 0 [2019-07-30T06:33:42.205Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [51] [2019-07-30T06:33:42.205Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:33:42.205Z] [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:33:42.205Z] [2019-07-30T06:33:42.205Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 06:33:42.168 [2019-07-30T06:33:42.205Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:33:42.205Z] !STACK 0 [2019-07-30T06:33:42.205Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [124] [2019-07-30T06:33:42.205Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:33:42.205Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T06:33:42.205Z] -> 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" [2019-07-30T06:33:42.205Z] org.apache.httpcomponents.httpclient.win [32] [2019-07-30T06:33:42.205Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:33:42.205Z] [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:33:42.205Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:33:43.570Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest [2019-07-30T06:33:43.570Z] [2019-07-30T06:33:43.570Z] !ENTRY org.eclipse.tracecompass.statesystem.core 2 0 2019-07-30 06:33:43.352 [2019-07-30T06:33:43.570Z] !MESSAGE Custom factory for type 87 does not exist [2019-07-30T06:33:43.570Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest [2019-07-30T06:33:43.570Z] testNoFactoryAvailable(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0.006 s [2019-07-30T06:33:43.570Z] testSerialization(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] testWrongCustomId(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0.001 s [2019-07-30T06:33:43.570Z] testWrongCustomId2(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] testSerializedTooLarge(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] testUnboxLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] testGetType(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] testUnboxDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] testUnboxInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] testUnboxStr(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0.05 s [2019-07-30T06:33:43.570Z] testIsNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.CustomStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest [2019-07-30T06:33:43.570Z] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest [2019-07-30T06:33:43.570Z] compareLongWithInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareStringWithLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareStringWithNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareIntWithLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareIntWithNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareDoubleWithLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareDoubleWithNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareIntWithInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareLongWithLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareLongWithNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] tcompareIntWithString(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0.001 s [2019-07-30T06:33:43.570Z] compareDoubleWithInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareStringWithInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareLongWithDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareIntWithDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareLongWithString(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareNullWithDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareNullWithString(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareNullWithInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareDoubleWithDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareNullWithLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareNullWithNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareStringWithDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareDoubleWithString(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] compareStringWithString(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StateValueCompareToTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest [2019-07-30T06:33:43.570Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest [2019-07-30T06:33:43.570Z] testUnboxLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] testUnboxInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] testGetType(org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] testUnboxDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] testUnboxStr(org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] testIsNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.IntStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest [2019-07-30T06:33:43.570Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest [2019-07-30T06:33:43.570Z] testUnboxLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] testUnboxDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] testUnboxInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] testUnboxStr(org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] testIsNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] testGetType(org.eclipse.tracecompass.statesystem.core.tests.statevalue.NullStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.570Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest [2019-07-30T06:33:43.826Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest [2019-07-30T06:33:43.826Z] testUnboxLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.826Z] testGetType(org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.826Z] testUnboxDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.826Z] testUnboxInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.826Z] testUnboxStr(org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.826Z] testIsNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.LongStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.826Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest [2019-07-30T06:33:43.826Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest [2019-07-30T06:33:43.826Z] testUnboxDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.826Z] testUnboxLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.826Z] testGetType(org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.826Z] testUnboxInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.826Z] testUnboxStr(org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.826Z] testIsNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.DoubleStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.826Z] Running org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest [2019-07-30T06:33:43.826Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest [2019-07-30T06:33:43.826Z] testUnboxStr(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.826Z] testUnboxLong(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.826Z] testGetType(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.826Z] testUnboxDouble(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.826Z] testUnboxInt(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.826Z] testIsNull(org.eclipse.tracecompass.statesystem.core.tests.statevalue.StringStateValueTest) Time elapsed: 0 s [2019-07-30T06:33:43.826Z] Running org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest [2019-07-30T06:33:46.339Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.111 s - in org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest [2019-07-30T06:33:46.339Z] testEndTime(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0 s [2019-07-30T06:33:46.339Z] testStartTime(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0.001 s [2019-07-30T06:33:46.339Z] testEnd(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0.001 s [2019-07-30T06:33:46.339Z] testQueryAttribute(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0.001 s [2019-07-30T06:33:46.339Z] testBegin(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0 s [2019-07-30T06:33:46.339Z] testOutOfRange_1(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0.001 s [2019-07-30T06:33:46.339Z] testOutOfRange_2(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0 s [2019-07-30T06:33:46.339Z] testQueryAttributeEmpty(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0 s [2019-07-30T06:33:46.339Z] testDoQuery(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0 s [2019-07-30T06:33:46.339Z] testBuildNowQueryLaterStateValues(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0.018 s [2019-07-30T06:33:46.339Z] testIntervalBeforeStart(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0 s [2019-07-30T06:33:46.339Z] testInsertQueryStateValues(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0.001 s [2019-07-30T06:33:46.339Z] testCascadingIntervals(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0.31 s [2019-07-30T06:33:46.339Z] testNegativeTimes(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 0.001 s [2019-07-30T06:33:46.339Z] testFullIntervals(org.eclipse.tracecompass.statesystem.core.tests.backend.InMemoryBackendTest) Time elapsed: 1.683 s [2019-07-30T06:33:46.339Z] Running org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest [2019-07-30T06:33:47.708Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.642 s - in org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest [2019-07-30T06:33:47.708Z] testBuildNowQueryLaterStateValues[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0.075 s [2019-07-30T06:33:47.708Z] testIntervalBeforeStart[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0 s [2019-07-30T06:33:47.708Z] testInsertQueryStateValues[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0.004 s [2019-07-30T06:33:47.708Z] testCascadingIntervals[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0.095 s [2019-07-30T06:33:47.708Z] testNegativeTimes[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0.001 s [2019-07-30T06:33:47.708Z] testFullIntervals[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0.911 s [2019-07-30T06:33:47.708Z] testBuildNowQueryLaterStateValues[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0.013 s [2019-07-30T06:33:47.708Z] testIntervalBeforeStart[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0 s [2019-07-30T06:33:47.709Z] testInsertQueryStateValues[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0 s [2019-07-30T06:33:47.709Z] testCascadingIntervals[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0.02 s [2019-07-30T06:33:47.709Z] testNegativeTimes[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0.001 s [2019-07-30T06:33:47.709Z] testFullIntervals[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.HistoryTreeBackendTest) Time elapsed: 0.515 s [2019-07-30T06:33:47.709Z] Running org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest [2019-07-30T06:33:48.636Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.093 s - in org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest [2019-07-30T06:33:48.636Z] testIntervalBeforeStart[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0 s [2019-07-30T06:33:48.636Z] testBuildNowQueryLaterStateValues[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0.008 s [2019-07-30T06:33:48.636Z] testInsertQueryStateValues[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0.003 s [2019-07-30T06:33:48.636Z] testCascadingIntervals[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0.031 s [2019-07-30T06:33:48.636Z] testNegativeTimes[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0.002 s [2019-07-30T06:33:48.636Z] testFullIntervals[ReOpen=false](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0.578 s [2019-07-30T06:33:48.636Z] testIntervalBeforeStart[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0 s [2019-07-30T06:33:48.636Z] testBuildNowQueryLaterStateValues[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0.003 s [2019-07-30T06:33:48.636Z] testInsertQueryStateValues[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.636Z] testCascadingIntervals[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0.014 s [2019-07-30T06:33:48.636Z] testNegativeTimes[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0.002 s [2019-07-30T06:33:48.636Z] testFullIntervals[ReOpen=true](org.eclipse.tracecompass.statesystem.core.tests.backend.ThreadedHistoryTreeBackendTest) Time elapsed: 0.448 s [2019-07-30T06:33:48.636Z] Running org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeWithBackendTest [2019-07-30T06:33:48.636Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeWithBackendTest [2019-07-30T06:33:48.636Z] testFillNodes[CLASSIC](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeWithBackendTest) Time elapsed: 0.007 s [2019-07-30T06:33:48.636Z] Running org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest [2019-07-30T06:33:48.892Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 0, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 0, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 0, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 10, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 10, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 10, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 126, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 126, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 126, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 127, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 127, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 127, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 128, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 128, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 128, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 16,382, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.002 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 16,382, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.002 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 16,382, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 16,383, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 16,383, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.002 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 16,383, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 16,384, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 16,384, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 16,384, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 10,921, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 10,921, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 10,921, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 10,922, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 10,922, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 10,922, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.002 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 10,923, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 10,923, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 10,923, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 32,766, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 32,766, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.002 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 32,766, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.002 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 32,767, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 32,767, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.002 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 32,767, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 32,768, char length: 1](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 32,768, char length: 2](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testStringWithChars[nb of chars: 32,768, char length: 3](org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HTIntervalStringReadWriteTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] Running org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeTest [2019-07-30T06:33:48.892Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s - in org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeTest [2019-07-30T06:33:48.892Z] testNodeSequenceNumbers(org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testDepth(org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeTest) Time elapsed: 0.041 s [2019-07-30T06:33:48.892Z] testSequentialFill(org.eclipse.tracecompass.statesystem.core.tests.backend.historytree.HistoryTreeTest) Time elapsed: 0 s [2019-07-30T06:33:48.892Z] Running org.eclipse.tracecompass.statesystem.core.tests.StateSystemBuilderUtilsTest [2019-07-30T06:33:48.892Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.tracecompass.statesystem.core.tests.StateSystemBuilderUtilsTest [2019-07-30T06:33:48.892Z] testIncrementInt(org.eclipse.tracecompass.statesystem.core.tests.StateSystemBuilderUtilsTest) Time elapsed: 0.013 s [2019-07-30T06:33:48.892Z] testIncrementLong(org.eclipse.tracecompass.statesystem.core.tests.StateSystemBuilderUtilsTest) Time elapsed: 0 s [2019-07-30T06:33:48.892Z] Running org.eclipse.tracecompass.statesystem.core.tests.SnapshotTest [2019-07-30T06:33:48.892Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.tracecompass.statesystem.core.tests.SnapshotTest [2019-07-30T06:33:48.892Z] testSimpleSnapshot(org.eclipse.tracecompass.statesystem.core.tests.SnapshotTest) Time elapsed: 0.098 s [2019-07-30T06:33:48.892Z] Running org.eclipse.tracecompass.statesystem.core.tests.AttributeTreeTest [2019-07-30T06:33:48.892Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.tracecompass.statesystem.core.tests.AttributeTreeTest [2019-07-30T06:33:48.892Z] testAttributeTreeFileStorage(org.eclipse.tracecompass.statesystem.core.tests.AttributeTreeTest) Time elapsed: 0.012 s [2019-07-30T06:33:48.892Z] Running org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest [2019-07-30T06:33:48.892Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest [2019-07-30T06:33:48.892Z] testIteratorOverQuarkEndTime(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testIteratorOverQuarkResolution(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0 s [2019-07-30T06:33:48.892Z] testIteratorOverQuarkReversed(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0 s [2019-07-30T06:33:48.892Z] testQueueOfferPollPeek(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0.002 s [2019-07-30T06:33:48.892Z] testQueryOngoingStackTop(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0 s [2019-07-30T06:33:48.892Z] testQuerySingleStackTop(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testQueryUntilNonNullValue(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0 s [2019-07-30T06:33:48.892Z] testIteratorOverQuark(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0 s [2019-07-30T06:33:48.892Z] testIteratorOverQuarkAddMoreIntervals(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0.001 s [2019-07-30T06:33:48.892Z] testIteratorOverQuarkSubrange(org.eclipse.tracecompass.statesystem.core.tests.StateSystemUtilsTest) Time elapsed: 0 s [2019-07-30T06:33:48.892Z] Running org.eclipse.tracecompass.statesystem.core.tests.StateSystemTest [2019-07-30T06:33:49.453Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.506 s - in org.eclipse.tracecompass.statesystem.core.tests.StateSystemTest [2019-07-30T06:33:49.453Z] testAttributes(org.eclipse.tracecompass.statesystem.core.tests.StateSystemTest) Time elapsed: 0.001 s [2019-07-30T06:33:49.453Z] testWaitUntilBuilt(org.eclipse.tracecompass.statesystem.core.tests.StateSystemTest) Time elapsed: 0.5 s [2019-07-30T06:33:49.453Z] testSetAndQueryOngoing(org.eclipse.tracecompass.statesystem.core.tests.StateSystemTest) Time elapsed: 0 s [2019-07-30T06:33:49.453Z] Running org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest [2019-07-30T06:33:49.453Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest [2019-07-30T06:33:49.453Z] testBeginEnd(org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest) Time elapsed: 0.002 s [2019-07-30T06:33:49.453Z] testEmptyStack(org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest) Time elapsed: 0.001 s [2019-07-30T06:33:49.453Z] testFullQueries(org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest) Time elapsed: 0.001 s [2019-07-30T06:33:49.453Z] testSingleQueries(org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest) Time elapsed: 0.001 s [2019-07-30T06:33:49.453Z] testStackTop(org.eclipse.tracecompass.statesystem.core.tests.StateSystemPushPopTest) Time elapsed: 0.001 s [2019-07-30T06:33:49.453Z] Running org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest [2019-07-30T06:33:49.453Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest [2019-07-30T06:33:49.453Z] testTimeRangeException2DContinous(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest) Time elapsed: 0.002 s [2019-07-30T06:33:49.453Z] testEmpty2DQuery(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest) Time elapsed: 0.001 s [2019-07-30T06:33:49.453Z] testIOOB2DQuery(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest) Time elapsed: 0.002 s [2019-07-30T06:33:49.453Z] testContinuous2DQuery(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest) Time elapsed: 0.018 s [2019-07-30T06:33:49.453Z] testReverse2DQuery(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest) Time elapsed: 0.001 s [2019-07-30T06:33:49.453Z] testTimeRangeException2DDiscrete(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest) Time elapsed: 0.001 s [2019-07-30T06:33:49.453Z] testDiscrete2DQuery(org.eclipse.tracecompass.statesystem.core.tests.StateSystem2DTest) Time elapsed: 0.007 s [2019-07-30T06:33:49.453Z] [2019-07-30T06:33:49.453Z] Results: [2019-07-30T06:33:49.453Z] [2019-07-30T06:33:49.453Z] Tests run: 180, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T06:33:49.453Z] [2019-07-30T06:33:50.378Z] [INFO] All tests passed! [2019-07-30T06:33:50.378Z] [INFO] [2019-07-30T06:33:50.378Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:50.378Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:33:50.378Z] [INFO] [2019-07-30T06:33:50.378Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:50.378Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:33:50.378Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:33:50.635Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:33:50.635Z] [INFO] [2019-07-30T06:33:50.635Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:50.635Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT.jar [2019-07-30T06:33:50.635Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT.pom [2019-07-30T06:33:50.890Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT-sources.jar [2019-07-30T06:33:50.890Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:33:50.890Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT-p2metadata.xml [2019-07-30T06:33:50.890Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.statesystem.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.statesystem.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.statesystem.core.tests-1.0.9-SNAPSHOT-p2artifacts.xml [2019-07-30T06:33:50.890Z] [INFO] [2019-07-30T06:33:50.890Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.statesystem.core.tests --- [2019-07-30T06:33:50.890Z] [INFO] [2019-07-30T06:33:50.890Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.core.tests >-- [2019-07-30T06:33:50.890Z] [INFO] Building org.eclipse.tracecompass.tmf.core.tests 1.0.9-SNAPSHOT [18/134] [2019-07-30T06:33:50.890Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T06:33:50.890Z] [INFO] [2019-07-30T06:33:50.890Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:33:50.890Z] [INFO] [2019-07-30T06:33:50.890Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:33:50.890Z] [INFO] The project's OSGi version is 1.0.9.201907300626 [2019-07-30T06:33:50.890Z] [INFO] [2019-07-30T06:33:50.890Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:33:50.890Z] [INFO] [2019-07-30T06:33:50.890Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:33:50.890Z] [INFO] [2019-07-30T06:33:50.890Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:33:50.890Z] [INFO] [2019-07-30T06:33:50.890Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:33:50.890Z] [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/tmf/org.eclipse.tracecompass.tmf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:33:50.890Z] [INFO] [2019-07-30T06:33:50.890Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:33:50.890Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:33:50.890Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/main/resources [2019-07-30T06:33:50.890Z] [INFO] [2019-07-30T06:33:50.890Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:33:50.890Z] [INFO] Compiling 150 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/classes [2019-07-30T06:33:52.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/component/TmfEventProviderTest.java:[58] [2019-07-30T06:33:52.780Z] public void setUp() throws IOException { [2019-07-30T06:33:52.780Z] ^^^^^^^^^^^ [2019-07-30T06:33:52.780Z] The declared exception IOException is not actually thrown by the method setUp() from type TmfEventProviderTest [2019-07-30T06:33:52.780Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/trace/xml/TmfXmlTraceStub.java:[452] [2019-07-30T06:33:52.780Z] @NonNull Iterable modules = super.getAnalysisModules(); [2019-07-30T06:33:52.780Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:33:52.780Z] Null type safety (type annotations): The expression of type '@NonNull Iterable' needs unchecked conversion to conform to '@NonNull Iterable<@NonNull IAnalysisModule>' [2019-07-30T06:33:52.780Z] 3. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/trace/text/SyslogTrace.java (at line 58) [2019-07-30T06:33:52.780Z] @SuppressWarnings({"javadoc", "nls"}) [2019-07-30T06:33:52.780Z] ^^^^^ [2019-07-30T06:33:52.780Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [2019-07-30T06:33:52.780Z] 4. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/lookup/TmfCallsiteTest.java (at line 131) [2019-07-30T06:33:52.780Z] assertFalse("equals", fCallsite1.equals(fCallsite1.getFileName())); [2019-07-30T06:33:52.780Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:33:52.780Z] Unlikely argument type for equals(): String seems to be unrelated to ITmfCallsite [2019-07-30T06:33:52.780Z] 5. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/trace/location/TmfLocationTest.java (at line 171) [2019-07-30T06:33:52.780Z] assertTrue("equals", !fLocation2.equals(fLocation3)); [2019-07-30T06:33:52.780Z] ^^^^^^^^^^ [2019-07-30T06:33:52.780Z] Unlikely argument type for equals(): TmfTimestampLocation seems to be unrelated to TmfLongLocation [2019-07-30T06:33:52.780Z] 6. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/trace/location/TmfLocationTest.java (at line 172) [2019-07-30T06:33:52.780Z] assertTrue("equals", !fLocation3.equals(fLocation2)); [2019-07-30T06:33:52.780Z] ^^^^^^^^^^ [2019-07-30T06:33:52.780Z] Unlikely argument type for equals(): TmfLongLocation seems to be unrelated to TmfTimestampLocation [2019-07-30T06:33:52.780Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/trace/text/SyslogEvent.java:[134] [2019-07-30T06:33:52.780Z] return new TmfCallsite((String) getContent().getField(Field.FILE).getValue(), lineNo); [2019-07-30T06:33:52.780Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:33:52.780Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:33:52.780Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/parsers/custom/AbstractCustomTraceIndexTest.java:[125] [2019-07-30T06:33:52.780Z] String directory = TmfTraceManager.getSupplementaryFileDir(fTrace); [2019-07-30T06:33:52.780Z] ^^^^^^ [2019-07-30T06:33:52.780Z] Null type safety (type annotations): The expression of type 'AbstractCustomTraceIndexTest.TestTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T06:33:52.780Z] 9. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfTimestampTest.java (at line 189) [2019-07-30T06:33:52.780Z] assertFalse("equals", ts0.equals(ts0.toString())); [2019-07-30T06:33:52.780Z] ^^^^^^^^^^^^^^ [2019-07-30T06:33:52.780Z] Unlikely argument type for equals(): String seems to be unrelated to ITmfTimestamp [2019-07-30T06:33:52.780Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/trace/TmfEventParserStub.java:[117] [2019-07-30T06:33:52.780Z] return event; [2019-07-30T06:33:52.780Z] ^^^^^^^^^^^^^ [2019-07-30T06:33:52.780Z] Potential resource leak: 'stream' may not be closed at this location [2019-07-30T06:33:52.780Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/trace/TmfEventParserStub.java:[122] [2019-07-30T06:33:52.780Z] return null; [2019-07-30T06:33:52.780Z] ^^^^^^^^^^^^ [2019-07-30T06:33:52.780Z] Potential resource leak: 'stream' may not be closed at this location [2019-07-30T06:33:52.780Z] 12. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfTimeRangeTest.java (at line 154) [2019-07-30T06:33:52.780Z] assertTrue("equals", !range1.equals(ts1)); [2019-07-30T06:33:52.780Z] ^^^ [2019-07-30T06:33:52.780Z] Unlikely argument type for equals(): ITmfTimestamp seems to be unrelated to TmfTimeRange [2019-07-30T06:33:52.780Z] 13. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfEventTest.java (at line 218) [2019-07-30T06:33:52.780Z] assertFalse("equals", fEvent1.equals(fEvent1.getType())); [2019-07-30T06:33:52.780Z] ^^^^^^^^^^^^^^^^^ [2019-07-30T06:33:52.780Z] Unlikely argument type for equals(): ITmfEventType seems to be unrelated to ITmfEvent [2019-07-30T06:33:52.780Z] 14. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/synchronization/TsTransformTest.java (at line 38) [2019-07-30T06:33:52.780Z] @SuppressWarnings("nls") [2019-07-30T06:33:52.780Z] ^^^^^ [2019-07-30T06:33:52.780Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [2019-07-30T06:33:52.780Z] 15. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/trace/indexer/checkpoint/TmfCheckpointTest.java (at line 212) [2019-07-30T06:33:52.780Z] assertFalse("equals", checkpoint1.equals(TmfTimestamp.fromSeconds(0))); [2019-07-30T06:33:52.780Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:33:52.780Z] Unlikely argument type for equals(): ITmfTimestamp seems to be unrelated to TmfCheckpoint [2019-07-30T06:33:52.780Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/component/TmfSyntheticEventProviderStub.java:[95] [2019-07-30T06:33:52.780Z] ok = fDataQueue.offer(data, TIMEOUT, TimeUnit.MILLISECONDS); [2019-07-30T06:33:52.780Z] ^^^^ [2019-07-30T06:33:52.780Z] Null type safety (type annotations): The expression of type 'TmfSyntheticEventStub' needs unchecked conversion to conform to '@NonNull ITmfEvent' [2019-07-30T06:33:52.780Z] 17. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/synchronization/SyncTest.java (at line 53) [2019-07-30T06:33:52.780Z] @SuppressWarnings("nls") [2019-07-30T06:33:52.780Z] ^^^^^ [2019-07-30T06:33:52.780Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [2019-07-30T06:33:52.780Z] 18. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfNanoTimestampTest.java (at line 124) [2019-07-30T06:33:52.780Z] assertFalse("equals", ts0.equals(ts0.toString())); [2019-07-30T06:33:52.780Z] ^^^^^^^^^^^^^^ [2019-07-30T06:33:52.780Z] Unlikely argument type for equals(): String seems to be unrelated to ITmfTimestamp [2019-07-30T06:33:52.780Z] 19. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfSecondTimestampTest.java (at line 88) [2019-07-30T06:33:52.780Z] assertFalse("equals", ts0.equals(ts0.toString())); [2019-07-30T06:33:52.780Z] ^^^^^^^^^^^^^^ [2019-07-30T06:33:52.780Z] Unlikely argument type for equals(): String seems to be unrelated to ITmfTimestamp [2019-07-30T06:33:52.780Z] 20. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfEventTypeTest.java (at line 182) [2019-07-30T06:33:52.780Z] assertFalse("equals", fType1.equals(fLabels1)); [2019-07-30T06:33:52.780Z] ^^^^^^^^ [2019-07-30T06:33:52.780Z] Unlikely argument type for equals(): String[] seems to be unrelated to ITmfEventType [2019-07-30T06:33:52.780Z] 21. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfEventFieldTest.java (at line 254) [2019-07-30T06:33:52.780Z] assertFalse("equals", fField1.equals(fValue1)); [2019-07-30T06:33:52.780Z] ^^^^^^^ [2019-07-30T06:33:52.780Z] Unlikely argument type for equals(): String seems to be unrelated to TmfEventField [2019-07-30T06:33:52.780Z] 22. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/trace/text/TextTraceEventContentTest.java (at line 33) [2019-07-30T06:33:52.780Z] @SuppressWarnings({ "javadoc", "nls" }) [2019-07-30T06:33:52.780Z] ^^^^^ [2019-07-30T06:33:52.780Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [2019-07-30T06:33:52.780Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/event/TmfEventTableDataProviderTest.java:[104] [2019-07-30T06:33:52.780Z] return TmfTimestampFormat.getDefaulTimeFormat().format(TmfTimestamp.fromMillis(millisecond).toNanos()); [2019-07-30T06:33:52.780Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:33:52.780Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:33:52.780Z] 24. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/stubs/org/eclipse/tracecompass/tmf/tests/stubs/analysis/TestRequirementAnalysis.java (at line 30) [2019-07-30T06:33:52.780Z] @SuppressWarnings({ "javadoc", "nls" }) [2019-07-30T06:33:52.780Z] ^^^^^ [2019-07-30T06:33:52.780Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [2019-07-30T06:33:52.780Z] 25. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/trace/text/TextTraceTest.java (at line 55) [2019-07-30T06:33:52.780Z] @SuppressWarnings({ "nls", "javadoc"}) [2019-07-30T06:33:52.780Z] ^^^^^ [2019-07-30T06:33:52.780Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [2019-07-30T06:33:52.780Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/parsers/custom/AbstractCustomTraceDataTest.java:[124] [2019-07-30T06:33:52.780Z] String directory = TmfTraceManager.getSupplementaryFileDir(fTrace); [2019-07-30T06:33:52.780Z] ^^^^^^ [2019-07-30T06:33:52.780Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T06:33:52.780Z] 26 problems (0 errors, 9 warnings, 9 info) [2019-07-30T06:33:52.780Z] [INFO] [2019-07-30T06:33:52.780Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:33:52.780Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:33:52.780Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/src/test/resources [2019-07-30T06:33:52.780Z] [INFO] [2019-07-30T06:33:52.780Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:33:52.780Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT-sources.jar [2019-07-30T06:33:52.780Z] [INFO] [2019-07-30T06:33:52.780Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:33:52.780Z] [INFO] [2019-07-30T06:33:52.780Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:33:52.780Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT.jar [2019-07-30T06:33:53.036Z] [INFO] [2019-07-30T06:33:53.036Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:33:53.036Z] [INFO] [2019-07-30T06:33:53.036Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:33:53.036Z] [INFO] [2019-07-30T06:33:53.036Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:33:53.036Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT.jar [2019-07-30T06:33:53.962Z] [INFO] [2019-07-30T06:33:53.962Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:33:53.962Z] [INFO] [2019-07-30T06:33:53.962Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:33:55.330Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/work/data/.metadata/.log [2019-07-30T06:33:55.330Z] [INFO] Command line: [2019-07-30T06:33:55.330Z] [/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/tmf/org.eclipse.tracecompass.tmf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T06:33:55.330Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T06:33:57.844Z] !SESSION 2019-07-30 06:33:55.341 ----------------------------------------------- [2019-07-30T06:33:57.844Z] eclipse.buildId=unknown [2019-07-30T06:33:57.844Z] java.version=1.8.0_202 [2019-07-30T06:33:57.844Z] java.vendor=Oracle Corporation [2019-07-30T06:33:57.844Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T06:33:57.844Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T06:33:57.844Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T06:33:57.844Z] [2019-07-30T06:33:57.844Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 06:33:57.232 [2019-07-30T06:33:57.844Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:33:57.844Z] !STACK 0 [2019-07-30T06:33:57.844Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] [2019-07-30T06:33:57.844Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:33:57.844Z] [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:33:57.844Z] [2019-07-30T06:33:57.844Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 06:33:57.347 [2019-07-30T06:33:57.844Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:33:57.844Z] !STACK 0 [2019-07-30T06:33:57.844Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] [2019-07-30T06:33:57.844Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:33:57.844Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T06:33:57.844Z] -> 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" [2019-07-30T06:33:57.844Z] org.apache.httpcomponents.httpclient.win [35] [2019-07-30T06:33:57.844Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:33:57.844Z] [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:33:57.844Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:33:59.732Z] Running org.eclipse.tracecompass.tmf.core.tests.dataprovider.DataProviderParameterTest [2019-07-30T06:33:59.732Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.tracecompass.tmf.core.tests.dataprovider.DataProviderParameterTest [2019-07-30T06:33:59.732Z] testExtractSelectedItems(org.eclipse.tracecompass.tmf.core.tests.dataprovider.DataProviderParameterTest) Time elapsed: 0.004 s [2019-07-30T06:33:59.732Z] testExtractBoolean(org.eclipse.tracecompass.tmf.core.tests.dataprovider.DataProviderParameterTest) Time elapsed: 0 s [2019-07-30T06:33:59.732Z] testExtractTimeRequested(org.eclipse.tracecompass.tmf.core.tests.dataprovider.DataProviderParameterTest) Time elapsed: 0 s [2019-07-30T06:33:59.732Z] testExtractLongList(org.eclipse.tracecompass.tmf.core.tests.dataprovider.DataProviderParameterTest) Time elapsed: 0 s [2019-07-30T06:33:59.732Z] Running org.eclipse.tracecompass.tmf.core.tests.dataprovider.FetchParametersTest [2019-07-30T06:33:59.732Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tracecompass.tmf.core.tests.dataprovider.FetchParametersTest [2019-07-30T06:33:59.732Z] testSelectionTimeQuery(org.eclipse.tracecompass.tmf.core.tests.dataprovider.FetchParametersTest) Time elapsed: 0.004 s [2019-07-30T06:33:59.732Z] testTimeQuery(org.eclipse.tracecompass.tmf.core.tests.dataprovider.FetchParametersTest) Time elapsed: 0 s [2019-07-30T06:33:59.732Z] testVirtualTableQuery(org.eclipse.tracecompass.tmf.core.tests.dataprovider.FetchParametersTest) Time elapsed: 0 s [2019-07-30T06:33:59.732Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest [2019-07-30T06:33:59.988Z] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest [2019-07-30T06:33:59.988Z] testCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testEqualsNonTimestamp(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0.017 s [2019-07-30T06:33:59.988Z] testBasicCompareTo(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testDelta(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0.001 s [2019-07-30T06:33:59.988Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0.001 s [2019-07-30T06:33:59.988Z] testCompareTo(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testNormalizeScale0(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testDelta2(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testNormalizeScaleNot0(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfNanoTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest [2019-07-30T06:33:59.988Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest [2019-07-30T06:33:59.988Z] testEqualsNonTimestamp(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testBasicCompareTo(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testDelta(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0.001 s [2019-07-30T06:33:59.988Z] testCompareTo(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testNormalizeScale0(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testDelta2(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testNormalizeScaleNot0(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfSecondTimestampTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest [2019-07-30T06:33:59.988Z] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest [2019-07-30T06:33:59.988Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0.004 s [2019-07-30T06:33:59.988Z] testNonEqualRanks(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testNonEqualTypes(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0.001 s [2019-07-30T06:33:59.988Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testTmfEventCopy(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0.001 s [2019-07-30T06:33:59.988Z] testToStringExtended(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0.001 s [2019-07-30T06:33:59.988Z] testNoRankConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testNonEqualClasses(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0.004 s [2019-07-30T06:33:59.988Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] testConstructorWithTrace(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0.001 s [2019-07-30T06:33:59.988Z] testNonEqualContents(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0.001 s [2019-07-30T06:33:59.988Z] testNonEqualTraces(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0.002 s [2019-07-30T06:33:59.988Z] testNonEqualTimestamps(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0.001 s [2019-07-30T06:33:59.988Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTest) Time elapsed: 0 s [2019-07-30T06:33:59.988Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest [2019-07-30T06:34:00.244Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest [2019-07-30T06:34:00.244Z] testValueArrayPrimitivesNotEquals(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest) Time elapsed: 0.001 s [2019-07-30T06:34:00.244Z] testValueArrayObject(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest) Time elapsed: 0.053 s [2019-07-30T06:34:00.244Z] testValueArrayOfArrays(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testValueArrayAndOther(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testValueArrayPrimitives(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testValueArrayMismatchedTypes(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testValueArrayOfArraysNotEquals(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldValueEqualsTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] Running org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest [2019-07-30T06:34:00.244Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest [2019-07-30T06:34:00.244Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testNonEqualClasses(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest) Time elapsed: 0.001 s [2019-07-30T06:34:00.244Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testCallsiteCopy(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.lookup.TmfCallsiteTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] Running org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.TmfAspectTest [2019-07-30T06:34:00.244Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.TmfAspectTest [2019-07-30T06:34:00.244Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.TmfAspectTest) Time elapsed: 0.001 s [2019-07-30T06:34:00.244Z] testResolve(org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.TmfAspectTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] Running org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.MultiAspectTest [2019-07-30T06:34:00.244Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.MultiAspectTest [2019-07-30T06:34:00.244Z] testCreateHappy(org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.MultiAspectTest) Time elapsed: 0.007 s [2019-07-30T06:34:00.244Z] testResolve(org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.MultiAspectTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testCreateIllegal(org.eclipse.tracecompass.tmf.core.tests.event.lookup.aspect.MultiAspectTest) Time elapsed: 0.001 s [2019-07-30T06:34:00.244Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest [2019-07-30T06:34:00.244Z] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest [2019-07-30T06:34:00.244Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0.001 s [2019-07-30T06:34:00.244Z] testEqualsEndTime(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testOpenRange1(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testOpenRange2(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testOpenRange3(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testContainsRange(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testEqualStartTime(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testEqualsBadType(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testContainsTimestamp(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testGetIntersection(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimeRangeTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest [2019-07-30T06:34:00.244Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest [2019-07-30T06:34:00.244Z] testCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testValueConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testValueScaleConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testToStringDefault(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest) Time elapsed: 0.001 s [2019-07-30T06:34:00.244Z] testNormalizeOffset(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testToStringFormat(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest) Time elapsed: 0.001 s [2019-07-30T06:34:00.244Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampDeltaTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest [2019-07-30T06:34:00.244Z] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest [2019-07-30T06:34:00.244Z] testNonTerminalCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0.001 s [2019-07-30T06:34:00.244Z] testGetFieldValueAssignableValue(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testDuplicateFieldNames(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testGetFieldValueNullValue(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testNonEqualsValue(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testNonEqualsFields(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testGetFieldValueExists(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testEqualsEverything(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0.001 s [2019-07-30T06:34:00.244Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testGetFieldValueCast(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0.003 s [2019-07-30T06:34:00.244Z] testTerminalConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testGetFieldValueDoesntExist(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testTerminalCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testNonTerminalStructConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testNonEqualClasses(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testNonEquals(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testMakeRoot(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testEquals(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testTerminalStructConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testNonTerminalConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testNonEqualValues(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testCopyConstructorBadArg(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] testGetFieldValueExistsButWrongType(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:34:00.244Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest [2019-07-30T06:34:00.500Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest [2019-07-30T06:34:00.500Z] testUpdateDefaultFormats(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0.004 s [2019-07-30T06:34:00.500Z] testGetDefaulIntervalFormat(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testValueTimeZoneConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testParseDateTime(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0.011 s [2019-07-30T06:34:00.500Z] testGetDefaulTimeFormat(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testParseDateTimeWithRef(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0.004 s [2019-07-30T06:34:00.500Z] testValueConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testParseSeconds(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0.058 s [2019-07-30T06:34:00.500Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0.001 s [2019-07-30T06:34:00.500Z] testUnitOfSecondsFormat(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampFormatTest) Time elapsed: 0.003 s [2019-07-30T06:34:00.500Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest [2019-07-30T06:34:00.500Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest [2019-07-30T06:34:00.500Z] testCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testToString(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0.001 s [2019-07-30T06:34:00.500Z] testNonEqualsClasses(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testNonEquals(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTypeTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest [2019-07-30T06:34:00.500Z] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest [2019-07-30T06:34:00.500Z] testToStringInterval(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0.001 s [2019-07-30T06:34:00.500Z] testCopyConstructorZero(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testCompareToLargeScale1(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testCompareToLargeScale2(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testCompareToLargeScale3(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testNormalizeScale(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testNormalizedScaleLimits(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testToNanos(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testNormalizeLargeScale(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testEqualsNonTimestamp(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0.001 s [2019-07-30T06:34:00.500Z] testBasicCompareTo(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testDelta(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testNormalizeOffsetAndScaleTrivial(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testNormalizeZeroScale(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0.001 s [2019-07-30T06:34:00.500Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testCompareToCornerCases1(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testCompareToCornerCases2(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testCompareToCornerCases3(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testCompareToCornerCases4(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testCopyConstructorBigBang(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testCopyConstructorBigCrunch(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testNormalizeOffsetLowerLimits(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testCompareToSpecials(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0.001 s [2019-07-30T06:34:00.500Z] testCompareToDifferentScale(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testValueConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testNormalizeOffsetUpperLimits(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testValueScaleConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testToStringDefault(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0.001 s [2019-07-30T06:34:00.500Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testCompareToSameScale(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testNormalizeOffset(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testCompareToDifferentScale2(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testNormalizeOffsetAndScale(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testNormalizeOffsetAndScale2(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] testDefaultConstructor(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimestampTest) Time elapsed: 0 s [2019-07-30T06:34:00.500Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest [2019-07-30T06:34:03.018Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.165 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest [2019-07-30T06:34:03.018Z] testDataProviderWithOutOfBoundIndex(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest) Time elapsed: 0.513 s [2019-07-30T06:34:03.018Z] testQueryFilterIndexParameter(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest) Time elapsed: 0 s [2019-07-30T06:34:03.018Z] testDataProviderWithSimpleFilter(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest) Time elapsed: 0.502 s [2019-07-30T06:34:03.018Z] testDataProviderWithOneNonExistentColumns(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest) Time elapsed: 0.084 s [2019-07-30T06:34:03.018Z] testDataProviderWithMultipleFilter(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest) Time elapsed: 0.84 s [2019-07-30T06:34:03.018Z] testDataProviderFetchColumn(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest) Time elapsed: 0 s [2019-07-30T06:34:03.018Z] testDataProvider(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest) Time elapsed: 0.057 s [2019-07-30T06:34:03.018Z] testDataProviderWithNonExistentColumns(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest) Time elapsed: 0 s [2019-07-30T06:34:03.018Z] testDataProviderWithDesiredColumns(org.eclipse.tracecompass.tmf.core.tests.event.TmfEventTableDataProviderTest) Time elapsed: 0.1 s [2019-07-30T06:34:03.018Z] Running org.eclipse.tracecompass.tmf.core.tests.event.matching.TmfEventMatchingTest [2019-07-30T06:34:03.018Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.tracecompass.tmf.core.tests.event.matching.TmfEventMatchingTest [2019-07-30T06:34:03.018Z] testMultiHostMultiKeyType(org.eclipse.tracecompass.tmf.core.tests.event.matching.TmfEventMatchingTest) Time elapsed: 0.029 s [2019-07-30T06:34:03.018Z] testHostToSelf(org.eclipse.tracecompass.tmf.core.tests.event.matching.TmfEventMatchingTest) Time elapsed: 0.001 s [2019-07-30T06:34:03.018Z] testMultiHost(org.eclipse.tracecompass.tmf.core.tests.event.matching.TmfEventMatchingTest) Time elapsed: 0.001 s [2019-07-30T06:34:03.018Z] Running org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest [2019-07-30T06:34:03.018Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest [2019-07-30T06:34:03.018Z] testGetTimePattern(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest) Time elapsed: 0 s [2019-07-30T06:34:03.018Z] testGetIntervalPattern(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest) Time elapsed: 0 s [2019-07-30T06:34:03.018Z] testComputeTimePattern(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest) Time elapsed: 0 s [2019-07-30T06:34:03.018Z] testGetPreferenceMap(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest) Time elapsed: 0.001 s [2019-07-30T06:34:03.018Z] testInit(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest) Time elapsed: 0.001 s [2019-07-30T06:34:03.018Z] testGetTimeZone(org.eclipse.tracecompass.tmf.core.tests.event.TmfTimePreferencesTest) Time elapsed: 0 s [2019-07-30T06:34:03.018Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceBadlyFormedTest [2019-07-30T06:34:03.018Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceBadlyFormedTest [2019-07-30T06:34:03.018Z] testBadlyFormed[0: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/malformed/003.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceBadlyFormedTest) Time elapsed: 0.025 s [2019-07-30T06:34:03.018Z] testBadlyFormed[1: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/malformed/001.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceBadlyFormedTest) Time elapsed: 0.003 s [2019-07-30T06:34:03.018Z] testBadlyFormed[2: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/malformed/002.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceBadlyFormedTest) Time elapsed: 0.002 s [2019-07-30T06:34:03.018Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtExtensionTest [2019-07-30T06:34:03.018Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtExtensionTest [2019-07-30T06:34:03.018Z] testValidate(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtExtensionTest) Time elapsed: 0.14 s [2019-07-30T06:34:03.018Z] testTraceTypePresence(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtExtensionTest) Time elapsed: 0.001 s [2019-07-30T06:34:03.018Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlExtensionTest [2019-07-30T06:34:03.018Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlExtensionTest [2019-07-30T06:34:03.018Z] testValidate(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlExtensionTest) Time elapsed: 0.051 s [2019-07-30T06:34:03.018Z] testTraceTypePresence(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlExtensionTest) Time elapsed: 0 s [2019-07-30T06:34:03.018Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest [2019-07-30T06:34:07.183Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.379 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest [2019-07-30T06:34:07.183Z] testReadingBounds[0: Base parser](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest) Time elapsed: 1.12 s [2019-07-30T06:34:07.183Z] testReadingEvents[0: Base parser](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest) Time elapsed: 0.012 s [2019-07-30T06:34:07.183Z] testReadingBounds[1: Parse with event name](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest) Time elapsed: 1.113 s [2019-07-30T06:34:07.183Z] testReadingEvents[1: Parse with event name](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest) Time elapsed: 0.011 s [2019-07-30T06:34:07.183Z] testReadingBounds[2: Parse with extra fields](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest) Time elapsed: 1.11 s [2019-07-30T06:34:07.183Z] testReadingEvents[2: Parse with extra fields](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceDataTest) Time elapsed: 0.007 s [2019-07-30T06:34:07.183Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtIndexTest [2019-07-30T06:34:11.347Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.664 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtIndexTest [2019-07-30T06:34:11.347Z] testReopenIndex(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtIndexTest) Time elapsed: 3.182 s [2019-07-30T06:34:11.347Z] testTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtIndexTest) Time elapsed: 1.48 s [2019-07-30T06:34:11.347Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceValidTest [2019-07-30T06:34:11.347Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceValidTest [2019-07-30T06:34:11.347Z] testValid[0: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/valid/003.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceValidTest) Time elapsed: 0.002 s [2019-07-30T06:34:11.347Z] testValid[1: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/valid/001.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceValidTest) Time elapsed: 0.04 s [2019-07-30T06:34:11.347Z] testValid[2: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/valid/002.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceValidTest) Time elapsed: 0.001 s [2019-07-30T06:34:11.347Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest [2019-07-30T06:34:14.612Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.333 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest [2019-07-30T06:34:14.612Z] testReadingBounds[0: Base parser](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest) Time elapsed: 1.105 s [2019-07-30T06:34:14.612Z] testReadingEvents[0: Base parser](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest) Time elapsed: 0.005 s [2019-07-30T06:34:14.612Z] testReadingBounds[1: Parse with event name](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest) Time elapsed: 1.105 s [2019-07-30T06:34:14.612Z] testReadingEvents[1: Parse with event name](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest) Time elapsed: 0.005 s [2019-07-30T06:34:14.612Z] testReadingBounds[2: Parse with extra fields](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest) Time elapsed: 1.105 s [2019-07-30T06:34:14.612Z] testReadingEvents[2: Parse with extra fields](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomTxtTraceDataTest) Time elapsed: 0.004 s [2019-07-30T06:34:14.612Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlIndexTest [2019-07-30T06:34:24.548Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.573 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlIndexTest [2019-07-30T06:34:24.548Z] testReopenIndex(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlIndexTest) Time elapsed: 5.714 s [2019-07-30T06:34:24.548Z] testTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlIndexTest) Time elapsed: 2.857 s [2019-07-30T06:34:24.548Z] Running org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest [2019-07-30T06:34:24.548Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest [2019-07-30T06:34:24.548Z] testInvalid[0: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/invalid/003.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest) Time elapsed: 0.001 s [2019-07-30T06:34:24.548Z] testInvalid[1: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/invalid/006.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest) Time elapsed: 0.001 s [2019-07-30T06:34:24.548Z] testInvalid[2: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/invalid/001.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest) Time elapsed: 0.001 s [2019-07-30T06:34:24.548Z] testInvalid[3: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/invalid/005.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest) Time elapsed: 0 s [2019-07-30T06:34:24.548Z] testInvalid[4: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/invalid/004.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest) Time elapsed: 0.001 s [2019-07-30T06:34:24.548Z] testInvalid[5: path /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/testfiles/xml/invalid/002.xml](org.eclipse.tracecompass.tmf.core.tests.parsers.custom.CustomXmlTraceInvalidTest) Time elapsed: 0.001 s [2019-07-30T06:34:24.548Z] Running org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestIntegrationTest [2019-07-30T06:34:25.475Z] [2019-07-30T06:34:25.475Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 06:34:25.339 [2019-07-30T06:34:25.475Z] !MESSAGE An uncaught exception happened on request [TmfEventRequestIntegrationTest$2(34,ITmfEvent,BACKGROUND,TmfTimeRange [fStartTime=00:12:43.145 224 192, fEndTime=23:47:16.854 775 807],0,2,0)]: null [2019-07-30T06:34:26.837Z] [2019-07-30T06:34:26.837Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 06:34:26.439 [2019-07-30T06:34:26.837Z] !MESSAGE An uncaught exception happened on request [TmfEventRequestIntegrationTest$1(36,ITmfEvent,BACKGROUND,TmfTimeRange [fStartTime=00:12:43.145 224 192, fEndTime=23:47:16.854 775 807],0,2,0)]: null [2019-07-30T06:34:26.837Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.507 s - in org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestIntegrationTest [2019-07-30T06:34:26.837Z] testRequestException(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestIntegrationTest) Time elapsed: 1.009 s [2019-07-30T06:34:26.837Z] testSingleRequestException(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestIntegrationTest) Time elapsed: 1.099 s [2019-07-30T06:34:26.837Z] Running org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest [2019-07-30T06:34:26.837Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest [2019-07-30T06:34:26.837Z] testDone(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0.001 s [2019-07-30T06:34:26.837Z] testFail(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0.001 s [2019-07-30T06:34:26.837Z] testTmfEventRequestWithDependencyLevel(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s [2019-07-30T06:34:26.837Z] testToString(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0.001 s [2019-07-30T06:34:26.837Z] testTmfEventRequestTimeRangeNbRequestedBlocksize(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s [2019-07-30T06:34:26.837Z] testWaitForStartAfterDone(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s [2019-07-30T06:34:26.837Z] testTmfEventRequestTimeRangeNbRequested(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s [2019-07-30T06:34:26.837Z] testTmfEventRequestTimeRange(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s [2019-07-30T06:34:26.837Z] testWaitForStartBeforeStart(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s [2019-07-30T06:34:26.837Z] testWaitForStartAfterStart(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0.001 s [2019-07-30T06:34:26.837Z] testCancel(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s [2019-07-30T06:34:26.837Z] testEquals(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s [2019-07-30T06:34:26.837Z] testTmfEventRequest(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s [2019-07-30T06:34:26.837Z] testWaitForStartAfterCancel(org.eclipse.tracecompass.tmf.core.tests.request.TmfEventRequestTest) Time elapsed: 0 s [2019-07-30T06:34:26.837Z] Running org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest [2019-07-30T06:34:27.764Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.222 s - in org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest [2019-07-30T06:34:27.764Z] testIsCompatible(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0 s [2019-07-30T06:34:27.764Z] testTmfCoalescedEventRequestIndexNbEventsBlocksize(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0 s [2019-07-30T06:34:27.764Z] testDone(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0 s [2019-07-30T06:34:27.764Z] testFail(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0 s [2019-07-30T06:34:27.764Z] testCancelCoalescedRequest(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0.298 s [2019-07-30T06:34:27.764Z] testToString(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0 s [2019-07-30T06:34:27.764Z] testAddEvent1(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0 s [2019-07-30T06:34:27.764Z] testAddEvent2(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0 s [2019-07-30T06:34:27.764Z] testSingleTimeRequest(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0.104 s [2019-07-30T06:34:27.764Z] testIsCompatibleDependency(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0 s [2019-07-30T06:34:27.764Z] testCoalescedRequest(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0.817 s [2019-07-30T06:34:27.764Z] testCancel(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0.001 s [2019-07-30T06:34:27.764Z] testEquals(org.eclipse.tracecompass.tmf.core.tests.request.TmfCoalescedEventRequestTest) Time elapsed: 0 s [2019-07-30T06:34:27.764Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest [2019-07-30T06:34:27.764Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest [2019-07-30T06:34:27.764Z] testAppliesToExperiment(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest) Time elapsed: 0.018 s [2019-07-30T06:34:27.764Z] testParameters(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest) Time elapsed: 0.004 s [2019-07-30T06:34:27.764Z] testGetRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest) Time elapsed: 0.002 s [2019-07-30T06:34:27.764Z] testNewModule(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest) Time elapsed: 0.002 s [2019-07-30T06:34:27.764Z] testGetValidTraceTypes(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest) Time elapsed: 0.001 s [2019-07-30T06:34:27.764Z] testHelperGetters(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest) Time elapsed: 0.001 s [2019-07-30T06:34:27.764Z] testAppliesToTrace(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleHelperTest) Time elapsed: 0 s [2019-07-30T06:34:27.764Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisListenerTest [2019-07-30T06:34:27.764Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisListenerTest [2019-07-30T06:34:27.764Z] testNewModuleListener(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisListenerTest) Time elapsed: 0 s [2019-07-30T06:34:27.764Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisParameterProviderTest [2019-07-30T06:34:27.764Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisParameterProviderTest [2019-07-30T06:34:27.764Z] testProviderTmfTrace(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisParameterProviderTest) Time elapsed: 0.001 s [2019-07-30T06:34:27.764Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest [2019-07-30T06:34:30.276Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.017 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest [2019-07-30T06:34:30.276Z] testGettersSetters(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 0.001 s [2019-07-30T06:34:30.276Z] testDependentAnalyses(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 1.003 s [2019-07-30T06:34:30.276Z] testSetWrongTrace(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 0.002 s [2019-07-30T06:34:30.276Z] testSetTraceTwice(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 0.002 s [2019-07-30T06:34:30.276Z] testMultipleDependencies(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 0.002 s [2019-07-30T06:34:30.276Z] testWaitForCompletionCancelled(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 0.001 s [2019-07-30T06:34:30.276Z] testCancel(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 1.002 s [2019-07-30T06:34:30.276Z] testHelper(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 0.002 s [2019-07-30T06:34:30.276Z] testWaitForCompletionSuccess(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 0.001 s [2019-07-30T06:34:30.276Z] testParameterChanged(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisModuleTest) Time elapsed: 0 s [2019-07-30T06:34:30.276Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.ondemand.OnDemandAnalysisTest [2019-07-30T06:34:30.276Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.ondemand.OnDemandAnalysisTest [2019-07-30T06:34:30.276Z] testApplies(org.eclipse.tracecompass.tmf.core.tests.analysis.ondemand.OnDemandAnalysisTest) Time elapsed: 0.001 s [2019-07-30T06:34:30.276Z] testDoesNotApply(org.eclipse.tracecompass.tmf.core.tests.analysis.ondemand.OnDemandAnalysisTest) Time elapsed: 0 s [2019-07-30T06:34:30.276Z] testGetNoAnalysisFromTrace(org.eclipse.tracecompass.tmf.core.tests.analysis.ondemand.OnDemandAnalysisTest) Time elapsed: 0.023 s [2019-07-30T06:34:30.276Z] testGetAnalysisFromTrace(org.eclipse.tracecompass.tmf.core.tests.analysis.ondemand.OnDemandAnalysisTest) Time elapsed: 0.001 s [2019-07-30T06:34:30.276Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisManagerTest [2019-07-30T06:34:30.276Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisManagerTest [2019-07-30T06:34:30.276Z] testListForTraces(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisManagerTest) Time elapsed: 0.029 s [2019-07-30T06:34:30.276Z] testSources(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisManagerTest) Time elapsed: 0.004 s [2019-07-30T06:34:30.276Z] testGetAnalysisModules(org.eclipse.tracecompass.tmf.core.tests.analysis.AnalysisManagerTest) Time elapsed: 0.001 s [2019-07-30T06:34:30.276Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisRequirementTest [2019-07-30T06:34:30.276Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisRequirementTest [2019-07-30T06:34:30.276Z] testGetValueLevel(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisRequirementTest) Time elapsed: 0 s [2019-07-30T06:34:30.276Z] testAddAndGetInformation(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisRequirementTest) Time elapsed: 0 s [2019-07-30T06:34:30.276Z] testGetValues(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisRequirementTest) Time elapsed: 0 s [2019-07-30T06:34:30.276Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest [2019-07-30T06:34:30.276Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest [2019-07-30T06:34:30.276Z] testMandatoryRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest) Time elapsed: 0.002 s [2019-07-30T06:34:30.276Z] testAtLeastOneRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest) Time elapsed: 0.001 s [2019-07-30T06:34:30.276Z] testAllOrNothingRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest) Time elapsed: 0 s [2019-07-30T06:34:30.276Z] testNoPreDefinedEvents(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest) Time elapsed: 0 s [2019-07-30T06:34:30.276Z] testOptionalRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventRequirementTest) Time elapsed: 0 s [2019-07-30T06:34:30.276Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest [2019-07-30T06:34:30.276Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest [2019-07-30T06:34:30.276Z] testMandatoryRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest) Time elapsed: 0.007 s [2019-07-30T06:34:30.276Z] testAtLeastOneRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest) Time elapsed: 0.001 s [2019-07-30T06:34:30.276Z] testAllOrNothingRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest) Time elapsed: 0 s [2019-07-30T06:34:30.276Z] testNoPreDefinedEvents(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest) Time elapsed: 0.001 s [2019-07-30T06:34:30.276Z] testOptionalRequirements(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.AnalysisEventFieldRequirementTest) Time elapsed: 0 s [2019-07-30T06:34:30.276Z] Running org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.CompositeRequirementTest [2019-07-30T06:34:30.276Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.CompositeRequirementTest [2019-07-30T06:34:30.276Z] testAllOrNothing(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.CompositeRequirementTest) Time elapsed: 0.004 s [2019-07-30T06:34:30.276Z] testAtLeastOne(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.CompositeRequirementTest) Time elapsed: 0.001 s [2019-07-30T06:34:30.276Z] testMandatory(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.CompositeRequirementTest) Time elapsed: 0 s [2019-07-30T06:34:30.276Z] testOptional(org.eclipse.tracecompass.tmf.core.tests.analysis.requirements.CompositeRequirementTest) Time elapsed: 0 s [2019-07-30T06:34:30.276Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest [2019-07-30T06:34:38.356Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.448 s - in org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest [2019-07-30T06:34:38.356Z] testGetModulesByClass(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest) Time elapsed: 1.322 s [2019-07-30T06:34:38.356Z] testResolveEventAspectsOfNameForEvent(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest) Time elapsed: 1.227 s [2019-07-30T06:34:38.356Z] testAdditionalAspects(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest) Time elapsed: 1.207 s [2019-07-30T06:34:38.356Z] testGetAspects(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest) Time elapsed: 1.212 s [2019-07-30T06:34:38.356Z] testGetModulesByClassForHost(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest) Time elapsed: 1.266 s [2019-07-30T06:34:38.356Z] testResolveEventAspectsOfClassForEvent(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceUtilsTest) Time elapsed: 1.213 s [2019-07-30T06:34:38.356Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest [2019-07-30T06:36:14.729Z] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 84.331 s - in org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest [2019-07-30T06:36:14.729Z] testGetNextAfterSeekingOnLocation_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.555 s [2019-07-30T06:36:14.729Z] testGetNextAfterSeekingOnLocation_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.437 s [2019-07-30T06:36:14.729Z] testGetNextAfterSeekingOnLocation_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.423 s [2019-07-30T06:36:14.729Z] testGetNextLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.428 s [2019-07-30T06:36:14.729Z] testProcessRequestForNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.535 s [2019-07-30T06:36:14.729Z] testSeekTimestampOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.471 s [2019-07-30T06:36:14.729Z] testSeekRankOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.438 s [2019-07-30T06:36:14.729Z] testProcessRequestForAllEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.721 s [2019-07-30T06:36:14.729Z] testSeekLocationNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.607 s [2019-07-30T06:36:14.729Z] testSeekLocationOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.418 s [2019-07-30T06:36:14.729Z] testSimpleTmfExperimentConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.4 s [2019-07-30T06:36:14.729Z] testExperimentInitialization(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 3.616 s [2019-07-30T06:36:14.729Z] testSeekNoTrace(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.397 s [2019-07-30T06:36:14.729Z] testSeekTimestampNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.445 s [2019-07-30T06:36:14.729Z] testGetNextAfteSeekingOnTS_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.383 s [2019-07-30T06:36:14.729Z] testGetNextAfteSeekingOnTS_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.4 s [2019-07-30T06:36:14.729Z] testGetNextAfteSeekingOnTS_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.406 s [2019-07-30T06:36:14.729Z] testGetNextEndLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.408 s [2019-07-30T06:36:14.729Z] testGetLocationRatio(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.426 s [2019-07-30T06:36:14.729Z] testSeekBadLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.408 s [2019-07-30T06:36:14.729Z] testSeekLocationOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.399 s [2019-07-30T06:36:14.729Z] testGetTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.456 s [2019-07-30T06:36:14.729Z] testWithMultiHostClockOffset(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.428 s [2019-07-30T06:36:14.729Z] testSeekEventOnRatio(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.462 s [2019-07-30T06:36:14.729Z] testCancel(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.423 s [2019-07-30T06:36:14.729Z] testSeekRankNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.443 s [2019-07-30T06:36:14.729Z] testSeekTimestampOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.442 s [2019-07-30T06:36:14.729Z] testNormalTmfExperimentConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.447 s [2019-07-30T06:36:14.729Z] testWithSingleHostClockOffset(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.435 s [2019-07-30T06:36:14.729Z] testSeekRankOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.392 s [2019-07-30T06:36:14.729Z] testGetNextAfterSeekingOnRank_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.389 s [2019-07-30T06:36:14.729Z] testGetNextAfterSeekingOnRank_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.429 s [2019-07-30T06:36:14.729Z] testGetNextAfterSeekingOnRank_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.448 s [2019-07-30T06:36:14.729Z] testGetAnalysisModules(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentTest) Time elapsed: 2.409 s [2019-07-30T06:36:14.729Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest [2019-07-30T06:36:14.729Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest [2019-07-30T06:36:14.729Z] testGetFieldNames(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testGetFieldValueWithIndex(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testGetFieldNameWithIndex(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testToString(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testGetFormattedValue(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testGetFieldWithName(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testGetFieldWithPath(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0.001 s [2019-07-30T06:36:14.729Z] testGetFields(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testEventTypeInstance(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0.001 s [2019-07-30T06:36:14.729Z] testEquals(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testGetFieldValueWithName(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceEventContentTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest [2019-07-30T06:36:14.729Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest [2019-07-30T06:36:14.729Z] testIncreaseRank(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testSetLocation(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testTmfContextDefault(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testNonEquals(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testSetRank(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest [2019-07-30T06:36:14.729Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest [2019-07-30T06:36:14.729Z] testEmptyConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] testValidation(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest) Time elapsed: 0.001 s [2019-07-30T06:36:14.729Z] testLocationRatio(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest) Time elapsed: 0.001 s [2019-07-30T06:36:14.729Z] testInitTrace(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest) Time elapsed: 0.002 s [2019-07-30T06:36:14.729Z] testTraceParsing(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest) Time elapsed: 0.001 s [2019-07-30T06:36:14.729Z] testBounds(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest) Time elapsed: 0.001 s [2019-07-30T06:36:14.729Z] testTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.trace.text.TextTraceTest) Time elapsed: 0 s [2019-07-30T06:36:14.729Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest [2019-07-30T06:36:14.730Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest [2019-07-30T06:36:14.730Z] testTmfContext(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testIncreaseRank(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testSetLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testToString(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testTmfContextDefault(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testTmfContextCopy(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testNonEquals(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0.001 s [2019-07-30T06:36:14.730Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testTmfContextCopy2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testTmfContextNoRank(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testSetRank(org.eclipse.tracecompass.tmf.core.tests.trace.TmfContextTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.stub.XmlStubTraceTest [2019-07-30T06:36:14.730Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.165 s - in org.eclipse.tracecompass.tmf.core.tests.trace.stub.XmlStubTraceTest [2019-07-30T06:36:14.730Z] testAspects(org.eclipse.tracecompass.tmf.core.tests.trace.stub.XmlStubTraceTest) Time elapsed: 0.046 s [2019-07-30T06:36:14.730Z] testValidate(org.eclipse.tracecompass.tmf.core.tests.trace.stub.XmlStubTraceTest) Time elapsed: 0.012 s [2019-07-30T06:36:14.730Z] testDevelopmentTrace(org.eclipse.tracecompass.tmf.core.tests.trace.stub.XmlStubTraceTest) Time elapsed: 1.107 s [2019-07-30T06:36:14.730Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest [2019-07-30T06:36:14.730Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest [2019-07-30T06:36:14.730Z] testEqualsWrongTypes(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testToString(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testTmfLocation(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testTmfLocationCopy(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] testEqualsWithNulls(org.eclipse.tracecompass.tmf.core.tests.trace.location.TmfLocationTest) Time elapsed: 0 s [2019-07-30T06:36:14.730Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest [2019-07-30T06:37:22.353Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 68.539 s - in org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest [2019-07-30T06:37:22.353Z] testGetNextAfterSeekingOnLocation_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.222 s [2019-07-30T06:37:22.353Z] testGetNextAfterSeekingOnLocation_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.192 s [2019-07-30T06:37:22.353Z] testGetNextAfterSeekingOnLocation_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.32 s [2019-07-30T06:37:22.353Z] testGetNextLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.195 s [2019-07-30T06:37:22.353Z] testParseEvent(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.189 s [2019-07-30T06:37:22.353Z] testSetTimeRange(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 2.394 s [2019-07-30T06:37:22.353Z] testProcessEventRequestForSomeEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.326 s [2019-07-30T06:37:22.353Z] testCopyConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 2.389 s [2019-07-30T06:37:22.353Z] testSetNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 2.401 s [2019-07-30T06:37:22.353Z] testSeekOnRankNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.215 s [2019-07-30T06:37:22.353Z] testSeekEventOnNullTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.206 s [2019-07-30T06:37:22.353Z] testSeekOnRankOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.196 s [2019-07-30T06:37:22.353Z] testSeekEventOnTimestampOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.209 s [2019-07-30T06:37:22.353Z] testTraceHostId(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.218 s [2019-07-30T06:37:22.353Z] testFullConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 2.4 s [2019-07-30T06:37:22.353Z] testSetStreamingInterval(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.204 s [2019-07-30T06:37:22.353Z] testGetUUID(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.198 s [2019-07-30T06:37:22.353Z] testCurrentTimeValues(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 2.402 s [2019-07-30T06:37:22.353Z] testSeekEventOnTimestampNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.245 s [2019-07-30T06:37:22.353Z] testInitializeNullPath(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.196 s [2019-07-30T06:37:22.353Z] testSeekEventNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.252 s [2019-07-30T06:37:22.353Z] testGetNextAfteSeekingOnTS_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.189 s [2019-07-30T06:37:22.353Z] testGetNextAfteSeekingOnTS_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.211 s [2019-07-30T06:37:22.353Z] testGetNextAfteSeekingOnTS_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.203 s [2019-07-30T06:37:22.353Z] testGetNextEndLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.213 s [2019-07-30T06:37:22.353Z] testSeekEventOnNegativeRank(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.188 s [2019-07-30T06:37:22.353Z] testProcessDataRequestForSomeEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.323 s [2019-07-30T06:37:22.353Z] testLiveTraceConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 2.422 s [2019-07-30T06:37:22.353Z] testProcessEventRequestForAllEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.391 s [2019-07-30T06:37:22.353Z] testSeekEventOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.225 s [2019-07-30T06:37:22.353Z] testInitTrace(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 2.416 s [2019-07-30T06:37:22.353Z] testSetStartTime(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 2.378 s [2019-07-30T06:37:22.353Z] testSeekEventOnRankOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.209 s [2019-07-30T06:37:22.353Z] testSetEndTime(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 2.523 s [2019-07-30T06:37:22.353Z] testSeekEventOnTimestampOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.271 s [2019-07-30T06:37:22.353Z] testCancel(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.211 s [2019-07-30T06:37:22.353Z] testProcessEventRequestForOtherEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.324 s [2019-07-30T06:37:22.353Z] testGetModules(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.202 s [2019-07-30T06:37:22.353Z] testGetEventAspects(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.29 s [2019-07-30T06:37:22.353Z] testSeekEventOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.226 s [2019-07-30T06:37:22.353Z] testProcessEventRequestForNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.324 s [2019-07-30T06:37:22.353Z] testInitializeSimplePath(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.199 s [2019-07-30T06:37:22.353Z] testDefaultTmfTraceStub(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.194 s [2019-07-30T06:37:22.353Z] testInitializeNormalPath(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.211 s [2019-07-30T06:37:22.353Z] testGetNextAfterSeekingOnRank_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.216 s [2019-07-30T06:37:22.353Z] testGetNextAfterSeekingOnRank_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.191 s [2019-07-30T06:37:22.353Z] testGetNextAfterSeekingOnRank_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfTraceTest) Time elapsed: 1.211 s [2019-07-30T06:37:22.353Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest [2019-07-30T06:37:22.353Z] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.715 s - in org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest [2019-07-30T06:37:22.353Z] testGetNextAfterSeekingOnLocation_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.001 s [2019-07-30T06:37:22.353Z] testGetNextAfterSeekingOnLocation_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.001 s [2019-07-30T06:37:22.353Z] testGetNextAfterSeekingOnLocation_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.01 s [2019-07-30T06:37:22.353Z] testGetNextLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0 s [2019-07-30T06:37:22.353Z] testInitialRangeOffset(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 2.431 s [2019-07-30T06:37:22.353Z] testProcessRequestForNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.116 s [2019-07-30T06:37:22.353Z] testSeekTimestampOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.043 s [2019-07-30T06:37:22.353Z] testSeekRankOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.021 s [2019-07-30T06:37:22.353Z] testProcessRequestForAllEvents(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.434 s [2019-07-30T06:37:22.353Z] testSeekLocationNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.072 s [2019-07-30T06:37:22.353Z] testSeekLocationOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.001 s [2019-07-30T06:37:22.353Z] testSeekTimestampNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.032 s [2019-07-30T06:37:22.353Z] testGetNextAfteSeekingOnTS_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.001 s [2019-07-30T06:37:22.353Z] testGetNextAfteSeekingOnTS_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.001 s [2019-07-30T06:37:22.353Z] testGetNextAfteSeekingOnTS_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.011 s [2019-07-30T06:37:22.354Z] testGetNextEndLocation(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.022 s [2019-07-30T06:37:22.354Z] testDefaultCurrentTimeValues(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 2.399 s [2019-07-30T06:37:22.354Z] testSeekLocationOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0 s [2019-07-30T06:37:22.354Z] testBasicTmfExperimentConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0 s [2019-07-30T06:37:22.354Z] testGetTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.072 s [2019-07-30T06:37:22.354Z] testCancel(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.093 s [2019-07-30T06:37:22.354Z] testSeekRankNotOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.032 s [2019-07-30T06:37:22.354Z] testSeekTimestampOutOfScope(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.02 s [2019-07-30T06:37:22.354Z] testSeekRankOnCacheBoundary(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0 s [2019-07-30T06:37:22.354Z] testGetNextAfterSeekingOnRank_1(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.001 s [2019-07-30T06:37:22.354Z] testGetNextAfterSeekingOnRank_2(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.001 s [2019-07-30T06:37:22.354Z] testGetNextAfterSeekingOnRank_3(org.eclipse.tracecompass.tmf.core.tests.trace.TmfMultiTraceExperimentTest) Time elapsed: 0.01 s [2019-07-30T06:37:22.354Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentUtilsTest [2019-07-30T06:37:22.611Z] [2019-07-30T06:37:22.611Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 06:37:22.459 [2019-07-30T06:37:22.611Z] !MESSAGE Unexpected error executing analysis with trace A-Test-10K-2 [2019-07-30T06:37:22.611Z] !STACK 0 [2019-07-30T06:37:22.611Z] java.lang.RuntimeException: The parameter should be set [2019-07-30T06:37:22.611Z] at org.eclipse.tracecompass.tmf.tests.stubs.analysis.TestAnalysis.executeAnalysis(TestAnalysis.java:48) [2019-07-30T06:37:22.611Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) [2019-07-30T06:37:22.611Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T06:37:22.611Z] [2019-07-30T06:37:22.611Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 06:37:22.462 [2019-07-30T06:37:22.611Z] !MESSAGE Exception executing analysis [2019-07-30T06:37:22.611Z] !STACK 0 [2019-07-30T06:37:22.611Z] java.lang.RuntimeException: The parameter should be set [2019-07-30T06:37:22.611Z] at org.eclipse.tracecompass.tmf.tests.stubs.analysis.TestAnalysis.executeAnalysis(TestAnalysis.java:48) [2019-07-30T06:37:22.611Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) [2019-07-30T06:37:22.611Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T06:37:23.974Z] [2019-07-30T06:37:23.974Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 06:37:23.680 [2019-07-30T06:37:23.974Z] !MESSAGE Unexpected error executing analysis with trace A-Test-10K-2 [2019-07-30T06:37:23.974Z] !STACK 0 [2019-07-30T06:37:23.974Z] java.lang.RuntimeException: The parameter should be set [2019-07-30T06:37:23.974Z] at org.eclipse.tracecompass.tmf.tests.stubs.analysis.TestAnalysis.executeAnalysis(TestAnalysis.java:48) [2019-07-30T06:37:23.974Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) [2019-07-30T06:37:23.974Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T06:37:23.974Z] [2019-07-30T06:37:23.974Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 06:37:23.681 [2019-07-30T06:37:23.974Z] !MESSAGE Exception executing analysis [2019-07-30T06:37:23.974Z] !STACK 0 [2019-07-30T06:37:23.974Z] java.lang.RuntimeException: The parameter should be set [2019-07-30T06:37:23.974Z] at org.eclipse.tracecompass.tmf.tests.stubs.analysis.TestAnalysis.executeAnalysis(TestAnalysis.java:48) [2019-07-30T06:37:23.974Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) [2019-07-30T06:37:23.974Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T06:37:23.974Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.48 s - in org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentUtilsTest [2019-07-30T06:37:23.974Z] testGetModuleById(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentUtilsTest) Time elapsed: 1.256 s [2019-07-30T06:37:23.974Z] testGetModuleByClass(org.eclipse.tracecompass.tmf.core.tests.trace.TmfExperimentUtilsTest) Time elapsed: 1.222 s [2019-07-30T06:37:23.974Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfBTreeIndexTest [2019-07-30T06:37:33.913Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.175 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfBTreeIndexTest [2019-07-30T06:37:33.913Z] testReopenIndex(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfBTreeIndexTest) Time elapsed: 3.731 s [2019-07-30T06:37:33.913Z] testInsertAfterReopenIndex(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfBTreeIndexTest) Time elapsed: 3.229 s [2019-07-30T06:37:33.913Z] testEmptyTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfBTreeIndexTest) Time elapsed: 1.105 s [2019-07-30T06:37:33.913Z] testTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfBTreeIndexTest) Time elapsed: 1.108 s [2019-07-30T06:37:33.913Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfExperimentCheckpointIndexTest [2019-07-30T06:37:43.851Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.224 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfExperimentCheckpointIndexTest [2019-07-30T06:37:43.851Z] testGrowingIndex(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfExperimentCheckpointIndexTest) Time elapsed: 6.371 s [2019-07-30T06:37:43.851Z] testTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfExperimentCheckpointIndexTest) Time elapsed: 3.853 s [2019-07-30T06:37:43.851Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointIndexTest [2019-07-30T06:37:45.736Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.394 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointIndexTest [2019-07-30T06:37:45.736Z] testEmptyTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointIndexTest) Time elapsed: 1.2 s [2019-07-30T06:37:45.736Z] testTmfTraceIndexing(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointIndexTest) Time elapsed: 1.193 s [2019-07-30T06:37:45.736Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest [2019-07-30T06:37:45.736Z] 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 [2019-07-30T06:37:45.736Z] testNotEqual(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s [2019-07-30T06:37:45.736Z] testHashCodeNull(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s [2019-07-30T06:37:45.736Z] testToString(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s [2019-07-30T06:37:45.736Z] testCompareTo(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s [2019-07-30T06:37:45.736Z] testTmfLocationCopy2(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s [2019-07-30T06:37:45.736Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s [2019-07-30T06:37:45.736Z] testCompareToNull(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s [2019-07-30T06:37:45.736Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0.001 s [2019-07-30T06:37:45.736Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s [2019-07-30T06:37:45.736Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s [2019-07-30T06:37:45.736Z] testTmfCheckpoint(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.checkpoint.TmfCheckpointTest) Time elapsed: 0 s [2019-07-30T06:37:45.736Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest [2019-07-30T06:37:48.250Z] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.328 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest [2019-07-30T06:37:48.250Z] testAccept(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.341 s [2019-07-30T06:37:48.250Z] testInsertAlotCheckEquals(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.693 s [2019-07-30T06:37:48.250Z] testInsertSameTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.455 s [2019-07-30T06:37:48.250Z] testVersionChange(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.001 s [2019-07-30T06:37:48.250Z] testSetGetTimeRange(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.001 s [2019-07-30T06:37:48.250Z] testIsCreatedFromScratch(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0 s [2019-07-30T06:37:48.250Z] testGetSize(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.083 s [2019-07-30T06:37:48.250Z] testDeleteWhenInvalidBug479675(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.086 s [2019-07-30T06:37:48.250Z] testSetGetNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.001 s [2019-07-30T06:37:48.250Z] testInsertAlot(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.469 s [2019-07-30T06:37:48.250Z] testInsertAfterReopen(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.001 s [2019-07-30T06:37:48.250Z] testDelete(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.001 s [2019-07-30T06:37:48.250Z] testInsert(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0 s [2019-07-30T06:37:48.250Z] testConstructorExistingFile(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0 s [2019-07-30T06:37:48.250Z] testBinarySearchInBetweenSameTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.104 s [2019-07-30T06:37:48.250Z] testInsertAfterEmptyReopen(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.001 s [2019-07-30T06:37:48.250Z] testConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.001 s [2019-07-30T06:37:48.250Z] testBinarySearchFindInBetween(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.BTreeTest) Time elapsed: 0.089 s [2019-07-30T06:37:48.250Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest [2019-07-30T06:37:51.516Z] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.58 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest [2019-07-30T06:37:51.516Z] testBinarySearch(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.169 s [2019-07-30T06:37:51.516Z] testInsertAlotCheckEquals(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.254 s [2019-07-30T06:37:51.516Z] testInsertSameTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 1.136 s [2019-07-30T06:37:51.516Z] testVersionChange(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.001 s [2019-07-30T06:37:51.516Z] testSetGetTimeRange(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.001 s [2019-07-30T06:37:51.516Z] testIsCreatedFromScratch(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0 s [2019-07-30T06:37:51.516Z] testGetSize(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.164 s [2019-07-30T06:37:51.516Z] testDeleteWhenInvalidBug479675(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.174 s [2019-07-30T06:37:51.516Z] testSetGetNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.001 s [2019-07-30T06:37:51.516Z] testInsertAlot(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 1.119 s [2019-07-30T06:37:51.516Z] testInsertAfterReopen(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.002 s [2019-07-30T06:37:51.516Z] testDelete(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0 s [2019-07-30T06:37:51.516Z] testInsert(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0 s [2019-07-30T06:37:51.516Z] testConstructorExistingFile(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.002 s [2019-07-30T06:37:51.516Z] testBinarySearchInBetweenSameTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.264 s [2019-07-30T06:37:51.516Z] testInsertAfterEmptyReopen(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0 s [2019-07-30T06:37:51.516Z] testConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.001 s [2019-07-30T06:37:51.516Z] testBinarySearchFindInBetween(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.FlatArrayTest) Time elapsed: 0.29 s [2019-07-30T06:37:51.516Z] Running org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest [2019-07-30T06:37:52.076Z] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 s - in org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest [2019-07-30T06:37:52.076Z] testBinarySearch(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0.008 s [2019-07-30T06:37:52.076Z] testDispose(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] testInsert(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] testInsertSameTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0.206 s [2019-07-30T06:37:52.076Z] testVersionChange(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0.001 s [2019-07-30T06:37:52.076Z] testSetGetTimeRange(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] testIsCreatedFromScratch(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] testGetSize(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0.003 s [2019-07-30T06:37:52.076Z] testDeleteWhenInvalidBug479675(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0.009 s [2019-07-30T06:37:52.076Z] testSetGetNbEvents(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] testInsertAlot(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0.11 s [2019-07-30T06:37:52.076Z] testInsertAfterReopen(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] testDelete(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] testConstructorExistingFile(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] testBinarySearchInBetweenSameTimestamp(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0.003 s [2019-07-30T06:37:52.076Z] testInsertAfterEmptyReopen(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] testConstructor(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] testBinarySearchFindInBetween(org.eclipse.tracecompass.tmf.core.tests.trace.indexer.TmfMemoryIndexTest) Time elapsed: 0.003 s [2019-07-30T06:37:52.076Z] Running org.eclipse.tracecompass.tmf.core.tests.TmfCorePluginTest [2019-07-30T06:37:52.076Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tracecompass.tmf.core.tests.TmfCorePluginTest [2019-07-30T06:37:52.076Z] testTmfCorePluginId(org.eclipse.tracecompass.tmf.core.tests.TmfCorePluginTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] testGetDefault(org.eclipse.tracecompass.tmf.core.tests.TmfCorePluginTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] Running org.eclipse.tracecompass.tmf.core.tests.util.PairTest [2019-07-30T06:37:52.076Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.util.PairTest [2019-07-30T06:37:52.076Z] testAccessors(org.eclipse.tracecompass.tmf.core.tests.util.PairTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] testToString(org.eclipse.tracecompass.tmf.core.tests.util.PairTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] testEqualsNull(org.eclipse.tracecompass.tmf.core.tests.util.PairTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] testEqualsDifferentObj(org.eclipse.tracecompass.tmf.core.tests.util.PairTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] testEqualsSymmetry(org.eclipse.tracecompass.tmf.core.tests.util.PairTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] testHashCode(org.eclipse.tracecompass.tmf.core.tests.util.PairTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] testEqualsTransivity(org.eclipse.tracecompass.tmf.core.tests.util.PairTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] testEqualsReflexivity(org.eclipse.tracecompass.tmf.core.tests.util.PairTest) Time elapsed: 0 s [2019-07-30T06:37:52.076Z] Running org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest [2019-07-30T06:37:54.590Z] [2019-07-30T06:37:54.590Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 2 2019-07-30 06:37:54.057 [2019-07-30T06:37:54.590Z] !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.tracecompass.tmf.core". [2019-07-30T06:37:54.590Z] !STACK 0 [2019-07-30T06:37:54.590Z] java.lang.IllegalArgumentException: Expected exception: should be caught by the analysis itself [2019-07-30T06:37:54.590Z] at org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest$BreakingTest.eventHandle(StateSystemAnalysisModuleTest.java:79) [2019-07-30T06:37:54.590Z] at org.eclipse.tracecompass.tmf.core.statesystem.AbstractTmfStateProvider$EventProcessor.run(AbstractTmfStateProvider.java:332) [2019-07-30T06:37:54.590Z] at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) [2019-07-30T06:37:54.590Z] at org.eclipse.tracecompass.tmf.core.statesystem.AbstractTmfStateProvider.lambda$2(AbstractTmfStateProvider.java:143) [2019-07-30T06:37:54.590Z] at java.lang.Thread.run(Thread.java:748) [2019-07-30T06:37:55.517Z] [2019-07-30T06:37:55.517Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 2 2019-07-30 06:37:55.157 [2019-07-30T06:37:55.517Z] !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.tracecompass.tmf.core". [2019-07-30T06:37:55.517Z] !STACK 0 [2019-07-30T06:37:55.517Z] java.lang.IllegalArgumentException: Expected exception: should be caught by either the analysis or the event request [2019-07-30T06:37:55.517Z] at org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest$BreakingTest.eventHandle(StateSystemAnalysisModuleTest.java:79) [2019-07-30T06:37:55.517Z] at org.eclipse.tracecompass.tmf.core.statesystem.AbstractTmfStateProvider$EventProcessor.run(AbstractTmfStateProvider.java:332) [2019-07-30T06:37:55.517Z] at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) [2019-07-30T06:37:55.517Z] at org.eclipse.tracecompass.tmf.core.statesystem.AbstractTmfStateProvider.lambda$2(AbstractTmfStateProvider.java:143) [2019-07-30T06:37:55.517Z] at java.lang.Thread.run(Thread.java:748) [2019-07-30T06:37:56.443Z] [2019-07-30T06:37:56.443Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 2 2019-07-30 06:37:56.258 [2019-07-30T06:37:56.443Z] !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.tracecompass.tmf.core". [2019-07-30T06:37:56.443Z] !STACK 0 [2019-07-30T06:37:56.443Z] java.lang.IllegalArgumentException: Expected exception: should be caught by the event request thread [2019-07-30T06:37:56.443Z] at org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest$BreakingTest.eventHandle(StateSystemAnalysisModuleTest.java:79) [2019-07-30T06:37:56.443Z] at org.eclipse.tracecompass.tmf.core.statesystem.AbstractTmfStateProvider$EventProcessor.run(AbstractTmfStateProvider.java:332) [2019-07-30T06:37:56.443Z] at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) [2019-07-30T06:37:56.443Z] at org.eclipse.tracecompass.tmf.core.statesystem.AbstractTmfStateProvider.lambda$2(AbstractTmfStateProvider.java:143) [2019-07-30T06:37:56.443Z] at java.lang.Thread.run(Thread.java:748) [2019-07-30T06:37:56.443Z] [2019-07-30T06:37:56.443Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 06:37:56.259 [2019-07-30T06:37:56.443Z] !MESSAGE An uncaught exception happened on request [TestStateSystemModule$TestStateSystemRequest(597,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 [2019-07-30T06:37:58.954Z] [2019-07-30T06:37:58.954Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 06:37:58.490 [2019-07-30T06:37:58.954Z] !MESSAGE An uncaught exception happened on request [TestStateSystemModule$TestStateSystemRequest(604,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 [2019-07-30T06:37:59.882Z] [2019-07-30T06:37:59.882Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 06:37:59.616 [2019-07-30T06:37:59.882Z] !MESSAGE Unexpected error executing analysis with trace analysis_dependency.xml [2019-07-30T06:37:59.882Z] !STACK 0 [2019-07-30T06:37:59.882Z] java.lang.IllegalStateException: This exception happens before initialization [2019-07-30T06:37:59.882Z] at org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest$4.executeAnalysis(StateSystemAnalysisModuleTest.java:453) [2019-07-30T06:37:59.882Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) [2019-07-30T06:37:59.882Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T06:37:59.882Z] [2019-07-30T06:37:59.882Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 06:37:59.617 [2019-07-30T06:37:59.882Z] !MESSAGE Exception executing analysis [2019-07-30T06:37:59.882Z] !STACK 0 [2019-07-30T06:37:59.882Z] java.lang.IllegalStateException: This exception happens before initialization [2019-07-30T06:37:59.882Z] at org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest$4.executeAnalysis(StateSystemAnalysisModuleTest.java:453) [2019-07-30T06:37:59.882Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) [2019-07-30T06:37:59.882Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T06:38:00.808Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 8.962 s - in org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest [2019-07-30T06:38:00.808Z] testProperties(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) Time elapsed: 0.053 s [2019-07-30T06:38:00.808Z] testIsQueryable(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) Time elapsed: 1.118 s [2019-07-30T06:38:00.808Z] testFaultyStateProvider(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) Time elapsed: 3.316 s [2019-07-30T06:38:00.808Z] testIsQueryableCancel(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) skipped [2019-07-30T06:38:00.808Z] testReReadFullAnalysis(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) Time elapsed: 1.119 s [2019-07-30T06:38:00.808Z] testRequestFailure(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) Time elapsed: 1.11 s [2019-07-30T06:38:00.808Z] testSsModule(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) Time elapsed: 1.11 s [2019-07-30T06:38:00.808Z] testInitialization(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) Time elapsed: 0.008 s [2019-07-30T06:38:00.808Z] testFailBeforeInitialization(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) Time elapsed: 0.007 s [2019-07-30T06:38:00.808Z] testFutureEvents(org.eclipse.tracecompass.tmf.core.tests.statesystem.StateSystemAnalysisModuleTest) Time elapsed: 1.117 s [2019-07-30T06:38:00.808Z] Running org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest [2019-07-30T06:38:00.808Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest [2019-07-30T06:38:00.808Z] testSimplePool(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest) Time elapsed: 0.002 s [2019-07-30T06:38:00.808Z] testConstructorBad2(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest) Time elapsed: 0 s [2019-07-30T06:38:00.808Z] testConstructorGood(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest) Time elapsed: 0 s [2019-07-30T06:38:00.808Z] testRecycleWrongQuark(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest) Time elapsed: 0 s [2019-07-30T06:38:00.808Z] testRecycleChildQuark(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest) Time elapsed: 0 s [2019-07-30T06:38:00.808Z] testPoolWithSubTree(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest) Time elapsed: 0 s [2019-07-30T06:38:00.808Z] testConstructorBad(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest) Time elapsed: 0 s [2019-07-30T06:38:00.808Z] testPriorityPool(org.eclipse.tracecompass.tmf.core.tests.statesystem.AttributePoolTest) Time elapsed: 0 s [2019-07-30T06:38:00.808Z] Running org.eclipse.tracecompass.tmf.core.tests.statesystem.ExperimentStateSystemModuleTest [2019-07-30T06:38:02.696Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.445 s - in org.eclipse.tracecompass.tmf.core.tests.statesystem.ExperimentStateSystemModuleTest [2019-07-30T06:38:02.696Z] testSsModule(org.eclipse.tracecompass.tmf.core.tests.statesystem.ExperimentStateSystemModuleTest) Time elapsed: 1.441 s [2019-07-30T06:38:02.696Z] testInitialization(org.eclipse.tracecompass.tmf.core.tests.statesystem.ExperimentStateSystemModuleTest) Time elapsed: 0.004 s [2019-07-30T06:38:02.696Z] Running org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest [2019-07-30T06:38:04.583Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.904 s - in org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest [2019-07-30T06:38:04.583Z] testQueryMipAvg(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.054 s [2019-07-30T06:38:04.583Z] testQueryMipMax(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.018 s [2019-07-30T06:38:04.583Z] testQueryMipMin(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.013 s [2019-07-30T06:38:04.583Z] testQuery(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.011 s [2019-07-30T06:38:04.583Z] testQueryValuesOnClose(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.001 s [2019-07-30T06:38:04.583Z] testQueryValuesOnStart(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.011 s [2019-07-30T06:38:04.583Z] testQueryMipmapRangeAvg(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.361 s [2019-07-30T06:38:04.583Z] testQueryMipmapRangeMax(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.378 s [2019-07-30T06:38:04.583Z] testQueryMipmapRangeMin(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.079 s [2019-07-30T06:38:04.583Z] testMaxLevel(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.004 s [2019-07-30T06:38:04.583Z] testQueryEventField(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderTest) Time elapsed: 0.005 s [2019-07-30T06:38:04.583Z] Running org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest [2019-07-30T06:38:04.583Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s - in org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest [2019-07-30T06:38:04.583Z] testQueryMipmapRangeMinInteger(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest) Time elapsed: 0 s [2019-07-30T06:38:04.583Z] testQueryMipmapRangeMaxDouble(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest) Time elapsed: 0.001 s [2019-07-30T06:38:04.583Z] testQueryMipmapRangeAvgDouble(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest) Time elapsed: 0 s [2019-07-30T06:38:04.583Z] testQueryMipmapRangeAvgInteger(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest) Time elapsed: 0.001 s [2019-07-30T06:38:04.583Z] testQueryMipmapRangeMinDouble(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest) Time elapsed: 0 s [2019-07-30T06:38:04.583Z] testQueryMipmapRangeMaxInteger(org.eclipse.tracecompass.tmf.core.tests.statesystem.mipmap.TmfMipmapStateProviderWeightedTest) Time elapsed: 0 s [2019-07-30T06:38:04.583Z] Running org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest [2019-07-30T06:38:04.583Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest [2019-07-30T06:38:04.583Z] testGetProvider(org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest) Time elapsed: 0.004 s [2019-07-30T06:38:04.583Z] testRegister_0(org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest) Time elapsed: 0 s [2019-07-30T06:38:04.583Z] testRegister_Unregister_1(org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest) Time elapsed: 0 s [2019-07-30T06:38:04.583Z] testRegister_Unregister_2(org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest) Time elapsed: 0 s [2019-07-30T06:38:04.583Z] testRegister_Unregister_3(org.eclipse.tracecompass.tmf.core.tests.component.TmfProviderManagerTest) Time elapsed: 0.001 s [2019-07-30T06:38:04.583Z] Running org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest [2019-07-30T06:38:12.665Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.764 s - in org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest [2019-07-30T06:38:12.665Z] testGetPlainEvents(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest) Time elapsed: 1.325 s [2019-07-30T06:38:12.665Z] testGetSyntheticEvents_TimeRange(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest) Time elapsed: 1.403 s [2019-07-30T06:38:12.665Z] testGetProviders(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest) Time elapsed: 1.292 s [2019-07-30T06:38:12.665Z] testCancelRequests(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest) Time elapsed: 1.221 s [2019-07-30T06:38:12.666Z] testGetSyntheticEvents_EqualBlockSizes(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest) Time elapsed: 1.317 s [2019-07-30T06:38:12.666Z] testGetProviders2(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderTest) Time elapsed: 1.203 s [2019-07-30T06:38:12.666Z] Running org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest [2019-07-30T06:38:19.203Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.612 s - in org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest [2019-07-30T06:38:19.203Z] testChildrenFirstCoalescing2(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 0.446 s [2019-07-30T06:38:19.203Z] testTraceDependencyBackground(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 0.48 s [2019-07-30T06:38:19.203Z] testChildrenFirstCoalescing(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 0.436 s [2019-07-30T06:38:19.203Z] testMultipleRequestsCoalescing(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 0.502 s [2019-07-30T06:38:19.203Z] testChildFirstDependencyBackground(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 0.94 s [2019-07-30T06:38:19.203Z] testParentDependencyBackground(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 0.916 s [2019-07-30T06:38:19.203Z] testMixedOrderCoalescing(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 0.505 s [2019-07-30T06:38:19.203Z] testMixedCoalescing2(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 0.456 s [2019-07-30T06:38:19.203Z] testParentFirstCoalescing(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 0 s [2019-07-30T06:38:19.203Z] testTraceDependencyForeground(org.eclipse.tracecompass.tmf.core.tests.component.TmfEventProviderCoalescingTest) Time elapsed: 0.456 s [2019-07-30T06:38:19.203Z] Running org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest [2019-07-30T06:38:19.203Z] [2019-07-30T06:38:19.203Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 06:38:18.719 [2019-07-30T06:38:19.203Z] !MESSAGE Error parsing /tmp/markers6793531441106593100xml [2019-07-30T06:38:19.203Z] !STACK 0 [2019-07-30T06:38:19.203Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers6793531441106593100xml; lineNumber: 1; columnNumber: 201; cvc-datatype-valid.1.2.1: 'abc' is not a valid value for 'double'. [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:2826) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2763) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2051) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:741) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) [2019-07-30T06:38:19.203Z] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:288) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [2019-07-30T06:38:19.203Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [2019-07-30T06:38:19.203Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [2019-07-30T06:38:19.203Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [2019-07-30T06:38:19.203Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [2019-07-30T06:38:19.203Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) [2019-07-30T06:38:19.203Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) [2019-07-30T06:38:19.203Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) [2019-07-30T06:38:19.203Z] [2019-07-30T06:38:19.203Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 06:38:18.725 [2019-07-30T06:38:19.203Z] !MESSAGE Error parsing /tmp/markers5155591913282054773xml [2019-07-30T06:38:19.203Z] !STACK 0 [2019-07-30T06:38:19.203Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers5155591913282054773xml; lineNumber: 1; columnNumber: 199; cvc-minExclusive-valid: Value '0' is not facet-valid with respect to minExclusive '0.0E1' for type 'period_type'. [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:2826) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2763) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2051) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:741) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) [2019-07-30T06:38:19.203Z] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:289) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [2019-07-30T06:38:19.203Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [2019-07-30T06:38:19.203Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [2019-07-30T06:38:19.203Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [2019-07-30T06:38:19.203Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [2019-07-30T06:38:19.203Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) [2019-07-30T06:38:19.203Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) [2019-07-30T06:38:19.203Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) [2019-07-30T06:38:19.203Z] [2019-07-30T06:38:19.203Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 06:38:18.730 [2019-07-30T06:38:19.203Z] !MESSAGE Error parsing /tmp/markers8636275910842942675xml [2019-07-30T06:38:19.203Z] !STACK 0 [2019-07-30T06:38:19.203Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers8636275910842942675xml; lineNumber: 1; columnNumber: 200; cvc-minExclusive-valid: Value '-1' is not facet-valid with respect to minExclusive '0.0E1' for type 'period_type'. [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:2826) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2763) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2051) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:741) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) [2019-07-30T06:38:19.203Z] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:290) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [2019-07-30T06:38:19.203Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [2019-07-30T06:38:19.203Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [2019-07-30T06:38:19.203Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [2019-07-30T06:38:19.203Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [2019-07-30T06:38:19.203Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) [2019-07-30T06:38:19.203Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) [2019-07-30T06:38:19.203Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) [2019-07-30T06:38:19.203Z] [2019-07-30T06:38:19.203Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 06:38:18.734 [2019-07-30T06:38:19.203Z] !MESSAGE Error parsing /tmp/markers3558666498039268026xml [2019-07-30T06:38:19.203Z] !STACK 0 [2019-07-30T06:38:19.203Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers3558666498039268026xml; 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. [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:2826) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2763) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2051) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:741) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) [2019-07-30T06:38:19.203Z] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:291) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [2019-07-30T06:38:19.203Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [2019-07-30T06:38:19.203Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [2019-07-30T06:38:19.203Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [2019-07-30T06:38:19.203Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [2019-07-30T06:38:19.203Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) [2019-07-30T06:38:19.203Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) [2019-07-30T06:38:19.203Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) [2019-07-30T06:38:19.203Z] [2019-07-30T06:38:19.203Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 06:38:18.745 [2019-07-30T06:38:19.203Z] !MESSAGE Error parsing /tmp/markers3315559578479323528xml [2019-07-30T06:38:19.203Z] !STACK 0 [2019-07-30T06:38:19.203Z] java.lang.IllegalArgumentException: Invalid range: [4095..0] [2019-07-30T06:38:19.203Z] at com.google.common.collect.Range.(Range.java:352) [2019-07-30T06:38:19.203Z] at com.google.common.collect.Range.create(Range.java:146) [2019-07-30T06:38:19.203Z] at com.google.common.collect.Range.closed(Range.java:170) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parseRange(MarkerConfigXmlParser.java:303) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.getMarkers(MarkerConfigXmlParser.java:208) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:179) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:292) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [2019-07-30T06:38:19.203Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [2019-07-30T06:38:19.203Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [2019-07-30T06:38:19.203Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [2019-07-30T06:38:19.203Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [2019-07-30T06:38:19.203Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) [2019-07-30T06:38:19.203Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) [2019-07-30T06:38:19.203Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) [2019-07-30T06:38:19.203Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) [2019-07-30T06:38:19.203Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) [2019-07-30T06:38:19.203Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) [2019-07-30T06:38:19.203Z] [2019-07-30T06:38:19.203Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 06:38:18.749 [2019-07-30T06:38:19.203Z] !MESSAGE Error parsing /tmp/markers3874932641745782413xml [2019-07-30T06:38:19.203Z] !STACK 0 [2019-07-30T06:38:19.203Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers3874932641745782413xml; lineNumber: 1; columnNumber: 202; cvc-datatype-valid.1.2.1: 'abc' is not a valid value for 'integer'. [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:2826) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2763) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2051) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement(XMLSchemaValidator.java:741) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:374) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) [2019-07-30T06:38:19.203Z] at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) [2019-07-30T06:38:19.203Z] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305) [2019-07-30T06:38:19.203Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:293) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.203Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.203Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.203Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.203Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [2019-07-30T06:38:19.203Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [2019-07-30T06:38:19.203Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [2019-07-30T06:38:19.203Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [2019-07-30T06:38:19.203Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [2019-07-30T06:38:19.203Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [2019-07-30T06:38:19.203Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.204Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.204Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) [2019-07-30T06:38:19.204Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) [2019-07-30T06:38:19.204Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.204Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.204Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) [2019-07-30T06:38:19.204Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [2019-07-30T06:38:19.204Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [2019-07-30T06:38:19.204Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) [2019-07-30T06:38:19.204Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.204Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.204Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) [2019-07-30T06:38:19.204Z] [2019-07-30T06:38:19.204Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 06:38:18.753 [2019-07-30T06:38:19.204Z] !MESSAGE Error parsing /tmp/markers8311620199485992405xml [2019-07-30T06:38:19.204Z] !STACK 0 [2019-07-30T06:38:19.204Z] java.lang.IllegalArgumentException: Invalid range: [4095..0] [2019-07-30T06:38:19.204Z] at com.google.common.collect.Range.(Range.java:352) [2019-07-30T06:38:19.204Z] at com.google.common.collect.Range.create(Range.java:146) [2019-07-30T06:38:19.204Z] at com.google.common.collect.Range.closed(Range.java:170) [2019-07-30T06:38:19.204Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parseRange(MarkerConfigXmlParser.java:303) [2019-07-30T06:38:19.204Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.getMarkers(MarkerConfigXmlParser.java:208) [2019-07-30T06:38:19.204Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:179) [2019-07-30T06:38:19.204Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305) [2019-07-30T06:38:19.204Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:294) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.204Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.204Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.204Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [2019-07-30T06:38:19.204Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [2019-07-30T06:38:19.204Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [2019-07-30T06:38:19.204Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [2019-07-30T06:38:19.204Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [2019-07-30T06:38:19.204Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.204Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.204Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) [2019-07-30T06:38:19.204Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) [2019-07-30T06:38:19.204Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.204Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.204Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) [2019-07-30T06:38:19.204Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [2019-07-30T06:38:19.204Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [2019-07-30T06:38:19.204Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) [2019-07-30T06:38:19.204Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.204Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.204Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) [2019-07-30T06:38:19.204Z] [2019-07-30T06:38:19.204Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 06:38:18.808 [2019-07-30T06:38:19.204Z] !MESSAGE Error parsing /tmp/markers4226196522920259635xml [2019-07-30T06:38:19.204Z] !STACK 0 [2019-07-30T06:38:19.204Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers4226196522920259635xml; lineNumber: 1; columnNumber: 256; cvc-complex-type.2.4.b: The content of element 'segments' is not complete. One of '{segment}' is expected. [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.elementLocallyValidComplexType(XMLSchemaValidator.java:3207) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.elementLocallyValidType(XMLSchemaValidator.java:3154) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processElementContent(XMLSchemaValidator.java:3056) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleEndElement(XMLSchemaValidator.java:2135) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(XMLSchemaValidator.java:854) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1782) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2967) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) [2019-07-30T06:38:19.204Z] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205) [2019-07-30T06:38:19.204Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165) [2019-07-30T06:38:19.204Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305) [2019-07-30T06:38:19.204Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:295) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.204Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.204Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.204Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [2019-07-30T06:38:19.204Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [2019-07-30T06:38:19.204Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [2019-07-30T06:38:19.204Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [2019-07-30T06:38:19.204Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [2019-07-30T06:38:19.204Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.204Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.204Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) [2019-07-30T06:38:19.204Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) [2019-07-30T06:38:19.204Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.204Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.204Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) [2019-07-30T06:38:19.204Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [2019-07-30T06:38:19.204Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [2019-07-30T06:38:19.204Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) [2019-07-30T06:38:19.204Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.204Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.204Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) [2019-07-30T06:38:19.204Z] [2019-07-30T06:38:19.204Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 06:38:18.812 [2019-07-30T06:38:19.204Z] !MESSAGE Error parsing /tmp/markers9003858480594651573xml [2019-07-30T06:38:19.204Z] !STACK 0 [2019-07-30T06:38:19.204Z] org.xml.sax.SAXParseException; systemId: file:/tmp/markers9003858480594651573xml; lineNumber: 1; columnNumber: 323; cvc-minExclusive-valid: Value '0' is not facet-valid with respect to minExclusive '0' for type 'length_type'. [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:134) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:453) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3231) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processOneAttribute(XMLSchemaValidator.java:2826) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processAttributes(XMLSchemaValidator.java:2763) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement(XMLSchemaValidator.java:2051) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(XMLSchemaValidator.java:761) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:351) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) [2019-07-30T06:38:19.204Z] at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) [2019-07-30T06:38:19.204Z] at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205) [2019-07-30T06:38:19.204Z] at org.eclipse.tracecompass.internal.tmf.core.markers.MarkerConfigXmlParser.parse(MarkerConfigXmlParser.java:165) [2019-07-30T06:38:19.204Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:305) [2019-07-30T06:38:19.204Z] at org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest.testParseInvalidContent(MarkerConfigXmlParserTest.java:296) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.204Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.204Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.204Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [2019-07-30T06:38:19.204Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [2019-07-30T06:38:19.204Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [2019-07-30T06:38:19.204Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [2019-07-30T06:38:19.204Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [2019-07-30T06:38:19.204Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [2019-07-30T06:38:19.204Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.204Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.204Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) [2019-07-30T06:38:19.204Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) [2019-07-30T06:38:19.204Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) [2019-07-30T06:38:19.204Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.204Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.204Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) [2019-07-30T06:38:19.204Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [2019-07-30T06:38:19.204Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [2019-07-30T06:38:19.204Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) [2019-07-30T06:38:19.204Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:38:19.204Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:38:19.204Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:38:19.204Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) [2019-07-30T06:38:19.204Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) [2019-07-30T06:38:19.204Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest [2019-07-30T06:38:19.204Z] testParseInvalidContent(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest) Time elapsed: 0.109 s [2019-07-30T06:38:19.204Z] testExtensionPoint(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest) Time elapsed: 0.012 s [2019-07-30T06:38:19.204Z] testParse(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest) Time elapsed: 0.004 s [2019-07-30T06:38:19.204Z] testParseInvalidFile(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerConfigXmlParserTest) Time elapsed: 0.003 s [2019-07-30T06:38:19.204Z] Running org.eclipse.tracecompass.tmf.core.tests.markers.MarkerSetTest [2019-07-30T06:38:19.204Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.markers.MarkerSetTest [2019-07-30T06:38:19.204Z] testAddMarker(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerSetTest) Time elapsed: 0 s [2019-07-30T06:38:19.204Z] testConstructor(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerSetTest) Time elapsed: 0 s [2019-07-30T06:38:19.204Z] Running org.eclipse.tracecompass.tmf.core.tests.markers.MarkerTest [2019-07-30T06:38:19.204Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tracecompass.tmf.core.tests.markers.MarkerTest [2019-07-30T06:38:19.204Z] testAddSegment(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerTest) Time elapsed: 0 s [2019-07-30T06:38:19.204Z] testAddSubMarker(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerTest) Time elapsed: 0 s [2019-07-30T06:38:19.204Z] testConstructor(org.eclipse.tracecompass.tmf.core.tests.markers.MarkerTest) Time elapsed: 0 s [2019-07-30T06:38:19.204Z] Running org.eclipse.tracecompass.tmf.core.tests.uml2sd.TmfAsyncSequenceDiagramEventTest [2019-07-30T06:38:19.204Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.uml2sd.TmfAsyncSequenceDiagramEventTest [2019-07-30T06:38:19.204Z] testTmfAsyncSequenceDiagramEvent(org.eclipse.tracecompass.tmf.core.tests.uml2sd.TmfAsyncSequenceDiagramEventTest) Time elapsed: 0.002 s [2019-07-30T06:38:19.204Z] Running org.eclipse.tracecompass.tmf.core.tests.uml2sd.TmfSyncSequenceDiagramEventTest [2019-07-30T06:38:19.204Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tracecompass.tmf.core.tests.uml2sd.TmfSyncSequenceDiagramEventTest [2019-07-30T06:38:19.204Z] testTmfSyncSequenceDiagramEvent(org.eclipse.tracecompass.tmf.core.tests.uml2sd.TmfSyncSequenceDiagramEventTest) Time elapsed: 0 s [2019-07-30T06:38:19.204Z] Running org.eclipse.tracecompass.tmf.core.tests.model.TmfTraceCoreUtilsTest [2019-07-30T06:38:19.204Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.model.TmfTraceCoreUtilsTest [2019-07-30T06:38:19.204Z] testValidateName(org.eclipse.tracecompass.tmf.core.tests.model.TmfTraceCoreUtilsTest) Time elapsed: 0.001 s [2019-07-30T06:38:19.204Z] Running org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest [2019-07-30T06:38:19.204Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest [2019-07-30T06:38:19.204Z] testInboundBlacklisting(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest) Time elapsed: 0.002 s [2019-07-30T06:38:19.204Z] testBroadcastAsync(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest) Time elapsed: 0.003 s [2019-07-30T06:38:19.204Z] testSendReceive(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest) Time elapsed: 0.001 s [2019-07-30T06:38:19.204Z] testConcurrentSignals(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest) Time elapsed: 0.009 s [2019-07-30T06:38:19.204Z] testOutboundBlacklisting(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest) Time elapsed: 0 s [2019-07-30T06:38:19.204Z] testNestedSignals(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalManagerTest) Time elapsed: 0 s [2019-07-30T06:38:19.204Z] Running org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalThrottlerTest [2019-07-30T06:38:37.245Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.005 s - in org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalThrottlerTest [2019-07-30T06:38:37.245Z] testDelay(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalThrottlerTest) Time elapsed: 6.003 s [2019-07-30T06:38:37.245Z] testOneChannel(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalThrottlerTest) Time elapsed: 5 s [2019-07-30T06:38:37.245Z] testMultipleChannels(org.eclipse.tracecompass.tmf.core.tests.signal.TmfSignalThrottlerTest) Time elapsed: 5.001 s [2019-07-30T06:38:37.245Z] Running org.eclipse.tracecompass.tmf.core.tests.symbols.FunctionNameMapperTest [2019-07-30T06:38:37.245Z] [2019-07-30T06:38:37.245Z] !ENTRY org.eclipse.cdt.core.native 4 0 2019-07-30 06:38:35.503 [2019-07-30T06:38:37.245Z] !MESSAGE no spawner in java.library.path [2019-07-30T06:38:37.245Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.577 s - in org.eclipse.tracecompass.tmf.core.tests.symbols.FunctionNameMapperTest [2019-07-30T06:38:37.245Z] testMapFileWithSize(org.eclipse.tracecompass.tmf.core.tests.symbols.FunctionNameMapperTest) Time elapsed: 0.571 s [2019-07-30T06:38:37.245Z] testGuessingFileType(org.eclipse.tracecompass.tmf.core.tests.symbols.FunctionNameMapperTest) Time elapsed: 0.001 s [2019-07-30T06:38:37.245Z] testNmFile(org.eclipse.tracecompass.tmf.core.tests.symbols.FunctionNameMapperTest) Time elapsed: 0.004 s [2019-07-30T06:38:37.245Z] Running org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest [2019-07-30T06:38:37.245Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest [2019-07-30T06:38:37.245Z] testExtremeValues(org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest) Time elapsed: 0.004 s [2019-07-30T06:38:37.245Z] testValidTextFile(org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest) Time elapsed: 0.017 s [2019-07-30T06:38:37.245Z] testGettingSymbolMapFile(org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest) Time elapsed: 0.048 s [2019-07-30T06:38:37.245Z] testInvalidFiles(org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest) Time elapsed: 0 s [2019-07-30T06:38:37.245Z] testGettingSymbolWithSize(org.eclipse.tracecompass.tmf.core.tests.symbols.MappingFileTest) Time elapsed: 0.006 s [2019-07-30T06:38:37.245Z] Running org.eclipse.tracecompass.tmf.core.tests.symbols.SymbolProviderManagerTest [2019-07-30T06:38:37.245Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tracecompass.tmf.core.tests.symbols.SymbolProviderManagerTest [2019-07-30T06:38:37.245Z] testGetterForExperiment(org.eclipse.tracecompass.tmf.core.tests.symbols.SymbolProviderManagerTest) Time elapsed: 0.008 s [2019-07-30T06:38:37.245Z] Running org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFactoryTest [2019-07-30T06:38:37.245Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFactoryTest [2019-07-30T06:38:37.245Z] transformSlope(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFactoryTest) Time elapsed: 0 s [2019-07-30T06:38:37.245Z] testToString(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFactoryTest) Time elapsed: 0.001 s [2019-07-30T06:38:37.245Z] transformIdentity(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFactoryTest) Time elapsed: 0 s [2019-07-30T06:38:37.245Z] transformOffset(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFactoryTest) Time elapsed: 0 s [2019-07-30T06:38:37.245Z] Running org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest [2019-07-30T06:38:37.245Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.594 s - in org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest [2019-07-30T06:38:37.245Z] testFastTransformSlopeAndOffset[Factory=Object](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0.007 s [2019-07-30T06:38:37.245Z] testFastTransformSlope[Factory=Object](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0.097 s [2019-07-30T06:38:37.245Z] testFastTransformArguments[Factory=Object](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0 s [2019-07-30T06:38:37.245Z] testFLTRepeatability[Factory=Object](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0 s [2019-07-30T06:38:37.245Z] testFastTransformPrecision[Factory=Object](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0.178 s [2019-07-30T06:38:37.245Z] testFLTEquivalence[Factory=Object](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0 s [2019-07-30T06:38:37.245Z] testFastTransformSlopeAndOffset[Factory=Deserialized](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0.106 s [2019-07-30T06:38:37.245Z] testFastTransformSlope[Factory=Deserialized](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0.095 s [2019-07-30T06:38:37.245Z] testFastTransformArguments[Factory=Deserialized](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0 s [2019-07-30T06:38:37.245Z] testFLTRepeatability[Factory=Deserialized](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0.001 s [2019-07-30T06:38:37.245Z] testFastTransformPrecision[Factory=Deserialized](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0.105 s [2019-07-30T06:38:37.245Z] testFLTEquivalence[Factory=Deserialized](org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformFastTest) Time elapsed: 0.001 s [2019-07-30T06:38:37.245Z] Running org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest [2019-07-30T06:38:37.245Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest [2019-07-30T06:38:37.245Z] testComposition(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest) Time elapsed: 0 s [2019-07-30T06:38:37.245Z] testEqualityConstantTransform(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest) Time elapsed: 0 s [2019-07-30T06:38:37.245Z] testLinearTransform(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest) Time elapsed: 0 s [2019-07-30T06:38:37.245Z] testIdentityTransform(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest) Time elapsed: 0 s [2019-07-30T06:38:37.245Z] testEquality(org.eclipse.tracecompass.tmf.core.tests.synchronization.TsTransformTest) Time elapsed: 0 s [2019-07-30T06:38:37.245Z] Running org.eclipse.tracecompass.tmf.core.tests.synchronization.SyncTest [2019-07-30T06:38:37.245Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.tracecompass.tmf.core.tests.synchronization.SyncTest [2019-07-30T06:38:37.245Z] testOneHull(org.eclipse.tracecompass.tmf.core.tests.synchronization.SyncTest) Time elapsed: 0.004 s [2019-07-30T06:38:37.245Z] testFullyIncrementalSerialization(org.eclipse.tracecompass.tmf.core.tests.synchronization.SyncTest) Time elapsed: 0.01 s [2019-07-30T06:38:37.245Z] testFullyIncremental(org.eclipse.tracecompass.tmf.core.tests.synchronization.SyncTest) Time elapsed: 0.002 s [2019-07-30T06:38:37.245Z] testDisjoint(org.eclipse.tracecompass.tmf.core.tests.synchronization.SyncTest) Time elapsed: 0 s [2019-07-30T06:38:37.245Z] Running org.eclipse.tracecompass.tmf.core.tests.synchronization.TimeOffsetTest [2019-07-30T06:38:41.409Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.014 s - in org.eclipse.tracecompass.tmf.core.tests.synchronization.TimeOffsetTest [2019-07-30T06:38:41.409Z] testNegativeOffset(org.eclipse.tracecompass.tmf.core.tests.synchronization.TimeOffsetTest) Time elapsed: 1.353 s [2019-07-30T06:38:41.409Z] testPositiveOffset(org.eclipse.tracecompass.tmf.core.tests.synchronization.TimeOffsetTest) Time elapsed: 1.234 s [2019-07-30T06:38:41.409Z] testNoOffset(org.eclipse.tracecompass.tmf.core.tests.synchronization.TimeOffsetTest) Time elapsed: 1.201 s [2019-07-30T06:38:41.409Z] testClearOffset(org.eclipse.tracecompass.tmf.core.tests.synchronization.TimeOffsetTest) Time elapsed: 1.225 s [2019-07-30T06:38:41.409Z] Running org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest [2019-07-30T06:38:41.971Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.444 s - in org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest [2019-07-30T06:38:41.971Z] testCopyResource[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.129 s [2019-07-30T06:38:41.971Z] testGetLocationUri[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testCreateSymbolicLink[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.018 s [2019-07-30T06:38:41.971Z] testGetLocation[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.003 s [2019-07-30T06:38:41.971Z] testDeleteResource[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.067 s [2019-07-30T06:38:41.971Z] testDeleteIfBrokenSymbolicLink[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.007 s [2019-07-30T06:38:41.971Z] testIsSymbolicLink[0: (P/SomeProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.002 s [2019-07-30T06:38:41.971Z] testCopyResource[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.121 s [2019-07-30T06:38:41.971Z] testGetLocationUri[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testCreateSymbolicLink[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.013 s [2019-07-30T06:38:41.971Z] testGetLocation[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.002 s [2019-07-30T06:38:41.971Z] testDeleteResource[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.06 s [2019-07-30T06:38:41.971Z] testDeleteIfBrokenSymbolicLink[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.005 s [2019-07-30T06:38:41.971Z] testIsSymbolicLink[1: (P/SomeOtherProject)](org.eclipse.tracecompass.tmf.core.tests.io.ResourceUtilTest) Time elapsed: 0.002 s [2019-07-30T06:38:41.971Z] Running org.eclipse.tracecompass.tmf.core.tests.io.BufferedRandomAccessFileTest [2019-07-30T06:38:41.971Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.tracecompass.tmf.core.tests.io.BufferedRandomAccessFileTest [2019-07-30T06:38:41.971Z] testSeekAndWrite(org.eclipse.tracecompass.tmf.core.tests.io.BufferedRandomAccessFileTest) Time elapsed: 0.003 s [2019-07-30T06:38:41.971Z] testRead(org.eclipse.tracecompass.tmf.core.tests.io.BufferedRandomAccessFileTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testReadLine(org.eclipse.tracecompass.tmf.core.tests.io.BufferedRandomAccessFileTest) Time elapsed: 0.001 s [2019-07-30T06:38:41.971Z] testSeekAndRead(org.eclipse.tracecompass.tmf.core.tests.io.BufferedRandomAccessFileTest) Time elapsed: 0.091 s [2019-07-30T06:38:41.971Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest [2019-07-30T06:38:41.971Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest [2019-07-30T06:38:41.971Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterContainsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest [2019-07-30T06:38:41.971Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest [2019-07-30T06:38:41.971Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0.001 s [2019-07-30T06:38:41.971Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterTraceTypeNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest [2019-07-30T06:38:41.971Z] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest [2019-07-30T06:38:41.971Z] testInputFilterEquals(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.092 s [2019-07-30T06:38:41.971Z] testInputRegexNoField(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.001 s [2019-07-30T06:38:41.971Z] testInputRegexMatchesNot(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.001 s [2019-07-30T06:38:41.971Z] testInputFilterUnsupported(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testInputRegexContains(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testInputRegexPresent(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testInputFilterContains(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.001 s [2019-07-30T06:38:41.971Z] testInputRegexAspect(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testInputFilterAnd(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.005 s [2019-07-30T06:38:41.971Z] testInputFilterMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.002 s [2019-07-30T06:38:41.971Z] testInputFilterCompare(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.001 s [2019-07-30T06:38:41.971Z] testInputRegexNoAspect(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testInputRegexMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testInputRegexCompare(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testInputFilterOr(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.002 s [2019-07-30T06:38:41.971Z] testInputRegexAnd(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testInputRegexNot(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterHelperTest) Time elapsed: 0.001 s [2019-07-30T06:38:41.971Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest [2019-07-30T06:38:41.971Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest [2019-07-30T06:38:41.971Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterAndNodeTest) Time elapsed: 0 s [2019-07-30T06:38:41.971Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest [2019-07-30T06:38:42.228Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest [2019-07-30T06:38:42.228Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest) Time elapsed: 0.001 s [2019-07-30T06:38:42.228Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest) Time elapsed: 0.001 s [2019-07-30T06:38:42.228Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testInterfaces(org.eclipse.tracecompass.tmf.core.tests.filter.TmfCollapseFilterTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest [2019-07-30T06:38:42.228Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest [2019-07-30T06:38:42.228Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testGetFilterName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0.001 s [2019-07-30T06:38:42.228Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest [2019-07-30T06:38:42.228Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest [2019-07-30T06:38:42.228Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterEqualsNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest [2019-07-30T06:38:42.228Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest [2019-07-30T06:38:42.228Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterRootNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest [2019-07-30T06:38:42.228Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest [2019-07-30T06:38:42.228Z] testLogicalOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0.001 s [2019-07-30T06:38:42.228Z] testContainsOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testEqualsOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0.001 s [2019-07-30T06:38:42.228Z] testRegex(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0.001 s [2019-07-30T06:38:42.228Z] testNotOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0.001 s [2019-07-30T06:38:42.228Z] testComplexFilter(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0.001 s [2019-07-30T06:38:42.228Z] testFilterWithNumber(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0.003 s [2019-07-30T06:38:42.228Z] testLessThanOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testPresentOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testMatchesOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0.001 s [2019-07-30T06:38:42.228Z] testNotEqualsOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testInvalid(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testGreaterThanOperator(org.eclipse.tracecompass.tmf.core.tests.filter.parser.ElementResolverFilterTest) Time elapsed: 0.001 s [2019-07-30T06:38:42.228Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest [2019-07-30T06:38:42.228Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest [2019-07-30T06:38:42.228Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterOrNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest [2019-07-30T06:38:42.228Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest [2019-07-30T06:38:42.228Z] testMatchesTimestamp(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0.001 s [2019-07-30T06:38:42.228Z] testMatchesAlpha(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testMatchesNum(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterCompareNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] Running org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest [2019-07-30T06:38:42.228Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest [2019-07-30T06:38:42.228Z] testGetValidChildren(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testGetName(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testMatches(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testGetChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testClone(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testRemoveChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testAddChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testDefaults(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testReplaceChild(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] testRemove(org.eclipse.tracecompass.tmf.core.tests.filter.TmfFilterMatchesNodeTest) Time elapsed: 0 s [2019-07-30T06:38:42.228Z] [2019-07-30T06:38:42.228Z] Results: [2019-07-30T06:38:42.228Z] [2019-07-30T06:38:42.228Z] Tests run: 834, Failures: 0, Errors: 0, Skipped: 1 [2019-07-30T06:38:42.228Z] [2019-07-30T06:38:42.228Z] [2019-07-30T06:38:42.228Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-30 06:38:42.118 [2019-07-30T06:38:42.228Z] !MESSAGE The workspace will exit with unsaved changes in this session. [2019-07-30T06:38:42.790Z] [INFO] All tests passed! [2019-07-30T06:38:42.790Z] [INFO] [2019-07-30T06:38:42.790Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:38:42.790Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:38:42.790Z] [INFO] [2019-07-30T06:38:42.790Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:38:43.113Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T06:38:43.113Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:38:43.675Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:38:44.603Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:38:44.603Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:38:44.603Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:38:44.860Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T06:38:44.860Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:38:44.860Z] [INFO] [2019-07-30T06:38:44.860Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:38:44.860Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT.jar [2019-07-30T06:38:44.860Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT.pom [2019-07-30T06:38:44.860Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT-sources.jar [2019-07-30T06:38:44.860Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:38:44.860Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT-p2metadata.xml [2019-07-30T06:38:44.860Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.core.tests-1.0.9-SNAPSHOT-p2artifacts.xml [2019-07-30T06:38:44.860Z] [INFO] [2019-07-30T06:38:44.860Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.core.tests --- [2019-07-30T06:38:44.860Z] [INFO] [2019-07-30T06:38:44.860Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core >--- [2019-07-30T06:38:44.860Z] [INFO] Building org.eclipse.tracecompass.tmf.ctf.core 4.2.0-SNAPSHOT [19/134] [2019-07-30T06:38:44.860Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:38:44.860Z] [INFO] [2019-07-30T06:38:44.860Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:44.860Z] [INFO] [2019-07-30T06:38:44.860Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:44.860Z] [INFO] The project's OSGi version is 4.2.0.201907300626 [2019-07-30T06:38:44.860Z] [INFO] [2019-07-30T06:38:44.860Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:44.860Z] [INFO] [2019-07-30T06:38:44.860Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:44.860Z] [INFO] [2019-07-30T06:38:44.860Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:44.860Z] [INFO] [2019-07-30T06:38:44.860Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:44.860Z] [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/ctf/org.eclipse.tracecompass.tmf.ctf.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:38:44.860Z] [INFO] [2019-07-30T06:38:44.860Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:44.860Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:38:44.860Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/main/resources [2019-07-30T06:38:44.860Z] [INFO] [2019-07-30T06:38:44.860Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:45.116Z] [INFO] Compiling 28 source files to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/classes [2019-07-30T06:38:45.372Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIteratorManager.java:[125] [2019-07-30T06:38:45.372Z] return iter; [2019-07-30T06:38:45.372Z] ^^^^^^^^^^^^ [2019-07-30T06:38:45.372Z] Potential resource leak: 'iter' may not be closed at this location [2019-07-30T06:38:45.372Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIteratorManager.java:[199] [2019-07-30T06:38:45.372Z] elem = (CtfIterator) fTrace.createIterator(); [2019-07-30T06:38:45.372Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:38:45.372Z] Potential resource leak: 'elem' may not be closed at this location [2019-07-30T06:38:45.372Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIteratorManager.java:[203] [2019-07-30T06:38:45.372Z] return elem; [2019-07-30T06:38:45.372Z] ^^^^^^^^^^^^ [2019-07-30T06:38:45.372Z] Potential resource leak: 'elem' may not be closed at this location [2019-07-30T06:38:45.372Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/CtfEnumPair.java:[56] [2019-07-30T06:38:45.372Z] return getFirst(); [2019-07-30T06:38:45.372Z] ^^^^^^^^^^ [2019-07-30T06:38:45.372Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:38:45.372Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/context/CtfTmfContext.java:[81] [2019-07-30T06:38:45.372Z] CtfIterator iterator = getIterator(); [2019-07-30T06:38:45.372Z] ^^^^^^^^ [2019-07-30T06:38:45.372Z] Potential resource leak: 'iterator' may not be closed [2019-07-30T06:38:45.372Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/context/CtfTmfContext.java:[126] [2019-07-30T06:38:45.372Z] return iterator == null ? null : iterator.getCurrentEvent(); [2019-07-30T06:38:45.372Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:38:45.372Z] Potential resource leak: 'iterator' may not be closed at this location [2019-07-30T06:38:45.372Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/context/CtfTmfContext.java:[154] [2019-07-30T06:38:45.372Z] return retVal; [2019-07-30T06:38:45.372Z] ^^^^^^^^^^^^^^ [2019-07-30T06:38:45.372Z] Potential resource leak: 'iterator' may not be closed at this location [2019-07-30T06:38:45.372Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/context/CtfTmfContext.java:[176] [2019-07-30T06:38:45.372Z] return ret; [2019-07-30T06:38:45.372Z] ^^^^^^^^^^^ [2019-07-30T06:38:45.372Z] Potential resource leak: 'iterator' may not be closed at this location [2019-07-30T06:38:45.372Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/tmf/ctf/core/context/CtfTmfContext.java:[189] [2019-07-30T06:38:45.372Z] return iterator == null ? false : iterator.seek(location); [2019-07-30T06:38:45.372Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:38:45.372Z] Potential resource leak: 'iterator' may not be closed at this location [2019-07-30T06:38:45.372Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIterator.java:[154] [2019-07-30T06:38:45.372Z] return fPreviousEvent; [2019-07-30T06:38:45.372Z] ^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:38:45.372Z] Potential resource leak: 'top' may not be closed at this location [2019-07-30T06:38:45.372Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIterator.java:[171] [2019-07-30T06:38:45.372Z] return fTrace.timestampCyclesToNanos(ts); [2019-07-30T06:38:45.372Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:38:45.372Z] Potential resource leak: 'top' may not be closed at this location [2019-07-30T06:38:45.372Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIterator.java:[174] [2019-07-30T06:38:45.372Z] return 0; [2019-07-30T06:38:45.372Z] ^^^^^^^^^ [2019-07-30T06:38:45.372Z] Potential resource leak: 'top' may not be closed at this location [2019-07-30T06:38:45.372Z] 12 problems (12 warnings) [2019-07-30T06:38:45.372Z] [INFO] [2019-07-30T06:38:45.372Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:45.372Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:38:45.372Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/src/test/resources [2019-07-30T06:38:45.372Z] [INFO] [2019-07-30T06:38:45.372Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:45.372Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT-sources.jar [2019-07-30T06:38:45.372Z] [INFO] [2019-07-30T06:38:45.372Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:45.372Z] [INFO] [2019-07-30T06:38:45.372Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:45.372Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT.jar [2019-07-30T06:38:45.372Z] [INFO] [2019-07-30T06:38:45.372Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:45.372Z] [INFO] [2019-07-30T06:38:45.372Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:45.372Z] [INFO] [2019-07-30T06:38:45.372Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:45.372Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT.jar [2019-07-30T06:38:45.372Z] [INFO] [2019-07-30T06:38:45.372Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:45.372Z] [INFO] [2019-07-30T06:38:45.372Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:45.372Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:38:45.372Z] [INFO] [2019-07-30T06:38:45.372Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:45.628Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:38:45.628Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T06:38:46.190Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T06:38:46.190Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:38:46.190Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:38:46.190Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:38:46.446Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:38:47.008Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:38:47.008Z] [INFO] [2019-07-30T06:38:47.008Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:47.008Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core/4.2.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT.jar [2019-07-30T06:38:47.008Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core/4.2.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT.pom [2019-07-30T06:38:47.008Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core/4.2.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT-sources.jar [2019-07-30T06:38:47.008Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core/4.2.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:38:47.008Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core/4.2.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT-p2metadata.xml [2019-07-30T06:38:47.008Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core/4.2.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core-4.2.0-SNAPSHOT-p2artifacts.xml [2019-07-30T06:38:47.008Z] [INFO] [2019-07-30T06:38:47.008Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ctf.core --- [2019-07-30T06:38:47.008Z] [INFO] [2019-07-30T06:38:47.008Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.core.tests >-- [2019-07-30T06:38:47.008Z] [INFO] Building org.eclipse.tracecompass.tmf.ctf.core.tests 1.0.9-SNAPSHOT [20/134] [2019-07-30T06:38:47.008Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T06:38:47.008Z] [INFO] [2019-07-30T06:38:47.008Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:38:47.008Z] [INFO] [2019-07-30T06:38:47.008Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:38:47.008Z] [INFO] The project's OSGi version is 1.0.9.201907300626 [2019-07-30T06:38:47.008Z] [INFO] [2019-07-30T06:38:47.008Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:38:47.008Z] [INFO] [2019-07-30T06:38:47.008Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:38:47.008Z] [INFO] [2019-07-30T06:38:47.008Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:38:47.008Z] [INFO] [2019-07-30T06:38:47.008Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:38:47.008Z] [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/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:38:47.008Z] [INFO] [2019-07-30T06:38:47.008Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:38:47.008Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:38:47.008Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/main/resources [2019-07-30T06:38:47.008Z] [INFO] [2019-07-30T06:38:47.008Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:38:47.008Z] [INFO] Compiling 34 source files to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/classes [2019-07-30T06:38:47.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/org/eclipse/tracecompass/tmf/ctf/core/tests/event/CtfTmfEventFieldSignExtensionTest.java:[39] [2019-07-30T06:38:47.569Z] private static final @NonNull CtfTestTrace DEBUG_INFO_TRACE = CtfTestTrace.DEBUG_INFO3; [2019-07-30T06:38:47.569Z] ^^^^^^^^^^^ [2019-07-30T06:38:47.569Z] The field CtfTestTrace.DEBUG_INFO3 is deprecated [2019-07-30T06:38:47.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/histogram/dataprovider/HistogramDataProviderTest.java:[66] [2019-07-30T06:38:47.569Z] private static final Map EXPECTED_YDATA = ImmutableMap.of(Long.toString(1), [2019-07-30T06:38:47.569Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:38:47.569Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:38:47.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/histogram/dataprovider/HistogramDataProviderTest.java:[71] [2019-07-30T06:38:47.569Z] Long.toString(2), [2019-07-30T06:38:47.569Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:38:47.569Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:38:47.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/org/eclipse/tracecompass/tmf/core/tests/histogram/dataprovider/HistogramDataProviderTest.java:[109] [2019-07-30T06:38:47.569Z] SelectionTimeQueryFilter selectionFilter = new SelectionTimeQueryFilter(START, END, 100, ids); [2019-07-30T06:38:47.569Z] ^^^ [2019-07-30T06:38:47.569Z] Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull Collection<@NonNull Long>', corresponding supertype is 'Collection' [2019-07-30T06:38:47.569Z] 4 problems (4 warnings) [2019-07-30T06:38:47.569Z] [INFO] [2019-07-30T06:38:47.569Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:38:47.569Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:38:47.569Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/src/test/resources [2019-07-30T06:38:47.569Z] [INFO] [2019-07-30T06:38:47.569Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:38:47.569Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT-sources.jar [2019-07-30T06:38:47.569Z] [INFO] [2019-07-30T06:38:47.569Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:38:47.569Z] [INFO] [2019-07-30T06:38:47.569Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:38:47.569Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT.jar [2019-07-30T06:38:47.825Z] [INFO] [2019-07-30T06:38:47.825Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:38:47.825Z] [INFO] [2019-07-30T06:38:47.825Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:38:47.825Z] [INFO] [2019-07-30T06:38:47.825Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:38:47.825Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT.jar [2019-07-30T06:38:48.080Z] [INFO] [2019-07-30T06:38:48.080Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:38:48.080Z] [INFO] [2019-07-30T06:38:48.080Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:38:49.444Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/work/data/.metadata/.log [2019-07-30T06:38:49.444Z] [INFO] Command line: [2019-07-30T06:38:49.444Z] [/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/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T06:38:49.444Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T06:38:51.961Z] !SESSION 2019-07-30 06:38:49.476 ----------------------------------------------- [2019-07-30T06:38:51.961Z] eclipse.buildId=unknown [2019-07-30T06:38:51.961Z] java.version=1.8.0_202 [2019-07-30T06:38:51.961Z] java.vendor=Oracle Corporation [2019-07-30T06:38:51.961Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T06:38:51.961Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T06:38:51.961Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T06:38:51.961Z] [2019-07-30T06:38:51.961Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 06:38:51.340 [2019-07-30T06:38:51.961Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:38:51.961Z] !STACK 0 [2019-07-30T06:38:51.961Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] [2019-07-30T06:38:51.961Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:38:51.961Z] [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:38:51.961Z] [2019-07-30T06:38:51.961Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 06:38:51.448 [2019-07-30T06:38:51.961Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:38:51.961Z] !STACK 0 [2019-07-30T06:38:51.961Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] [2019-07-30T06:38:51.961Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:38:51.961Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T06:38:51.961Z] -> 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" [2019-07-30T06:38:51.961Z] org.apache.httpcomponents.httpclient.win [35] [2019-07-30T06:38:51.961Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:38:51.961Z] [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:38:51.961Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:38:53.326Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest [2019-07-30T06:38:53.326Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest [2019-07-30T06:38:53.326Z] testToString(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest) Time elapsed: 0.001 s [2019-07-30T06:38:53.326Z] testCompareTo(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest) Time elapsed: 0 s [2019-07-30T06:38:53.326Z] testGetters(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest) Time elapsed: 0 s [2019-07-30T06:38:53.326Z] testHashCode(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest) Time elapsed: 0 s [2019-07-30T06:38:53.326Z] testEquals(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationDataTest) Time elapsed: 0 s [2019-07-30T06:38:53.326Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfTmfContextTest [2019-07-30T06:39:40.166Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.839 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfTmfContextTest [2019-07-30T06:39:40.166Z] testTooManyContexts(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfTmfContextTest) Time elapsed: 41.38 s [2019-07-30T06:39:40.166Z] testIndexing(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfTmfContextTest) Time elapsed: 1.315 s [2019-07-30T06:39:40.166Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest [2019-07-30T06:39:40.166Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest [2019-07-30T06:39:40.166Z] testCtfLocation_timestamp(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest) Time elapsed: 0.001 s [2019-07-30T06:39:40.166Z] testToString_valid(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest) Time elapsed: 0 s [2019-07-30T06:39:40.166Z] testSetLocation(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest) Time elapsed: 0 s [2019-07-30T06:39:40.166Z] testGetLocation(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest) Time elapsed: 0 s [2019-07-30T06:39:40.166Z] testToString_invalid(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest) Time elapsed: 0.001 s [2019-07-30T06:39:40.166Z] testCtfLocation_long(org.eclipse.tracecompass.tmf.ctf.core.tests.context.CtfLocationTest) Time elapsed: 0 s [2019-07-30T06:39:40.166Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest [2019-07-30T06:39:40.166Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest [2019-07-30T06:39:40.166Z] testParseField_array_int(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0.009 s [2019-07-30T06:39:40.166Z] testParseField_variant(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:39:40.166Z] testParseField_float(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0.001 s [2019-07-30T06:39:40.166Z] testParseField_enum(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0.001 s [2019-07-30T06:39:40.166Z] testParseField_string(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:39:40.166Z] testParseField_struct(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0.001 s [2019-07-30T06:39:40.166Z] testParseField_sequence(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:39:40.166Z] testParseField_sequence_value(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0.001 s [2019-07-30T06:39:40.166Z] testParseField_array_enum(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0.031 s [2019-07-30T06:39:40.166Z] testParseField_array_float(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:39:40.166Z] testParseField_int(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0.001 s [2019-07-30T06:39:40.166Z] testParseField_array_variant(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:39:40.166Z] testParseField_array_string(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0.001 s [2019-07-30T06:39:40.166Z] testParseField_array_struct(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldTest) Time elapsed: 0 s [2019-07-30T06:39:40.166Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldVariantTest [2019-07-30T06:39:40.166Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldVariantTest [2019-07-30T06:39:40.166Z] testVariantGetField(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldVariantTest) Time elapsed: 0.001 s [2019-07-30T06:39:40.166Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest [2019-07-30T06:39:42.054Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.718 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest [2019-07-30T06:39:42.054Z] testTrace(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest) Time elapsed: 0 s [2019-07-30T06:39:42.054Z] testContextEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest) Time elapsed: 0.083 s [2019-07-30T06:39:42.054Z] testContext1(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest) Time elapsed: 0.137 s [2019-07-30T06:39:42.054Z] testContext2(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest) Time elapsed: 0.123 s [2019-07-30T06:39:42.054Z] testContext3(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest) Time elapsed: 0.101 s [2019-07-30T06:39:42.054Z] testContext4(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest) Time elapsed: 0.135 s [2019-07-30T06:39:42.054Z] testContextMiddle(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest) Time elapsed: 0.069 s [2019-07-30T06:39:42.054Z] testContextStart(org.eclipse.tracecompass.tmf.ctf.core.tests.event.EventContextTest) Time elapsed: 0.071 s [2019-07-30T06:39:42.054Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldSignExtensionTest [2019-07-30T06:39:42.054Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldSignExtensionTest [2019-07-30T06:39:42.054Z] testUnsignedByte(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventFieldSignExtensionTest) Time elapsed: 0.044 s [2019-07-30T06:39:42.054Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest [2019-07-30T06:39:42.310Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest [2019-07-30T06:39:42.310Z] testGetFieldNames(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s [2019-07-30T06:39:42.310Z] testGetFieldValue(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s [2019-07-30T06:39:42.310Z] testCTFEvent_read(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s [2019-07-30T06:39:42.310Z] testGetSubFieldValue(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s [2019-07-30T06:39:42.310Z] testToString(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s [2019-07-30T06:39:42.310Z] testCustomAttributes(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s [2019-07-30T06:39:42.310Z] testGetters(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s [2019-07-30T06:39:42.310Z] testTimestamp(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s [2019-07-30T06:39:42.310Z] testGetEventName(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s [2019-07-30T06:39:42.310Z] testGetTimestamp(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s [2019-07-30T06:39:42.310Z] testGetFields(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s [2019-07-30T06:39:42.310Z] testGetCPU(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s [2019-07-30T06:39:42.310Z] testNullEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTest) Time elapsed: 0 s [2019-07-30T06:39:42.310Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTypeTest [2019-07-30T06:39:42.310Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTypeTest [2019-07-30T06:39:42.310Z] testToString(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTypeTest) Time elapsed: 0 s [2019-07-30T06:39:42.310Z] testCtfTmfEventType(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfEventTypeTest) Time elapsed: 0 s [2019-07-30T06:39:42.310Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest [2019-07-30T06:39:54.476Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.129 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest [2019-07-30T06:39:54.476Z] testNbEvents(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest) Time elapsed: 1.936 s [2019-07-30T06:39:54.476Z] testNbEventsBug475007(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest) Time elapsed: 3.312 s [2019-07-30T06:39:54.476Z] testNormalEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest) Time elapsed: 1.508 s [2019-07-30T06:39:54.476Z] testSecondLostEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest) Time elapsed: 1.406 s [2019-07-30T06:39:54.476Z] testFirstLostEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest) Time elapsed: 1.407 s [2019-07-30T06:39:54.476Z] testLostEventWithTransform(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventsTest) Time elapsed: 2.559 s [2019-07-30T06:39:54.476Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfCpuAspectTest [2019-07-30T06:39:54.476Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfCpuAspectTest [2019-07-30T06:39:54.476Z] test(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfCpuAspectTest) Time elapsed: 0.001 s [2019-07-30T06:39:54.476Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventStatisticsTest [2019-07-30T06:39:57.739Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.881 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventStatisticsTest [2019-07-30T06:39:57.739Z] testLostEventsTotals(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventStatisticsTest) Time elapsed: 0.002 s [2019-07-30T06:39:57.739Z] testLostEventsTypes(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventStatisticsTest) Time elapsed: 0 s [2019-07-30T06:39:57.739Z] testLostEventsTotalInRange(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventStatisticsTest) Time elapsed: 0.001 s [2019-07-30T06:39:57.739Z] testLostEventsTypesInRange(org.eclipse.tracecompass.tmf.ctf.core.tests.event.CtfTmfLostEventStatisticsTest) Time elapsed: 0.001 s [2019-07-30T06:39:57.739Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfReadBoundsTest [2019-07-30T06:39:57.994Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.694 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfReadBoundsTest [2019-07-30T06:39:57.994Z] testRapidBoundsWithTransform(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfReadBoundsTest) Time elapsed: 0.504 s [2019-07-30T06:39:57.994Z] testRapidBounds(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfReadBoundsTest) Time elapsed: 0.189 s [2019-07-30T06:39:57.994Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest [2019-07-30T06:40:02.158Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.073 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest [2019-07-30T06:40:02.158Z] testPreviousMatchingEventStartMatches(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.271 s [2019-07-30T06:40:02.158Z] testPreviousMatchingEventProgressMonitor(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.298 s [2019-07-30T06:40:02.158Z] testNextMatchingEventStartMatches(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.299 s [2019-07-30T06:40:02.158Z] testPreviousMatchingEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.301 s [2019-07-30T06:40:02.158Z] testNextMatchingEventProgressMonitor(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.301 s [2019-07-30T06:40:02.158Z] testPreviousMatchingEventFar(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.3 s [2019-07-30T06:40:02.158Z] testNextMatchingEventCancelled(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0 s [2019-07-30T06:40:02.158Z] testPreviousMatchingBeginningOfTrace(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.599 s [2019-07-30T06:40:02.158Z] testPreviousMatchingEventNoMatch(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.301 s [2019-07-30T06:40:02.158Z] testNextMatchingEventNoMatch(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.912 s [2019-07-30T06:40:02.158Z] testNextMatchingEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.302 s [2019-07-30T06:40:02.158Z] testPreviousMatchingEventCancelled(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.TmfTraceUtilsSearchingTest) Time elapsed: 0.001 s [2019-07-30T06:40:02.158Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trace.FunkyTraceTest [2019-07-30T06:40:03.624Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.623 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trace.FunkyTraceTest [2019-07-30T06:40:03.624Z] testSecondToLastEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.FunkyTraceTest) Time elapsed: 0.112 s [2019-07-30T06:40:03.624Z] testLastEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.FunkyTraceTest) Time elapsed: 0.093 s [2019-07-30T06:40:03.624Z] testFirstEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.FunkyTraceTest) Time elapsed: 0.022 s [2019-07-30T06:40:03.624Z] testSecondEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.FunkyTraceTest) Time elapsed: 0.099 s [2019-07-30T06:40:03.624Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceValidateTest [2019-07-30T06:40:03.624Z] [2019-07-30T06:40:03.624Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-30 06:40:03.577 [2019-07-30T06:40:03.624Z] !MESSAGE Unknown trace attribute: test [2019-07-30T06:40:03.624Z] [2019-07-30T06:40:03.624Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-30 06:40:03.578 [2019-07-30T06:40:03.624Z] !MESSAGE Unknown trace attribute: test1 [2019-07-30T06:40:03.624Z] [2019-07-30T06:40:03.624Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-30 06:40:03.579 [2019-07-30T06:40:03.624Z] !MESSAGE Unknown trace attribute: test2 [2019-07-30T06:40:03.624Z] [2019-07-30T06:40:03.624Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-30 06:40:03.579 [2019-07-30T06:40:03.624Z] !MESSAGE Unknown trace attribute: test3 [2019-07-30T06:40:03.624Z] [2019-07-30T06:40:03.624Z] !ENTRY org.eclipse.tracecompass.ctf.core 2 0 2019-07-30 06:40:03.580 [2019-07-30T06:40:03.624Z] !MESSAGE Unknown trace attribute: test4 [2019-07-30T06:40:03.880Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceValidateTest [2019-07-30T06:40:03.880Z] testValidate[0: ../org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/pass/literal-integers](org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceValidateTest) Time elapsed: 0.009 s [2019-07-30T06:40:03.880Z] testValidate[1: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/work/configuration/org.eclipse.osgi/221/0/.cp/kernel](org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceValidateTest) Time elapsed: 0.057 s [2019-07-30T06:40:03.880Z] testValidate[2: ../org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/enum-empty](org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceValidateTest) Time elapsed: 0.003 s [2019-07-30T06:40:03.880Z] 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 s [2019-07-30T06:40:03.880Z] 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 [2019-07-30T06:40:03.880Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trace.indexer.CtfExperimentCheckpointIndexTest [2019-07-30T06:40:13.819Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.115 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trace.indexer.CtfExperimentCheckpointIndexTest [2019-07-30T06:40:13.819Z] testReopenIndex(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.indexer.CtfExperimentCheckpointIndexTest) Time elapsed: 5.874 s [2019-07-30T06:40:13.819Z] testIndexing(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.indexer.CtfExperimentCheckpointIndexTest) Time elapsed: 4.24 s [2019-07-30T06:40:13.819Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest [2019-07-30T06:40:14.074Z] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest [2019-07-30T06:40:14.074Z] testCtfTmfTrace(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0.001 s [2019-07-30T06:40:14.074Z] testSeekEvent_timestamp(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testSeekEventLoc_timetamp(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0.001 s [2019-07-30T06:40:14.074Z] testParseEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testGetEndTime(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testGetNbEvents(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testSeekEventLoc_null(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testGetStartTime(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testBroadcast(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0.001 s [2019-07-30T06:40:14.074Z] testEventLookup(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0.002 s [2019-07-30T06:40:14.074Z] testValidate(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0.033 s [2019-07-30T06:40:14.074Z] testGetEnvValue(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testGetName(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testGetNext(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testGetPath(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testGetStreamingInterval(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testGetContainedEventTypes(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0.001 s [2019-07-30T06:40:14.074Z] testGetLocationRatio(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testGetCacheSize(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testGetTraceProperties(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testCtfHostId(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testSeekEvent_rank(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0.001 s [2019-07-30T06:40:14.074Z] testGetTimeRange(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testGetEventType(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testSeekEvent_ratio(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testGetResource(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testSeekEvent_location(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0.001 s [2019-07-30T06:40:14.074Z] testReadNextEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testDispose(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testSeekEventInvalidLocation(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] testGetCurrentLocation(org.eclipse.tracecompass.tmf.ctf.core.tests.trace.CtfTmfTraceTest) Time elapsed: 0 s [2019-07-30T06:40:14.074Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest [2019-07-30T06:44:35.522Z] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 257.296 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest [2019-07-30T06:44:35.522Z] testTrimEvents[0: KERNEL](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 26.559 s [2019-07-30T06:44:35.522Z] testTrimEvents[1: TRACE2](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 21.745 s [2019-07-30T06:44:35.522Z] testTrimEvents[2: KERNEL_VM](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 27.769 s [2019-07-30T06:44:35.522Z] testTrimEvents[3: SYNC_SRC](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 5.744 s [2019-07-30T06:44:35.522Z] testTrimEvents[4: SYNC_DEST](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 4.468 s [2019-07-30T06:44:35.522Z] testTrimEvents[5: DJANGO_CLIENT](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 29.143 s [2019-07-30T06:44:35.522Z] testTrimEvents[6: DJANGO_DB](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 25.082 s [2019-07-30T06:44:35.522Z] testTrimEvents[7: DJANGO_HTTPD](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 26.965 s [2019-07-30T06:44:35.522Z] testTrimEvents[8: CYG_PROFILE](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.367 s [2019-07-30T06:44:35.522Z] testTrimEvents[9: CYG_PROFILE_FAST](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.305 s [2019-07-30T06:44:35.522Z] testTrimEvents[10: FUNKY_TRACE](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.363 s [2019-07-30T06:44:35.522Z] testTrimEvents[11: ARM_64_BIT_HEADER](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 3.24 s [2019-07-30T06:44:35.522Z] testTrimEvents[12: FLIPPING_ENDIANNESS](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.47 s [2019-07-30T06:44:35.522Z] testTrimEvents[13: DYNSCOPE](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 3.521 s [2019-07-30T06:44:35.522Z] testTrimEvents[14: DEBUG_INFO](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.234 s [2019-07-30T06:44:35.522Z] testTrimEvents[15: DEBUG_INFO3](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.22 s [2019-07-30T06:44:35.522Z] testTrimEvents[16: DEBUG_INFO4](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.251 s [2019-07-30T06:44:35.522Z] testTrimEvents[17: DEBUG_INFO_SYNTH_EXEC](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.273 s [2019-07-30T06:44:35.522Z] testTrimEvents[18: DEBUG_INFO_SYNTH_TWO_PROCESSES](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.214 s [2019-07-30T06:44:35.522Z] testTrimEvents[19: DEBUG_INFO_SYNTH_BUILDID_DEBUGLINK](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.216 s [2019-07-30T06:44:35.522Z] testTrimEvents[20: MEMORY_ANALYSIS](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 12.496 s [2019-07-30T06:44:35.522Z] testTrimEvents[21: PERF_TASKSET2](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.259 s [2019-07-30T06:44:35.522Z] testTrimEvents[22: MANY_THREADS](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 10.428 s [2019-07-30T06:44:35.522Z] testTrimEvents[23: CONTEXT_SWITCHES_KERNEL](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 11.228 s [2019-07-30T06:44:35.522Z] testTrimEvents[24: CONTEXT_SWITCHES_UST](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 2.288 s [2019-07-30T06:44:35.522Z] testTrimEvents[25: UNEVEN_STREAMS](org.eclipse.tracecompass.tmf.ctf.core.tests.trim.CtfTmfTraceTrimmingTest) Time elapsed: 21.399 s [2019-07-30T06:44:35.522Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest [2019-07-30T06:44:47.699Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 15.56 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest [2019-07-30T06:44:47.699Z] preemptedForegroundRequest(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 0.223 s [2019-07-30T06:44:47.699Z] foregroundRequest(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 1.503 s [2019-07-30T06:44:47.699Z] executionOrder(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) skipped [2019-07-30T06:44:47.699Z] TestMultiRequest1(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 1.941 s [2019-07-30T06:44:47.699Z] TestMultiRequest2(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 2.23 s [2019-07-30T06:44:47.699Z] TestMultiRequest3(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 0.925 s [2019-07-30T06:44:47.699Z] TestMultiRequest4(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 0.331 s [2019-07-30T06:44:47.699Z] TestMultiRequest5(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 0.383 s [2019-07-30T06:44:47.699Z] TestMultiRequest6(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 1.976 s [2019-07-30T06:44:47.699Z] TestMultiRequest7(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 2.34 s [2019-07-30T06:44:47.699Z] preemptedBackgroundRequest(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 0.345 s [2019-07-30T06:44:47.699Z] backgroundRequest(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.request.TmfSchedulerTest) Time elapsed: 2.186 s [2019-07-30T06:44:47.699Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest [2019-07-30T06:45:55.523Z] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 59.875 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest [2019-07-30T06:45:55.523Z] testTraceTimeRangeClampingEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.009 s [2019-07-30T06:45:55.523Z] testTraceSetNestedExperiment(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 11.259 s [2019-07-30T06:45:55.523Z] testExperimentTimestampInTrace(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 3.532 s [2019-07-30T06:45:55.523Z] testExperimentTimestampInvalid(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 3.493 s [2019-07-30T06:45:55.523Z] testExperimentInitialRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 3.514 s [2019-07-30T06:45:55.523Z] testTraceTimeRangeClampingStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.002 s [2019-07-30T06:45:55.523Z] testTwoTracesTimeRangePartiallyInOne(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.001 s [2019-07-30T06:45:55.523Z] testExperimentRangeClampingBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 3.332 s [2019-07-30T06:45:55.523Z] testTwoTracesTimestampValid(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.002 s [2019-07-30T06:45:55.523Z] testTwoTracesTimestampInBetween(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.001 s [2019-07-30T06:45:55.523Z] testTraceSetWithNestedExperiment(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 10.681 s [2019-07-30T06:45:55.523Z] testTwoTracesTimestampInvalid(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.002 s [2019-07-30T06:45:55.523Z] testTraceInitialRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0 s [2019-07-30T06:45:55.523Z] testTwoTracesTimeRangeAllInOne(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.001 s [2019-07-30T06:45:55.523Z] testInitialize(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0 s [2019-07-30T06:45:55.523Z] testTraceTimeRangeClampingBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.001 s [2019-07-30T06:45:55.523Z] testTraceNewTimeRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.001 s [2019-07-30T06:45:55.523Z] testTraceSetExperiment(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 3.493 s [2019-07-30T06:45:55.523Z] testTwoTracesTimeRangeInBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.003 s [2019-07-30T06:45:55.523Z] testExperimentRangeInBetween(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 3.368 s [2019-07-30T06:45:55.523Z] testExperimentRangeClampingOne(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 3.479 s [2019-07-30T06:45:55.523Z] testTraceSetWithExperiment(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 3.383 s [2019-07-30T06:45:55.523Z] testNewTimestamp(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.001 s [2019-07-30T06:45:55.523Z] testTraceSetForHost(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.004 s [2019-07-30T06:45:55.523Z] testTraceSetExperimentForHost(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 3.422 s [2019-07-30T06:45:55.523Z] testTwoTracesTimeRangeInBetween(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.001 s [2019-07-30T06:45:55.523Z] testExperimentTimestampInBetween(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 3.431 s [2019-07-30T06:45:55.523Z] testTraceSet(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.002 s [2019-07-30T06:45:55.523Z] testTimestampAfter(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.001 s [2019-07-30T06:45:55.523Z] testTimestampBefore(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerTest) Time elapsed: 0.001 s [2019-07-30T06:45:55.523Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerUtilityTest [2019-07-30T06:45:55.523Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.446 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerUtilityTest [2019-07-30T06:45:55.523Z] testSupplementaryFileDir(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerUtilityTest) Time elapsed: 1.169 s [2019-07-30T06:45:55.523Z] testDeleteSupplementaryFolder(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerUtilityTest) Time elapsed: 1.175 s [2019-07-30T06:45:55.523Z] testTemporaryDirPath(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerUtilityTest) Time elapsed: 1.935 s [2019-07-30T06:45:55.523Z] testDeleteSupplementaryFiles(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.tracemanager.TmfTraceManagerUtilityTest) Time elapsed: 1.164 s [2019-07-30T06:45:55.523Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest [2019-07-30T06:45:55.523Z] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest [2019-07-30T06:45:55.523Z] testGetEventsInRangeWholeRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.001 s [2019-07-30T06:45:55.523Z] testGetEventTypesInRangeMinusEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.001 s [2019-07-30T06:45:55.523Z] testGetEventsInRangeMinusEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0 s [2019-07-30T06:45:55.523Z] testEventTypesTotal(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0 s [2019-07-30T06:45:55.523Z] testGetEventTypesInRangeWholeRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.001 s [2019-07-30T06:45:55.523Z] testGetEventsTotal(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.001 s [2019-07-30T06:45:55.523Z] testGetEventsInRangeNoEventsAtEdges(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.003 s [2019-07-30T06:45:55.523Z] testGetEventsInRangeEventAtEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.001 s [2019-07-30T06:45:55.523Z] testGetEventsInRangeEventAtStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0 s [2019-07-30T06:45:55.523Z] testGetEventTypesInRangeNoEvents(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.004 s [2019-07-30T06:45:55.523Z] testHistogramQuerySmall(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.003 s [2019-07-30T06:45:55.523Z] testGetEventsInRangeNoEvents(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0 s [2019-07-30T06:45:55.523Z] testGetEventsInRangeMinusStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0 s [2019-07-30T06:45:55.523Z] testGetEventTypesInRangeNoEventsAtEdges(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0 s [2019-07-30T06:45:55.523Z] testGetEventTypesInRangeEventAtEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.001 s [2019-07-30T06:45:55.523Z] testGetEventTypesInRangeEventAtStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.002 s [2019-07-30T06:45:55.523Z] testGetEventsInRangeEventAtBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0 s [2019-07-30T06:45:55.523Z] testGetEventTypesInRangeMinusStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.001 s [2019-07-30T06:45:55.523Z] testGetEventTypesInRangeEventAtBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.001 s [2019-07-30T06:45:55.523Z] testHistogramQueryFull(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfStateStatisticsTest) Time elapsed: 0.068 s [2019-07-30T06:45:55.523Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest [2019-07-30T06:46:27.546Z] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.106 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest [2019-07-30T06:46:27.546Z] testGetEventsInRangeWholeRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 1.959 s [2019-07-30T06:46:27.546Z] testGetEventTypesInRangeMinusEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 2.146 s [2019-07-30T06:46:27.546Z] testGetEventsInRangeMinusEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 1.955 s [2019-07-30T06:46:27.546Z] testEventTypesTotal(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 2.093 s [2019-07-30T06:46:27.546Z] testGetEventTypesInRangeWholeRange(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 2.175 s [2019-07-30T06:46:27.546Z] testGetEventsTotal(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 1.992 s [2019-07-30T06:46:27.546Z] testGetEventsInRangeNoEventsAtEdges(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 1.033 s [2019-07-30T06:46:27.546Z] testGetEventsInRangeEventAtEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 2.201 s [2019-07-30T06:46:27.546Z] testGetEventsInRangeEventAtStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 2.214 s [2019-07-30T06:46:27.546Z] testGetEventTypesInRangeNoEvents(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 1.087 s [2019-07-30T06:46:27.546Z] testHistogramQuerySmall(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 1.102 s [2019-07-30T06:46:27.546Z] testGetEventsInRangeNoEvents(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 1.1 s [2019-07-30T06:46:27.546Z] testGetEventsInRangeMinusStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 2.083 s [2019-07-30T06:46:27.546Z] testGetEventTypesInRangeNoEventsAtEdges(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 1.02 s [2019-07-30T06:46:27.546Z] testGetEventTypesInRangeEventAtEnd(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 2.202 s [2019-07-30T06:46:27.546Z] testGetEventTypesInRangeEventAtStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 2.201 s [2019-07-30T06:46:27.546Z] testGetEventsInRangeEventAtBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 1.101 s [2019-07-30T06:46:27.546Z] testGetEventTypesInRangeMinusStart(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 2.103 s [2019-07-30T06:46:27.546Z] testGetEventTypesInRangeEventAtBoth(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 1.099 s [2019-07-30T06:46:27.546Z] testHistogramQueryFull(org.eclipse.tracecompass.tmf.ctf.core.tests.temp.statistics.TmfEventsStatisticsTest) Time elapsed: 2.159 s [2019-07-30T06:46:27.546Z] Running org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest [2019-07-30T06:46:28.108Z] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.569 s - in org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest [2019-07-30T06:46:28.108Z] testEqualsEmpty(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.041 s [2019-07-30T06:46:28.108Z] testEqualsOther(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.073 s [2019-07-30T06:46:28.108Z] testAdvance(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.029 s [2019-07-30T06:46:28.108Z] testGetCurrentEvent(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.025 s [2019-07-30T06:46:28.108Z] testIncreaseRank(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.031 s [2019-07-30T06:46:28.108Z] testHasValidRank(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.025 s [2019-07-30T06:46:28.108Z] testSeek(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.077 s [2019-07-30T06:46:28.108Z] testSetLocation(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.029 s [2019-07-30T06:46:28.108Z] testGetLocation(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.024 s [2019-07-30T06:46:28.108Z] testCompareTo(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.037 s [2019-07-30T06:46:28.108Z] testGetRank(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.025 s [2019-07-30T06:46:28.108Z] testHashCode(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.027 s [2019-07-30T06:46:28.108Z] testGetCtfTmfTrace(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.026 s [2019-07-30T06:46:28.108Z] testCtfIteratorPosition(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.024 s [2019-07-30T06:46:28.108Z] testCtfIteratorInit(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.026 s [2019-07-30T06:46:28.108Z] testSetRank(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.023 s [2019-07-30T06:46:28.108Z] testCtfIteratorNoinit(org.eclipse.tracecompass.tmf.ctf.core.tests.iterator.CtfIteratorTest) Time elapsed: 0.023 s [2019-07-30T06:46:28.108Z] Running org.eclipse.tracecompass.tmf.core.tests.histogram.dataprovider.HistogramDataProviderTest [2019-07-30T06:46:28.108Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.tracecompass.tmf.core.tests.histogram.dataprovider.HistogramDataProviderTest [2019-07-30T06:46:28.108Z] testHelloLost(org.eclipse.tracecompass.tmf.core.tests.histogram.dataprovider.HistogramDataProviderTest) Time elapsed: 0.093 s [2019-07-30T06:46:28.108Z] [2019-07-30T06:46:28.108Z] Results: [2019-07-30T06:46:28.108Z] [2019-07-30T06:46:28.108Z] Tests run: 249, Failures: 0, Errors: 0, Skipped: 1 [2019-07-30T06:46:28.108Z] [2019-07-30T06:46:29.079Z] [INFO] All tests passed! [2019-07-30T06:46:29.079Z] [INFO] [2019-07-30T06:46:29.079Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:46:29.079Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:46:29.079Z] [INFO] [2019-07-30T06:46:29.079Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:46:29.334Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T06:46:29.334Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:46:29.334Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:46:30.262Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T06:46:30.518Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T06:46:30.773Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes [2019-07-30T06:46:31.029Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:46:31.029Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:46:31.029Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:46:31.029Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T06:46:31.285Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:46:31.285Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T06:46:31.540Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T06:46:31.540Z] [INFO] [2019-07-30T06:46:31.540Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:46:31.540Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT.jar [2019-07-30T06:46:31.540Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT.pom [2019-07-30T06:46:31.540Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT-sources.jar [2019-07-30T06:46:31.540Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:46:31.540Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT-p2metadata.xml [2019-07-30T06:46:31.540Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.core.tests-1.0.9-SNAPSHOT-p2artifacts.xml [2019-07-30T06:46:31.540Z] [INFO] [2019-07-30T06:46:31.540Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ctf.core.tests --- [2019-07-30T06:46:31.540Z] [INFO] [2019-07-30T06:46:31.540Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.core.tests >-- [2019-07-30T06:46:31.540Z] [INFO] Building org.eclipse.tracecompass.analysis.counters.core.tests 0.0.1-SNAPSHOT [21/134] [2019-07-30T06:46:31.540Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T06:46:31.797Z] [INFO] [2019-07-30T06:46:31.797Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:31.797Z] [INFO] [2019-07-30T06:46:31.797Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:31.797Z] [INFO] The project's OSGi version is 0.0.1.201907300626 [2019-07-30T06:46:31.797Z] [INFO] [2019-07-30T06:46:31.797Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:31.797Z] [INFO] [2019-07-30T06:46:31.797Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:31.797Z] [INFO] [2019-07-30T06:46:31.797Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:31.797Z] [INFO] [2019-07-30T06:46:31.797Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:31.797Z] [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/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:46:31.797Z] [INFO] [2019-07-30T06:46:31.797Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:31.797Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:46:31.797Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/src/main/resources [2019-07-30T06:46:31.797Z] [INFO] [2019-07-30T06:46:31.797Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:31.797Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/classes [2019-07-30T06:46:32.053Z] [INFO] [2019-07-30T06:46:32.053Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:32.053Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:46:32.053Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/src/test/resources [2019-07-30T06:46:32.053Z] [INFO] [2019-07-30T06:46:32.053Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:32.053Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT-sources.jar [2019-07-30T06:46:32.053Z] [INFO] [2019-07-30T06:46:32.053Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:32.053Z] [INFO] [2019-07-30T06:46:32.053Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:32.053Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT.jar [2019-07-30T06:46:32.053Z] [INFO] [2019-07-30T06:46:32.053Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:32.053Z] [INFO] [2019-07-30T06:46:32.053Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:32.053Z] [INFO] [2019-07-30T06:46:32.053Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:32.053Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT.jar [2019-07-30T06:46:32.053Z] [INFO] [2019-07-30T06:46:32.053Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:32.053Z] [INFO] [2019-07-30T06:46:32.053Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:34.568Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/work/data/.metadata/.log [2019-07-30T06:46:34.568Z] [INFO] Command line: [2019-07-30T06:46:34.568Z] [/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/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T06:46:34.568Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T06:46:36.459Z] !SESSION 2019-07-30 06:46:34.209 ----------------------------------------------- [2019-07-30T06:46:36.459Z] eclipse.buildId=unknown [2019-07-30T06:46:36.459Z] java.version=1.8.0_202 [2019-07-30T06:46:36.459Z] java.vendor=Oracle Corporation [2019-07-30T06:46:36.459Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T06:46:36.459Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T06:46:36.459Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T06:46:36.459Z] [2019-07-30T06:46:36.459Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 06:46:36.141 [2019-07-30T06:46:36.459Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:46:36.459Z] !STACK 0 [2019-07-30T06:46:36.459Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] [2019-07-30T06:46:36.459Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:46:36.459Z] [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:46:36.459Z] [2019-07-30T06:46:36.459Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 06:46:36.250 [2019-07-30T06:46:36.459Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:46:36.459Z] !STACK 0 [2019-07-30T06:46:36.459Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] [2019-07-30T06:46:36.459Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:46:36.459Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T06:46:36.459Z] -> 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" [2019-07-30T06:46:36.459Z] org.apache.httpcomponents.httpclient.win [35] [2019-07-30T06:46:36.459Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:46:36.459Z] [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:46:36.459Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:46:38.346Z] Running org.eclipse.tracecompass.analysis.counters.core.tests.CounterStateProviderTest [2019-07-30T06:46:38.602Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s - in org.eclipse.tracecompass.analysis.counters.core.tests.CounterStateProviderTest [2019-07-30T06:46:38.602Z] testEventHandle(org.eclipse.tracecompass.analysis.counters.core.tests.CounterStateProviderTest) Time elapsed: 0.406 s [2019-07-30T06:46:38.602Z] testGetNewInstance(org.eclipse.tracecompass.analysis.counters.core.tests.CounterStateProviderTest) Time elapsed: 0.013 s [2019-07-30T06:46:38.602Z] Running org.eclipse.tracecompass.analysis.counters.core.tests.CounterAnalysisTest [2019-07-30T06:46:38.602Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.tracecompass.analysis.counters.core.tests.CounterAnalysisTest [2019-07-30T06:46:38.602Z] testCanExecute(org.eclipse.tracecompass.analysis.counters.core.tests.CounterAnalysisTest) Time elapsed: 0.001 s [2019-07-30T06:46:38.602Z] [2019-07-30T06:46:38.602Z] Results: [2019-07-30T06:46:38.602Z] [2019-07-30T06:46:38.602Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T06:46:38.602Z] [2019-07-30T06:46:39.528Z] [INFO] All tests passed! [2019-07-30T06:46:39.528Z] [INFO] [2019-07-30T06:46:39.528Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:39.528Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:46:39.528Z] [INFO] [2019-07-30T06:46:39.528Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:39.783Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T06:46:39.783Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:46:40.039Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:46:40.600Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes [2019-07-30T06:46:40.856Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T06:46:40.856Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T06:46:41.111Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T06:46:41.367Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T06:46:41.367Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes [2019-07-30T06:46:41.367Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:46:41.367Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:46:41.367Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:46:41.624Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T06:46:41.624Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:46:41.624Z] [INFO] [2019-07-30T06:46:41.624Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:41.624Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT.jar [2019-07-30T06:46:41.624Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT.pom [2019-07-30T06:46:41.624Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT-sources.jar [2019-07-30T06:46:41.624Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:46:41.624Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT-p2metadata.xml [2019-07-30T06:46:41.624Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.core.tests/0.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.core.tests-0.0.1-SNAPSHOT-p2artifacts.xml [2019-07-30T06:46:41.624Z] [INFO] [2019-07-30T06:46:41.624Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.counters.core.tests --- [2019-07-30T06:46:41.624Z] [INFO] [2019-07-30T06:46:41.624Z] [INFO] ------< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui >------ [2019-07-30T06:46:41.624Z] [INFO] Building org.eclipse.tracecompass.tmf.ui 5.1.0-SNAPSHOT [22/134] [2019-07-30T06:46:41.624Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:46:41.624Z] [INFO] [2019-07-30T06:46:41.624Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:41.624Z] [INFO] [2019-07-30T06:46:41.624Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:41.624Z] [INFO] The project's OSGi version is 5.1.0.201907300626 [2019-07-30T06:46:41.624Z] [INFO] [2019-07-30T06:46:41.624Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:41.624Z] [INFO] [2019-07-30T06:46:41.624Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:41.624Z] [INFO] [2019-07-30T06:46:41.624Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:41.624Z] [INFO] [2019-07-30T06:46:41.624Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:41.624Z] [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/tmf/org.eclipse.tracecompass.tmf.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:46:41.624Z] [INFO] [2019-07-30T06:46:41.624Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:41.624Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:46:41.624Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/main/resources [2019-07-30T06:46:41.624Z] [INFO] [2019-07-30T06:46:41.624Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:41.624Z] [INFO] Compiling 523 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/Utils.java:[846] [2019-07-30T06:46:45.793Z] return Iterables.concat(Collections.singleton(root), Iterables.concat(transform)); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'Iterable<@NonNull TimeGraphEntry>' needs unchecked conversion to conform to '@NonNull Iterable<@NonNull TimeGraphEntry>' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/provisional/tmf/ui/views/timegraph/dataprovider/DataProviderBaseView.java:[138] [2019-07-30T06:46:45.793Z] ITimeGraphDataProvider<@NonNull TimeGraphEntryModel> tDataProvider = dpm.getDataProvider(trace, id, ITimeGraphDataProvider.class); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class) of the generic method getDataProvider(ITmfTrace, String, Class) of type DataProviderManager [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/provisional/tmf/ui/views/timegraph/dataprovider/DataProviderBaseView.java:[148] [2019-07-30T06:46:45.793Z] AbstractTreeCommonXDataProvider<@NonNull TmfStateSystemAnalysisModule, @NonNull ITmfTreeDataModel> xyDataProvider = dpm.getDataProvider(trace, id, AbstractTreeCommonXDataProvider.class); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class) of the generic method getDataProvider(ITmfTrace, String, Class) of type DataProviderManager [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/provisional/tmf/ui/views/timegraph/dataprovider/DataProviderBaseView.java:[191] [2019-07-30T06:46:45.793Z] List descriptors = DataProviderManager.getInstance().getAvailableProviders(traceEntry.getTrace()); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to 'List<@NonNull IDataProviderDescriptor>' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/provisional/tmf/ui/views/timegraph/dataprovider/DataProviderBaseView.java:[344] [2019-07-30T06:46:45.793Z] for (Entry> entry : providersToModelIds.asMap().entrySet()) { [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'Map.@NonNull Entry>' needs unchecked conversion to conform to 'Map.Entry>' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/provisional/tmf/ui/views/timegraph/dataprovider/DataProviderBaseView.java:[346] [2019-07-30T06:46:45.793Z] DataProviderEntries key = entry.getKey(); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/provisional/tmf/ui/views/timegraph/dataprovider/DataProviderBaseView.java:[352] [2019-07-30T06:46:45.793Z] AbstractTreeCommonXDataProvider<@NonNull TmfStateSystemAnalysisModule, @NonNull ITmfTreeDataModel> dataProvider = (AbstractTreeCommonXDataProvider<@NonNull TmfStateSystemAnalysisModule, @NonNull ITmfTreeDataModel>) provider; [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Type safety: Unchecked cast from ITmfTreeDataProvider to AbstractTreeCommonXDataProvider [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/provisional/tmf/ui/views/timegraph/dataprovider/DataProviderBaseView.java:[361] [2019-07-30T06:46:45.793Z] ITimeGraphDataProvider dataProvider = (ITimeGraphDataProvider) provider; [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Type safety: Unchecked cast from ITmfTreeDataProvider to ITimeGraphDataProvider [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/provisional/tmf/ui/views/timegraph/dataprovider/DataProviderBaseView.java:[420] [2019-07-30T06:46:45.793Z] names.add(current.getName()); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/provisional/tmf/ui/views/timegraph/dataprovider/DataProviderBaseView.java:[424] [2019-07-30T06:46:45.793Z] names.add(current.getName()); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/provisional/tmf/ui/views/timegraph/dataprovider/DataProviderBaseView.java:[431] [2019-07-30T06:46:45.793Z] return stringJoiner.toString(); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/provisional/tmf/ui/views/timegraph/dataprovider/DataProviderBaseView.java:[499] [2019-07-30T06:46:45.793Z] long id = entry.getModel().getId(); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^ [2019-07-30T06:46:45.793Z] The method getModel() from the type TimeGraphEntry is deprecated [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/provisional/tmf/ui/views/timegraph/dataprovider/DataProviderBaseView.java:[521] [2019-07-30T06:46:45.793Z] public void clampTimes(long startTime, long endTime) { [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Javadoc: Missing comment for public declaration [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/provisional/tmf/ui/views/timegraph/dataprovider/DataProviderBaseView.java:[526] [2019-07-30T06:46:45.793Z] public void alignTime() { [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Javadoc: Missing comment for public declaration [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/provisional/tmf/ui/views/timegraph/dataprovider/DataProviderBaseView.java:[549] [2019-07-30T06:46:45.793Z] public Object getLock() { [2019-07-30T06:46:45.793Z] ^^^^^^^^^ [2019-07-30T06:46:45.793Z] Javadoc: Missing comment for public declaration [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/SDWidget.java:[539] [2019-07-30T06:46:45.793Z] Object serviceObject = fSite.getSite().getWorkbenchWindow().getService(IContextService.class); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] 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 [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[267] [2019-07-30T06:46:45.793Z] addItem(null, Messages.Histogram_selectionSpanToolTip, delta.toString()); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[267] [2019-07-30T06:46:45.793Z] addItem(null, Messages.Histogram_selectionSpanToolTip, delta.toString()); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[269] [2019-07-30T06:46:45.793Z] addItem(null, ToolTipString.fromString(Messages.Histogram_bucketRangeToolTip), [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[270] [2019-07-30T06:46:45.793Z] ToolTipString.fromTimestamp(NLS.bind(Messages.Histogram_timeRange, [2019-07-30T06:46:45.793Z] TmfTimestamp.fromNanos(startTime).toString(), TmfTimestamp.fromNanos(endTime).toString()), startTime)); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[272] [2019-07-30T06:46:45.793Z] addItem(null, Messages.Histogram_eventCountToolTip, Long.toString(nbEvents)); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[272] [2019-07-30T06:46:45.793Z] addItem(null, Messages.Histogram_eventCountToolTip, Long.toString(nbEvents)); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[275] [2019-07-30T06:46:45.793Z] addItem(null, Messages.Histogram_lostEventCountToolTip, Long.toString(nbLostEvents)); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/histogram/Histogram.java:[275] [2019-07-30T06:46:45.793Z] addItem(null, Messages.Histogram_lostEventCountToolTip, Long.toString(nbLostEvents)); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/project/model/TmfViewerSorter.java:[15] [2019-07-30T06:46:45.793Z] import org.eclipse.jface.viewers.ViewerSorter; [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] The type ViewerSorter is deprecated [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/project/model/TmfViewerSorter.java:[21] [2019-07-30T06:46:45.793Z] public class TmfViewerSorter extends ViewerSorter { [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] The type ViewerSorter is deprecated [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/tracetype/preferences/TraceTypeTreeContentProvider.java:[36] [2019-07-30T06:46:45.793Z] ((Iterable) inputElement).forEach(helper -> { [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Type safety: Unchecked cast from Object to Iterable [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/tracetype/preferences/TraceTypeTreeContentProvider.java:[74] [2019-07-30T06:46:45.793Z] fInput = (Iterable<@NonNull TraceTypeHelper>) newInput; [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Type safety: Unchecked cast from Object to Iterable [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/parsers/wizards/CustomXmlParserInputWizardPage.java:[1737] [2019-07-30T06:46:45.793Z] new TmfTimestampFormat(inputElement.getInputFormat()); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/parsers/wizards/CustomXmlParserInputWizardPage.java:[1812] [2019-07-30T06:46:45.793Z] new TmfTimestampFormat(attribute.getInputFormat()); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/TmfSimpleTooltipProvider.java:[48] [2019-07-30T06:46:45.793Z] addItem(null, ToolTipString.fromString("x"), ToolTipString.fromTimestamp(time.toString(), time.toNanos())); //$NON-NLS-1$ [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/TmfSimpleTooltipProvider.java:[49] [2019-07-30T06:46:45.793Z] addItem(null, "y", Double.toString(yCoordinate)); //$NON-NLS-1$ [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/SDView.java:[1168] [2019-07-30T06:46:45.793Z] final Object service = PlatformUI.getWorkbench().getService(IHandlerService.class); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] 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 [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/SDView.java:[1186] [2019-07-30T06:46:45.793Z] final Object service = PlatformUI.getWorkbench().getService(IHandlerService.class); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] 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 [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/TmfClosestDataPointTooltipProvider.java:[110] [2019-07-30T06:46:45.793Z] ToolTipString category = entry.getKey().isEmpty() || entry.getKey().equals(OLD_TOOLTIP) ? null : ToolTipString.fromString(entry.getKey()); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/TmfClosestDataPointTooltipProvider.java:[116] [2019-07-30T06:46:45.793Z] addItem(category, ToolTipString.fromString(key), ToolTipString.fromDecimal((Number) value)); [2019-07-30T06:46:45.793Z] ^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/TmfClosestDataPointTooltipProvider.java:[118] [2019-07-30T06:46:45.793Z] addItem(category, ToolTipString.fromString(key), ToolTipString.fromTimestamp(String.valueOf(value), ((ITmfTimestamp) value).toNanos())); [2019-07-30T06:46:45.793Z] ^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/TmfClosestDataPointTooltipProvider.java:[120] [2019-07-30T06:46:45.793Z] addItem(category, ToolTipString.fromString(key), ToolTipString.fromString(String.valueOf(value))); [2019-07-30T06:46:45.793Z] ^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeGraphEntry.java:[167] [2019-07-30T06:46:45.793Z] return new TimeGraphLineEntry(model); [2019-07-30T06:46:45.793Z] ^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'TimeGraphEntryModel' needs unchecked conversion to conform to '@NonNull TimeGraphEntryModel' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeGraphEntry.java:[169] [2019-07-30T06:46:45.793Z] return new TimeGraphEntry(model); [2019-07-30T06:46:45.793Z] ^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'TimeGraphEntryModel' needs unchecked conversion to conform to '@NonNull TimeGraphEntryModel' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeGraphEntry.java:[186] [2019-07-30T06:46:45.793Z] this(new TimeGraphEntryModel(-1, -1, Collections.singletonList(name), startTime, endTime)); [2019-07-30T06:46:45.793Z] ^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeGraphEntry.java:[279] [2019-07-30T06:46:45.793Z] fModel = new TimeGraphEntryModel(fModel.getId(), fModel.getParentId(), Collections.singletonList(name), getStartTime(), getEndTime(), fModel instanceof ITimeGraphEntryModel ? ((TimeGraphEntryModel) fModel).hasRowModel() : true); [2019-07-30T06:46:45.793Z] ^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/TimeGraphEntry.java:[619] [2019-07-30T06:46:45.793Z] new TimeGraphEntryModel(model.getId(), model.getParentId(), getName(), getStartTime(), getEndTime()); [2019-07-30T06:46:45.793Z] ^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[154] [2019-07-30T06:46:45.793Z] addItem(itemName, category == null ? Messages.TimeGraphTooltipHandler_DefaultMarkerName : category, label == null ? "" : label); //$NON-NLS-1$ [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[158] [2019-07-30T06:46:45.793Z] addItem(ToolTipString.fromString(itemName), ToolTipString.fromString(MARKER_OFFSET + Messages.TimeGraphTooltipHandler_Timestamp), ToolTipString.fromTimestamp(TmfTimestamp.fromNanos(timestamp).toString(), timestamp)); [2019-07-30T06:46:45.793Z] ^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[158] [2019-07-30T06:46:45.793Z] addItem(ToolTipString.fromString(itemName), ToolTipString.fromString(MARKER_OFFSET + Messages.TimeGraphTooltipHandler_Timestamp), ToolTipString.fromTimestamp(TmfTimestamp.fromNanos(timestamp).toString(), timestamp)); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[160] [2019-07-30T06:46:45.793Z] addItem(ToolTipString.fromString(itemName), ToolTipString.fromString(MARKER_OFFSET + TmfStrings.startTime()), ToolTipString.fromTimestamp(TmfTimestamp.fromNanos(timestamp).toString(), timestamp)); [2019-07-30T06:46:45.793Z] ^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[160] [2019-07-30T06:46:45.793Z] addItem(ToolTipString.fromString(itemName), ToolTipString.fromString(MARKER_OFFSET + TmfStrings.startTime()), ToolTipString.fromTimestamp(TmfTimestamp.fromNanos(timestamp).toString(), timestamp)); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[161] [2019-07-30T06:46:45.793Z] addItem(ToolTipString.fromString(itemName), ToolTipString.fromString(MARKER_OFFSET + TmfStrings.endTime()), ToolTipString.fromTimestamp(TmfTimestamp.fromNanos(timestamp + duration).toString(), timestamp + duration)); [2019-07-30T06:46:45.793Z] ^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[161] [2019-07-30T06:46:45.793Z] addItem(ToolTipString.fromString(itemName), ToolTipString.fromString(MARKER_OFFSET + TmfStrings.endTime()), ToolTipString.fromTimestamp(TmfTimestamp.fromNanos(timestamp + duration).toString(), timestamp + duration)); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[165] [2019-07-30T06:46:45.793Z] addItem(itemName, MARKER_OFFSET + tooltip.getKey(), tooltip.getValue()); // $NON-NLS-1$ [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[231] [2019-07-30T06:46:45.793Z] addItem(ROW_CATEGORY, stateTypeName, entry.getName()); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[231] [2019-07-30T06:46:45.793Z] addItem(ROW_CATEGORY, stateTypeName, entry.getName()); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[241] [2019-07-30T06:46:45.793Z] addItem(STATE_CATEGORY, Messages.TmfTimeTipHandler_TRACE_STATE, state); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[249] [2019-07-30T06:46:45.793Z] addItem(STATE_CATEGORY, eventAddOn.getKey(), eventAddOn.getValue()); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[249] [2019-07-30T06:46:45.793Z] addItem(STATE_CATEGORY, eventAddOn.getKey(), eventAddOn.getValue()); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[296] [2019-07-30T06:46:45.793Z] addItem(STATE_CATEGORY, Messages.TmfTimeTipHandler_TRACE_DATE, [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[297] [2019-07-30T06:46:45.793Z] eventStartTime > -1 ? FormatTimeUtils.formatDate(eventStartTime) : "?"); //$NON-NLS-1$ [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[300] [2019-07-30T06:46:45.793Z] addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_START_TIME), ToolTipString.fromTimestamp(startTime, eventStartTime)); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[300] [2019-07-30T06:46:45.793Z] addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_START_TIME), ToolTipString.fromTimestamp(startTime, eventStartTime)); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[300] [2019-07-30T06:46:45.793Z] addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_START_TIME), ToolTipString.fromTimestamp(startTime, eventStartTime)); [2019-07-30T06:46:45.793Z] ^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[301] [2019-07-30T06:46:45.793Z] addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_STOP_TIME), ToolTipString.fromTimestamp(endTime, eventEndTime)); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[301] [2019-07-30T06:46:45.793Z] addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_STOP_TIME), ToolTipString.fromTimestamp(endTime, eventEndTime)); [2019-07-30T06:46:45.793Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[301] [2019-07-30T06:46:45.793Z] addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_STOP_TIME), ToolTipString.fromTimestamp(endTime, eventEndTime)); [2019-07-30T06:46:45.793Z] ^^^^^^^ [2019-07-30T06:46:45.793Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.793Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[303] [2019-07-30T06:46:45.793Z] addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_EVENT_TIME), ToolTipString.fromTimestamp(startTime, eventStartTime)); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[303] [2019-07-30T06:46:45.794Z] addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_EVENT_TIME), ToolTipString.fromTimestamp(startTime, eventStartTime)); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[303] [2019-07-30T06:46:45.794Z] addItem(ToolTipString.fromString(STATE_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_TRACE_EVENT_TIME), ToolTipString.fromTimestamp(startTime, eventStartTime)); [2019-07-30T06:46:45.794Z] ^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[307] [2019-07-30T06:46:45.794Z] addItem(STATE_CATEGORY, Messages.TmfTimeTipHandler_DURATION, duration); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[307] [2019-07-30T06:46:45.794Z] addItem(STATE_CATEGORY, Messages.TmfTimeTipHandler_DURATION, duration); [2019-07-30T06:46:45.794Z] ^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[322] [2019-07-30T06:46:45.794Z] addItem(STATE_CATEGORY, Messages.TmfTimeTipHandler_PERCENT_OF_SELECTION, percentage); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[322] [2019-07-30T06:46:45.794Z] addItem(STATE_CATEGORY, Messages.TmfTimeTipHandler_PERCENT_OF_SELECTION, percentage); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[330] [2019-07-30T06:46:45.794Z] addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_LINK_SOURCE, linkEvent.getEntry().getName()); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[330] [2019-07-30T06:46:45.794Z] addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_LINK_SOURCE, linkEvent.getEntry().getName()); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[331] [2019-07-30T06:46:45.794Z] addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_LINK_TARGET, linkEvent.getDestinationEntry().getName()); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[331] [2019-07-30T06:46:45.794Z] addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_LINK_TARGET, linkEvent.getDestinationEntry().getName()); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[338] [2019-07-30T06:46:45.794Z] addItem(LINK_CATEGORY, eventAddOn.getKey(), eventAddOn.getValue()); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[338] [2019-07-30T06:46:45.794Z] addItem(LINK_CATEGORY, eventAddOn.getKey(), eventAddOn.getValue()); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[354] [2019-07-30T06:46:45.794Z] addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_TRACE_DATE, FormatTimeUtils.formatDate(sourceTime)); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[354] [2019-07-30T06:46:45.794Z] addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_TRACE_DATE, FormatTimeUtils.formatDate(sourceTime)); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[357] [2019-07-30T06:46:45.794Z] addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_SOURCE_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(sourceTime, tf, res), sourceTime)); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[357] [2019-07-30T06:46:45.794Z] addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_SOURCE_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(sourceTime, tf, res), sourceTime)); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[357] [2019-07-30T06:46:45.794Z] addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_SOURCE_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(sourceTime, tf, res), sourceTime)); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[358] [2019-07-30T06:46:45.794Z] addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_TARGET_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(targetTime, tf, res), targetTime)); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[358] [2019-07-30T06:46:45.794Z] addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_TARGET_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(targetTime, tf, res), targetTime)); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[358] [2019-07-30T06:46:45.794Z] addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_TARGET_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(targetTime, tf, res), targetTime)); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[359] [2019-07-30T06:46:45.794Z] addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_DURATION, FormatTimeUtils.formatDelta(duration, tf, res)); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[359] [2019-07-30T06:46:45.794Z] addItem(LINK_CATEGORY, Messages.TmfTimeTipHandler_DURATION, FormatTimeUtils.formatDelta(duration, tf, res)); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[361] [2019-07-30T06:46:45.794Z] addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(sourceTime, tf, res), sourceTime)); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[361] [2019-07-30T06:46:45.794Z] addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(sourceTime, tf, res), sourceTime)); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphTooltipHandler.java:[361] [2019-07-30T06:46:45.794Z] addItem(ToolTipString.fromString(LINK_CATEGORY), ToolTipString.fromString(Messages.TmfTimeTipHandler_LINK_TIME), ToolTipString.fromTimestamp(FormatTimeUtils.formatTime(sourceTime, tf, res), sourceTime)); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/DiagramToolTip.java:[108] [2019-07-30T06:46:45.794Z] int width = CHARACTERS_PER_COLUMN * fm.getAverageCharWidth(); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] The method getAverageCharWidth() from the type FontMetrics is deprecated [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXAxisChartViewer.java:[238] [2019-07-30T06:46:45.794Z] parameters.put(DataProviderParameterUtils.REGEX_MAP_FILTERS_KEY, regexesMap.asMap()); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'Map<@NonNull Integer,Collection<@NonNull String>>' needs unchecked conversion to conform to '@NonNull Object' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXAxisChartViewer.java:[322] [2019-07-30T06:46:45.794Z] dataProvider = initializeDataProvider(fTrace); [2019-07-30T06:46:45.794Z] ^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXAxisChartViewer.java:[394] [2019-07-30T06:46:45.794Z] TraceCompassLogUtils.traceInstant(LOGGER, Level.INFO, e.getMessage()); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/parsers/wizards/CustomTxtParserInputWizardPage.java:[882] [2019-07-30T06:46:45.794Z] TmfTimestampFormat timestampFormat = new TmfTimestampFormat(firstEntryTimeStampInputFormat); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/parsers/wizards/CustomTxtParserInputWizardPage.java:[1720] [2019-07-30T06:46:45.794Z] new TmfTimestampFormat(inputData.format); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/NGC.java:[845] [2019-07-30T06:46:45.794Z] int width = fContext.getFontMetrics().getAverageCharWidth(); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] The method getAverageCharWidth() from the type FontMetrics is deprecated [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/handlers/TrimTraceHandler.java:[170] [2019-07-30T06:46:45.794Z] return traceElement.getSupplementaryResources(); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'IResource[]' needs unchecked conversion to conform to 'IResource @NonNull[]' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/handlers/TrimTraceHandler.java:[193] [2019-07-30T06:46:45.794Z] TraceToTrim create = TraceToTrim.create(this, childElement); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type 'TmfTraceElement' needs unchecked conversion to conform to '@NonNull TmfTraceElement' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/TmfChartView.java:[240] [2019-07-30T06:46:45.794Z] fContextService = site.getWorkbenchWindow().getService(IContextService.class); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] 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 [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/events/TmfEventsTable.java:[1231] [2019-07-30T06:46:45.794Z] Object handlerServiceObject = activePage.getActiveEditor().getSite().getService(IHandlerService.class); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] 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 [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/events/TmfEventsTable.java:[1233] [2019-07-30T06:46:45.794Z] Object cmdServiceObject = activePage.getActiveEditor().getSite().getService(ICommandService.class); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] 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 [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[727] [2019-07-30T06:46:45.794Z] Map toTest = new HashMap<>(getPresentationProvider().getFilterInput(te)); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] Null type safety (type annotations): The expression of type '@NonNull Map' needs unchecked conversion to conform to 'Map' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[731] [2019-07-30T06:46:45.794Z] Integer property = mapEntry.getKey(); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] 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' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[798] [2019-07-30T06:46:45.794Z] for (Entry> entry : regexes.asMap().entrySet()) { [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] 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>>' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[827] [2019-07-30T06:46:45.794Z] for (Entry> entry : regexes.asMap().entrySet()) { [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] 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>>' [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[1424] [2019-07-30T06:46:45.794Z] fContextService = site.getWorkbenchWindow().getService(IContextService.class); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] 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 [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[1785] [2019-07-30T06:46:45.794Z] service = site.getService(IWorkbenchSiteProgressService.class); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] 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 [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[2790] [2019-07-30T06:46:45.794Z] final Object service = PlatformUI.getWorkbench().getService(IHandlerService.class); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] 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 [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java:[2802] [2019-07-30T06:46:45.794Z] final Object service = PlatformUI.getWorkbench().getService(IHandlerService.class); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] 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 [2019-07-30T06:46:45.794Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/handlers/KeyBindingsManager.java:[150] [2019-07-30T06:46:45.794Z] Object serviceObject = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getService(IHandlerService.class); [2019-07-30T06:46:45.794Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.794Z] 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 [2019-07-30T06:46:45.795Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/uml2sd/handlers/KeyBindingsManager.java:[260] [2019-07-30T06:46:45.795Z] Object serviceObject = window.getService(IHandlerService.class); [2019-07-30T06:46:45.795Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.795Z] 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 [2019-07-30T06:46:45.795Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/handlers/OpenAction.java:[75] [2019-07-30T06:46:45.795Z] Object service = page.getActivePart().getSite().getService(IHandlerService.class); [2019-07-30T06:46:45.795Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.795Z] 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 [2019-07-30T06:46:45.795Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXLineChartTooltipProvider.java:[90] [2019-07-30T06:46:45.795Z] addItem(null, ToolTipString.fromString(Messages.TmfCommonXLineChartTooltipProvider_time), ToolTipString.fromTimestamp(time.toString(), time.toNanos())); [2019-07-30T06:46:45.795Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.795Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.795Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXLineChartTooltipProvider.java:[90] [2019-07-30T06:46:45.795Z] addItem(null, ToolTipString.fromString(Messages.TmfCommonXLineChartTooltipProvider_time), ToolTipString.fromTimestamp(time.toString(), time.toNanos())); [2019-07-30T06:46:45.795Z] ^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.795Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.795Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXLineChartTooltipProvider.java:[104] [2019-07-30T06:46:45.795Z] addItem(null, ToolTipString.fromHtml(key), ToolTipString.fromDecimal(yValue)); [2019-07-30T06:46:45.795Z] ^^^ [2019-07-30T06:46:45.795Z] Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [2019-07-30T06:46:45.795Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXLineChartTooltipProvider.java:[106] [2019-07-30T06:46:45.795Z] addItem(null, ToolTipString.fromHtml(key), ToolTipString.fromString(format.format(yValue))); [2019-07-30T06:46:45.795Z] ^^^ [2019-07-30T06:46:45.795Z] Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [2019-07-30T06:46:45.795Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfCommonXLineChartTooltipProvider.java:[106] [2019-07-30T06:46:45.795Z] addItem(null, ToolTipString.fromHtml(key), ToolTipString.fromString(format.format(yValue))); [2019-07-30T06:46:45.795Z] ^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:45.795Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:45.795Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/model/ITimeEvent.java:[96] [2019-07-30T06:46:45.795Z] default @NonNull Map<@NonNull String, @NonNull String> computeData() { [2019-07-30T06:46:45.795Z] ^^^^^^^^^^^^^ [2019-07-30T06:46:45.795Z] The method ITimeEvent.computeData() overrides a deprecated method from IElementResolver [2019-07-30T06:46:45.795Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/TmfGenericTreeEntry.java:[36] [2019-07-30T06:46:45.795Z] super(model.getName()); [2019-07-30T06:46:45.795Z] ^^^^^ [2019-07-30T06:46:46.051Z] Potential null pointer access: this expression has type 'M', a free type variable that may represent a '@Nullable' type [2019-07-30T06:46:46.051Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timechart/TimeChartAnalysisProvider.java:[107] [2019-07-30T06:46:46.051Z] stateItems[i] = new StateItem(settings[i].getTickColorRGB()); [2019-07-30T06:46:46.051Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.051Z] The constructor StateItem(RGB) is deprecated [2019-07-30T06:46:46.051Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[73] [2019-07-30T06:46:46.051Z] private static final @NonNull Comparator INTERVALS_COMPARATOR = Comparator.comparing(ITmfStateInterval::getStartTime).thenComparing(ITmfStateInterval::getEndTime); [2019-07-30T06:46:46.051Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.051Z] Null type safety (type annotations): The expression of type 'Comparator' needs unchecked conversion to conform to '@NonNull Comparator' [2019-07-30T06:46:46.051Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[75] [2019-07-30T06:46:46.051Z] private static final @NonNull Comparator TIME_EVENT_COMPARATOR = Comparator.comparing(ITimeEvent::getTime).thenComparing(ITimeEvent::getDuration); [2019-07-30T06:46:46.051Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.051Z] Null type safety (type annotations): The expression of type 'Comparator' needs unchecked conversion to conform to '@NonNull Comparator' [2019-07-30T06:46:46.051Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[188] [2019-07-30T06:46:46.051Z] @NonNull Map<@NonNull Integer, @NonNull Predicate<@NonNull Map<@NonNull String, @NonNull String>>> predicates = computeRegexPredicate(); [2019-07-30T06:46:46.051Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.051Z] The method computeRegexPredicate() from the type AbstractTimeGraphView is deprecated [2019-07-30T06:46:46.051Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[231] [2019-07-30T06:46:46.051Z] doFilterEvents(entry, eventList, predicates); [2019-07-30T06:46:46.051Z] ^^^^^^^^^ [2019-07-30T06:46:46.051Z] Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull List<@NonNull ITimeEvent>' [2019-07-30T06:46:46.051Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[251] [2019-07-30T06:46:46.051Z] doFilterEvents(entry, eventList, predicates); [2019-07-30T06:46:46.051Z] ^^^^^^^^^ [2019-07-30T06:46:46.051Z] Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull List<@NonNull ITimeEvent>' [2019-07-30T06:46:46.051Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[251] [2019-07-30T06:46:46.051Z] doFilterEvents(entry, eventList, predicates); [2019-07-30T06:46:46.051Z] ^^^^^^^^^^ [2019-07-30T06:46:46.051Z] 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>>>' [2019-07-30T06:46:46.051Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractStateSystemTimeGraphView.java:[273] [2019-07-30T06:46:46.051Z] Collection quarks = getQuarksForEntry(entry, ss); [2019-07-30T06:46:46.051Z] ^^^^^ [2019-07-30T06:46:46.051Z] Null type safety (type annotations): The expression of type 'ITimeGraphEntry' needs unchecked conversion to conform to '@NonNull ITimeGraphEntry' [2019-07-30T06:46:46.051Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/BaseDataProviderTimeGraphView.java:[115] [2019-07-30T06:46:46.051Z] ITimeGraphDataProvider<@NonNull TimeGraphEntryModel> dataProvider = DataProviderManager [2019-07-30T06:46:46.051Z] .getInstance().getDataProvider(trace, getProviderId(), ITimeGraphDataProvider.class); [2019-07-30T06:46:46.051Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.051Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class) of the generic method getDataProvider(ITmfTrace, String, Class) of type DataProviderManager [2019-07-30T06:46:46.051Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/BaseDataProviderTimeGraphView.java:[309] [2019-07-30T06:46:46.051Z] SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(times, entry.getValue()); [2019-07-30T06:46:46.051Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.051Z] Null type safety (type annotations): The expression of type 'Collection' needs unchecked conversion to conform to '@NonNull Collection<@NonNull Long>' [2019-07-30T06:46:46.051Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/BaseDataProviderTimeGraphView.java:[313] [2019-07-30T06:46:46.051Z] parameters.put(DataProviderParameterUtils.REGEX_MAP_FILTERS_KEY, regexesMap.asMap()); [2019-07-30T06:46:46.051Z] ^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.051Z] Null type safety (type annotations): The expression of type 'Map<@NonNull Integer,Collection<@NonNull String>>' needs unchecked conversion to conform to '@NonNull Object' [2019-07-30T06:46:46.051Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/BaseDataProviderTimeGraphView.java:[344] [2019-07-30T06:46:46.051Z] providersToModelIds.put(provider, entry.getModel().getId()); [2019-07-30T06:46:46.051Z] ^^^^^^^^^^ [2019-07-30T06:46:46.051Z] The method getModel() from the type TimeGraphEntry is deprecated [2019-07-30T06:46:46.051Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/statesystem/TmfStateSystemExplorer.java:[252] [2019-07-30T06:46:46.051Z] ITimeGraphDataProvider<@NonNull TimeGraphEntryModel> dataProvider = DataProviderManager [2019-07-30T06:46:46.051Z] .getInstance().getDataProvider(Objects.requireNonNull(moduleTrace), getProviderId(), ITimeGraphDataProvider.class); [2019-07-30T06:46:46.051Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.051Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class) of the generic method getDataProvider(ITmfTrace, String, Class) of type DataProviderManager [2019-07-30T06:46:46.051Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/wizards/importtrace/ArchiveUtil.java:[129] [2019-07-30T06:46:46.051Z] return closeZipFile(specifiedFile); [2019-07-30T06:46:46.051Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.051Z] Potential resource leak: 'specifiedFile' may not be closed at this location [2019-07-30T06:46:46.051Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/wizards/importtrace/ArchiveUtil.java:[189] [2019-07-30T06:46:46.051Z] return archiveSize; [2019-07-30T06:46:46.051Z] ^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.051Z] Potential resource leak: 'zipFile' may not be closed at this location [2019-07-30T06:46:46.051Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/rawviewer/TmfRawEventViewer.java:[717] [2019-07-30T06:46:46.051Z] int offset = fStyledText.getOffsetAtLocation(new Point(0, fCursorYCoordinate)); [2019-07-30T06:46:46.052Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.052Z] The method getOffsetAtLocation(Point) from the type StyledText is deprecated [2019-07-30T06:46:46.052Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/rawviewer/TmfRawEventViewer.java:[1127] [2019-07-30T06:46:46.052Z] int offset = fStyledText.getOffsetAtLocation(new Point(0, e.y)); [2019-07-30T06:46:46.052Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.052Z] The method getOffsetAtLocation(Point) from the type StyledText is deprecated [2019-07-30T06:46:46.052Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/AbstractSelectTreeViewer.java:[209] [2019-07-30T06:46:46.052Z] Set ids = (Set) ctx.getData(getClass() + CHECKED_ELEMENTS); [2019-07-30T06:46:46.052Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.052Z] Type safety: Unchecked cast from Object to Set [2019-07-30T06:46:46.052Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/AbstractSelectTreeViewer.java:[248] [2019-07-30T06:46:46.052Z] && ids.contains(((TmfGenericTreeEntry) root).getModel().getId())) { [2019-07-30T06:46:46.052Z] ^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.052Z] TmfGenericTreeEntry is a raw type. References to generic type TmfGenericTreeEntry should be parameterized [2019-07-30T06:46:46.052Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/AbstractSelectTreeViewer.java:[420] [2019-07-30T06:46:46.052Z] ids.add(((TmfGenericTreeEntry) checkedElement).getModel().getId()); [2019-07-30T06:46:46.052Z] ^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.052Z] TmfGenericTreeEntry is a raw type. References to generic type TmfGenericTreeEntry should be parameterized [2019-07-30T06:46:46.052Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/AbstractSelectTreeViewer.java:[480] [2019-07-30T06:46:46.052Z] return DataProviderManager.getInstance().getDataProvider(trace, fId, ITmfTreeDataProvider.class); [2019-07-30T06:46:46.052Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.052Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class) of the generic method getDataProvider(ITmfTrace, String, Class) of type DataProviderManager [2019-07-30T06:46:46.052Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/AbstractSelectTreeViewer.java:[566] [2019-07-30T06:46:46.052Z] return comparator.compare((T) e1, (T) e2); [2019-07-30T06:46:46.052Z] ^^^^^^ [2019-07-30T06:46:46.052Z] Type safety: Unchecked cast from Object to T [2019-07-30T06:46:46.052Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/tree/AbstractSelectTreeViewer.java:[566] [2019-07-30T06:46:46.052Z] return comparator.compare((T) e1, (T) e2); [2019-07-30T06:46:46.052Z] ^^^^^^ [2019-07-30T06:46:46.052Z] Type safety: Unchecked cast from Object to T [2019-07-30T06:46:46.052Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/internal/tmf/ui/project/wizards/tracepkg/AbstractTracePackageOperation.java:[129] [2019-07-30T06:46:46.052Z] return new ZipArchiveFile(new ZipFile(file)); [2019-07-30T06:46:46.052Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.052Z] Potential resource leak: '' may not be closed at this location [2019-07-30T06:46:46.052Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfFilteredXYChartViewer.java:[83] [2019-07-30T06:46:46.052Z] Iterable counterEntries = Iterables.filter(entries, TmfGenericTreeEntry.class); [2019-07-30T06:46:46.052Z] ^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.052Z] TmfGenericTreeEntry is a raw type. References to generic type TmfGenericTreeEntry should be parameterized [2019-07-30T06:46:46.052Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfFilteredXYChartViewer.java:[120] [2019-07-30T06:46:46.052Z] parameters.put(DataProviderParameterUtils.REGEX_MAP_FILTERS_KEY, regexesMap.asMap()); [2019-07-30T06:46:46.052Z] ^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.052Z] Null type safety (type annotations): The expression of type 'Map<@NonNull Integer,Collection<@NonNull String>>' needs unchecked conversion to conform to '@NonNull Object' [2019-07-30T06:46:46.052Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/xycharts/linecharts/TmfFilteredXYChartViewer.java:[141] [2019-07-30T06:46:46.052Z] return DataProviderManager.getInstance().getDataProvider(trace, fId, ITmfTreeXYDataProvider.class); [2019-07-30T06:46:46.052Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:46.052Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class) of the generic method getDataProvider(ITmfTrace, String, Class) of type DataProviderManager [2019-07-30T06:46:46.052Z] 147 problems (147 warnings) [2019-07-30T06:46:46.052Z] [INFO] [2019-07-30T06:46:46.052Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:46.052Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:46:46.052Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/src/test/resources [2019-07-30T06:46:46.052Z] [INFO] [2019-07-30T06:46:46.052Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:46.052Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT-sources.jar [2019-07-30T06:46:46.612Z] [INFO] [2019-07-30T06:46:46.613Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:46.613Z] [INFO] [2019-07-30T06:46:46.613Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:46.613Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT.jar [2019-07-30T06:46:47.173Z] [INFO] [2019-07-30T06:46:47.173Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:47.173Z] [INFO] [2019-07-30T06:46:47.173Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:47.173Z] [INFO] [2019-07-30T06:46:47.173Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:47.173Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT.jar [2019-07-30T06:46:49.686Z] [INFO] [2019-07-30T06:46:49.686Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:49.686Z] [INFO] [2019-07-30T06:46:49.686Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:49.686Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:46:49.686Z] [INFO] [2019-07-30T06:46:49.686Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:49.943Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:46:49.943Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:46:50.198Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:46:50.198Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:46:50.453Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:46:51.017Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:46:51.017Z] [INFO] [2019-07-30T06:46:51.017Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:51.017Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT.jar [2019-07-30T06:46:51.017Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT.pom [2019-07-30T06:46:51.017Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT-sources.jar [2019-07-30T06:46:51.017Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:46:51.017Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT-p2metadata.xml [2019-07-30T06:46:51.017Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui/5.1.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ui-5.1.0-SNAPSHOT-p2artifacts.xml [2019-07-30T06:46:51.017Z] [INFO] [2019-07-30T06:46:51.017Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ui --- [2019-07-30T06:46:51.017Z] [INFO] [2019-07-30T06:46:51.017Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui >-- [2019-07-30T06:46:51.017Z] [INFO] Building org.eclipse.tracecompass.analysis.counters.ui 0.0.5-SNAPSHOT [23/134] [2019-07-30T06:46:51.017Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:46:51.017Z] [INFO] [2019-07-30T06:46:51.017Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:51.017Z] [INFO] [2019-07-30T06:46:51.017Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:51.017Z] [INFO] The project's OSGi version is 0.0.5.201907300626 [2019-07-30T06:46:51.017Z] [INFO] [2019-07-30T06:46:51.017Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:51.017Z] [INFO] [2019-07-30T06:46:51.017Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:51.017Z] [INFO] [2019-07-30T06:46:51.017Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:51.017Z] [INFO] [2019-07-30T06:46:51.017Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:51.017Z] [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/analysis/org.eclipse.tracecompass.analysis.counters.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:46:51.017Z] [INFO] [2019-07-30T06:46:51.017Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:51.017Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:46:51.017Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/src/main/resources [2019-07-30T06:46:51.017Z] [INFO] [2019-07-30T06:46:51.017Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:51.017Z] [INFO] Compiling 5 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/classes [2019-07-30T06:46:51.273Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/src/org/eclipse/tracecompass/analysis/counters/ui/CounterTreeViewer.java:[51] [2019-07-30T06:46:51.273Z] TmfGenericTreeEntry genericEntry = (TmfGenericTreeEntry) element; [2019-07-30T06:46:51.273Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:51.273Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry [2019-07-30T06:46:51.273Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/src/org/eclipse/tracecompass/analysis/counters/ui/CounterTreeViewer.java:[74] [2019-07-30T06:46:51.273Z] return () -> Lists.newArrayList(createColumn("Counters", Comparator.comparing(TmfGenericTreeEntry::getName)), new TmfTreeColumnData("Legend")); //$NON-NLS-1$ //$NON-NLS-2$ [2019-07-30T06:46:51.273Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:51.273Z] Null type safety (type annotations): The expression of type 'ArrayList<@NonNull TmfTreeColumnData>' needs unchecked conversion to conform to '@NonNull List' [2019-07-30T06:46:51.273Z] 2 problems (2 warnings) [2019-07-30T06:46:51.273Z] [INFO] [2019-07-30T06:46:51.273Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:51.273Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:46:51.273Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/src/test/resources [2019-07-30T06:46:51.273Z] [INFO] [2019-07-30T06:46:51.273Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:51.273Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT-sources.jar [2019-07-30T06:46:51.273Z] [INFO] [2019-07-30T06:46:51.273Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:51.273Z] [INFO] [2019-07-30T06:46:51.273Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:51.273Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT.jar [2019-07-30T06:46:51.273Z] [INFO] [2019-07-30T06:46:51.273Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:51.273Z] [INFO] [2019-07-30T06:46:51.273Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:51.273Z] [INFO] [2019-07-30T06:46:51.273Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:51.273Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT.jar [2019-07-30T06:46:51.273Z] [INFO] [2019-07-30T06:46:51.273Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:51.273Z] [INFO] [2019-07-30T06:46:51.273Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:51.273Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:46:51.273Z] [INFO] [2019-07-30T06:46:51.273Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:51.528Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T06:46:51.528Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:46:51.784Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:46:52.345Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T06:46:53.272Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T06:46:53.528Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T06:46:53.528Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T06:46:53.783Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:46:53.783Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:46:53.783Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:46:53.783Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:46:53.783Z] [INFO] [2019-07-30T06:46:53.783Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:53.783Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui/0.0.5-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT.jar [2019-07-30T06:46:53.783Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui/0.0.5-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT.pom [2019-07-30T06:46:53.783Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui/0.0.5-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT-sources.jar [2019-07-30T06:46:53.783Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui/0.0.5-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:46:53.783Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui/0.0.5-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT-p2metadata.xml [2019-07-30T06:46:54.038Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui/0.0.5-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui-0.0.5-SNAPSHOT-p2artifacts.xml [2019-07-30T06:46:54.038Z] [INFO] [2019-07-30T06:46:54.038Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.counters.ui --- [2019-07-30T06:46:54.038Z] [INFO] [2019-07-30T06:46:54.038Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core >-- [2019-07-30T06:46:54.038Z] [INFO] Building org.eclipse.tracecompass.analysis.graph.core 2.1.2-SNAPSHOT [24/134] [2019-07-30T06:46:54.038Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:46:54.038Z] [INFO] [2019-07-30T06:46:54.038Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:54.038Z] [INFO] [2019-07-30T06:46:54.038Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:54.038Z] [INFO] The project's OSGi version is 2.1.2.201907300626 [2019-07-30T06:46:54.038Z] [INFO] [2019-07-30T06:46:54.038Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:54.038Z] [INFO] [2019-07-30T06:46:54.038Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:54.038Z] [INFO] [2019-07-30T06:46:54.038Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:54.038Z] [INFO] [2019-07-30T06:46:54.038Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:54.038Z] [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/analysis/org.eclipse.tracecompass.analysis.graph.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:46:54.038Z] [INFO] [2019-07-30T06:46:54.038Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:54.038Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:46:54.038Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/main/resources [2019-07-30T06:46:54.038Z] [INFO] [2019-07-30T06:46:54.038Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:54.038Z] [INFO] Compiling 32 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/target/classes [2019-07-30T06:46:54.294Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/criticalpath/CriticalPathAlgorithmBounded.java:[278] [2019-07-30T06:46:54.294Z] while (!subPath.isEmpty() && subPath.getLast().getVertexFrom() != v) { [2019-07-30T06:46:54.294Z] ^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:54.294Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'LinkedList<@NonNull TmfEdge>'. Type 'LinkedList' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:46:54.294Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/dataprovider/CriticalPathDataProvider.java:[364] [2019-07-30T06:46:54.294Z] List<@NonNull CriticalPathEntry> list = new ArrayList<>(fHostEntries.values()); [2019-07-30T06:46:54.294Z] ^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:54.294Z] Null type safety (type annotations): The expression of type '@NonNull Collection' needs unchecked conversion to conform to 'Collection' [2019-07-30T06:46:54.294Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/dataprovider/CriticalPathDataProvider.java:[365] [2019-07-30T06:46:54.294Z] list.addAll(fWorkers.values()); [2019-07-30T06:46:54.294Z] ^^^^^^^^^^^^^^^^^ [2019-07-30T06:46:54.294Z] Null type safety (type annotations): The expression of type '@NonNull Collection' needs unchecked conversion to conform to 'Collection' [2019-07-30T06:46:54.294Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/dataprovider/CriticalPathDataProvider.java:[389] [2019-07-30T06:46:54.294Z] return graphLinks; [2019-07-30T06:46:54.294Z] ^^^^^^^^^^ [2019-07-30T06:46:54.294Z] Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@Nullable List<@NonNull ITimeGraphArrow>' [2019-07-30T06:46:54.294Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/dataprovider/CriticalPathEntry.java:[61] [2019-07-30T06:46:54.294Z] fAspects.put("hostId", worker.getHostId()); [2019-07-30T06:46:54.294Z] ^^^^^^^^ [2019-07-30T06:46:54.294Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2019-07-30T06:46:54.294Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/dataprovider/CriticalPathEntry.java:[63] [2019-07-30T06:46:54.294Z] fAspects.put(entry.getKey(), entry.getValue()); [2019-07-30T06:46:54.294Z] ^^^^^^^^^^^^^^ [2019-07-30T06:46:54.294Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:46:54.294Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/org/eclipse/tracecompass/internal/analysis/graph/core/dataprovider/CriticalPathEntry.java:[63] [2019-07-30T06:46:54.294Z] fAspects.put(entry.getKey(), entry.getValue()); [2019-07-30T06:46:54.294Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:46:54.294Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull Object' [2019-07-30T06:46:54.294Z] 7 problems (7 warnings) [2019-07-30T06:46:54.294Z] [INFO] [2019-07-30T06:46:54.294Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:54.294Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:46:54.294Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/src/test/resources [2019-07-30T06:46:54.294Z] [INFO] [2019-07-30T06:46:54.294Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:54.294Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/target/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT-sources.jar [2019-07-30T06:46:54.294Z] [INFO] [2019-07-30T06:46:54.294Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:54.294Z] [INFO] [2019-07-30T06:46:54.294Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:54.294Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/target/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT.jar [2019-07-30T06:46:54.294Z] [INFO] [2019-07-30T06:46:54.294Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:54.294Z] [INFO] [2019-07-30T06:46:54.294Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:54.294Z] [INFO] [2019-07-30T06:46:54.294Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:54.294Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/target/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT.jar [2019-07-30T06:46:54.294Z] [INFO] [2019-07-30T06:46:54.294Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:54.294Z] [INFO] [2019-07-30T06:46:54.294Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:54.294Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:46:54.294Z] [INFO] [2019-07-30T06:46:54.294Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:54.550Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:46:54.550Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:46:55.477Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:46:55.477Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:46:55.477Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:46:55.477Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:46:55.477Z] [INFO] [2019-07-30T06:46:55.477Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:55.477Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/target/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core/2.1.2-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT.jar [2019-07-30T06:46:55.477Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core/2.1.2-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT.pom [2019-07-30T06:46:55.477Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/target/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core/2.1.2-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT-sources.jar [2019-07-30T06:46:55.477Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/target/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core/2.1.2-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:46:55.477Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core/2.1.2-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT-p2metadata.xml [2019-07-30T06:46:55.477Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core/2.1.2-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core-2.1.2-SNAPSHOT-p2artifacts.xml [2019-07-30T06:46:55.477Z] [INFO] [2019-07-30T06:46:55.477Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.graph.core --- [2019-07-30T06:46:55.477Z] [INFO] [2019-07-30T06:46:55.477Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.core.tests >-- [2019-07-30T06:46:55.477Z] [INFO] Building org.eclipse.tracecompass.analysis.graph.core.tests 1.0.4-SNAPSHOT [25/134] [2019-07-30T06:46:55.477Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T06:46:55.477Z] [INFO] [2019-07-30T06:46:55.477Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:46:55.477Z] [INFO] [2019-07-30T06:46:55.477Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:46:55.477Z] [INFO] The project's OSGi version is 1.0.4.201907300626 [2019-07-30T06:46:55.477Z] [INFO] [2019-07-30T06:46:55.477Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:46:55.477Z] [INFO] [2019-07-30T06:46:55.477Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:46:55.477Z] [INFO] [2019-07-30T06:46:55.477Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:46:55.477Z] [INFO] [2019-07-30T06:46:55.477Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:46:55.477Z] [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/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:46:55.477Z] [INFO] [2019-07-30T06:46:55.477Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:46:55.477Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:46:55.477Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/src/main/resources [2019-07-30T06:46:55.477Z] [INFO] [2019-07-30T06:46:55.477Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:46:55.477Z] [INFO] Compiling 12 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/classes [2019-07-30T06:46:55.732Z] [INFO] [2019-07-30T06:46:55.732Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:46:55.732Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:46:55.732Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/src/test/resources [2019-07-30T06:46:55.732Z] [INFO] [2019-07-30T06:46:55.733Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:46:55.733Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT-sources.jar [2019-07-30T06:46:55.733Z] [INFO] [2019-07-30T06:46:55.733Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:46:55.733Z] [INFO] [2019-07-30T06:46:55.733Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:46:55.733Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT.jar [2019-07-30T06:46:55.988Z] [INFO] [2019-07-30T06:46:55.988Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:46:55.988Z] [INFO] [2019-07-30T06:46:55.988Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:46:55.988Z] [INFO] [2019-07-30T06:46:55.988Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:46:55.988Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT.jar [2019-07-30T06:46:55.988Z] [INFO] [2019-07-30T06:46:55.988Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:46:55.988Z] [INFO] [2019-07-30T06:46:55.988Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:46:56.918Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/work/data/.metadata/.log [2019-07-30T06:46:56.918Z] [INFO] Command line: [2019-07-30T06:46:56.918Z] [/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/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T06:46:56.918Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T06:46:59.434Z] !SESSION 2019-07-30 06:46:57.040 ----------------------------------------------- [2019-07-30T06:46:59.434Z] eclipse.buildId=unknown [2019-07-30T06:46:59.434Z] java.version=1.8.0_202 [2019-07-30T06:46:59.434Z] java.vendor=Oracle Corporation [2019-07-30T06:46:59.434Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T06:46:59.434Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T06:46:59.434Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T06:46:59.434Z] [2019-07-30T06:46:59.434Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 06:46:58.922 [2019-07-30T06:46:59.434Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:46:59.434Z] !STACK 0 [2019-07-30T06:46:59.434Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] [2019-07-30T06:46:59.434Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:46:59.434Z] [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:46:59.434Z] [2019-07-30T06:46:59.434Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 06:46:59.034 [2019-07-30T06:46:59.434Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:46:59.434Z] !STACK 0 [2019-07-30T06:46:59.434Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] [2019-07-30T06:46:59.434Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:46:59.434Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T06:46:59.434Z] -> 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" [2019-07-30T06:46:59.434Z] org.apache.httpcomponents.httpclient.win [35] [2019-07-30T06:46:59.434Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:46:59.434Z] [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:46:59.434Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:47:00.798Z] Running org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest [2019-07-30T06:47:01.054Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest [2019-07-30T06:47:01.054Z] testCriticalPathWakeupOpenedDelay(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.074 s [2019-07-30T06:47:01.054Z] testCriticalPathWakeupInterleave(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.001 s [2019-07-30T06:47:01.054Z] testCriticalPathWakeupMissing(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.001 s [2019-07-30T06:47:01.054Z] testCriticalPathWakeupNew(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.001 s [2019-07-30T06:47:01.054Z] testCriticalPathWakeupMutual(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.001 s [2019-07-30T06:47:01.054Z] testCriticalPathWakeupNested(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.002 s [2019-07-30T06:47:01.054Z] testCriticalPathBasic(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0 s [2019-07-30T06:47:01.054Z] testCriticalPathWakeupOpened(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.001 s [2019-07-30T06:47:01.054Z] testCriticalPathWakeupEmbedded(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.001 s [2019-07-30T06:47:01.054Z] testCriticalPathWakeupNet1(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.001 s [2019-07-30T06:47:01.054Z] testCriticalPathWakeupSelf(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0 s [2019-07-30T06:47:01.054Z] testCriticalPathWakeupUnknown(org.eclipse.tracecompass.analysis.graph.core.tests.analysis.criticalpath.TmfCriticalPathAlgoBoundedTest) Time elapsed: 0.001 s [2019-07-30T06:47:01.054Z] Running org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest [2019-07-30T06:47:01.054Z] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest [2019-07-30T06:47:01.054Z] testCheckVertical(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0.001 s [2019-07-30T06:47:01.054Z] testAppendVertex(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s [2019-07-30T06:47:01.054Z] testCheckHorizontal(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s [2019-07-30T06:47:01.054Z] testIllegalVertex(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s [2019-07-30T06:47:01.054Z] testVertexAt(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0.004 s [2019-07-30T06:47:01.054Z] testHead2(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s [2019-07-30T06:47:01.054Z] testScanCount(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s [2019-07-30T06:47:01.054Z] testHead(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0.001 s [2019-07-30T06:47:01.054Z] testLink(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s [2019-07-30T06:47:01.054Z] testTail(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s [2019-07-30T06:47:01.054Z] testHorizontalSelfLink(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s [2019-07-30T06:47:01.054Z] testVerticalSelfLink(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s [2019-07-30T06:47:01.054Z] testAddVertex(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s [2019-07-30T06:47:01.054Z] testHorizontalCycle(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0.001 s [2019-07-30T06:47:01.054Z] testScanLineTerminates(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s [2019-07-30T06:47:01.054Z] testGraphStatistics(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0.002 s [2019-07-30T06:47:01.054Z] testParent(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s [2019-07-30T06:47:01.054Z] testDefaultConstructor(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphTest) Time elapsed: 0 s [2019-07-30T06:47:01.054Z] Running org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphBuilderModuleTest [2019-07-30T06:47:02.941Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.795 s - in org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphBuilderModuleTest [2019-07-30T06:47:02.941Z] testBuildGraph(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphBuilderModuleTest) Time elapsed: 1.769 s [2019-07-30T06:47:02.941Z] testHandlers(org.eclipse.tracecompass.analysis.graph.core.tests.graph.TmfGraphBuilderModuleTest) Time elapsed: 0.024 s [2019-07-30T06:47:02.941Z] [2019-07-30T06:47:02.941Z] Results: [2019-07-30T06:47:02.941Z] [2019-07-30T06:47:02.941Z] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T06:47:02.941Z] [2019-07-30T06:47:03.867Z] [INFO] All tests passed! [2019-07-30T06:47:03.867Z] [INFO] [2019-07-30T06:47:03.867Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:47:03.867Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:47:03.867Z] [INFO] [2019-07-30T06:47:03.867Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:47:03.867Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T06:47:03.867Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:47:04.123Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:47:04.381Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T06:47:04.715Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T06:47:04.971Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:47:04.971Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:47:04.971Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:47:04.971Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T06:47:04.971Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:47:04.971Z] [INFO] [2019-07-30T06:47:04.971Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:47:04.971Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT.jar [2019-07-30T06:47:04.971Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT.pom [2019-07-30T06:47:04.971Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT-sources.jar [2019-07-30T06:47:04.971Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:47:04.971Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT-p2metadata.xml [2019-07-30T06:47:04.971Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.core.tests-1.0.4-SNAPSHOT-p2artifacts.xml [2019-07-30T06:47:04.971Z] [INFO] [2019-07-30T06:47:04.971Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.graph.core.tests --- [2019-07-30T06:47:04.971Z] [INFO] [2019-07-30T06:47:04.971Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core >-- [2019-07-30T06:47:04.971Z] [INFO] Building org.eclipse.tracecompass.tmf.chart.core 1.0.2-SNAPSHOT [26/134] [2019-07-30T06:47:04.971Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:47:04.971Z] [INFO] [2019-07-30T06:47:04.971Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:04.971Z] [INFO] [2019-07-30T06:47:04.971Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:04.971Z] [INFO] The project's OSGi version is 1.0.2.201907300626 [2019-07-30T06:47:04.971Z] [INFO] [2019-07-30T06:47:04.971Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:04.971Z] [INFO] [2019-07-30T06:47:04.971Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:04.971Z] [INFO] [2019-07-30T06:47:04.971Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:04.971Z] [INFO] [2019-07-30T06:47:04.971Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:04.971Z] [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/tmf/org.eclipse.tracecompass.tmf.chart.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:47:04.971Z] [INFO] [2019-07-30T06:47:04.971Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:04.971Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:47:04.971Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/src/main/resources [2019-07-30T06:47:04.971Z] [INFO] [2019-07-30T06:47:04.971Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:04.971Z] [INFO] Compiling 33 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/target/classes [2019-07-30T06:47:05.227Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/src/org/eclipse/tracecompass/internal/provisional/tmf/chart/core/descriptor/DescriptorTypeVisitor.java:[59] [2019-07-30T06:47:05.227Z] private final EnumSet fType = EnumSet.noneOf(DescriptorType.class); [2019-07-30T06:47:05.227Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:05.227Z] Null type safety (type annotations): The expression of type 'EnumSet' needs unchecked conversion to conform to '@NonNull EnumSet' [2019-07-30T06:47:05.227Z] 1 problem (1 warning) [2019-07-30T06:47:05.227Z] [INFO] [2019-07-30T06:47:05.227Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:05.227Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:47:05.227Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/src/test/resources [2019-07-30T06:47:05.227Z] [INFO] [2019-07-30T06:47:05.227Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:05.227Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/target/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT-sources.jar [2019-07-30T06:47:05.227Z] [INFO] [2019-07-30T06:47:05.227Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:05.227Z] [INFO] [2019-07-30T06:47:05.227Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:05.227Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/target/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT.jar [2019-07-30T06:47:05.227Z] [INFO] [2019-07-30T06:47:05.227Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:05.227Z] [INFO] [2019-07-30T06:47:05.227Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:05.227Z] [INFO] [2019-07-30T06:47:05.227Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:05.227Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/target/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT.jar [2019-07-30T06:47:05.227Z] [INFO] [2019-07-30T06:47:05.227Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:05.227Z] [INFO] [2019-07-30T06:47:05.227Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:05.227Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:47:05.227Z] [INFO] [2019-07-30T06:47:05.227Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:05.482Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:47:05.483Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:47:05.483Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:47:05.483Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:47:05.738Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:47:06.300Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:47:06.300Z] [INFO] [2019-07-30T06:47:06.300Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:06.300Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/target/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT.jar [2019-07-30T06:47:06.300Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT.pom [2019-07-30T06:47:06.300Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/target/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT-sources.jar [2019-07-30T06:47:06.300Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/target/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:47:06.300Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT-p2metadata.xml [2019-07-30T06:47:06.300Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core-1.0.2-SNAPSHOT-p2artifacts.xml [2019-07-30T06:47:06.300Z] [INFO] [2019-07-30T06:47:06.300Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.chart.core --- [2019-07-30T06:47:06.300Z] [INFO] [2019-07-30T06:47:06.300Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core >-- [2019-07-30T06:47:06.300Z] [INFO] Building org.eclipse.tracecompass.analysis.lami.core 1.1.0-SNAPSHOT [27/134] [2019-07-30T06:47:06.300Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:47:06.300Z] [INFO] [2019-07-30T06:47:06.300Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:06.300Z] [INFO] [2019-07-30T06:47:06.300Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:06.300Z] [INFO] The project's OSGi version is 1.1.0.201907300626 [2019-07-30T06:47:06.300Z] [INFO] [2019-07-30T06:47:06.300Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:06.300Z] [INFO] [2019-07-30T06:47:06.300Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:06.300Z] [INFO] [2019-07-30T06:47:06.300Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:06.300Z] [INFO] [2019-07-30T06:47:06.300Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:06.300Z] [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/analysis/org.eclipse.tracecompass.analysis.lami.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:47:06.300Z] [INFO] [2019-07-30T06:47:06.300Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:06.300Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:47:06.300Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/src/main/resources [2019-07-30T06:47:06.300Z] [INFO] [2019-07-30T06:47:06.300Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:06.300Z] [INFO] Compiling 61 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/target/classes [2019-07-30T06:47:06.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/core/module/LamiAnalysisFactoryFromConfigFile.java:[136] [2019-07-30T06:47:06.556Z] try (final DirectoryStream directoryStream = Files.newDirectoryStream(configDir)) { [2019-07-30T06:47:06.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:06.556Z] Null type safety (type annotations): The expression of type 'DirectoryStream' needs unchecked conversion to conform to 'DirectoryStream<@NonNull Path>' [2019-07-30T06:47:06.556Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/core/types/LamiData.java:[282] [2019-07-30T06:47:06.556Z] complexTypeGenBuilder.put(LamiStrings.DATA_CLASS_STRING, (obj) -> new LamiString(obj.getString(LamiStrings.VALUE))); [2019-07-30T06:47:06.556Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:06.556Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:47:06.556Z] 2 problems (2 warnings) [2019-07-30T06:47:06.556Z] [INFO] [2019-07-30T06:47:06.556Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:06.556Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:47:06.556Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/src/test/resources [2019-07-30T06:47:06.556Z] [INFO] [2019-07-30T06:47:06.556Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:06.556Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/target/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT-sources.jar [2019-07-30T06:47:06.811Z] [INFO] [2019-07-30T06:47:06.811Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:06.811Z] [INFO] [2019-07-30T06:47:06.811Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:06.811Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/target/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT.jar [2019-07-30T06:47:06.811Z] [INFO] [2019-07-30T06:47:06.811Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:06.811Z] [INFO] [2019-07-30T06:47:06.811Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:06.811Z] [INFO] [2019-07-30T06:47:06.811Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:06.811Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/target/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT.jar [2019-07-30T06:47:06.811Z] [INFO] [2019-07-30T06:47:06.811Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:06.811Z] [INFO] [2019-07-30T06:47:06.811Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:06.811Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:47:06.811Z] [INFO] [2019-07-30T06:47:06.811Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:07.067Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:47:07.067Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes [2019-07-30T06:47:07.067Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:47:07.993Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:47:07.993Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:47:07.993Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:47:07.993Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:47:07.993Z] [INFO] [2019-07-30T06:47:07.993Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:07.993Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/target/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT.jar [2019-07-30T06:47:07.993Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT.pom [2019-07-30T06:47:07.993Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/target/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT-sources.jar [2019-07-30T06:47:07.993Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/target/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:47:07.993Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT-p2metadata.xml [2019-07-30T06:47:07.993Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core-1.1.0-SNAPSHOT-p2artifacts.xml [2019-07-30T06:47:07.993Z] [INFO] [2019-07-30T06:47:07.993Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.lami.core --- [2019-07-30T06:47:07.993Z] [INFO] [2019-07-30T06:47:07.993Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.core.tests >-- [2019-07-30T06:47:07.993Z] [INFO] Building org.eclipse.tracecompass.analysis.lami.core.tests 1.0.1-SNAPSHOT [28/134] [2019-07-30T06:47:07.993Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T06:47:07.993Z] [INFO] [2019-07-30T06:47:07.993Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:07.993Z] [INFO] [2019-07-30T06:47:07.993Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:07.993Z] [INFO] The project's OSGi version is 1.0.1.201907300626 [2019-07-30T06:47:07.993Z] [INFO] [2019-07-30T06:47:07.993Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:07.993Z] [INFO] [2019-07-30T06:47:07.993Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:07.993Z] [INFO] [2019-07-30T06:47:07.993Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:07.993Z] [INFO] [2019-07-30T06:47:07.993Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:07.993Z] [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/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:47:07.993Z] [INFO] [2019-07-30T06:47:07.993Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:07.993Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:47:07.993Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/src/main/resources [2019-07-30T06:47:07.993Z] [INFO] [2019-07-30T06:47:07.993Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:07.993Z] [INFO] Compiling 5 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/classes [2019-07-30T06:47:08.248Z] [INFO] [2019-07-30T06:47:08.248Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:08.248Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:47:08.248Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/src/test/resources [2019-07-30T06:47:08.248Z] [INFO] [2019-07-30T06:47:08.248Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:08.248Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT-sources.jar [2019-07-30T06:47:08.248Z] [INFO] [2019-07-30T06:47:08.248Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:08.248Z] [INFO] [2019-07-30T06:47:08.248Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:08.248Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT.jar [2019-07-30T06:47:08.248Z] [INFO] [2019-07-30T06:47:08.248Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:08.248Z] [INFO] [2019-07-30T06:47:08.248Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:08.248Z] [INFO] [2019-07-30T06:47:08.248Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:08.248Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT.jar [2019-07-30T06:47:08.248Z] [INFO] [2019-07-30T06:47:08.248Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:08.248Z] [INFO] [2019-07-30T06:47:08.248Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:09.174Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/work/data/.metadata/.log [2019-07-30T06:47:09.174Z] [INFO] Command line: [2019-07-30T06:47:09.174Z] [/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/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T06:47:09.174Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T06:47:11.690Z] !SESSION 2019-07-30 06:47:09.265 ----------------------------------------------- [2019-07-30T06:47:11.690Z] eclipse.buildId=unknown [2019-07-30T06:47:11.690Z] java.version=1.8.0_202 [2019-07-30T06:47:11.690Z] java.vendor=Oracle Corporation [2019-07-30T06:47:11.690Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T06:47:11.690Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T06:47:11.690Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T06:47:11.690Z] [2019-07-30T06:47:11.690Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 06:47:11.216 [2019-07-30T06:47:11.690Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:47:11.690Z] !STACK 0 [2019-07-30T06:47:11.690Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] [2019-07-30T06:47:11.690Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:47:11.690Z] [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:47:11.690Z] [2019-07-30T06:47:11.690Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 06:47:11.330 [2019-07-30T06:47:11.690Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:47:11.690Z] !STACK 0 [2019-07-30T06:47:11.690Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] [2019-07-30T06:47:11.690Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:47:11.690Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T06:47:11.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" [2019-07-30T06:47:11.690Z] org.apache.httpcomponents.httpclient.win [35] [2019-07-30T06:47:11.690Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:47:11.690Z] [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:47:11.690Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:47:13.053Z] Running org.eclipse.tracecompass.analysis.lami.core.tests.LamiJsonParserTest [2019-07-30T06:47:13.309Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 s - in org.eclipse.tracecompass.analysis.lami.core.tests.LamiJsonParserTest [2019-07-30T06:47:13.309Z] testBaseCommand(org.eclipse.tracecompass.analysis.lami.core.tests.LamiJsonParserTest) Time elapsed: 0.138 s [2019-07-30T06:47:13.309Z] testMetadata(org.eclipse.tracecompass.analysis.lami.core.tests.LamiJsonParserTest) Time elapsed: 0.079 s [2019-07-30T06:47:13.309Z] testResults(org.eclipse.tracecompass.analysis.lami.core.tests.LamiJsonParserTest) Time elapsed: 0.024 s [2019-07-30T06:47:13.309Z] testResultsError(org.eclipse.tracecompass.analysis.lami.core.tests.LamiJsonParserTest) Time elapsed: 0.002 s [2019-07-30T06:47:13.309Z] [2019-07-30T06:47:13.309Z] Results: [2019-07-30T06:47:13.309Z] [2019-07-30T06:47:13.309Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T06:47:13.309Z] [2019-07-30T06:47:14.235Z] [INFO] All tests passed! [2019-07-30T06:47:14.235Z] [INFO] [2019-07-30T06:47:14.235Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:14.235Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:47:14.235Z] [INFO] [2019-07-30T06:47:14.235Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:14.491Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T06:47:14.491Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:47:14.491Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:47:15.051Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes [2019-07-30T06:47:15.051Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes [2019-07-30T06:47:15.051Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T06:47:15.307Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:47:15.307Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:47:15.562Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:47:15.562Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T06:47:15.562Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:47:15.562Z] [INFO] [2019-07-30T06:47:15.562Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:15.562Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT.jar [2019-07-30T06:47:15.562Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT.pom [2019-07-30T06:47:15.562Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT-sources.jar [2019-07-30T06:47:15.562Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:47:15.562Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT-p2metadata.xml [2019-07-30T06:47:15.562Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.core.tests-1.0.1-SNAPSHOT-p2artifacts.xml [2019-07-30T06:47:15.562Z] [INFO] [2019-07-30T06:47:15.562Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.lami.core.tests --- [2019-07-30T06:47:15.562Z] [INFO] [2019-07-30T06:47:15.562Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui >--- [2019-07-30T06:47:15.562Z] [INFO] Building org.eclipse.tracecompass.tmf.chart.ui 1.0.7-SNAPSHOT [29/134] [2019-07-30T06:47:15.562Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:47:15.562Z] [INFO] [2019-07-30T06:47:15.562Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:15.562Z] [INFO] [2019-07-30T06:47:15.562Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:15.562Z] [INFO] The project's OSGi version is 1.0.7.201907300626 [2019-07-30T06:47:15.562Z] [INFO] [2019-07-30T06:47:15.562Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:15.562Z] [INFO] [2019-07-30T06:47:15.562Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:15.562Z] [INFO] [2019-07-30T06:47:15.562Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:15.562Z] [INFO] [2019-07-30T06:47:15.562Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:15.562Z] [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/tmf/org.eclipse.tracecompass.tmf.chart.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:47:15.562Z] [INFO] [2019-07-30T06:47:15.562Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:15.562Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:47:15.562Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/src/main/resources [2019-07-30T06:47:15.562Z] [INFO] [2019-07-30T06:47:15.562Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:15.562Z] [INFO] Compiling 31 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/classes [2019-07-30T06:47:16.123Z] [INFO] [2019-07-30T06:47:16.123Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:16.123Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:47:16.123Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/src/test/resources [2019-07-30T06:47:16.123Z] [INFO] [2019-07-30T06:47:16.123Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:16.123Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT-sources.jar [2019-07-30T06:47:16.123Z] [INFO] [2019-07-30T06:47:16.123Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:16.123Z] [INFO] [2019-07-30T06:47:16.123Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:16.123Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT.jar [2019-07-30T06:47:16.379Z] [INFO] [2019-07-30T06:47:16.379Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:16.379Z] [INFO] [2019-07-30T06:47:16.379Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:16.379Z] [INFO] [2019-07-30T06:47:16.379Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:16.379Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT.jar [2019-07-30T06:47:16.379Z] [INFO] [2019-07-30T06:47:16.379Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:16.379Z] [INFO] [2019-07-30T06:47:16.379Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:16.379Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:47:16.379Z] [INFO] [2019-07-30T06:47:16.379Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:16.635Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:47:16.635Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:47:16.891Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:47:16.891Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:47:16.891Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes [2019-07-30T06:47:16.891Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:47:17.877Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T06:47:18.438Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:47:18.438Z] [INFO] [2019-07-30T06:47:18.438Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:18.438Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui/1.0.7-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT.jar [2019-07-30T06:47:18.438Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui/1.0.7-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT.pom [2019-07-30T06:47:18.438Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui/1.0.7-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT-sources.jar [2019-07-30T06:47:18.438Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui/1.0.7-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:47:18.438Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui/1.0.7-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT-p2metadata.xml [2019-07-30T06:47:18.438Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui/1.0.7-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui-1.0.7-SNAPSHOT-p2artifacts.xml [2019-07-30T06:47:18.438Z] [INFO] [2019-07-30T06:47:18.438Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.chart.ui --- [2019-07-30T06:47:18.438Z] [INFO] [2019-07-30T06:47:18.438Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui >-- [2019-07-30T06:47:18.438Z] [INFO] Building org.eclipse.tracecompass.analysis.lami.ui 1.1.0-SNAPSHOT [30/134] [2019-07-30T06:47:18.438Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:47:18.693Z] [INFO] [2019-07-30T06:47:18.693Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:18.693Z] [INFO] [2019-07-30T06:47:18.693Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:18.693Z] [INFO] The project's OSGi version is 1.1.0.201907300626 [2019-07-30T06:47:18.693Z] [INFO] [2019-07-30T06:47:18.693Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:18.693Z] [INFO] [2019-07-30T06:47:18.693Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:18.693Z] [INFO] [2019-07-30T06:47:18.693Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:18.693Z] [INFO] [2019-07-30T06:47:18.693Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:18.693Z] [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/analysis/org.eclipse.tracecompass.analysis.lami.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:47:18.693Z] [INFO] [2019-07-30T06:47:18.693Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:18.693Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:47:18.693Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/main/resources [2019-07-30T06:47:18.693Z] [INFO] [2019-07-30T06:47:18.693Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:18.693Z] [INFO] Compiling 23 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/classes [2019-07-30T06:47:18.949Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/viewers/LamiTableViewer.java:[37] [2019-07-30T06:47:18.949Z] import org.eclipse.tracecompass.internal.tmf.ui.commands.ExportToTsvUtils; [2019-07-30T06:47:18.949Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:18.949Z] Discouraged access: The type 'ExportToTsvUtils' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') [2019-07-30T06:47:18.949Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/viewers/LamiTableViewer.java:[241] [2019-07-30T06:47:18.949Z] ExportToTsvUtils.exportTableToTsv(table, stream); [2019-07-30T06:47:18.949Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:47:18.949Z] Discouraged access: The type 'ExportToTsvUtils' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') [2019-07-30T06:47:18.949Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/viewers/LamiTableViewer.java:[241] [2019-07-30T06:47:18.949Z] ExportToTsvUtils.exportTableToTsv(table, stream); [2019-07-30T06:47:18.949Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:18.949Z] Discouraged access: The method 'ExportToTsvUtils.exportTableToTsv(Table, OutputStream)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') [2019-07-30T06:47:18.949Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/views/LamiReportView.java:[37] [2019-07-30T06:47:18.949Z] import org.eclipse.tracecompass.internal.tmf.ui.commands.ExportToTsvAction; [2019-07-30T06:47:18.949Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:18.949Z] Discouraged access: The type 'ExportToTsvAction' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') [2019-07-30T06:47:18.949Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/views/LamiReportView.java:[95] [2019-07-30T06:47:18.949Z] private final Action fExportTsvAction = new ExportToTsvAction() { [2019-07-30T06:47:18.949Z] @Override [2019-07-30T06:47:18.949Z] protected void exportToTsv(@Nullable OutputStream stream) { [2019-07-30T06:47:18.949Z] TmfViewer viewer = getViewer(); [2019-07-30T06:47:18.949Z] if (viewer instanceof LamiTableViewer) { [2019-07-30T06:47:18.949Z] ((LamiTableViewer) viewer).exportToTsv(stream); [2019-07-30T06:47:18.949Z] } [2019-07-30T06:47:18.949Z] } [2019-07-30T06:47:18.949Z] private @Nullable TmfViewer getViewer() { [2019-07-30T06:47:18.949Z] LamiReportViewTabPage tabPage = getCurrentSelectedPage(); [2019-07-30T06:47:18.949Z] if (tabPage == null) { [2019-07-30T06:47:18.949Z] return null; [2019-07-30T06:47:18.949Z] } [2019-07-30T06:47:18.949Z] LamiViewerControl viewerControl = tabPage.getTableViewerControl(); [2019-07-30T06:47:18.949Z] TmfViewer viewer = viewerControl.getViewer(); [2019-07-30T06:47:18.949Z] return viewer; [2019-07-30T06:47:18.949Z] } [2019-07-30T06:47:18.949Z] @Override [2019-07-30T06:47:18.949Z] public boolean isEnabled() { [2019-07-30T06:47:18.949Z] return (getViewer() instanceof LamiTableViewer); [2019-07-30T06:47:18.949Z] } [2019-07-30T06:47:18.949Z] @Override [2019-07-30T06:47:18.949Z] protected @Nullable Shell getShell() { [2019-07-30T06:47:18.949Z] return getViewSite().getShell(); [2019-07-30T06:47:18.949Z] } [2019-07-30T06:47:18.949Z] }; [2019-07-30T06:47:18.949Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:18.949Z] Discouraged access: The constructor 'ExportToTsvAction()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') [2019-07-30T06:47:18.949Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/views/LamiReportView.java:[95] [2019-07-30T06:47:18.949Z] private final Action fExportTsvAction = new ExportToTsvAction() { [2019-07-30T06:47:18.949Z] ^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:18.949Z] Discouraged access: The type 'ExportToTsvAction' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') [2019-07-30T06:47:18.949Z] 6 problems (6 warnings) [2019-07-30T06:47:18.949Z] [INFO] [2019-07-30T06:47:18.949Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:18.949Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:47:18.949Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/src/test/resources [2019-07-30T06:47:18.949Z] [INFO] [2019-07-30T06:47:18.949Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:18.949Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT-sources.jar [2019-07-30T06:47:18.949Z] [INFO] [2019-07-30T06:47:18.949Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:18.949Z] [INFO] [2019-07-30T06:47:18.949Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:18.949Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT.jar [2019-07-30T06:47:19.205Z] [INFO] [2019-07-30T06:47:19.205Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:19.205Z] [INFO] [2019-07-30T06:47:19.205Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:19.205Z] [INFO] [2019-07-30T06:47:19.205Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:19.205Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT.jar [2019-07-30T06:47:19.205Z] [INFO] [2019-07-30T06:47:19.205Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:19.205Z] [INFO] [2019-07-30T06:47:19.205Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:19.205Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:47:19.205Z] [INFO] [2019-07-30T06:47:19.205Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:19.461Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes [2019-07-30T06:47:19.461Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:47:19.461Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes [2019-07-30T06:47:19.716Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:47:20.642Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T06:47:21.203Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes [2019-07-30T06:47:21.203Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:47:21.459Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:47:21.459Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:47:21.459Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:47:21.459Z] [INFO] [2019-07-30T06:47:21.459Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:21.459Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT.jar [2019-07-30T06:47:21.459Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT.pom [2019-07-30T06:47:21.459Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT-sources.jar [2019-07-30T06:47:21.459Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:47:21.459Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT-p2metadata.xml [2019-07-30T06:47:21.459Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui/1.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui-1.1.0-SNAPSHOT-p2artifacts.xml [2019-07-30T06:47:21.459Z] [INFO] [2019-07-30T06:47:21.459Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.lami.ui --- [2019-07-30T06:47:21.459Z] [INFO] [2019-07-30T06:47:21.459Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.graph.ui >-- [2019-07-30T06:47:21.459Z] [INFO] Building org.eclipse.tracecompass.analysis.graph.ui 1.0.8-SNAPSHOT [31/134] [2019-07-30T06:47:21.459Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:47:21.459Z] [INFO] [2019-07-30T06:47:21.459Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:21.459Z] [INFO] [2019-07-30T06:47:21.459Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:21.459Z] [INFO] The project's OSGi version is 1.0.8.201907300626 [2019-07-30T06:47:21.459Z] [INFO] [2019-07-30T06:47:21.459Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:21.459Z] [INFO] [2019-07-30T06:47:21.459Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:21.459Z] [INFO] [2019-07-30T06:47:21.459Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:21.459Z] [INFO] [2019-07-30T06:47:21.459Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:21.459Z] [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/analysis/org.eclipse.tracecompass.analysis.graph.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:47:21.459Z] [INFO] [2019-07-30T06:47:21.459Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:21.459Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:47:21.459Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/src/main/resources [2019-07-30T06:47:21.459Z] [INFO] [2019-07-30T06:47:21.459Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:21.459Z] [INFO] Compiling 6 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/classes [2019-07-30T06:47:21.715Z] [INFO] [2019-07-30T06:47:21.715Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:21.715Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:47:21.715Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/src/test/resources [2019-07-30T06:47:21.715Z] [INFO] [2019-07-30T06:47:21.715Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:21.715Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT-sources.jar [2019-07-30T06:47:21.715Z] [INFO] [2019-07-30T06:47:21.715Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:21.715Z] [INFO] [2019-07-30T06:47:21.715Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:21.715Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT.jar [2019-07-30T06:47:21.970Z] [INFO] [2019-07-30T06:47:21.970Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:21.970Z] [INFO] [2019-07-30T06:47:21.970Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:21.970Z] [INFO] [2019-07-30T06:47:21.970Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:21.970Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT.jar [2019-07-30T06:47:21.970Z] [INFO] [2019-07-30T06:47:21.970Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:21.970Z] [INFO] [2019-07-30T06:47:21.970Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:21.970Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:47:21.970Z] [INFO] [2019-07-30T06:47:21.970Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:21.970Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T06:47:21.970Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:47:22.225Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:47:22.481Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:47:22.736Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T06:47:23.665Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:47:23.665Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:47:23.666Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:47:23.666Z] [INFO] [2019-07-30T06:47:23.666Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:23.666Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.ui/1.0.8-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT.jar [2019-07-30T06:47:23.666Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.ui/1.0.8-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT.pom [2019-07-30T06:47:23.666Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.ui/1.0.8-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT-sources.jar [2019-07-30T06:47:23.666Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.ui/1.0.8-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:47:23.666Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.ui/1.0.8-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT-p2metadata.xml [2019-07-30T06:47:23.666Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.graph.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.graph.ui/1.0.8-SNAPSHOT/org.eclipse.tracecompass.analysis.graph.ui-1.0.8-SNAPSHOT-p2artifacts.xml [2019-07-30T06:47:23.666Z] [INFO] [2019-07-30T06:47:23.666Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.graph.ui --- [2019-07-30T06:47:23.666Z] [INFO] [2019-07-30T06:47:23.666Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core >-- [2019-07-30T06:47:23.666Z] [INFO] Building org.eclipse.tracecompass.analysis.timing.core 5.0.0-SNAPSHOT [32/134] [2019-07-30T06:47:23.666Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:47:23.666Z] [INFO] [2019-07-30T06:47:23.666Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:23.666Z] [INFO] [2019-07-30T06:47:23.666Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:23.666Z] [INFO] The project's OSGi version is 5.0.0.201907300626 [2019-07-30T06:47:23.666Z] [INFO] [2019-07-30T06:47:23.666Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:23.666Z] [INFO] [2019-07-30T06:47:23.666Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:23.666Z] [INFO] [2019-07-30T06:47:23.666Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:23.666Z] [INFO] [2019-07-30T06:47:23.666Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:23.666Z] [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/analysis/org.eclipse.tracecompass.analysis.timing.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:47:23.666Z] [INFO] [2019-07-30T06:47:23.666Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:23.666Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:47:23.666Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/src/main/resources [2019-07-30T06:47:23.666Z] [INFO] [2019-07-30T06:47:23.666Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:23.666Z] [INFO] Compiling 23 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/classes [2019-07-30T06:47:23.922Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[240] [2019-07-30T06:47:23.922Z] fGroupingAspects = Iterables.filter(provider.getSegmentAspects(), IGroupingSegmentAspect.class); [2019-07-30T06:47:23.922Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:23.922Z] Null type safety (type annotations): The expression of type 'Iterable<@NonNull IGroupingSegmentAspect>' needs unchecked conversion to conform to '@NonNull Iterable<@NonNull IGroupingSegmentAspect>' [2019-07-30T06:47:23.922Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[382] [2019-07-30T06:47:23.922Z] SeriesModel seriesModel = entry.getValue().build(); [2019-07-30T06:47:23.922Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:47:23.922Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,SegmentStoreScatterDataProvider.@NonNull Series>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:47:23.922Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[383] [2019-07-30T06:47:23.922Z] seriesModelMap.put(Long.toString(seriesModel.getId()), seriesModel); [2019-07-30T06:47:23.922Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:23.922Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:47:23.922Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[460] [2019-07-30T06:47:23.922Z] SeriesModelBuilder builder = new SeriesModel.SeriesModelBuilder(getId(), getName(), Longs.toArray(fXValues), Doubles.toArray(fYValues)); [2019-07-30T06:47:23.922Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:23.922Z] Null type safety (type annotations): The expression of type 'long[]' needs unchecked conversion to conform to 'long @NonNull[]' [2019-07-30T06:47:23.922Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[460] [2019-07-30T06:47:23.922Z] SeriesModelBuilder builder = new SeriesModel.SeriesModelBuilder(getId(), getName(), Longs.toArray(fXValues), Doubles.toArray(fYValues)); [2019-07-30T06:47:23.922Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:23.922Z] Null type safety (type annotations): The expression of type 'double[]' needs unchecked conversion to conform to 'double @NonNull[]' [2019-07-30T06:47:23.922Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[461] [2019-07-30T06:47:23.922Z] builder.setProperties(Ints.toArray(fProperties)).build(); [2019-07-30T06:47:23.922Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:23.922Z] Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to 'int @NonNull[]' [2019-07-30T06:47:23.922Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/src/org/eclipse/tracecompass/internal/analysis/timing/core/segmentstore/SegmentStoreScatterDataProvider.java:[462] [2019-07-30T06:47:23.922Z] return builder.setProperties(Ints.toArray(fProperties)).build(); [2019-07-30T06:47:23.922Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:23.922Z] Null type safety (type annotations): The expression of type 'int[]' needs unchecked conversion to conform to 'int @NonNull[]' [2019-07-30T06:47:23.922Z] 7 problems (7 warnings) [2019-07-30T06:47:23.922Z] [INFO] [2019-07-30T06:47:23.922Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:23.922Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:47:23.922Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/src/test/resources [2019-07-30T06:47:23.922Z] [INFO] [2019-07-30T06:47:23.922Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:23.922Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT-sources.jar [2019-07-30T06:47:23.922Z] [INFO] [2019-07-30T06:47:23.922Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:23.922Z] [INFO] [2019-07-30T06:47:23.922Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:23.922Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT.jar [2019-07-30T06:47:24.178Z] [INFO] [2019-07-30T06:47:24.178Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:24.178Z] [INFO] [2019-07-30T06:47:24.178Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:24.178Z] [INFO] [2019-07-30T06:47:24.178Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:24.178Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT.jar [2019-07-30T06:47:24.178Z] [INFO] [2019-07-30T06:47:24.178Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:24.178Z] [INFO] [2019-07-30T06:47:24.178Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:24.178Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:47:24.178Z] [INFO] [2019-07-30T06:47:24.178Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:24.178Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:47:24.178Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:47:24.741Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:47:24.741Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:47:24.741Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:47:24.741Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:47:24.741Z] [INFO] [2019-07-30T06:47:24.741Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:24.741Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core/5.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT.jar [2019-07-30T06:47:24.741Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core/5.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT.pom [2019-07-30T06:47:24.741Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core/5.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT-sources.jar [2019-07-30T06:47:24.741Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core/5.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:47:24.741Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core/5.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T06:47:24.741Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core/5.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core-5.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T06:47:24.741Z] [INFO] [2019-07-30T06:47:24.741Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.timing.core --- [2019-07-30T06:47:24.741Z] [INFO] [2019-07-30T06:47:24.741Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core >-- [2019-07-30T06:47:24.741Z] [INFO] Building org.eclipse.tracecompass.analysis.os.linux.core 4.1.0-SNAPSHOT [33/134] [2019-07-30T06:47:24.741Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:47:24.741Z] [INFO] [2019-07-30T06:47:24.741Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:24.741Z] [INFO] [2019-07-30T06:47:24.741Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:24.741Z] [INFO] The project's OSGi version is 4.1.0.201907300626 [2019-07-30T06:47:24.741Z] [INFO] [2019-07-30T06:47:24.741Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:24.741Z] [INFO] [2019-07-30T06:47:24.741Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:24.741Z] [INFO] [2019-07-30T06:47:24.741Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:24.741Z] [INFO] [2019-07-30T06:47:24.741Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:24.741Z] [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/analysis/org.eclipse.tracecompass.analysis.os.linux.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:47:24.741Z] [INFO] [2019-07-30T06:47:24.741Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:24.741Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:47:24.741Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/main/resources [2019-07-30T06:47:24.741Z] [INFO] [2019-07-30T06:47:24.741Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:24.741Z] [INFO] Compiling 125 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/classes [2019-07-30T06:47:25.312Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[196] [2019-07-30T06:47:25.312Z] fTidToEntry.replaceValues(Integer.MIN_VALUE, Collections.singleton(new ThreadEntryModel.Builder(fTraceId, Collections.singletonList(getTrace().getName()), [2019-07-30T06:47:25.312Z] ^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.312Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:47:25.312Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[313] [2019-07-30T06:47:25.312Z] return builder.build(); [2019-07-30T06:47:25.312Z] ^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.312Z] Null type safety (type annotations): The expression of type '@NonNull ImmutableList' needs unchecked conversion to conform to '@NonNull List<@NonNull ThreadEntryModel>', corresponding supertype is 'List' [2019-07-30T06:47:25.312Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[368] [2019-07-30T06:47:25.312Z] return Lists.newArrayList(models); [2019-07-30T06:47:25.312Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.312Z] 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>' [2019-07-30T06:47:25.312Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[368] [2019-07-30T06:47:25.312Z] return Lists.newArrayList(models); [2019-07-30T06:47:25.312Z] ^^^^^^ [2019-07-30T06:47:25.312Z] Null type safety (type annotations): The expression of type 'Set' needs unchecked conversion to conform to 'Iterable', corresponding supertype is 'Iterable' [2019-07-30T06:47:25.312Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[382] [2019-07-30T06:47:25.312Z] return builder.build(); [2019-07-30T06:47:25.312Z] ^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Null type safety (type annotations): The expression of type '@NonNull ImmutableList' needs unchecked conversion to conform to '@NonNull List<@NonNull ThreadEntryModel>', corresponding supertype is 'List' [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[408] [2019-07-30T06:47:25.569Z] for (ITmfStateInterval interval : ss.query2D(stateAndSyscallQuarks, times)) { [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Null type safety (type annotations): The expression of type 'Collection' needs unchecked conversion to conform to '@NonNull Collection' [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[725] [2019-07-30T06:47:25.569Z] Map<@NonNull String, @NonNull String> model = response.getModel(); [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Null type safety (type annotations): The expression of type '@Nullable Map' needs unchecked conversion to conform to 'Map<@NonNull String,@NonNull String>' [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[728] [2019-07-30T06:47:25.569Z] data.put(entry.getKey(), entry.getValue()); [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/threadstatus/ThreadStatusDataProvider.java:[728] [2019-07-30T06:47:25.569Z] data.put(entry.getKey(), entry.getValue()); [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull Object' [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[122] [2019-07-30T06:47:25.569Z] private final TreeMultimap fExecNamesCache = TreeMultimap.create(Integer::compare, CACHE_COMPARATOR); [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Null type safety: parameter 1 provided via method descriptor Comparator.compare(Integer, Integer) needs unchecked conversion to conform to 'int' [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[122] [2019-07-30T06:47:25.569Z] private final TreeMultimap fExecNamesCache = TreeMultimap.create(Integer::compare, CACHE_COMPARATOR); [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Null type safety: parameter 2 provided via method descriptor Comparator.compare(Integer, Integer) needs unchecked conversion to conform to 'int' [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[147] [2019-07-30T06:47:25.569Z] ResourcesEntryModel resourcesEntryModel = new ResourcesEntryModel(traceId, -1, Collections.singletonList(getTrace().getName()), start, end, -1, Type.GROUP); [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[545] [2019-07-30T06:47:25.569Z] quarks = selectedEntries.values(); [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Null type safety (type annotations): The expression of type '@NonNull Collection' needs unchecked conversion to conform to 'Collection<@NonNull Integer>' [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[591] [2019-07-30T06:47:25.569Z] return new TmfModelResponse<>(retMap, ITmfResponse.Status.COMPLETED, CommonStatusMessage.COMPLETED); [2019-07-30T06:47:25.569Z] ^^^^^^ [2019-07-30T06:47:25.569Z] Null type safety (type annotations): The expression of type 'Map' needs unchecked conversion to conform to '@Nullable Map<@NonNull String,@NonNull String>' [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[705] [2019-07-30T06:47:25.569Z] Map<@NonNull String, @NonNull String> model = response.getModel(); [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Null type safety (type annotations): The expression of type '@Nullable Map' needs unchecked conversion to conform to 'Map<@NonNull String,@NonNull String>' [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[708] [2019-07-30T06:47:25.569Z] data.put(entry.getKey(), entry.getValue()); [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesStatusDataProvider.java:[708] [2019-07-30T06:47:25.569Z] data.put(entry.getKey(), entry.getValue()); [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull Object' [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernelmemoryusage/KernelMemoryDataProviderFactory.java:[43] [2019-07-30T06:47:25.569Z] private static final Predicate PREDICATE = t -> TmfTraceUtils.getAnalysisModuleOfClass(t, KernelMemoryAnalysisModule.class, KernelMemoryAnalysisModule.ID) != null; [2019-07-30T06:47:25.569Z] ^ [2019-07-30T06:47:25.569Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernelmemoryusage/KernelMemoryDataProviderFactory.java:[58] [2019-07-30T06:47:25.569Z] return TmfTreeXYCompositeDataProvider.create(traces, TITLE, KernelMemoryUsageDataProvider.ID); [2019-07-30T06:47:25.569Z] ^^^^^^ [2019-07-30T06:47:25.569Z] Null type safety (type annotations): The expression of type 'Collection' needs unchecked conversion to conform to '@NonNull Collection<@NonNull ITmfTrace>' [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/cpuusage/CpuUsageDataProvider.java:[162] [2019-07-30T06:47:25.569Z] long cpuTime = entry.getValue(); [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,@NonNull Long>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/cpuusage/CpuUsageDataProvider.java:[219] [2019-07-30T06:47:25.569Z] entryList.add(new CpuUsageEntryModel(totalId, -1, Collections.singletonList(getTrace().getName()), TOTAL_SERIES_TID, totalTime)); [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/cpuusage/CpuUsageDataProvider.java:[226] [2019-07-30T06:47:25.569Z] String key = entry.getKey(); [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,@NonNull Long>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/cpuusage/CpuUsageDataProvider.java:[235] [2019-07-30T06:47:25.569Z] entryList.add(new CpuUsageEntryModel(getId(tid), totalId, Collections.singletonList(getProcessName(tid, strings[1], end)), tid, entry.getValue())); [2019-07-30T06:47:25.569Z] ^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/inputoutput/DisksIODataProvider.java:[158] [2019-07-30T06:47:25.569Z] nodes.add(new TmfTreeDataModel(rootId, -1, Collections.singletonList(getTrace().getName()))); [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/inputoutput/DisksIODataProvider.java:[239] [2019-07-30T06:47:25.569Z] long id = entry.getKey(); [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Long,@NonNull Integer>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/inputoutput/DisksIODataProvider.java:[240] [2019-07-30T06:47:25.569Z] int quark = entry.getValue(); [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Long,@NonNull Integer>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernelmemoryusage/KernelMemoryUsageDataProvider.java:[169] [2019-07-30T06:47:25.569Z] double[] threadValues = entry.getValue().getData(); [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Integer,@NonNull IYModel>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernelmemoryusage/KernelMemoryUsageDataProvider.java:[267] [2019-07-30T06:47:25.569Z] nodes.add(new MemoryUsageTreeModel(totalId, -1, TOTAL_TID, Collections.singletonList(getTrace().getName()))); [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:47:25.569Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/resourcesstatus/ResourcesEntryModelWeighted.java:[18] [2019-07-30T06:47:25.569Z] public class ResourcesEntryModelWeighted extends ResourcesEntryModel implements ITimeGraphEntryModelWeighted { [2019-07-30T06:47:25.569Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:25.569Z] Javadoc: Missing comment for public declaration [2019-07-30T06:47:25.569Z] 29 problems (29 warnings) [2019-07-30T06:47:25.569Z] [INFO] [2019-07-30T06:47:25.569Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:25.569Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:47:25.569Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/test/resources [2019-07-30T06:47:25.569Z] [INFO] [2019-07-30T06:47:25.569Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:25.569Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/org.eclipse.tracecompass.analysis.os.linux.core-4.1.0-SNAPSHOT-sources.jar [2019-07-30T06:47:25.569Z] [INFO] [2019-07-30T06:47:25.569Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:25.569Z] [INFO] [2019-07-30T06:47:25.569Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:25.569Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/org.eclipse.tracecompass.analysis.os.linux.core-4.1.0-SNAPSHOT.jar [2019-07-30T06:47:25.825Z] [INFO] [2019-07-30T06:47:25.825Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:25.825Z] [INFO] [2019-07-30T06:47:25.825Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:25.825Z] [INFO] [2019-07-30T06:47:25.825Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:25.825Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/org.eclipse.tracecompass.analysis.os.linux.core-4.1.0-SNAPSHOT.jar [2019-07-30T06:47:26.080Z] [INFO] [2019-07-30T06:47:26.080Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:26.080Z] [INFO] [2019-07-30T06:47:26.080Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:26.080Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:47:26.080Z] [INFO] [2019-07-30T06:47:26.080Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:26.080Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T06:47:26.080Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:47:26.336Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:47:26.591Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:47:26.591Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:47:26.847Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T06:47:26.847Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:47:26.847Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:47:26.847Z] [INFO] [2019-07-30T06:47:26.847Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:26.847Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/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 [2019-07-30T06:47:26.847Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core/4.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core-4.1.0-SNAPSHOT.pom [2019-07-30T06:47:26.847Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/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 [2019-07-30T06:47:26.847Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/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 [2019-07-30T06:47:26.847Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core/4.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core-4.1.0-SNAPSHOT-p2metadata.xml [2019-07-30T06:47:26.847Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core/4.1.0-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core-4.1.0-SNAPSHOT-p2artifacts.xml [2019-07-30T06:47:26.847Z] [INFO] [2019-07-30T06:47:26.847Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.os.linux.core --- [2019-07-30T06:47:26.847Z] [INFO] [2019-07-30T06:47:26.847Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.core.tests >-- [2019-07-30T06:47:26.847Z] [INFO] Building org.eclipse.tracecompass.analysis.os.linux.core.tests 1.0.9-SNAPSHOT [34/134] [2019-07-30T06:47:26.847Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T06:47:26.847Z] [INFO] [2019-07-30T06:47:26.847Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:47:26.847Z] [INFO] [2019-07-30T06:47:26.847Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:47:26.847Z] [INFO] The project's OSGi version is 1.0.9.201907300626 [2019-07-30T06:47:26.847Z] [INFO] [2019-07-30T06:47:26.847Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:47:26.847Z] [INFO] [2019-07-30T06:47:26.847Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:47:26.847Z] [INFO] [2019-07-30T06:47:26.847Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:47:26.847Z] [INFO] [2019-07-30T06:47:26.847Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:47:26.847Z] [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/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:47:26.847Z] [INFO] [2019-07-30T06:47:26.847Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:47:26.847Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:47:26.847Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/main/resources [2019-07-30T06:47:26.847Z] [INFO] [2019-07-30T06:47:26.847Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:47:26.847Z] [INFO] Compiling 30 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/classes [2019-07-30T06:47:27.113Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/org/eclipse/tracecompass/analysis/os/linux/core/tests/cpuusage/CpuUsageStateProviderTest.java:[78] [2019-07-30T06:47:27.113Z] File suppDir = new File(TmfTraceManager.getSupplementaryFileDir(trace)); [2019-07-30T06:47:27.113Z] ^^^^^ [2019-07-30T06:47:27.113Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T06:47:27.113Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/org/eclipse/tracecompass/analysis/os/linux/core/tests/inputoutput/InputOutputDataProviderTest.java:[112] [2019-07-30T06:47:27.113Z] TmfModelResponse<@NonNull ITmfXyModel> yResponse = provider.fetchXY(parameters, PROGRESS_MONITOR); [2019-07-30T06:47:27.113Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:27.113Z] Discouraged access: The method 'AbstractTreeCommonXDataProvider.fetchXY(Map, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:47:27.113Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/org/eclipse/tracecompass/analysis/os/linux/core/tests/kernelmemoryusage/KernelMemoryStateProviderTest.java:[63] [2019-07-30T06:47:27.113Z] File suppDir = new File(TmfTraceManager.getSupplementaryFileDir(trace)); [2019-07-30T06:47:27.113Z] ^^^^^ [2019-07-30T06:47:27.113Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T06:47:27.113Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/org/eclipse/tracecompass/analysis/os/linux/core/tests/contextswitch/ContextSwitchProviderTest.java:[60] [2019-07-30T06:47:27.113Z] File suppDir = new File(TmfTraceManager.getSupplementaryFileDir(trace)); [2019-07-30T06:47:27.113Z] ^^^^^ [2019-07-30T06:47:27.113Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T06:47:27.113Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/org/eclipse/tracecompass/analysis/os/linux/core/tests/kernel/ThreadStatusDataProviderTest.java:[117] [2019-07-30T06:47:27.113Z] TmfModelResponse rowResponse = provider.fetchRowModel(FetchParametersUtils.selectionTimeQueryToMap(new SelectionTimeQueryFilter(1, 80, 80, idsToNames.keySet())), null); [2019-07-30T06:47:27.369Z] ^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:47:27.369Z] Null type safety (type annotations): The expression of type '@NonNull Set' needs unchecked conversion to conform to '@NonNull Collection<@NonNull Long>', corresponding supertype is 'Collection' [2019-07-30T06:47:27.369Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/org/eclipse/tracecompass/analysis/os/linux/core/tests/inputoutput/AbstractTestInputOutput.java:[84] [2019-07-30T06:47:27.369Z] File suppDir = new File(TmfTraceManager.getSupplementaryFileDir(trace)); [2019-07-30T06:47:27.369Z] ^^^^^ [2019-07-30T06:47:27.369Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T06:47:27.369Z] 6 problems (6 warnings) [2019-07-30T06:47:27.369Z] [INFO] [2019-07-30T06:47:27.369Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:47:27.369Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:47:27.369Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/src/test/resources [2019-07-30T06:47:27.369Z] [INFO] [2019-07-30T06:47:27.369Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:47:27.369Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT-sources.jar [2019-07-30T06:47:27.369Z] [INFO] [2019-07-30T06:47:27.369Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:47:27.369Z] [INFO] [2019-07-30T06:47:27.369Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:47:27.369Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT.jar [2019-07-30T06:47:27.369Z] [INFO] [2019-07-30T06:47:27.369Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:47:27.369Z] [INFO] [2019-07-30T06:47:27.369Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:47:27.369Z] [INFO] [2019-07-30T06:47:27.369Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:47:27.369Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT.jar [2019-07-30T06:47:27.369Z] [INFO] [2019-07-30T06:47:27.369Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:47:27.369Z] [INFO] [2019-07-30T06:47:27.369Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:47:28.295Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/work/data/.metadata/.log [2019-07-30T06:47:28.295Z] [INFO] Command line: [2019-07-30T06:47:28.295Z] [/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/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T06:47:28.295Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T06:47:30.811Z] !SESSION 2019-07-30 06:47:28.413 ----------------------------------------------- [2019-07-30T06:47:30.811Z] eclipse.buildId=unknown [2019-07-30T06:47:30.811Z] java.version=1.8.0_202 [2019-07-30T06:47:30.811Z] java.vendor=Oracle Corporation [2019-07-30T06:47:30.811Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T06:47:30.811Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T06:47:30.811Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T06:47:30.811Z] [2019-07-30T06:47:30.811Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 06:47:30.248 [2019-07-30T06:47:30.811Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:47:30.811Z] !STACK 0 [2019-07-30T06:47:30.811Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] [2019-07-30T06:47:30.811Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:47:30.811Z] [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:47:30.811Z] [2019-07-30T06:47:30.811Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 06:47:30.353 [2019-07-30T06:47:30.811Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:47:30.811Z] !STACK 0 [2019-07-30T06:47:30.811Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] [2019-07-30T06:47:30.811Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:47:30.811Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T06:47:30.811Z] -> 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" [2019-07-30T06:47:30.811Z] org.apache.httpcomponents.httpclient.win [35] [2019-07-30T06:47:30.811Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:47:30.811Z] [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:47:30.811Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:47:32.176Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest [2019-07-30T06:47:44.339Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.86 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest [2019-07-30T06:47:44.339Z] testAnalysisExecution(org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest) Time elapsed: 2.986 s [2019-07-30T06:47:44.339Z] testInRangeWithCpuSubset(org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest) Time elapsed: 2.234 s [2019-07-30T06:47:44.339Z] testUsageInRange(org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest) Time elapsed: 2.244 s [2019-07-30T06:47:44.339Z] testRequirements(org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest) Time elapsed: 1.135 s [2019-07-30T06:47:44.339Z] testReturnedStateSystem(org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageStateProviderTest) Time elapsed: 2.23 s [2019-07-30T06:47:44.339Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageDataProviderTest [2019-07-30T06:47:45.706Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.254 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageDataProviderTest [2019-07-30T06:47:45.706Z] testTree(org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.CpuUsageDataProviderTest) Time elapsed: 2.248 s [2019-07-30T06:47:45.706Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelPidAspectTest [2019-07-30T06:47:46.632Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.209 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelPidAspectTest [2019-07-30T06:47:46.632Z] testResolvePidAspect(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelPidAspectTest) Time elapsed: 1.207 s [2019-07-30T06:47:46.632Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelTidAspectTest [2019-07-30T06:47:47.997Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.444 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelTidAspectTest [2019-07-30T06:47:47.997Z] testResolveTidAspect(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelTidAspectTest) Time elapsed: 1.443 s [2019-07-30T06:47:47.997Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest [2019-07-30T06:48:00.158Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.177 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest [2019-07-30T06:48:00.158Z] testGetPpid(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest) Time elapsed: 1.151 s [2019-07-30T06:48:00.158Z] testGetThreadOnCpu(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest) Time elapsed: 1.129 s [2019-07-30T06:48:00.158Z] testIsThreadActiveRange(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest) Time elapsed: 1.134 s [2019-07-30T06:48:00.158Z] testGetExecutableName(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest) Time elapsed: 1.128 s [2019-07-30T06:48:00.158Z] testGetThreadQuarks(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest) Time elapsed: 1.127 s [2019-07-30T06:48:00.158Z] testGetStatusIntervalsForThread(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest) Time elapsed: 1.127 s [2019-07-30T06:48:00.158Z] testGetPid(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest) Time elapsed: 1.129 s [2019-07-30T06:48:00.158Z] testGetThreadsOfCpus(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest) Time elapsed: 1.126 s [2019-07-30T06:48:00.158Z] testGetStatusIntervalsForThreadIt(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelThreadInformationProviderTest) Time elapsed: 1.124 s [2019-07-30T06:48:00.158Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.ThreadStatusDataProviderTest [2019-07-30T06:48:00.158Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.185 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.ThreadStatusDataProviderTest [2019-07-30T06:48:00.158Z] testThreadStatusDataProvider(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.ThreadStatusDataProviderTest) Time elapsed: 1.184 s [2019-07-30T06:48:00.158Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelStateProviderTest [2019-07-30T06:48:00.158Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelStateProviderTest [2019-07-30T06:48:00.158Z] testOpening(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernel.KernelStateProviderTest) Time elapsed: 0.008 s [2019-07-30T06:48:00.158Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.kernelmemoryusage.KernelMemoryStateProviderTest [2019-07-30T06:48:03.423Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.374 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.kernelmemoryusage.KernelMemoryStateProviderTest [2019-07-30T06:48:03.423Z] testAnalysisExecution(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernelmemoryusage.KernelMemoryStateProviderTest) Time elapsed: 2.215 s [2019-07-30T06:48:03.423Z] testAllocationDeallocationMemory(org.eclipse.tracecompass.analysis.os.linux.core.tests.kernelmemoryusage.KernelMemoryStateProviderTest) Time elapsed: 1.121 s [2019-07-30T06:48:03.423Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.network.EventMatchingTest [2019-07-30T06:48:03.423Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.network.EventMatchingTest [2019-07-30T06:48:03.423Z] testMatchingMultiMatchers(org.eclipse.tracecompass.analysis.os.linux.core.tests.network.EventMatchingTest) Time elapsed: 0.137 s [2019-07-30T06:48:03.423Z] testMatching(org.eclipse.tracecompass.analysis.os.linux.core.tests.network.EventMatchingTest) Time elapsed: 0.131 s [2019-07-30T06:48:03.423Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.latency.SyscallStatsAnalysisTest [2019-07-30T06:48:08.664Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.809 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.latency.SyscallStatsAnalysisTest [2019-07-30T06:48:08.664Z] testSmallTraceSequential(org.eclipse.tracecompass.analysis.os.linux.core.tests.latency.SyscallStatsAnalysisTest) Time elapsed: 4.807 s [2019-07-30T06:48:08.664Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.latency.SyscallAnalysisTest [2019-07-30T06:48:08.664Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.latency.SyscallAnalysisTest [2019-07-30T06:48:08.664Z] testSmallTraceSequential(org.eclipse.tracecompass.analysis.os.linux.core.tests.latency.SyscallAnalysisTest) Time elapsed: 0.279 s [2019-07-30T06:48:08.664Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.contextswitch.ContextSwitchProviderTest [2019-07-30T06:48:12.835Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.48 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.contextswitch.ContextSwitchProviderTest [2019-07-30T06:48:12.835Z] testAnalysisExecution(org.eclipse.tracecompass.analysis.os.linux.core.tests.contextswitch.ContextSwitchProviderTest) Time elapsed: 1.119 s [2019-07-30T06:48:12.835Z] testUsageInRange(org.eclipse.tracecompass.analysis.os.linux.core.tests.contextswitch.ContextSwitchProviderTest) Time elapsed: 1.122 s [2019-07-30T06:48:12.835Z] testReturnedStateSystem(org.eclipse.tracecompass.analysis.os.linux.core.tests.contextswitch.ContextSwitchProviderTest) Time elapsed: 1.12 s [2019-07-30T06:48:12.835Z] testInvalid(org.eclipse.tracecompass.analysis.os.linux.core.tests.contextswitch.ContextSwitchProviderTest) Time elapsed: 1.118 s [2019-07-30T06:48:12.835Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDataProviderTest [2019-07-30T06:48:15.348Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.245 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDataProviderTest [2019-07-30T06:48:15.348Z] testDiskActivity[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDataProviderTest) Time elapsed: 2.232 s [2019-07-30T06:48:15.348Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputInformationProviderTest [2019-07-30T06:48:21.877Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.705 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputInformationProviderTest [2019-07-30T06:48:21.877Z] testGetDisks[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputInformationProviderTest) Time elapsed: 2.246 s [2019-07-30T06:48:21.877Z] testGetDisks[1: io_nostatedump.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputInformationProviderTest) Time elapsed: 2.234 s [2019-07-30T06:48:21.877Z] testGetDisks[2: io_two_devices.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputInformationProviderTest) Time elapsed: 2.224 s [2019-07-30T06:48:21.877Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest [2019-07-30T06:48:36.713Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.291 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest [2019-07-30T06:48:36.713Z] testDeviceStrings[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest) Time elapsed: 2.217 s [2019-07-30T06:48:36.713Z] testSectorsAt[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest) Time elapsed: 2.215 s [2019-07-30T06:48:36.713Z] testDeviceStrings[1: io_nostatedump.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest) Time elapsed: 2.21 s [2019-07-30T06:48:36.713Z] testSectorsAt[1: io_nostatedump.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest) Time elapsed: 2.211 s [2019-07-30T06:48:36.713Z] testDeviceStrings[2: io_two_devices.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest) Time elapsed: 2.218 s [2019-07-30T06:48:36.713Z] testSectorsAt[2: io_two_devices.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputDiskTest) Time elapsed: 2.217 s [2019-07-30T06:48:36.713Z] Running org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest [2019-07-30T06:49:32.875Z] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.368 s - in org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest [2019-07-30T06:49:32.875Z] testAnalysisExecution[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.216 s [2019-07-30T06:49:32.875Z] testStateProviderIntervalData[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.365 s [2019-07-30T06:49:32.875Z] testStateProviderPunctualData[0: io_analysis.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.222 s [2019-07-30T06:49:32.875Z] testAnalysisExecution[1: io_nostatedump.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.209 s [2019-07-30T06:49:32.875Z] testStateProviderIntervalData[1: io_nostatedump.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.21 s [2019-07-30T06:49:32.875Z] testStateProviderPunctualData[1: io_nostatedump.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.209 s [2019-07-30T06:49:32.875Z] testAnalysisExecution[2: io_req_merge.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.225 s [2019-07-30T06:49:32.875Z] testStateProviderIntervalData[2: io_req_merge.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.213 s [2019-07-30T06:49:32.875Z] testStateProviderPunctualData[2: io_req_merge.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.218 s [2019-07-30T06:49:32.875Z] testAnalysisExecution[3: io_missing.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.234 s [2019-07-30T06:49:32.875Z] testStateProviderIntervalData[3: io_missing.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.216 s [2019-07-30T06:49:32.875Z] testStateProviderPunctualData[3: io_missing.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.216 s [2019-07-30T06:49:32.875Z] testAnalysisExecution[4: io_two_devices.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.213 s [2019-07-30T06:49:32.875Z] testStateProviderIntervalData[4: io_two_devices.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.211 s [2019-07-30T06:49:32.875Z] testStateProviderPunctualData[4: io_two_devices.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.211 s [2019-07-30T06:49:32.875Z] testAnalysisExecution[5: io_syscall_read.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.231 s [2019-07-30T06:49:32.875Z] testStateProviderIntervalData[5: io_syscall_read.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.212 s [2019-07-30T06:49:32.875Z] testStateProviderPunctualData[5: io_syscall_read.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.213 s [2019-07-30T06:49:32.875Z] testAnalysisExecution[6: io_syscall_write.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.244 s [2019-07-30T06:49:32.875Z] testStateProviderIntervalData[6: io_syscall_write.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.214 s [2019-07-30T06:49:32.875Z] testStateProviderPunctualData[6: io_syscall_write.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.213 s [2019-07-30T06:49:32.875Z] testAnalysisExecution[7: io_full_kernel.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.216 s [2019-07-30T06:49:32.875Z] testStateProviderIntervalData[7: io_full_kernel.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.216 s [2019-07-30T06:49:32.875Z] testStateProviderPunctualData[7: io_full_kernel.xml](org.eclipse.tracecompass.analysis.os.linux.core.tests.inputoutput.InputOutputStateProviderTest) Time elapsed: 2.214 s [2019-07-30T06:49:32.875Z] [2019-07-30T06:49:32.875Z] Results: [2019-07-30T06:49:32.875Z] [2019-07-30T06:49:32.875Z] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T06:49:32.875Z] [2019-07-30T06:49:32.875Z] [INFO] All tests passed! [2019-07-30T06:49:32.875Z] [INFO] [2019-07-30T06:49:32.875Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:49:32.875Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:49:32.875Z] [INFO] [2019-07-30T06:49:32.875Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:49:32.875Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T06:49:32.875Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:49:32.875Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:49:32.875Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T06:49:32.875Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes [2019-07-30T06:49:32.875Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:49:32.875Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:49:32.875Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T06:49:32.875Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:49:32.875Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T06:49:32.875Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T06:49:32.875Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes [2019-07-30T06:49:32.875Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T06:49:32.875Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T06:49:32.875Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T06:49:32.875Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes [2019-07-30T06:49:32.875Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:49:32.875Z] [INFO] [2019-07-30T06:49:32.875Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:49:32.875Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT.jar [2019-07-30T06:49:32.875Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT.pom [2019-07-30T06:49:32.875Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT-sources.jar [2019-07-30T06:49:32.875Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:49:32.875Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT-p2metadata.xml [2019-07-30T06:49:32.875Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.core.tests-1.0.9-SNAPSHOT-p2artifacts.xml [2019-07-30T06:49:32.875Z] [INFO] [2019-07-30T06:49:32.875Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.os.linux.core.tests --- [2019-07-30T06:49:32.875Z] [INFO] [2019-07-30T06:49:32.875Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui >-- [2019-07-30T06:49:32.875Z] [INFO] Building org.eclipse.tracecompass.analysis.timing.ui 4.0.0-SNAPSHOT [35/134] [2019-07-30T06:49:32.875Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:49:32.875Z] [INFO] [2019-07-30T06:49:32.875Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:32.875Z] [INFO] [2019-07-30T06:49:32.875Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:32.875Z] [INFO] The project's OSGi version is 4.0.0.201907300626 [2019-07-30T06:49:32.875Z] [INFO] [2019-07-30T06:49:32.875Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:32.875Z] [INFO] [2019-07-30T06:49:32.875Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:32.875Z] [INFO] [2019-07-30T06:49:32.875Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:32.875Z] [INFO] [2019-07-30T06:49:32.875Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:32.875Z] [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/analysis/org.eclipse.tracecompass.analysis.timing.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:49:32.875Z] [INFO] [2019-07-30T06:49:32.875Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:32.875Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:49:32.875Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/main/resources [2019-07-30T06:49:32.875Z] [INFO] [2019-07-30T06:49:32.875Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:32.875Z] [INFO] Compiling 36 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/classes [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/scatter/AbstractSegmentStoreScatterChartTreeViewer.java:[57] [2019-07-30T06:49:32.875Z] TmfGenericTreeEntry entry = (TmfGenericTreeEntry) element; [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/scatter/AbstractSegmentStoreScatterChartTreeViewer.java:[125] [2019-07-30T06:49:32.875Z] return DataProviderManager.getInstance().getDataProvider(trace, SegmentStoreScatterDataProvider.ID + ':' + analysisId, ITmfTreeXYDataProvider.class); [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class) of the generic method getDataProvider(ITmfTrace, String, Class) of type DataProviderManager [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[121] [2019-07-30T06:49:32.875Z] SegmentStoreStatisticsModel model = ((TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel>) element).getModel(); [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry [2019-07-30T06:49:32.875Z] 4. INFO in /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java (at line 121) [2019-07-30T06:49:32.875Z] SegmentStoreStatisticsModel model = ((TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel>) element).getModel(); [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel>'. Type 'TmfGenericTreeEntry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[147] [2019-07-30T06:49:32.875Z] createTmfTreeColumnData(Messages.SegmentStoreStatistics_LevelLabel, Comparator.comparing(TmfTreeViewerEntry::getName)), [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>' [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[148] [2019-07-30T06:49:32.875Z] createTmfTreeColumnData(Messages.SegmentStoreStatistics_Statistics_MinLabel, Comparator.comparing(keyExtractor(SegmentStoreStatisticsModel::getMin))), [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>' [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[149] [2019-07-30T06:49:32.875Z] createTmfTreeColumnData(Messages.SegmentStoreStatistics_MaxLabel, Comparator.comparing(keyExtractor(SegmentStoreStatisticsModel::getMax))), [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>' [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[150] [2019-07-30T06:49:32.875Z] createTmfTreeColumnData(Messages.SegmentStoreStatistics_AverageLabel, Comparator.comparing(keyExtractor(SegmentStoreStatisticsModel::getMean))), [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>' [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[151] [2019-07-30T06:49:32.875Z] createTmfTreeColumnData(Messages.SegmentStoreStatisticsViewer_StandardDeviation, Comparator.comparing(keyExtractor(SegmentStoreStatisticsModel::getStdDev))), [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>' [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[152] [2019-07-30T06:49:32.875Z] createTmfTreeColumnData(Messages.SegmentStoreStatisticsViewer_Count, Comparator.comparing(keyExtractor(SegmentStoreStatisticsModel::getNbElements))), [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>' [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[153] [2019-07-30T06:49:32.875Z] createTmfTreeColumnData(Messages.SegmentStoreStatisticsViewer_Total, Comparator.comparing(keyExtractor(SegmentStoreStatisticsModel::getTotal))), [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull TmfTreeViewerEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull TmfTreeViewerEntry>' [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[181] [2019-07-30T06:49:32.875Z] return modelExtractor.apply(((TmfGenericTreeEntry) entry).getModel()); [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull Function>'. Type 'Function' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[181] [2019-07-30T06:49:32.875Z] return modelExtractor.apply(((TmfGenericTreeEntry) entry).getModel()); [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Type safety: Unchecked cast from TmfTreeViewerEntry to TmfGenericTreeEntry [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[183] [2019-07-30T06:49:32.875Z] return (E) (Comparable) o -> 0; [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Type safety: Unchecked cast from Comparable to E [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[204] [2019-07-30T06:49:32.875Z] SegmentStoreStatisticsModel model = ((TmfGenericTreeEntry) element).getModel(); [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry [2019-07-30T06:49:32.875Z] 16. INFO in /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java (at line 204) [2019-07-30T06:49:32.875Z] SegmentStoreStatisticsModel model = ((TmfGenericTreeEntry) element).getModel(); [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel>'. Type 'TmfGenericTreeEntry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[221] [2019-07-30T06:49:32.875Z] SegmentStoreStatisticsModel model = ((TmfGenericTreeEntry) element).getModel(); [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry [2019-07-30T06:49:32.875Z] 18. INFO in /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java (at line 221) [2019-07-30T06:49:32.875Z] SegmentStoreStatisticsModel model = ((TmfGenericTreeEntry) element).getModel(); [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel>'. Type 'TmfGenericTreeEntry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[258] [2019-07-30T06:49:32.875Z] provider = DataProviderManager.getInstance().getDataProvider(trace, [2019-07-30T06:49:32.875Z] fProviderId, ITmfTreeDataProvider.class); [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class) of the generic method getDataProvider(ITmfTrace, String, Class) of type DataProviderManager [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/statistics/AbstractSegmentsStatisticsViewer.java:[280] [2019-07-30T06:49:32.875Z] return modelToTree(trace.getName(), model.getEntries()); [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/internal/analysis/timing/ui/views/segmentstore/density/SimpleTooltipProvider.java:[70] [2019-07-30T06:49:32.875Z] addItem(null, ToolTipString.fromString(Messages.SimpleTooltipProvider_count), ToolTipString.fromDecimal(y)); [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[51] [2019-07-30T06:49:32.875Z] import org.eclipse.tracecompass.internal.provisional.tmf.core.model.filter.parser.FilterCu; [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Discouraged access: The type 'FilterCu' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[52] [2019-07-30T06:49:32.875Z] import org.eclipse.tracecompass.internal.provisional.tmf.core.model.filter.parser.IFilterStrings; [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Discouraged access: The type 'IFilterStrings' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[53] [2019-07-30T06:49:32.875Z] import org.eclipse.tracecompass.internal.provisional.tmf.core.model.filters.TmfFilterAppliedSignal; [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Discouraged access: The type 'TmfFilterAppliedSignal' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[54] [2019-07-30T06:49:32.875Z] import org.eclipse.tracecompass.internal.segmentstore.core.arraylist.ArrayListStore; [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Discouraged access: The type 'ArrayListStore' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/classes') [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[358] [2019-07-30T06:49:32.875Z] ISegmentStore filteredStore = new ArrayListStore<>(filtered.toArray(new ISegment[filtered.size()])); [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Discouraged access: The constructor 'ArrayListStore(Object[])' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/classes') [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[358] [2019-07-30T06:49:32.875Z] ISegmentStore filteredStore = new ArrayListStore<>(filtered.toArray(new ISegment[filtered.size()])); [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Discouraged access: The type 'ArrayListStore' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/statesystem/org.eclipse.tracecompass.segmentstore.core/target/classes') [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[385] [2019-07-30T06:49:32.875Z] for (Map.Entry> entry : regexes.asMap().entrySet()) { [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] 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>>' [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[386] [2019-07-30T06:49:32.875Z] String regex = IFilterStrings.mergeFilters(entry.getValue()); [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Discouraged access: The type 'IFilterStrings' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[386] [2019-07-30T06:49:32.875Z] String regex = IFilterStrings.mergeFilters(entry.getValue()); [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Discouraged access: The method 'IFilterStrings.mergeFilters(Collection)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[387] [2019-07-30T06:49:32.875Z] FilterCu cu = FilterCu.compile(regex); [2019-07-30T06:49:32.875Z] ^^^^^^^^ [2019-07-30T06:49:32.875Z] Discouraged access: The type 'FilterCu' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[387] [2019-07-30T06:49:32.875Z] FilterCu cu = FilterCu.compile(regex); [2019-07-30T06:49:32.875Z] ^^^^^^^^ [2019-07-30T06:49:32.875Z] Discouraged access: The type 'FilterCu' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[387] [2019-07-30T06:49:32.875Z] FilterCu cu = FilterCu.compile(regex); [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Discouraged access: The method 'FilterCu.compile(String)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[388] [2019-07-30T06:49:32.875Z] Predicate<@NonNull Map<@NonNull String, @NonNull Object>> predicate = cu != null ? multiToMapPredicate(cu.generate()) : null; [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] Discouraged access: The method 'FilterCu.generate()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:32.875Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[413] [2019-07-30T06:49:32.875Z] for (Entry> entry : regexes.asMap().entrySet()) { [2019-07-30T06:49:32.875Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.875Z] 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>>' [2019-07-30T06:49:32.876Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[414] [2019-07-30T06:49:32.876Z] String regex = IFilterStrings.mergeFilters(entry.getValue()); [2019-07-30T06:49:32.876Z] ^^^^^^^^^^^^^^ [2019-07-30T06:49:32.876Z] Discouraged access: The type 'IFilterStrings' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:32.876Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[414] [2019-07-30T06:49:32.876Z] String regex = IFilterStrings.mergeFilters(entry.getValue()); [2019-07-30T06:49:32.876Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.876Z] Discouraged access: The method 'IFilterStrings.mergeFilters(Collection)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:32.876Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[415] [2019-07-30T06:49:32.876Z] FilterCu cu = FilterCu.compile(regex); [2019-07-30T06:49:32.876Z] ^^^^^^^^ [2019-07-30T06:49:32.876Z] Discouraged access: The type 'FilterCu' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:32.876Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[415] [2019-07-30T06:49:32.876Z] FilterCu cu = FilterCu.compile(regex); [2019-07-30T06:49:32.876Z] ^^^^^^^^ [2019-07-30T06:49:32.876Z] Discouraged access: The type 'FilterCu' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:32.876Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[415] [2019-07-30T06:49:32.876Z] FilterCu cu = FilterCu.compile(regex); [2019-07-30T06:49:32.876Z] ^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.876Z] Discouraged access: The method 'FilterCu.compile(String)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:32.876Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[416] [2019-07-30T06:49:32.876Z] Predicate<@NonNull Multimap<@NonNull String, @NonNull Object>> predicate = cu != null ? cu.generate() : null; [2019-07-30T06:49:32.876Z] ^^^^^^^^^^^^^ [2019-07-30T06:49:32.876Z] Discouraged access: The method 'FilterCu.generate()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:32.876Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[546] [2019-07-30T06:49:32.876Z] public void regexFilterApplied(TmfFilterAppliedSignal signal) { [2019-07-30T06:49:32.876Z] ^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.876Z] Discouraged access: The type 'TmfFilterAppliedSignal' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:32.876Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[547] [2019-07-30T06:49:32.876Z] Collection regex = signal.getFilter().getRegexes(); [2019-07-30T06:49:32.876Z] ^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.876Z] Discouraged access: The method 'TmfFilterAppliedSignal.getFilter()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:32.876Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/table/AbstractSegmentStoreTableViewer.java:[547] [2019-07-30T06:49:32.876Z] Collection regex = signal.getFilter().getRegexes(); [2019-07-30T06:49:32.876Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.876Z] Discouraged access: The method 'TraceCompassFilter.getRegexes()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:32.876Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/analysis/timing/ui/views/segmentstore/scatter/AbstractSegmentStoreScatterChartViewer.java:[100] [2019-07-30T06:49:32.876Z] return DataProviderManager.getInstance().getDataProvider(trace, SegmentStoreScatterDataProvider.ID + ':' + analysisId, ITmfTreeXYDataProvider.class); [2019-07-30T06:49:32.876Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:32.876Z] Type safety: Unchecked invocation getDataProvider(ITmfTrace, String, Class) of the generic method getDataProvider(ITmfTrace, String, Class) of type DataProviderManager [2019-07-30T06:49:32.876Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/internal/analysis/timing/ui/views/segmentstore/table/SegmentStoreContentProvider.java:[171] [2019-07-30T06:49:32.876Z] return Iterables.get(iterable, (int) idx, null); [2019-07-30T06:49:32.876Z] ^^^^ [2019-07-30T06:49:32.876Z] Null type mismatch (type annotations): 'null' is not compatible to the free type variable '? extends ISegment' [2019-07-30T06:49:32.876Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/internal/analysis/timing/ui/views/segmentstore/table/SegmentStoreContentProvider.java:[191] [2019-07-30T06:49:32.876Z] return Iterables.getLast(baseIterable, null); [2019-07-30T06:49:32.876Z] ^^^^ [2019-07-30T06:49:32.876Z] Null type mismatch (type annotations): 'null' is not compatible to the free type variable '? extends ISegment' [2019-07-30T06:49:32.876Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/org/eclipse/tracecompass/internal/analysis/timing/ui/views/segmentstore/table/SegmentStoreContentProvider.java:[202] [2019-07-30T06:49:32.876Z] return Iterables.getFirst((Iterable) iterable, null); [2019-07-30T06:49:32.876Z] ^^^^ [2019-07-30T06:49:32.876Z] Null type mismatch (type annotations): 'null' is not compatible to the free type variable '? extends ISegment' [2019-07-30T06:49:32.876Z] 48 problems (0 errors, 45 warnings, 45 info) [2019-07-30T06:49:32.876Z] [INFO] [2019-07-30T06:49:32.876Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:32.876Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:49:32.876Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/src/test/resources [2019-07-30T06:49:32.876Z] [INFO] [2019-07-30T06:49:32.876Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:32.876Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT-sources.jar [2019-07-30T06:49:32.876Z] [INFO] [2019-07-30T06:49:32.876Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:32.876Z] [INFO] [2019-07-30T06:49:32.876Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:32.876Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT.jar [2019-07-30T06:49:32.876Z] [INFO] [2019-07-30T06:49:32.876Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:32.876Z] [INFO] [2019-07-30T06:49:32.876Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:32.876Z] [INFO] [2019-07-30T06:49:32.876Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:32.876Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT.jar [2019-07-30T06:49:32.876Z] [INFO] [2019-07-30T06:49:32.876Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:32.876Z] [INFO] [2019-07-30T06:49:32.876Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:32.876Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:49:32.876Z] [INFO] [2019-07-30T06:49:32.876Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:32.876Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T06:49:32.876Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:49:32.876Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:49:32.876Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:49:32.876Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:49:33.801Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T06:49:34.728Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:49:34.728Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:49:34.728Z] [INFO] [2019-07-30T06:49:34.728Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:34.728Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui/4.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT.jar [2019-07-30T06:49:34.728Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui/4.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT.pom [2019-07-30T06:49:34.728Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui/4.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT-sources.jar [2019-07-30T06:49:34.728Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui/4.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:49:34.728Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui/4.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T06:49:34.728Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui/4.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui-4.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T06:49:34.728Z] [INFO] [2019-07-30T06:49:34.728Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.timing.ui --- [2019-07-30T06:49:34.728Z] [INFO] [2019-07-30T06:49:34.728Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui >-- [2019-07-30T06:49:34.728Z] [INFO] Building org.eclipse.tracecompass.analysis.os.linux.ui 3.0.4-SNAPSHOT [36/134] [2019-07-30T06:49:34.728Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:49:34.728Z] [INFO] [2019-07-30T06:49:34.728Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:34.728Z] [INFO] [2019-07-30T06:49:34.728Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:34.728Z] [INFO] The project's OSGi version is 3.0.4.201907300626 [2019-07-30T06:49:34.728Z] [INFO] [2019-07-30T06:49:34.728Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:34.728Z] [INFO] [2019-07-30T06:49:34.728Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:34.728Z] [INFO] [2019-07-30T06:49:34.728Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:34.728Z] [INFO] [2019-07-30T06:49:34.728Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:34.728Z] [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/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:49:34.728Z] [INFO] [2019-07-30T06:49:34.728Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:34.728Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:49:34.728Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/main/resources [2019-07-30T06:49:34.728Z] [INFO] [2019-07-30T06:49:34.728Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:34.728Z] [INFO] Compiling 44 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/classes [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageXYViewer.java:[59] [2019-07-30T06:49:35.289Z] return new SelectedCpuQueryFilter(start, end, nb, getSelected(), CpuUsageView.getCpus(getTrace())); [2019-07-30T06:49:35.289Z] ^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageXYViewer.java:[65] [2019-07-30T06:49:35.289Z] parameters.put(CpuUsageDataProvider.REQUESTED_CPUS_KEY, CpuUsageView.getCpus(getTrace())); [2019-07-30T06:49:35.289Z] ^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageXYViewer.java:[82] [2019-07-30T06:49:35.289Z] Set cpus = CpuUsageView.getCpus(getTrace()); [2019-07-30T06:49:35.289Z] ^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/memory/MemoryUsageTreeViewer.java:[48] [2019-07-30T06:49:35.289Z] TmfGenericTreeEntry obj = (TmfGenericTreeEntry) element; [2019-07-30T06:49:35.289Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/memory/MemoryUsageTreeViewer.java:[64] [2019-07-30T06:49:35.289Z] TmfGenericTreeEntry entry = (TmfGenericTreeEntry) element; [2019-07-30T06:49:35.289Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/actions/UnfollowThreadAction.java:[43] [2019-07-30T06:49:35.289Z] return Messages.FollowThreadAction_unfollow; [2019-07-30T06:49:35.289Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageView.java:[92] [2019-07-30T06:49:35.289Z] Set<@NonNull Integer> data = (Set<@NonNull Integer>) getData(trace, CpuUsageView.CPU_USAGE_FOLLOW_CPU); [2019-07-30T06:49:35.289Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Type safety: Unchecked cast from Object to Set [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageView.java:[117] [2019-07-30T06:49:35.289Z] Set data = (Set) getData(trace, CPU_USAGE_FOLLOW_CPU); [2019-07-30T06:49:35.289Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Type safety: Unchecked cast from Object to Set [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/controlflow/ControlFlowView.java:[729] [2019-07-30T06:49:35.289Z] zoomEntries(entries, traceEntry.getStartTime(), traceEntry.getEndTime(), resolution, monitor); [2019-07-30T06:49:35.289Z] ^^^^^^^ [2019-07-30T06:49:35.289Z] Null type safety (type annotations): The expression of type 'Iterable' needs unchecked conversion to conform to '@NonNull Iterable<@NonNull TimeGraphEntry>' [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/controlflow/ControlFlowView.java:[796] [2019-07-30T06:49:35.289Z] SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(time - 1, time, 2, map.keySet()); [2019-07-30T06:49:35.289Z] ^^^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Null type safety (type annotations): The expression of type '@NonNull Set' needs unchecked conversion to conform to '@NonNull Collection<@NonNull Long>', corresponding supertype is 'Collection' [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/resources/ResourcesPresentationProvider.java:[28] [2019-07-30T06:49:35.289Z] import org.eclipse.tracecompass.internal.tmf.ui.widgets.timegraph.model.TimeGraphLineEntry; [2019-07-30T06:49:35.289Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Discouraged access: The type 'TimeGraphLineEntry' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/resources/ResourcesPresentationProvider.java:[29] [2019-07-30T06:49:35.289Z] import org.eclipse.tracecompass.internal.tmf.ui.widgets.timegraph.model.TimeLineEvent; [2019-07-30T06:49:35.289Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Discouraged access: The type 'TimeLineEvent' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/resources/ResourcesPresentationProvider.java:[171] [2019-07-30T06:49:35.289Z] if (event instanceof TimeLineEvent) { [2019-07-30T06:49:35.289Z] ^^^^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Discouraged access: The type 'TimeLineEvent' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/resources/ResourcesPresentationProvider.java:[224] [2019-07-30T06:49:35.289Z] if (event instanceof TimeLineEvent && entry instanceof TimeGraphLineEntry) { [2019-07-30T06:49:35.289Z] ^^^^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Discouraged access: The type 'TimeLineEvent' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/resources/ResourcesPresentationProvider.java:[224] [2019-07-30T06:49:35.289Z] if (event instanceof TimeLineEvent && entry instanceof TimeGraphLineEntry) { [2019-07-30T06:49:35.289Z] ^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Discouraged access: The type 'TimeGraphLineEntry' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/resources/ResourcesPresentationProvider.java:[225] [2019-07-30T06:49:35.289Z] TimeLineEvent tcEvent = (TimeLineEvent) event; [2019-07-30T06:49:35.289Z] ^^^^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Discouraged access: The type 'TimeLineEvent' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/resources/ResourcesPresentationProvider.java:[225] [2019-07-30T06:49:35.289Z] TimeLineEvent tcEvent = (TimeLineEvent) event; [2019-07-30T06:49:35.289Z] ^^^^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Discouraged access: The type 'TimeLineEvent' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/resources/ResourcesPresentationProvider.java:[227] [2019-07-30T06:49:35.289Z] if (!tcEvent.getValues().isEmpty()) { [2019-07-30T06:49:35.289Z] ^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Discouraged access: The method 'TimeLineEvent.getValues()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/resources/ResourcesPresentationProvider.java:[228] [2019-07-30T06:49:35.289Z] StringJoiner sjw = new StringJoiner(", "); [2019-07-30T06:49:35.289Z] ^^^^ [2019-07-30T06:49:35.289Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/resources/ResourcesPresentationProvider.java:[229] [2019-07-30T06:49:35.289Z] tcEvent.getValues().forEach((Long value)->sjw.add(NumberFormat.getNumberInstance(Locale.getDefault()).format(value))); [2019-07-30T06:49:35.289Z] ^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Discouraged access: The method 'TimeLineEvent.getValues()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/resources/ResourcesPresentationProvider.java:[230] [2019-07-30T06:49:35.289Z] return Collections.singletonMap("Values", sjw.toString()); [2019-07-30T06:49:35.289Z] ^^^^^^^^ [2019-07-30T06:49:35.289Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageTreeViewer.java:[130] [2019-07-30T06:49:35.289Z] return new SelectedCpuQueryFilter(newStart, newEnd, 2, Collections.emptyList(), CpuUsageView.getCpus(getTrace())); [2019-07-30T06:49:35.289Z] ^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/cpuusage/CpuUsageTreeViewer.java:[143] [2019-07-30T06:49:35.289Z] parameters.put(CpuUsageDataProvider.REQUESTED_CPUS_KEY, CpuUsageView.getCpus(getTrace())); [2019-07-30T06:49:35.289Z] ^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T06:49:35.289Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/org/eclipse/tracecompass/internal/analysis/os/linux/ui/views/io/diskioactivity/DiskIOActivityTreeViewer.java:[38] [2019-07-30T06:49:35.289Z] TmfGenericTreeEntry entry = (TmfGenericTreeEntry) element; [2019-07-30T06:49:35.289Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:35.289Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry [2019-07-30T06:49:35.289Z] 24 problems (24 warnings) [2019-07-30T06:49:35.289Z] [INFO] [2019-07-30T06:49:35.289Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:35.289Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:49:35.289Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/src/test/resources [2019-07-30T06:49:35.289Z] [INFO] [2019-07-30T06:49:35.289Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:35.289Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT-sources.jar [2019-07-30T06:49:35.289Z] [INFO] [2019-07-30T06:49:35.289Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:35.289Z] [INFO] [2019-07-30T06:49:35.289Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:35.289Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT.jar [2019-07-30T06:49:35.289Z] [INFO] [2019-07-30T06:49:35.289Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:35.289Z] [INFO] [2019-07-30T06:49:35.289Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:35.289Z] [INFO] [2019-07-30T06:49:35.289Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:35.289Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT.jar [2019-07-30T06:49:35.544Z] [INFO] [2019-07-30T06:49:35.544Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:35.544Z] [INFO] [2019-07-30T06:49:35.544Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:35.544Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:49:35.544Z] [INFO] [2019-07-30T06:49:35.544Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:35.801Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T06:49:35.801Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:49:36.057Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:49:36.622Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes [2019-07-30T06:49:36.622Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:49:36.622Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:49:36.622Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T06:49:36.622Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:49:36.878Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T06:49:37.805Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T06:49:37.805Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes [2019-07-30T06:49:37.805Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T06:49:38.061Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T06:49:38.061Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:49:38.061Z] [INFO] [2019-07-30T06:49:38.061Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:38.061Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui/3.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT.jar [2019-07-30T06:49:38.061Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui/3.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT.pom [2019-07-30T06:49:38.061Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui/3.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT-sources.jar [2019-07-30T06:49:38.061Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui/3.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:49:38.061Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui/3.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT-p2metadata.xml [2019-07-30T06:49:38.061Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui/3.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui-3.0.4-SNAPSHOT-p2artifacts.xml [2019-07-30T06:49:38.061Z] [INFO] [2019-07-30T06:49:38.061Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.os.linux.ui --- [2019-07-30T06:49:38.061Z] [INFO] [2019-07-30T06:49:38.061Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.tests >-- [2019-07-30T06:49:38.061Z] [INFO] Building org.eclipse.tracecompass.analysis.os.linux.ui.tests 1.0.6-SNAPSHOT [37/134] [2019-07-30T06:49:38.061Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T06:49:38.061Z] [INFO] [2019-07-30T06:49:38.061Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:38.061Z] [INFO] [2019-07-30T06:49:38.061Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:38.316Z] [INFO] The project's OSGi version is 1.0.6.201907300626 [2019-07-30T06:49:38.316Z] [INFO] [2019-07-30T06:49:38.316Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:38.316Z] [INFO] [2019-07-30T06:49:38.316Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:38.316Z] [INFO] [2019-07-30T06:49:38.316Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:38.316Z] [INFO] [2019-07-30T06:49:38.316Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:38.316Z] [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/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:49:38.316Z] [INFO] [2019-07-30T06:49:38.316Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:38.316Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:49:38.316Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/src/main/resources [2019-07-30T06:49:38.316Z] [INFO] [2019-07-30T06:49:38.316Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:38.316Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/classes [2019-07-30T06:49:38.316Z] [INFO] [2019-07-30T06:49:38.316Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:38.572Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:49:38.572Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/src/test/resources [2019-07-30T06:49:38.572Z] [INFO] [2019-07-30T06:49:38.572Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:38.572Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT-sources.jar [2019-07-30T06:49:38.572Z] [INFO] [2019-07-30T06:49:38.572Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:38.572Z] [INFO] [2019-07-30T06:49:38.572Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:38.572Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT.jar [2019-07-30T06:49:38.572Z] [INFO] [2019-07-30T06:49:38.572Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:38.572Z] [INFO] [2019-07-30T06:49:38.572Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:38.572Z] [INFO] [2019-07-30T06:49:38.572Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:38.572Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT.jar [2019-07-30T06:49:38.572Z] [INFO] [2019-07-30T06:49:38.572Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:38.572Z] [INFO] [2019-07-30T06:49:38.572Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:39.936Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/work/data/.metadata/.log [2019-07-30T06:49:39.936Z] [INFO] Command line: [2019-07-30T06:49:39.936Z] [/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/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T06:49:39.936Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T06:49:41.824Z] !SESSION 2019-07-30 06:49:39.831 ----------------------------------------------- [2019-07-30T06:49:41.824Z] eclipse.buildId=unknown [2019-07-30T06:49:41.824Z] java.version=1.8.0_202 [2019-07-30T06:49:41.824Z] java.vendor=Oracle Corporation [2019-07-30T06:49:41.824Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T06:49:41.824Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T06:49:41.824Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T06:49:41.824Z] [2019-07-30T06:49:41.824Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 06:49:41.809 [2019-07-30T06:49:41.824Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:49:41.824Z] !STACK 0 [2019-07-30T06:49:41.824Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] [2019-07-30T06:49:41.824Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:49:41.824Z] [2019-07-30T06:49:41.824Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:49:41.824Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:49:41.824Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:49:41.824Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:49:41.824Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:49:41.824Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:49:41.824Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:49:41.824Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:49:41.824Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:49:41.824Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:49:42.079Z] [2019-07-30T06:49:42.079Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 06:49:41.914 [2019-07-30T06:49:42.079Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:49:42.079Z] !STACK 0 [2019-07-30T06:49:42.079Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] [2019-07-30T06:49:42.079Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:49:42.079Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T06:49:42.079Z] -> 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" [2019-07-30T06:49:42.079Z] org.apache.httpcomponents.httpclient.win [36] [2019-07-30T06:49:42.079Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:49:42.079Z] [2019-07-30T06:49:42.079Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:49:42.079Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:49:42.079Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:49:42.079Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:49:42.079Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:49:42.079Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:49:42.079Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:49:42.079Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:49:42.079Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:49:42.079Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:49:43.444Z] process 5570: 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 [2019-07-30T06:49:43.444Z] See the manual page for dbus-uuidgen to correct this issue. [2019-07-30T06:49:43.701Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T06:49:43.701Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T06:49:50.234Z] Running org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest [2019-07-30T06:49:50.234Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest [2019-07-30T06:49:50.234Z] tidColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0.02 s [2019-07-30T06:49:50.234Z] tidSecondaryTimeColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0 s [2019-07-30T06:49:50.234Z] execNameColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0.001 s [2019-07-30T06:49:50.234Z] ptidComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0 s [2019-07-30T06:49:50.234Z] tidComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0 s [2019-07-30T06:49:50.234Z] ptidColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0 s [2019-07-30T06:49:50.234Z] birthTimeColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0 s [2019-07-30T06:49:50.234Z] birthTimeSecondaryTimeColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0.001 s [2019-07-30T06:49:50.234Z] execNameSecondaryTimeColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0 s [2019-07-30T06:49:50.234Z] ptidSecondaryTimeColumnComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0 s [2019-07-30T06:49:50.234Z] birthTimeComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0.001 s [2019-07-30T06:49:50.234Z] execNameComparatorTest(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowEntryComparatorTest) Time elapsed: 0 s [2019-07-30T06:49:50.234Z] Running org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest [2019-07-30T06:49:50.490Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s - in org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest [2019-07-30T06:49:50.490Z] testEmpty(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest) Time elapsed: 0.004 s [2019-07-30T06:49:50.490Z] testMany(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest) Time elapsed: 0.497 s [2019-07-30T06:49:50.490Z] testDoubleOtherOrder(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest) Time elapsed: 0.003 s [2019-07-30T06:49:50.490Z] test9OutOfOrder(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest) Time elapsed: 0 s [2019-07-30T06:49:50.490Z] test9InOrder(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest) Time elapsed: 0 s [2019-07-30T06:49:50.490Z] testDouble(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest) Time elapsed: 0 s [2019-07-30T06:49:50.490Z] testSingleInvalid(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest) Time elapsed: 0 s [2019-07-30T06:49:50.490Z] testSingle(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest) Time elapsed: 0 s [2019-07-30T06:49:50.490Z] test9InOrder10Times(org.eclipse.tracecompass.analysis.os.linux.ui.tests.view.controlflow.ControlFlowOptimizerTest) Time elapsed: 0.001 s [2019-07-30T06:49:50.490Z] [2019-07-30T06:49:50.490Z] Results: [2019-07-30T06:49:50.490Z] [2019-07-30T06:49:50.490Z] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T06:49:50.490Z] [2019-07-30T06:49:52.378Z] [INFO] All tests passed! [2019-07-30T06:49:52.378Z] [INFO] [2019-07-30T06:49:52.378Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:52.378Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:49:52.378Z] [INFO] [2019-07-30T06:49:52.378Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:52.633Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T06:49:52.633Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:49:52.633Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:49:53.195Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T06:49:53.195Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes [2019-07-30T06:49:53.195Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:49:53.195Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:49:53.450Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T06:49:53.450Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:49:53.450Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui' with 73 classes [2019-07-30T06:49:53.706Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T06:49:54.636Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T06:49:54.636Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes [2019-07-30T06:49:54.636Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes [2019-07-30T06:49:54.636Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T06:49:54.891Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T06:49:54.891Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes [2019-07-30T06:49:54.891Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T06:49:55.148Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:49:55.148Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T06:49:55.404Z] [INFO] [2019-07-30T06:49:55.404Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:55.404Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.tests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT.jar [2019-07-30T06:49:55.404Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.tests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT.pom [2019-07-30T06:49:55.404Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.tests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT-sources.jar [2019-07-30T06:49:55.404Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.tests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:49:55.404Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.tests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT-p2metadata.xml [2019-07-30T06:49:55.404Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.tests/1.0.6-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.tests-1.0.6-SNAPSHOT-p2artifacts.xml [2019-07-30T06:49:55.404Z] [INFO] [2019-07-30T06:49:55.404Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.os.linux.ui.tests --- [2019-07-30T06:49:55.404Z] [INFO] [2019-07-30T06:49:55.404Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core >-- [2019-07-30T06:49:55.404Z] [INFO] Building org.eclipse.tracecompass.analysis.profiling.core 1.1.3-SNAPSHOT [38/134] [2019-07-30T06:49:55.404Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:49:55.404Z] [INFO] [2019-07-30T06:49:55.404Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:55.404Z] [INFO] [2019-07-30T06:49:55.404Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:55.404Z] [INFO] The project's OSGi version is 1.1.3.201907300626 [2019-07-30T06:49:55.404Z] [INFO] [2019-07-30T06:49:55.404Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:55.404Z] [INFO] [2019-07-30T06:49:55.404Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:55.404Z] [INFO] [2019-07-30T06:49:55.404Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:55.404Z] [INFO] [2019-07-30T06:49:55.404Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:55.404Z] [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/analysis/org.eclipse.tracecompass.analysis.profiling.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:49:55.404Z] [INFO] [2019-07-30T06:49:55.404Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:55.404Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:49:55.404Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/main/resources [2019-07-30T06:49:55.404Z] [INFO] [2019-07-30T06:49:55.404Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:55.404Z] [INFO] Compiling 37 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/classes [2019-07-30T06:49:55.661Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphAnalysis.java:[327] [2019-07-30T06:49:55.661Z] if (entry.getValue().fRange.includes(range)) { [2019-07-30T06:49:55.661Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.661Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull AggregatedCalledFunction,CallGraphAnalysis.@NonNull FunctionCall>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:49:55.661Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphAnalysis.java:[424] [2019-07-30T06:49:55.661Z] CallgraphRange parentRange = entry.getValue().fRange; [2019-07-30T06:49:55.661Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.661Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull AggregatedCalledFunction,CallGraphAnalysis.@NonNull FunctionCall>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:49:55.661Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphAnalysis.java:[442] [2019-07-30T06:49:55.661Z] parent.addChild(entry.getValue().fFunc, entry.getKey()); [2019-07-30T06:49:55.661Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.661Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull AggregatedCalledFunction,CallGraphAnalysis.@NonNull FunctionCall>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:49:55.661Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphAnalysis.java:[481] [2019-07-30T06:49:55.661Z] ThreadNode threadNode = entry.getKey(); [2019-07-30T06:49:55.661Z] ^^^^^^^^^^^^^^ [2019-07-30T06:49:55.661Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull ThreadNode,@NonNull List<@NonNull Integer>>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:49:55.661Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphAnalysis.java:[482] [2019-07-30T06:49:55.661Z] List subAttributes = entry.getValue(); [2019-07-30T06:49:55.661Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.661Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull ThreadNode,@NonNull List<@NonNull Integer>>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:49:55.661Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/analysis/profiling/core/callstack/CallStackSeries.java:[440] [2019-07-30T06:49:55.661Z] return getIntersectingElements(start, end).iterator(); [2019-07-30T06:49:55.661Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.661Z] Null type safety (type annotations): The expression of type 'Iterator<@NonNull ISegment>' needs unchecked conversion to conform to '@NonNull Iterator<@NonNull ISegment>' [2019-07-30T06:49:55.661Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/analysis/profiling/core/callstack/CallStackSeries.java:[540] [2019-07-30T06:49:55.661Z] return Iterables.transform(query2d, fct); [2019-07-30T06:49:55.661Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.661Z] Null type safety (type annotations): The expression of type 'Iterable<@NonNull ISegment>' needs unchecked conversion to conform to '@NonNull Iterable<@NonNull ISegment>' [2019-07-30T06:49:55.661Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[128] [2019-07-30T06:49:55.661Z] long traceId = getId(ITmfStateSystem.ROOT_ATTRIBUTE); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Discouraged access: The method 'AbstractTreeDataProvider.getId(int)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[129] [2019-07-30T06:49:55.662Z] builder.add(new CallStackEntryModel(traceId, -1, Collections.singletonList(getTrace().getName()), start, end, CallStackEntryModel.TRACE, UNKNOWN_TID)); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[131] [2019-07-30T06:49:55.662Z] List processQuarks = ss.getQuarks(getAnalysisModule().getProcessesPattern()); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Discouraged access: The method 'AbstractTreeDataProvider.getAnalysisModule()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[143] [2019-07-30T06:49:55.662Z] threadParentId = getId(processQuark); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Discouraged access: The method 'AbstractTreeDataProvider.getId(int)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[152] [2019-07-30T06:49:55.662Z] List threadQuarks = ss.getQuarks(processQuark, getAnalysisModule().getThreadsPattern()); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Discouraged access: The method 'AbstractTreeDataProvider.getAnalysisModule()' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[175] [2019-07-30T06:49:55.662Z] return new TmfTreeModel<>(Collections.emptyList(), builder.build()); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Null type safety (type annotations): The expression of type '@NonNull ImmutableList' needs unchecked conversion to conform to '@NonNull List<@NonNull CallStackEntryModel>', corresponding supertype is 'List' [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[190] [2019-07-30T06:49:55.662Z] return new CallStackEntryModel(getId(threadQuark), processId, Collections.singletonList(threadName), threadStart, threadEnd, CallStackEntryModel.THREAD, threadId); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Discouraged access: The method 'AbstractTreeDataProvider.getId(int)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[197] [2019-07-30T06:49:55.662Z] long id = getId(stackLevelQuark); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Discouraged access: The method 'AbstractTreeDataProvider.getId(int)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[198] [2019-07-30T06:49:55.662Z] builder.add(new CallStackEntryModel(id, callStackParent, Collections.singletonList(threadName), start, end, level, pid)); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[222] [2019-07-30T06:49:55.662Z] Map<@NonNull Long, @NonNull Integer> entries = getSelectedEntries(filter); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Discouraged access: The method 'AbstractTreeDataProvider.getSelectedEntries(SelectionTimeQueryFilter)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[227] [2019-07-30T06:49:55.662Z] return new TimeGraphModel(getFollowEvent(ss, entry, filter.getEnd(), false)); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull List<@NonNull ITimeGraphRowModel>' [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[229] [2019-07-30T06:49:55.662Z] return new TimeGraphModel(getFollowEvent(ss, entry, filter.getStart(), true)); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull List<@NonNull ITimeGraphRowModel>' [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[236] [2019-07-30T06:49:55.662Z] Collection times = getTimes(filter, ss.getStartTime(), ss.getCurrentEndTime()); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Discouraged access: The method 'AbstractTreeDataProvider.getTimes(TimeQueryFilter, long, long)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[262] [2019-07-30T06:49:55.662Z] applyFilterAndAddState(eventList, timeGraphState, key, predicates, monitor); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Null type safety (type annotations): The expression of type 'ITimeGraphState' needs unchecked conversion to conform to '@NonNull ITimeGraphState' [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/provider/CallStackDataProvider.java:[278] [2019-07-30T06:49:55.662Z] return new TimeGraphState(startTime, duration, value.hashCode(), name); [2019-07-30T06:49:55.662Z] ^^^^ [2019-07-30T06:49:55.662Z] Null type mismatch: required '@NonNull String' but the provided value is inferred as @Nullable [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/AggregatedCalledFunction.java:[99] [2019-07-30T06:49:55.662Z] fChildren.put(entry.getKey(), entry.getValue().clone()); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Object,@NonNull AggregatedCalledFunction>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[17] [2019-07-30T06:49:55.662Z] import org.eclipse.tracecompass.internal.analysis.timing.core.segmentstore.SegmentStoreStatisticsDataProvider; [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Discouraged access: The type 'SegmentStoreStatisticsDataProvider' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/classes') [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[18] [2019-07-30T06:49:55.662Z] import org.eclipse.tracecompass.internal.tmf.core.model.tree.TmfTreeCompositeDataProvider; [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Discouraged access: The type 'TmfTreeCompositeDataProvider' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[29] [2019-07-30T06:49:55.662Z] * {@link SegmentStoreStatisticsDataProvider} factory for the [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Discouraged access: The type 'SegmentStoreStatisticsDataProvider' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/classes') [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[41] [2019-07-30T06:49:55.662Z] return TmfTreeCompositeDataProvider.create(TmfTraceManager.getTraceSet(trace), ID); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Discouraged access: The type 'TmfTreeCompositeDataProvider' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[41] [2019-07-30T06:49:55.662Z] return TmfTreeCompositeDataProvider.create(TmfTraceManager.getTraceSet(trace), ID); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Discouraged access: The method 'TmfTreeCompositeDataProvider.create(Collection, String)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.core/target/classes') [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[61] [2019-07-30T06:49:55.662Z] return new SegmentStoreStatisticsDataProvider(trace, statisticsAnalysis, CallGraphStatisticsAnalysis.ID); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Discouraged access: The constructor 'SegmentStoreStatisticsDataProvider(ITmfTrace, AbstractSegmentStatisticsAnalysis, String)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/classes') [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphStatisticsDataProviderFactory.java:[61] [2019-07-30T06:49:55.662Z] return new SegmentStoreStatisticsDataProvider(trace, statisticsAnalysis, CallGraphStatisticsAnalysis.ID); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Discouraged access: The type 'SegmentStoreStatisticsDataProvider' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core/target/classes') [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callstack/InstrumentedProfilingElement.java:[233] [2019-07-30T06:49:55.662Z] IHostIdProvider hostProvider = fHostResolver.apply(this); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Function<@NonNull IProfilingElement,CallStackHostUtils.@NonNull IHostIdProvider>'. Type 'Function' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:49:55.662Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/AbstractCalledFunction.java:[29] [2019-07-30T06:49:55.662Z] static final Comparator COMPARATOR = Objects.requireNonNull(Comparator.comparingLong(ISegment::getStart).thenComparingLong(ISegment::getEnd)); [2019-07-30T06:49:55.662Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:55.662Z] Null type safety (type annotations): The expression of type '@NonNull Comparator' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull ISegment>' [2019-07-30T06:49:55.662Z] 32 problems (32 warnings) [2019-07-30T06:49:55.662Z] [INFO] [2019-07-30T06:49:55.662Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:55.662Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:49:55.662Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/src/test/resources [2019-07-30T06:49:55.662Z] [INFO] [2019-07-30T06:49:55.662Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:55.662Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT-sources.jar [2019-07-30T06:49:55.662Z] [INFO] [2019-07-30T06:49:55.662Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:55.662Z] [INFO] [2019-07-30T06:49:55.662Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:55.917Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.jar [2019-07-30T06:49:55.917Z] [INFO] [2019-07-30T06:49:55.917Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:55.917Z] [INFO] [2019-07-30T06:49:55.917Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:55.917Z] [INFO] [2019-07-30T06:49:55.917Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:55.917Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.jar [2019-07-30T06:49:55.917Z] [INFO] [2019-07-30T06:49:55.917Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:55.917Z] [INFO] [2019-07-30T06:49:55.917Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:55.917Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:49:55.917Z] [INFO] [2019-07-30T06:49:55.917Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:56.174Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:49:56.174Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:49:56.735Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:49:56.735Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:49:56.735Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T06:49:56.735Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:49:56.735Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:49:56.735Z] [INFO] [2019-07-30T06:49:56.735Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:56.735Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core/1.1.3-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.jar [2019-07-30T06:49:56.735Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core/1.1.3-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.pom [2019-07-30T06:49:56.735Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core/1.1.3-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT-sources.jar [2019-07-30T06:49:56.735Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core/1.1.3-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:49:56.735Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core/1.1.3-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT-p2metadata.xml [2019-07-30T06:49:56.735Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core/1.1.3-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core-1.1.3-SNAPSHOT-p2artifacts.xml [2019-07-30T06:49:56.735Z] [INFO] [2019-07-30T06:49:56.735Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.profiling.core --- [2019-07-30T06:49:56.735Z] [INFO] [2019-07-30T06:49:56.735Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.core.tests >-- [2019-07-30T06:49:56.735Z] [INFO] Building org.eclipse.tracecompass.analysis.profiling.core.tests 1.0.2-SNAPSHOT [39/134] [2019-07-30T06:49:56.735Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T06:49:56.735Z] [INFO] [2019-07-30T06:49:56.735Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:49:56.735Z] [INFO] [2019-07-30T06:49:56.735Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:49:56.735Z] [INFO] The project's OSGi version is 1.0.2.201907300626 [2019-07-30T06:49:56.735Z] [INFO] [2019-07-30T06:49:56.735Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:49:56.735Z] [INFO] [2019-07-30T06:49:56.735Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:49:56.735Z] [INFO] [2019-07-30T06:49:56.735Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:49:56.735Z] [INFO] [2019-07-30T06:49:56.735Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:49:56.735Z] [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/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:49:56.735Z] [INFO] [2019-07-30T06:49:56.735Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:49:56.735Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:49:56.735Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/src/main/resources [2019-07-30T06:49:56.735Z] [INFO] [2019-07-30T06:49:56.735Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:49:56.735Z] [INFO] Compiling 14 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/classes [2019-07-30T06:49:56.990Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/stubs/org/eclipse/tracecompass/analysis/profiling/core/tests/data/TestDataBigCallStack.java:[145] [2019-07-30T06:49:56.990Z] stack.push(new OpenedFunction(ts, field.getValue().toString())); [2019-07-30T06:49:56.990Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:56.990Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:49:56.990Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/src/org/eclipse/tracecompass/analysis/profiling/core/tests/flamechart/CallStackStateSystemTest.java:[153] [2019-07-30T06:49:56.990Z] Set<@NonNull IntervalInfo> stateSystemIntervals = traceData.toStateSystemInterval(patterns.get(0)[0]); [2019-07-30T06:49:56.990Z] ^^^^^^^^^^^^^^^^^^ [2019-07-30T06:49:56.990Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:49:56.990Z] 2 problems (2 warnings) [2019-07-30T06:49:56.990Z] [INFO] [2019-07-30T06:49:56.990Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:49:56.990Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:49:56.990Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/src/test/resources [2019-07-30T06:49:56.990Z] [INFO] [2019-07-30T06:49:56.990Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:49:56.990Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT-sources.jar [2019-07-30T06:49:56.990Z] [INFO] [2019-07-30T06:49:56.990Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:49:56.990Z] [INFO] [2019-07-30T06:49:56.990Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:49:56.990Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.jar [2019-07-30T06:49:57.246Z] [INFO] [2019-07-30T06:49:57.246Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:49:57.246Z] [INFO] [2019-07-30T06:49:57.246Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:49:57.246Z] [INFO] [2019-07-30T06:49:57.246Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:49:57.246Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.jar [2019-07-30T06:49:57.246Z] [INFO] [2019-07-30T06:49:57.246Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:49:57.246Z] [INFO] [2019-07-30T06:49:57.246Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:49:58.171Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work/data/.metadata/.log [2019-07-30T06:49:58.171Z] [INFO] Command line: [2019-07-30T06:49:58.171Z] [/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/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T06:49:58.171Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T06:50:00.057Z] !SESSION 2019-07-30 06:49:58.124 ----------------------------------------------- [2019-07-30T06:50:00.057Z] eclipse.buildId=unknown [2019-07-30T06:50:00.057Z] java.version=1.8.0_202 [2019-07-30T06:50:00.057Z] java.vendor=Oracle Corporation [2019-07-30T06:50:00.057Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T06:50:00.057Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T06:50:00.057Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T06:50:00.057Z] [2019-07-30T06:50:00.057Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 06:49:59.920 [2019-07-30T06:50:00.057Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:50:00.057Z] !STACK 0 [2019-07-30T06:50:00.057Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] [2019-07-30T06:50:00.057Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:50:00.057Z] [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:50:00.057Z] [2019-07-30T06:50:00.057Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 06:50:00.028 [2019-07-30T06:50:00.057Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:50:00.057Z] !STACK 0 [2019-07-30T06:50:00.057Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] [2019-07-30T06:50:00.057Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:50:00.057Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T06:50:00.057Z] -> 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" [2019-07-30T06:50:00.057Z] org.apache.httpcomponents.httpclient.win [35] [2019-07-30T06:50:00.057Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:50:00.057Z] [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:50:00.057Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:50:01.949Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest [2019-07-30T06:50:01.949Z] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest [2019-07-30T06:50:01.949Z] testGetSelfTime(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0.004 s [2019-07-30T06:50:01.949Z] testGetDepth(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0.001 s [2019-07-30T06:50:01.949Z] testGetStart(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s [2019-07-30T06:50:01.949Z] testToString(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s [2019-07-30T06:50:01.949Z] createInvalidTimeRangeStateLong(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0.001 s [2019-07-30T06:50:01.949Z] testCompareTo(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s [2019-07-30T06:50:01.949Z] testGetProcessId(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s [2019-07-30T06:50:01.949Z] createInvalidDouble(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s [2019-07-30T06:50:01.949Z] testAddChildOk1(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s [2019-07-30T06:50:01.949Z] testAddChildOk2(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s [2019-07-30T06:50:01.949Z] testAddChildOk3(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0.001 s [2019-07-30T06:50:01.949Z] createInvalidTimeRangeStateInteger(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s [2019-07-30T06:50:01.949Z] testHashCode(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s [2019-07-30T06:50:01.949Z] testCompareToBad(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s [2019-07-30T06:50:01.949Z] testEquals(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s [2019-07-30T06:50:01.949Z] testGetParent(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s [2019-07-30T06:50:01.949Z] testGetEnd(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s [2019-07-30T06:50:01.949Z] createInvalidTimeRangeStateString(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s [2019-07-30T06:50:01.949Z] createInvalidTimeRange(org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CalledFunctionTest) Time elapsed: 0 s [2019-07-30T06:50:01.949Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CallGraphWithCallStackAnalysisTest [2019-07-30T06:50:14.107Z] [2019-07-30T06:50:14.108Z] !ENTRY org.eclipse.tracecompass.analysis.profiling.core 2 0 2019-07-30 06:50:13.808 [2019-07-30T06:50:14.108Z] !MESSAGE Function exit name in event (unknown) different from the expected one (f2). You may have lost events in your trace. [2019-07-30T06:50:19.350Z] [2019-07-30T06:50:19.350Z] !ENTRY org.eclipse.tracecompass.analysis.profiling.core 2 0 2019-07-30 06:50:19.180 [2019-07-30T06:50:19.350Z] !MESSAGE Incoherent callstack found on (10019) occasions [2019-07-30T06:50:19.606Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.452 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CallGraphWithCallStackAnalysisTest [2019-07-30T06:50:19.606Z] testCallGraph[0: Small trace](org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CallGraphWithCallStackAnalysisTest) Time elapsed: 1.904 s [2019-07-30T06:50:19.606Z] testCallGraph[1: Big trace](org.eclipse.tracecompass.analysis.profiling.core.tests.callgraph.CallGraphWithCallStackAnalysisTest) Time elapsed: 15.539 s [2019-07-30T06:50:19.606Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest [2019-07-30T06:50:19.606Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest [2019-07-30T06:50:19.606Z] cascadeTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest) Time elapsed: 0.011 s [2019-07-30T06:50:19.606Z] multiFunctionRootsTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest) Time elapsed: 0.001 s [2019-07-30T06:50:19.606Z] emptyStateSystemTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest) Time elapsed: 0 s [2019-07-30T06:50:19.606Z] largeTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest) Time elapsed: 0.016 s [2019-07-30T06:50:19.606Z] multiFunctionRootsSecondTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest) Time elapsed: 0.001 s [2019-07-30T06:50:19.606Z] mergeSecondLevelCalleesTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest) Time elapsed: 0 s [2019-07-30T06:50:19.606Z] mergeFirstLevelCalleesTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest) Time elapsed: 0 s [2019-07-30T06:50:19.606Z] treeTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregationTreeTest) Time elapsed: 0.001 s [2019-07-30T06:50:19.606Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest [2019-07-30T06:50:19.606Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest [2019-07-30T06:50:19.606Z] multiFunctionRootsTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest) Time elapsed: 0.001 s [2019-07-30T06:50:19.606Z] TreeStatisticsTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest) Time elapsed: 0 s [2019-07-30T06:50:19.606Z] MergeSecondLevelCalleesTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest) Time elapsed: 0.002 s [2019-07-30T06:50:19.606Z] MergeFirstLevelCalleesStatisticsTest(org.eclipse.tracecompass.analysis.profiling.core.tests.flamegraph.AggregatedCalledFunctionStatisticsTest) Time elapsed: 0 s [2019-07-30T06:50:19.606Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.ActivatorTest [2019-07-30T06:50:19.606Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.ActivatorTest [2019-07-30T06:50:19.606Z] testActivator(org.eclipse.tracecompass.analysis.profiling.core.tests.ActivatorTest) Time elapsed: 0 s [2019-07-30T06:50:19.606Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackSegmentStoreTest [2019-07-30T06:50:19.861Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackSegmentStoreTest [2019-07-30T06:50:19.861Z] testIntersectingSegmentStore(org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackSegmentStoreTest) Time elapsed: 0.104 s [2019-07-30T06:50:19.861Z] testSeriesSegmentStoreIterator(org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackSegmentStoreTest) Time elapsed: 0.014 s [2019-07-30T06:50:19.861Z] Running org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest [2019-07-30T06:50:25.101Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.387 s - in org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest [2019-07-30T06:50:25.101Z] testCallStackProvider[0: Small trace](org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest) Time elapsed: 0.065 s [2019-07-30T06:50:25.101Z] testCallStackContent[0: Small trace](org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest) Time elapsed: 0.02 s [2019-07-30T06:50:25.101Z] testCallStackProvider[1: Big trace](org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest) Time elapsed: 4.641 s [2019-07-30T06:50:25.101Z] testCallStackContent[1: Big trace](org.eclipse.tracecompass.analysis.profiling.core.tests.flamechart.CallStackStateSystemTest) Time elapsed: 0.658 s [2019-07-30T06:50:25.101Z] [2019-07-30T06:50:25.101Z] Results: [2019-07-30T06:50:25.101Z] [2019-07-30T06:50:25.101Z] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T06:50:25.101Z] [2019-07-30T06:50:26.027Z] [INFO] All tests passed! [2019-07-30T06:50:26.027Z] [INFO] [2019-07-30T06:50:26.027Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:50:26.027Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:50:26.027Z] [INFO] [2019-07-30T06:50:26.027Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:50:26.282Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T06:50:26.282Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:50:26.282Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:50:26.843Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes [2019-07-30T06:50:26.843Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:50:26.843Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:50:26.843Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T06:50:26.843Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T06:50:27.216Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T06:50:27.216Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:50:27.216Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:50:27.216Z] [INFO] [2019-07-30T06:50:27.216Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:50:27.216Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.jar [2019-07-30T06:50:27.216Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.pom [2019-07-30T06:50:27.216Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT-sources.jar [2019-07-30T06:50:27.216Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:50:27.216Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT-p2metadata.xml [2019-07-30T06:50:27.216Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.core.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.core.tests-1.0.2-SNAPSHOT-p2artifacts.xml [2019-07-30T06:50:27.216Z] [INFO] [2019-07-30T06:50:27.216Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.profiling.core.tests --- [2019-07-30T06:50:27.216Z] [INFO] [2019-07-30T06:50:27.216Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui >-- [2019-07-30T06:50:27.216Z] [INFO] Building org.eclipse.tracecompass.analysis.profiling.ui 2.0.0-SNAPSHOT [40/134] [2019-07-30T06:50:27.216Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:50:27.216Z] [INFO] [2019-07-30T06:50:27.216Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:27.216Z] [INFO] [2019-07-30T06:50:27.216Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:27.216Z] [INFO] The project's OSGi version is 2.0.0.201907300626 [2019-07-30T06:50:27.216Z] [INFO] [2019-07-30T06:50:27.216Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:27.216Z] [INFO] [2019-07-30T06:50:27.216Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:27.216Z] [INFO] [2019-07-30T06:50:27.216Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:27.216Z] [INFO] [2019-07-30T06:50:27.216Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:27.216Z] [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/analysis/org.eclipse.tracecompass.analysis.profiling.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:50:27.216Z] [INFO] [2019-07-30T06:50:27.216Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:27.216Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:50:27.216Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/main/resources [2019-07-30T06:50:27.216Z] [INFO] [2019-07-30T06:50:27.216Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:27.216Z] [INFO] Compiling 26 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/classes [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/symbols/BasicSymbolProviderPreferencePage.java:[293] [2019-07-30T06:50:27.779Z] Activator.getDefault().logError("Cannot read the file " + fullPath, e); //$NON-NLS-1$//$NON-NLS-2$ [2019-07-30T06:50:27.779Z] ^^^^^^^^^^^^^ [2019-07-30T06:50:27.779Z] Unnecessary $NON-NLS$ tag [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/CallStackPresentationProvider.java:[74] [2019-07-30T06:50:27.779Z] ITimeGraphEntryModel model = ((TimeGraphEntry) entry).getModel(); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^ [2019-07-30T06:50:27.779Z] The method getModel() from the type TimeGraphEntry is deprecated [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/CallStackPresentationProvider.java:[115] [2019-07-30T06:50:27.779Z] return State.MULTIPLE.toString(); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:50:27.779Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[111] [2019-07-30T06:50:27.779Z] private static final Comparator NAME_COMPARATOR = Comparator.comparing(ITimeGraphEntry::getName); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:50:27.779Z] Null type safety (type annotations): The expression of type 'Comparator<@NonNull ITimeGraphEntry>' needs unchecked conversion to conform to '@NonNull Comparator<@NonNull ITimeGraphEntry>' [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[117] [2019-07-30T06:50:27.779Z] ITimeGraphEntryModel model1 = t1.getModel(); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^ [2019-07-30T06:50:27.779Z] The method getModel() from the type TimeGraphEntry is deprecated [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[118] [2019-07-30T06:50:27.779Z] ITimeGraphEntryModel model2 = t2.getModel(); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^ [2019-07-30T06:50:27.779Z] The method getModel() from the type TimeGraphEntry is deprecated [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[134] [2019-07-30T06:50:27.779Z] ITimeGraphEntryModel model1 = t1.getModel(); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^ [2019-07-30T06:50:27.779Z] The method getModel() from the type TimeGraphEntry is deprecated [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[135] [2019-07-30T06:50:27.779Z] ITimeGraphEntryModel model2 = t2.getModel(); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^ [2019-07-30T06:50:27.779Z] The method getModel() from the type TimeGraphEntry is deprecated [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[197] [2019-07-30T06:50:27.779Z] ITimeGraphEntryModel model1 = t1.getModel(); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^ [2019-07-30T06:50:27.779Z] The method getModel() from the type TimeGraphEntry is deprecated [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[198] [2019-07-30T06:50:27.779Z] ITimeGraphEntryModel model2 = t2.getModel(); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^ [2019-07-30T06:50:27.779Z] The method getModel() from the type TimeGraphEntry is deprecated [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[217] [2019-07-30T06:50:27.779Z] ITimeGraphEntryModel entryModel = entry.getModel(); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^ [2019-07-30T06:50:27.779Z] The method getModel() from the type TimeGraphEntry is deprecated [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[238] [2019-07-30T06:50:27.779Z] ITimeGraphEntryModel model = entry.getModel(); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^ [2019-07-30T06:50:27.779Z] The method getModel() from the type TimeGraphEntry is deprecated [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[325] [2019-07-30T06:50:27.779Z] ITimeGraphState function = fFunctions.get(((TimeGraphEntry) selection).getModel().getId()); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^ [2019-07-30T06:50:27.779Z] The method getModel() from the type TimeGraphEntry is deprecated [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[458] [2019-07-30T06:50:27.779Z] Map map = Maps.uniqueIndex(unfiltered, e -> e.getModel().getId()); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^ [2019-07-30T06:50:27.779Z] The method getModel() from the type TimeGraphEntry is deprecated [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[565] [2019-07-30T06:50:27.779Z] SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(selectionBegin, Long.MAX_VALUE, 2, Collections.singleton(callStackEntry.getModel().getId())); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^ [2019-07-30T06:50:27.779Z] The method getModel() from the type TimeGraphEntry is deprecated [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[617] [2019-07-30T06:50:27.779Z] SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(Lists.newArrayList(Long.MIN_VALUE, selectionBegin), Collections.singleton(callStackEntry.getModel().getId())); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:50:27.779Z] 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>' [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[617] [2019-07-30T06:50:27.779Z] SelectionTimeQueryFilter filter = new SelectionTimeQueryFilter(Lists.newArrayList(Long.MIN_VALUE, selectionBegin), Collections.singleton(callStackEntry.getModel().getId())); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^ [2019-07-30T06:50:27.779Z] The method getModel() from the type TimeGraphEntry is deprecated [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[710] [2019-07-30T06:50:27.779Z] Collection<@NonNull ISymbolProvider> symbolProviders = SymbolProviderManager.getInstance().getSymbolProviders(subTrace); [2019-07-30T06:50:27.779Z] ^^^^^^^^ [2019-07-30T06:50:27.779Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/analysis/profiling/ui/views/flamechart/FlameChartView.java:[739] [2019-07-30T06:50:27.779Z] all.forEach(entry -> fFunctions.remove(entry.getModel().getId())); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^ [2019-07-30T06:50:27.779Z] The method getModel() from the type TimeGraphEntry is deprecated [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/callgraph/statistics/CallGraphStatisticsViewer.java:[69] [2019-07-30T06:50:27.779Z] TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel> entry = (TmfGenericTreeEntry<@NonNull SegmentStoreStatisticsModel>) element; [2019-07-30T06:50:27.779Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:50:27.779Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/Activator.java:[72] [2019-07-30T06:50:27.779Z] return getImageDescripterFromPath(path).createImage(); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:50:27.779Z] Null type safety (type annotations): The expression of type 'Image' needs unchecked conversion to conform to '@NonNull Image' [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/Activator.java:[84] [2019-07-30T06:50:27.779Z] return AbstractUIPlugin.imageDescriptorFromPlugin(PLUGIN_ID, path); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:50:27.779Z] Null type safety (type annotations): The expression of type 'ImageDescriptor' needs unchecked conversion to conform to '@NonNull ImageDescriptor' [2019-07-30T06:50:27.779Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/org/eclipse/tracecompass/internal/analysis/profiling/ui/flamegraph/FlameGraphView.java:[244] [2019-07-30T06:50:27.779Z] Activator.getDefault().logError(e.getMessage(), e); [2019-07-30T06:50:27.779Z] ^^^^^^^^^^^^^^ [2019-07-30T06:50:27.779Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:50:27.779Z] 23 problems (23 warnings) [2019-07-30T06:50:27.779Z] [INFO] [2019-07-30T06:50:27.779Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:27.779Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:50:27.779Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/src/test/resources [2019-07-30T06:50:27.779Z] [INFO] [2019-07-30T06:50:27.779Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:27.779Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT-sources.jar [2019-07-30T06:50:27.779Z] [INFO] [2019-07-30T06:50:27.779Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:27.779Z] [INFO] [2019-07-30T06:50:27.779Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:27.779Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.jar [2019-07-30T06:50:27.779Z] [INFO] [2019-07-30T06:50:27.779Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:27.779Z] [INFO] [2019-07-30T06:50:27.779Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:27.779Z] [INFO] [2019-07-30T06:50:27.779Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:27.779Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.jar [2019-07-30T06:50:27.779Z] [INFO] [2019-07-30T06:50:27.779Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:27.779Z] [INFO] [2019-07-30T06:50:27.779Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:27.779Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:50:27.779Z] [INFO] [2019-07-30T06:50:27.779Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:28.340Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes [2019-07-30T06:50:28.340Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:50:28.340Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:50:28.901Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:50:28.901Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:50:28.901Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T06:50:28.901Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T06:50:29.829Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes [2019-07-30T06:50:29.829Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:50:30.084Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:50:30.084Z] [INFO] [2019-07-30T06:50:30.084Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:30.084Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.jar [2019-07-30T06:50:30.084Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.pom [2019-07-30T06:50:30.084Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT-sources.jar [2019-07-30T06:50:30.084Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:50:30.085Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T06:50:30.085Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui-2.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T06:50:30.085Z] [INFO] [2019-07-30T06:50:30.085Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.profiling.ui --- [2019-07-30T06:50:30.085Z] [INFO] [2019-07-30T06:50:30.085Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.tests >--- [2019-07-30T06:50:30.085Z] [INFO] Building org.eclipse.tracecompass.tmf.ui.tests 1.0.10-SNAPSHOT [41/134] [2019-07-30T06:50:30.085Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T06:50:30.085Z] [INFO] [2019-07-30T06:50:30.085Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:50:30.085Z] [INFO] [2019-07-30T06:50:30.085Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:50:30.085Z] [INFO] The project's OSGi version is 1.0.10.201907300626 [2019-07-30T06:50:30.085Z] [INFO] [2019-07-30T06:50:30.085Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:50:30.085Z] [INFO] [2019-07-30T06:50:30.085Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:50:30.085Z] [INFO] [2019-07-30T06:50:30.085Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:50:30.085Z] [INFO] [2019-07-30T06:50:30.085Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:50:30.085Z] [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/tmf/org.eclipse.tracecompass.tmf.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:50:30.085Z] [INFO] [2019-07-30T06:50:30.085Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:50:30.085Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:50:30.085Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/src/main/resources [2019-07-30T06:50:30.085Z] [INFO] [2019-07-30T06:50:30.085Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:50:30.085Z] [INFO] Compiling 54 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/classes [2019-07-30T06:50:30.646Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/widgetStubs/org/eclipse/tracecompass/tmf/ui/tests/uml2sd/trace/TmfUml2SDTestTrace.java:[105] [2019-07-30T06:50:30.646Z] return tmfEvent; [2019-07-30T06:50:30.646Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:50:30.646Z] Potential resource leak: 'stream' may not be closed at this location [2019-07-30T06:50:30.646Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/widgetStubs/org/eclipse/tracecompass/tmf/ui/tests/uml2sd/trace/TmfUml2SDTestTrace.java:[109] [2019-07-30T06:50:30.646Z] return null; [2019-07-30T06:50:30.646Z] ^^^^^^^^^^^^ [2019-07-30T06:50:30.646Z] Potential resource leak: 'stream' may not be closed at this location [2019-07-30T06:50:30.646Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/src/org/eclipse/tracecompass/tmf/ui/tests/views/TmfViewFactoryTest.java:[123] [2019-07-30T06:50:30.646Z] assertFalse("New view from view id with suffix was not created", Arrays.asList(viewRefs).contains(thirdView)); [2019-07-30T06:50:30.646Z] ^^^^^^^^^ [2019-07-30T06:50:30.646Z] Unlikely argument type IViewPart for contains(Object) on a Collection [2019-07-30T06:50:30.646Z] 3 problems (3 warnings) [2019-07-30T06:50:30.646Z] [INFO] [2019-07-30T06:50:30.646Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:50:30.646Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:50:30.646Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/src/test/resources [2019-07-30T06:50:30.646Z] [INFO] [2019-07-30T06:50:30.646Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:50:30.646Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT-sources.jar [2019-07-30T06:50:30.646Z] [INFO] [2019-07-30T06:50:30.646Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:50:30.646Z] [INFO] [2019-07-30T06:50:30.646Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:50:30.646Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT.jar [2019-07-30T06:50:30.646Z] [INFO] [2019-07-30T06:50:30.646Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:50:30.646Z] [INFO] [2019-07-30T06:50:30.647Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:50:30.647Z] [INFO] [2019-07-30T06:50:30.647Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:50:30.647Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT.jar [2019-07-30T06:50:30.902Z] [INFO] [2019-07-30T06:50:30.902Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:50:31.158Z] [INFO] [2019-07-30T06:50:31.158Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:50:32.084Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work/data/.metadata/.log [2019-07-30T06:50:32.084Z] [INFO] Command line: [2019-07-30T06:50:32.084Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T06:50:32.084Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T06:50:34.600Z] !SESSION 2019-07-30 06:50:32.050 ----------------------------------------------- [2019-07-30T06:50:34.600Z] eclipse.buildId=unknown [2019-07-30T06:50:34.600Z] java.version=1.8.0_202 [2019-07-30T06:50:34.600Z] java.vendor=Oracle Corporation [2019-07-30T06:50:34.600Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T06:50:34.600Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T06:50:34.600Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T06:50:34.600Z] [2019-07-30T06:50:34.600Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 06:50:34.030 [2019-07-30T06:50:34.600Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:50:34.600Z] !STACK 0 [2019-07-30T06:50:34.600Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] [2019-07-30T06:50:34.600Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:50:34.600Z] [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:50:34.600Z] [2019-07-30T06:50:34.600Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 06:50:34.135 [2019-07-30T06:50:34.600Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:50:34.600Z] !STACK 0 [2019-07-30T06:50:34.600Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] [2019-07-30T06:50:34.600Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:50:34.600Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T06:50:34.600Z] -> 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" [2019-07-30T06:50:34.600Z] org.apache.httpcomponents.httpclient.win [36] [2019-07-30T06:50:34.600Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:50:34.600Z] [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:50:34.600Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:50:35.526Z] process 5814: 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 [2019-07-30T06:50:35.526Z] See the manual page for dbus-uuidgen to correct this issue. [2019-07-30T06:50:36.087Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T06:50:36.087Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T06:50:42.621Z] Running org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest [2019-07-30T06:50:42.621Z] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest [2019-07-30T06:50:42.621Z] testAddChildOtherParent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0.008 s [2019-07-30T06:50:42.621Z] testAddEventReplaceLast(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0.005 s [2019-07-30T06:50:42.621Z] testAddChildAtPosition(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testGetTimeEventsIteratorMixedSplit(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testSortChildren(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0.001 s [2019-07-30T06:50:42.621Z] testAddEventNulls(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testRemoveChild(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testGetTimeEventsIteratorMixed(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testSortChildrenThenAdd(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testAddChild(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0.001 s [2019-07-30T06:50:42.621Z] testAddEvent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testRemoveChildOtherParent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testaddZoomedEvent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testRemoveChildNoParent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testaddZoomedEventPartialRestart(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testAddChildSameParent(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0.001 s [2019-07-30T06:50:42.621Z] testaddZoomedEventDuplicate(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testaddZoomedEventReplaceLast(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testAddZoomedEventNulls(org.eclipse.tracecompass.tmf.ui.tests.widgets.timegraph.model.TimeGraphEntryTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] Running org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest [2019-07-30T06:50:42.621Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest [2019-07-30T06:50:42.621Z] clipRightTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0.001 s [2019-07-30T06:50:42.621Z] clipXTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] horizontalTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] tangentInsideTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] glancingTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] ousideSquareTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] insideTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] verticalTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] clipTopTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] tangentTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] tangentInsideCornerTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0.001 s [2019-07-30T06:50:42.621Z] clipLeftTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] clipBottomTest(org.eclipse.tracecompass.tmf.ui.tests.util.LineClipperTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] Running org.eclipse.tracecompass.tmf.ui.tests.markers.ConfigurableMarkerEventSourceTest [2019-07-30T06:50:42.621Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339 s - in org.eclipse.tracecompass.tmf.ui.tests.markers.ConfigurableMarkerEventSourceTest [2019-07-30T06:50:42.621Z] test(org.eclipse.tracecompass.tmf.ui.tests.markers.ConfigurableMarkerEventSourceTest) Time elapsed: 0.242 s [2019-07-30T06:50:42.621Z] Running org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest [2019-07-30T06:50:42.621Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest [2019-07-30T06:50:42.621Z] testNextPreviousIncluded(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testInvalidRollover(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testSmallPeriod(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testIsApplicable(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0.001 s [2019-07-30T06:50:42.621Z] testAlternateShadingMarkerEventSource(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testFractionalPeriod(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testReference(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testRollover(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testInvalidPeriod(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] testLineMarkerEventSource(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0.001 s [2019-07-30T06:50:42.621Z] testResolution(org.eclipse.tracecompass.tmf.ui.tests.markers.PeriodicMarkerEventSourceTest) Time elapsed: 0 s [2019-07-30T06:50:42.621Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest [2019-07-30T06:50:42.878Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest [2019-07-30T06:50:42.878Z] testgetName(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testGetValue(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0.001 s [2019-07-30T06:50:42.878Z] testResetTimeRangeValue(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testGetChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testReset(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testGetPath(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testResetGlobalValue(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testHasChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0.001 s [2019-07-30T06:50:42.878Z] testContainsChild(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testGetParent(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testGetNbChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeNodeTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest [2019-07-30T06:50:42.878Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest [2019-07-30T06:50:42.878Z] testGetWidth(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testGetAlignment(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testGetLabelProvider(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest) Time elapsed: 0.001 s [2019-07-30T06:50:42.878Z] testGetTooltip(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testGetComparator(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testGetPercentageProvider(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testGetHeader(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest [2019-07-30T06:50:42.878Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest [2019-07-30T06:50:42.878Z] testResetPartial(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testInitialState(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testResetTotal(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testSetValue(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataProviderTest [2019-07-30T06:50:42.878Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataProviderTest [2019-07-30T06:50:42.878Z] testGetColumnData(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseColumnDataProviderTest) Time elapsed: 0.002 s [2019-07-30T06:50:42.878Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest [2019-07-30T06:50:42.878Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest [2019-07-30T06:50:42.878Z] testaddStatsTreeRoot(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest) Time elapsed: 0.001 s [2019-07-30T06:50:42.878Z] testGetStatTree(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testContainsTreeRoot(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testRemoveStatTreeRoot(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testGetStatTreeRoot(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest) Time elapsed: 0.001 s [2019-07-30T06:50:42.878Z] testRemoveAll(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfStatisticsTreeManagerTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest [2019-07-30T06:50:42.878Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest [2019-07-30T06:50:42.878Z] testGet(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest) Time elapsed: 0.001 s [2019-07-30T06:50:42.878Z] testGetChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testReset(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testRegisterEvent(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testGetParent(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testGetOrCreate(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfBaseStatisticsDataTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] Running org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest [2019-07-30T06:50:42.878Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest [2019-07-30T06:50:42.878Z] testGetChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testHasChildren(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testGetParent(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testGetElements(org.eclipse.tracecompass.tmf.ui.tests.statistics.TmfTreeContentProviderTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] Running org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest [2019-07-30T06:50:42.878Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest [2019-07-30T06:50:42.878Z] testHtml(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest) Time elapsed: 0.046 s [2019-07-30T06:50:42.878Z] testTimestamp(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest) Time elapsed: 0.001 s [2019-07-30T06:50:42.878Z] testDecimal(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest) Time elapsed: 0.004 s [2019-07-30T06:50:42.878Z] testString(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] testEgality(org.eclipse.tracecompass.tmf.ui.tests.viewers.ToolTipStringTest) Time elapsed: 0 s [2019-07-30T06:50:42.878Z] Running org.eclipse.tracecompass.tmf.ui.tests.symbols.BasicSymbolProviderTest [2019-07-30T06:50:43.804Z] [2019-07-30T06:50:43.804Z] !ENTRY org.eclipse.cdt.core.native 4 0 2019-07-30 06:50:43.523 [2019-07-30T06:50:43.804Z] !MESSAGE no spawner in java.library.path [2019-07-30T06:50:43.804Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.712 s - in org.eclipse.tracecompass.tmf.ui.tests.symbols.BasicSymbolProviderTest [2019-07-30T06:50:43.804Z] testBasicProvider(org.eclipse.tracecompass.tmf.ui.tests.symbols.BasicSymbolProviderTest) Time elapsed: 0.712 s [2019-07-30T06:50:43.804Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest [2019-07-30T06:50:43.804Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest [2019-07-30T06:50:43.804Z] testCriteria(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest) Time elapsed: 0.001 s [2019-07-30T06:50:43.804Z] testAccessors(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest) Time elapsed: 0 s [2019-07-30T06:50:43.804Z] testLoad(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest) Time elapsed: 0.001 s [2019-07-30T06:50:43.804Z] testSave(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest) Time elapsed: 0 s [2019-07-30T06:50:43.804Z] testCompareTo(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest) Time elapsed: 0 s [2019-07-30T06:50:43.804Z] testCriteriaCriteria(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest) Time elapsed: 0 s [2019-07-30T06:50:43.804Z] testMatches(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest) Time elapsed: 0 s [2019-07-30T06:50:43.804Z] testGetGraphNodeSummary(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.dialogs.CriteriaTest) Time elapsed: 0.002 s [2019-07-30T06:50:43.804Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.load.LoadersManagerTest [2019-07-30T06:50:45.316Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.635 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.load.LoadersManagerTest [2019-07-30T06:50:45.316Z] testLoaderManager(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.load.LoadersManagerTest) Time elapsed: 1.635 s [2019-07-30T06:50:45.571Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest [2019-07-30T06:51:32.192Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.13 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest [2019-07-30T06:51:32.192Z] verifyLastPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest) Time elapsed: 2.587 s [2019-07-30T06:51:32.192Z] verifyPrevPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest) Time elapsed: 11.724 s [2019-07-30T06:51:32.192Z] verifyPageNumberChanged(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest) Time elapsed: 2.734 s [2019-07-30T06:51:32.192Z] verifyFirstPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest) Time elapsed: 2.392 s [2019-07-30T06:51:32.192Z] verifyPagesCount(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest) Time elapsed: 0 s [2019-07-30T06:51:32.192Z] verifyNextPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderPagesTest) Time elapsed: 12.061 s [2019-07-30T06:51:32.192Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest [2019-07-30T06:51:54.076Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.574 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest [2019-07-30T06:51:54.076Z] verifySetup(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest) Time elapsed: 2.044 s [2019-07-30T06:51:54.076Z] verifyCancel(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest) Time elapsed: 15.582 s [2019-07-30T06:51:54.076Z] verifyLoaderDispose(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest) Time elapsed: 0.039 s [2019-07-30T06:51:54.076Z] testSetViewer(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest) Time elapsed: 0.062 s [2019-07-30T06:51:54.076Z] verifyDispose(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderExpTest) Time elapsed: 0 s [2019-07-30T06:51:54.076Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest [2019-07-30T06:52:12.113Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.928 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest [2019-07-30T06:52:12.113Z] verifyTimeRangeSamePage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest) Time elapsed: 1.258 s [2019-07-30T06:52:12.113Z] verifyTimeRangeDifferentPages(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest) Time elapsed: 1.416 s [2019-07-30T06:52:12.113Z] verifySynchToTimeEqualsLast(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest) Time elapsed: 1.382 s [2019-07-30T06:52:12.113Z] verifySynchToTimeBeforeExpStart(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest) Time elapsed: 1.315 s [2019-07-30T06:52:12.113Z] verifySynchToTimeAfterExpEnd(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest) Time elapsed: 1.253 s [2019-07-30T06:52:12.113Z] verifySynchToTimeInPage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest) Time elapsed: 1.272 s [2019-07-30T06:52:12.113Z] verifySynchToTimeNonExisting(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest) Time elapsed: 1.581 s [2019-07-30T06:52:12.113Z] verifySynchToTimeFirst(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest) Time elapsed: 1.38 s [2019-07-30T06:52:12.113Z] verifySynchToTimeOutsidePage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderTimeTest) Time elapsed: 1.437 s [2019-07-30T06:52:12.113Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest [2019-07-30T06:52:38.601Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.531 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest [2019-07-30T06:52:38.601Z] verifyMessageFilter(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest) Time elapsed: 3.302 s [2019-07-30T06:52:38.601Z] verifyRemoval(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest) Time elapsed: 4.319 s [2019-07-30T06:52:38.601Z] verifyFilter1of2(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest) Time elapsed: 3.272 s [2019-07-30T06:52:38.601Z] verifyFilter1of3(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest) Time elapsed: 3.699 s [2019-07-30T06:52:38.601Z] verifyFilter2of2(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFilterTest) Time elapsed: 3.336 s [2019-07-30T06:52:38.601Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest [2019-07-30T06:52:53.432Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.634 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest [2019-07-30T06:52:53.432Z] verifyFirstMessage(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest) Time elapsed: 3.111 s [2019-07-30T06:52:53.432Z] verifyFind(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest) Time elapsed: 5.141 s [2019-07-30T06:52:53.432Z] verifyISDGraphNodeSupporter(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest) Time elapsed: 1.233 s [2019-07-30T06:52:53.432Z] verifyCancelSearch(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderFindTest) Time elapsed: 2.812 s [2019-07-30T06:52:53.432Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderSignalTest [2019-07-30T06:53:03.369Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.785 s - in org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderSignalTest [2019-07-30T06:53:03.369Z] verifyFirstPageSignal(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderSignalTest) Time elapsed: 1.277 s [2019-07-30T06:53:03.369Z] verifySelectionSignal(org.eclipse.tracecompass.tmf.ui.tests.views.uml2sd.loader.TmfUml2SDSyncLoaderSignalTest) Time elapsed: 0.002 s [2019-07-30T06:53:03.369Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.TmfViewFactoryTest [2019-07-30T06:53:03.369Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.tracecompass.tmf.ui.tests.views.TmfViewFactoryTest [2019-07-30T06:53:03.369Z] testGetBaseSecId(org.eclipse.tracecompass.tmf.ui.tests.views.TmfViewFactoryTest) Time elapsed: 0.001 s [2019-07-30T06:53:03.369Z] testNewView(org.eclipse.tracecompass.tmf.ui.tests.views.TmfViewFactoryTest) Time elapsed: 0.081 s [2019-07-30T06:53:03.369Z] Running org.eclipse.tracecompass.tmf.ui.tests.views.FormatTimeUtilsTest [2019-07-30T06:53:03.369Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.tmf.ui.tests.views.FormatTimeUtilsTest [2019-07-30T06:53:03.369Z] testFormatTimeRelative(org.eclipse.tracecompass.tmf.ui.tests.views.FormatTimeUtilsTest) Time elapsed: 0.004 s [2019-07-30T06:53:03.369Z] testFormatTimeCalendar(org.eclipse.tracecompass.tmf.ui.tests.views.FormatTimeUtilsTest) Time elapsed: 0.001 s [2019-07-30T06:53:03.369Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest [2019-07-30T06:53:05.258Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.798 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest [2019-07-30T06:53:05.258Z] testListAnalysis(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest) Time elapsed: 0.792 s [2019-07-30T06:53:05.258Z] testPopulate(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest) Time elapsed: 0.028 s [2019-07-30T06:53:05.258Z] testInstantiate(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelAnalysisTest) Time elapsed: 0.977 s [2019-07-30T06:53:05.258Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelTraceTest [2019-07-30T06:53:05.513Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.617 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelTraceTest [2019-07-30T06:53:05.513Z] testOpenTrace(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelTraceTest) Time elapsed: 0.617 s [2019-07-30T06:53:05.513Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest [2019-07-30T06:53:05.769Z] [2019-07-30T06:53:05.769Z] !ENTRY org.eclipse.cdt.core 1 0 2019-07-30 06:53:05.744 [2019-07-30T06:53:05.769Z] !MESSAGE Indexed 'SomeProject' (0 sources, 0 headers) in 0.003 sec: 0 declarations; 0 references; 0 unresolved inclusions; 0 syntax errors; 0 unresolved names (0%) [2019-07-30T06:53:06.332Z] [2019-07-30T06:53:06.332Z] !ENTRY org.eclipse.core.resources 2 2 2019-07-30 06:53:06.107 [2019-07-30T06:53:06.332Z] !MESSAGE Save operation warnings. [2019-07-30T06:53:06.332Z] !SUBENTRY 1 org.eclipse.core.resources 2 234 2019-07-30 06:53:06.107 [2019-07-30T06:53:06.332Z] !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. [2019-07-30T06:53:06.332Z] [2019-07-30T06:53:06.332Z] !ENTRY org.eclipse.cdt.core 1 0 2019-07-30 06:53:06.118 [2019-07-30T06:53:06.332Z] !MESSAGE Indexed 'SomeProject2' (0 sources, 0 headers) in 0 sec: 0 declarations; 0 references; 0 unresolved inclusions; 0 syntax errors; 0 unresolved names (0%) [2019-07-30T06:53:06.332Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest [2019-07-30T06:53:06.332Z] testAddingTracingNature(org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest) Time elapsed: 0.598 s [2019-07-30T06:53:06.332Z] testCreateTracingProject(org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest) Time elapsed: 0.01 s [2019-07-30T06:53:06.332Z] testAddingTracingNatureNotAllowed(org.eclipse.tracecompass.tmf.ui.tests.project.model.TmfProjectRegistryTest) Time elapsed: 0 s [2019-07-30T06:53:06.332Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest [2019-07-30T06:53:09.616Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.994 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest [2019-07-30T06:53:09.616Z] testExperimentTypeAnalysis(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest) Time elapsed: 0.116 s [2019-07-30T06:53:09.616Z] testDefaultExperimentType(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest) Time elapsed: 0.682 s [2019-07-30T06:53:09.616Z] testNoExperimentTypeChildren(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest) Time elapsed: 0.627 s [2019-07-30T06:53:09.616Z] testExperimentType(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest) Time elapsed: 0.641 s [2019-07-30T06:53:09.616Z] testExperimentTypeChildren(org.eclipse.tracecompass.tmf.ui.tests.project.model.TraceAndExperimentTypeTest) Time elapsed: 0.927 s [2019-07-30T06:53:09.616Z] Running org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelOutputTest [2019-07-30T06:53:10.543Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.224 s - in org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelOutputTest [2019-07-30T06:53:10.543Z] testListOutputs(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelOutputTest) Time elapsed: 0.517 s [2019-07-30T06:53:10.543Z] testOpenView(org.eclipse.tracecompass.tmf.ui.tests.project.model.ProjectModelOutputTest) Time elapsed: 0.706 s [2019-07-30T06:53:10.543Z] Running org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest [2019-07-30T06:53:10.543Z] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest [2019-07-30T06:53:10.543Z] testHistogramDataModelInt(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.001 s [2019-07-30T06:53:10.543Z] testScaleTo_0(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s [2019-07-30T06:53:10.543Z] testScaleTo_1(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.002 s [2019-07-30T06:53:10.543Z] testScaleTo_2(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s [2019-07-30T06:53:10.543Z] testScaleTo_3(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s [2019-07-30T06:53:10.543Z] testScaleTo_4(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s [2019-07-30T06:53:10.543Z] testScaleTo_5(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.001 s [2019-07-30T06:53:10.543Z] testScaleTo_6(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s [2019-07-30T06:53:10.543Z] testScaleTo_7(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.001 s [2019-07-30T06:53:10.543Z] testClear(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s [2019-07-30T06:53:10.543Z] testHistogramDataModel(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s [2019-07-30T06:53:10.543Z] testModelListener(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.012 s [2019-07-30T06:53:10.543Z] testHistogramDataModelCopyConstructor(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.001 s [2019-07-30T06:53:10.543Z] testLostEventsScaleTo_0(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s [2019-07-30T06:53:10.543Z] testLostEventsScaleTo_1(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s [2019-07-30T06:53:10.543Z] testLostEventsScaleTo_2(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s [2019-07-30T06:53:10.543Z] testLostEventsScaleTo_3(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s [2019-07-30T06:53:10.543Z] testLostEventsScaleTo_4(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s [2019-07-30T06:53:10.543Z] testCountEvent_0(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s [2019-07-30T06:53:10.543Z] testCountEvent_1(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s [2019-07-30T06:53:10.543Z] testCountEvent_2(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s [2019-07-30T06:53:10.543Z] testCountEvent_3(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s [2019-07-30T06:53:10.543Z] testCountEvent_4(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s [2019-07-30T06:53:10.543Z] testCountEvent_5(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0 s [2019-07-30T06:53:10.543Z] testCountEvent_6(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.001 s [2019-07-30T06:53:10.543Z] testScaleToReverse_1(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.001 s [2019-07-30T06:53:10.543Z] testScaleToReverse_2(org.eclipse.tracecompass.tmf.ui.tests.histogram.HistogramDataModelTest) Time elapsed: 0.001 s [2019-07-30T06:53:10.543Z] Running org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest [2019-07-30T06:53:15.783Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.1 s - in org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest [2019-07-30T06:53:15.783Z] testTraceDownload(org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest) Time elapsed: 5.075 s [2019-07-30T06:53:15.783Z] testArchiveTraceDownload(org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest) Time elapsed: 0.018 s [2019-07-30T06:53:15.783Z] testMutlipleTracesDownload(org.eclipse.tracecompass.tmf.ui.tests.actions.DownloadTraceHttpHelperTest) Time elapsed: 0.005 s [2019-07-30T06:53:15.783Z] Running org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest [2019-07-30T06:53:19.050Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.99 s - in org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest [2019-07-30T06:53:19.050Z] testTimeRangeFiltering(org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest) Time elapsed: 0.798 s [2019-07-30T06:53:19.050Z] test(org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest) Time elapsed: 0.722 s [2019-07-30T06:53:19.050Z] testSkipArchiveExtraction(org.eclipse.tracecompass.tmf.ui.tests.actions.TraceImportOperationTest) Time elapsed: 1.322 s [2019-07-30T06:53:19.050Z] Running org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest [2019-07-30T06:53:20.088Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.334 s - in org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest [2019-07-30T06:53:20.088Z] testTraceImport(org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest) Time elapsed: 0.313 s [2019-07-30T06:53:20.088Z] testMultipleTracesImport(org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest) Time elapsed: 0.5 s [2019-07-30T06:53:20.088Z] testArchiveImport(org.eclipse.tracecompass.tmf.ui.tests.actions.HttpTraceImportOperationTest) Time elapsed: 0.509 s [2019-07-30T06:53:20.088Z] Running org.eclipse.tracecompass.tmf.ui.tests.actions.SelectTracesOperationTest [2019-07-30T06:53:20.649Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.667 s - in org.eclipse.tracecompass.tmf.ui.tests.actions.SelectTracesOperationTest [2019-07-30T06:53:20.649Z] testOperationTimeRange(org.eclipse.tracecompass.tmf.ui.tests.actions.SelectTracesOperationTest) Time elapsed: 0.255 s [2019-07-30T06:53:20.649Z] testBasicOperation(org.eclipse.tracecompass.tmf.ui.tests.actions.SelectTracesOperationTest) Time elapsed: 0.411 s [2019-07-30T06:53:20.649Z] [2019-07-30T06:53:20.649Z] Results: [2019-07-30T06:53:20.649Z] [2019-07-30T06:53:20.649Z] Tests run: 185, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T06:53:20.649Z] [2019-07-30T06:53:21.210Z] [2019-07-30T06:53:21.210Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-30 06:53:20.944 [2019-07-30T06:53:21.210Z] !MESSAGE The workspace will exit with unsaved changes in this session. [2019-07-30T06:53:21.772Z] [INFO] All tests passed! [2019-07-30T06:53:21.772Z] [INFO] [2019-07-30T06:53:21.772Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:53:21.772Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:53:21.772Z] [INFO] [2019-07-30T06:53:21.772Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:53:22.028Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T06:53:22.028Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:53:22.028Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:53:22.589Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:53:22.589Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:53:22.589Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:53:22.845Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T06:53:22.845Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:53:22.845Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T06:53:23.406Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T06:53:23.969Z] [INFO] [2019-07-30T06:53:23.969Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:53:23.969Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT.jar [2019-07-30T06:53:24.225Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT.pom [2019-07-30T06:53:24.225Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT-sources.jar [2019-07-30T06:53:24.225Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:53:24.225Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT-p2metadata.xml [2019-07-30T06:53:24.225Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.tests-1.0.10-SNAPSHOT-p2artifacts.xml [2019-07-30T06:53:24.225Z] [INFO] [2019-07-30T06:53:24.225Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ui.tests --- [2019-07-30T06:53:24.225Z] [INFO] [2019-07-30T06:53:24.225Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ui.swtbot.tests >-- [2019-07-30T06:53:24.225Z] [INFO] Building org.eclipse.tracecompass.tmf.ui.swtbot.tests 1.0.9-SNAPSHOT [42/134] [2019-07-30T06:53:24.225Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T06:53:24.225Z] [INFO] [2019-07-30T06:53:24.225Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:53:24.225Z] [INFO] [2019-07-30T06:53:24.225Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:53:24.225Z] [INFO] The project's OSGi version is 1.0.9.201907300626 [2019-07-30T06:53:24.225Z] [INFO] [2019-07-30T06:53:24.225Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:53:24.225Z] [INFO] [2019-07-30T06:53:24.225Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:53:24.225Z] [INFO] [2019-07-30T06:53:24.225Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:53:24.225Z] [INFO] [2019-07-30T06:53:24.225Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:53:24.225Z] [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/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:53:24.225Z] [INFO] [2019-07-30T06:53:24.225Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:53:24.225Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:53:24.225Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/main/resources [2019-07-30T06:53:24.225Z] [INFO] [2019-07-30T06:53:24.225Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:53:24.225Z] [INFO] Compiling 46 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/classes [2019-07-30T06:53:24.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[23] [2019-07-30T06:53:24.786Z] import org.eclipse.tracecompass.internal.tmf.ui.widgets.timegraph.model.TimeLineEvent; [2019-07-30T06:53:24.786Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:53:24.786Z] Discouraged access: The type 'TimeLineEvent' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') [2019-07-30T06:53:24.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[128] [2019-07-30T06:53:24.786Z] fEntries.add(pulse); [2019-07-30T06:53:24.786Z] ^^^^^ [2019-07-30T06:53:24.786Z] Null type safety (type annotations): The expression of type 'TimeGraphEntry' needs unchecked conversion to conform to '@NonNull TimeGraphEntry' [2019-07-30T06:53:24.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[159] [2019-07-30T06:53:24.786Z] events.add(new TimeLineEvent(pulse, i, Arrays.asList(value1, value2, value3, value4))); [2019-07-30T06:53:24.786Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:53:24.786Z] Discouraged access: The constructor 'TimeLineEvent(ITimeGraphEntry, long, List)' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') [2019-07-30T06:53:24.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[159] [2019-07-30T06:53:24.786Z] events.add(new TimeLineEvent(pulse, i, Arrays.asList(value1, value2, value3, value4))); [2019-07-30T06:53:24.786Z] ^^^^^^^^^^^^^ [2019-07-30T06:53:24.786Z] Discouraged access: The type 'TimeLineEvent' is not API (restriction on classpath entry '/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui/target/classes') [2019-07-30T06:53:24.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[161] [2019-07-30T06:53:24.786Z] fEvents.put(pulse.getName(), events); [2019-07-30T06:53:24.786Z] ^^^^^^ [2019-07-30T06:53:24.786Z] Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to 'List<@NonNull ITimeEvent>' [2019-07-30T06:53:24.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[171] [2019-07-30T06:53:24.786Z] regexes.put(IFilterProperty.BOUND, fFilterRegex); [2019-07-30T06:53:24.786Z] ^^^^^^^^^^^^ [2019-07-30T06:53:24.786Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:53:24.786Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[179] [2019-07-30T06:53:24.786Z] public void setFilterRegex(String filterRegex) { [2019-07-30T06:53:24.786Z] ^^^^^^^^^^^ [2019-07-30T06:53:24.786Z] Javadoc: Missing tag for parameter filterRegex [2019-07-30T06:53:24.787Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/org/eclipse/tracecompass/tmf/ui/swtbot/tests/views/TimeGraphViewStub.java:[227] [2019-07-30T06:53:24.787Z] ret.add(new TimeLineEvent(ref.getEntry(), ref.getTime() + trace.getStartTime().toNanos(), ((TimeLineEvent) ref).getValues())); [2019-07-30T06:53:24.787Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:53:24.787Z] Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to 'List<@Nullable Long>' [2019-07-30T06:53:24.787Z] 8 problems (8 warnings) [2019-07-30T06:53:24.787Z] [INFO] [2019-07-30T06:53:24.787Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:53:24.787Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:53:24.787Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/src/test/resources [2019-07-30T06:53:24.787Z] [INFO] [2019-07-30T06:53:24.787Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:53:24.787Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT-sources.jar [2019-07-30T06:53:25.044Z] [INFO] [2019-07-30T06:53:25.044Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:53:25.044Z] [INFO] [2019-07-30T06:53:25.044Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:53:25.044Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT.jar [2019-07-30T06:53:25.044Z] [INFO] [2019-07-30T06:53:25.044Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:53:25.044Z] [INFO] [2019-07-30T06:53:25.044Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:53:25.044Z] [INFO] [2019-07-30T06:53:25.044Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:53:25.044Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT.jar [2019-07-30T06:53:25.300Z] [INFO] [2019-07-30T06:53:25.300Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:53:25.300Z] [INFO] [2019-07-30T06:53:25.300Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:53:26.664Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.metadata/.log [2019-07-30T06:53:26.664Z] [INFO] Command line: [2019-07-30T06:53:26.664Z] [/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/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] [2019-07-30T06:53:26.664Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T06:53:28.553Z] !SESSION 2019-07-30 06:53:26.430 ----------------------------------------------- [2019-07-30T06:53:28.553Z] eclipse.buildId=unknown [2019-07-30T06:53:28.553Z] java.version=1.8.0_202 [2019-07-30T06:53:28.553Z] java.vendor=Oracle Corporation [2019-07-30T06:53:28.553Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T06:53:28.553Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread [2019-07-30T06:53:28.553Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog [2019-07-30T06:53:28.553Z] [2019-07-30T06:53:28.553Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 06:53:28.426 [2019-07-30T06:53:28.553Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:53:28.553Z] !STACK 0 [2019-07-30T06:53:28.553Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] [2019-07-30T06:53:28.553Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:53:28.553Z] [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:53:28.553Z] [2019-07-30T06:53:28.553Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 06:53:28.537 [2019-07-30T06:53:28.553Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:53:28.553Z] !STACK 0 [2019-07-30T06:53:28.553Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] [2019-07-30T06:53:28.553Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:53:28.553Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T06:53:28.553Z] -> 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" [2019-07-30T06:53:28.553Z] org.apache.httpcomponents.httpclient.win [36] [2019-07-30T06:53:28.553Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:53:28.553Z] [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:53:28.553Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:53:29.917Z] process 6216: 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 [2019-07-30T06:53:29.917Z] See the manual page for dbus-uuidgen to correct this issue. [2019-07-30T06:53:30.478Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T06:53:30.478Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T06:53:37.018Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomXmlWizard [2019-07-30T06:53:37.018Z] Display size: 1440x900 [2019-07-30T06:53:37.018Z] OS version=3.10.0-957.1.3.el7.x86_64 [2019-07-30T06:53:37.018Z] GTK version=3.18.9 [2019-07-30T06:53:37.018Z] GTK theme=Ambiance [2019-07-30T06:53:37.018Z] LIBOVERLAY_SCROLLBAR=0 [2019-07-30T06:53:37.018Z] Time zone: Coordinated Universal Time [2019-07-30T06:53:37.018Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). [2019-07-30T06:53:37.018Z] log4j:WARN Please initialize the log4j system properly. [2019-07-30T06:53:38.383Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:53:38.638Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:38.638Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:38.638Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:38.638Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:38.638Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:38.638Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestXML} time=1101522789 data=null button=0 stateMask=0x0 x=68 y=11 count=0} to TreeItem with text {TestXML} [2019-07-30T06:53:38.638Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestXML} time=1101522790 data=null doit=true} to TreeItem with text {TestXML} [2019-07-30T06:53:38.638Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestXML} time=1101522790 data=null} to TreeItem with text {TestXML} [2019-07-30T06:53:38.638Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestXML} time=1101522790 data=null button=1 stateMask=0x0 x=68 y=11 count=1} to TreeItem with text {TestXML} [2019-07-30T06:53:38.638Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101522791 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} [2019-07-30T06:53:38.894Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestXML} time=1101522892 data=null button=1 stateMask=0x80000 x=68 y=11 count=1} to TreeItem with text {TestXML} [2019-07-30T06:53:38.894Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:38.894Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestXML} time=1101522893 data=null button=0 stateMask=0x0 x=68 y=11 count=0} to TreeItem with text {TestXML} [2019-07-30T06:53:38.894Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestXML} time=1101522894 data=null doit=true} to TreeItem with text {TestXML} [2019-07-30T06:53:38.894Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestXML} time=1101522894 data=null} to TreeItem with text {TestXML} [2019-07-30T06:53:38.894Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestXML} time=1101522894 data=null button=1 stateMask=0x0 x=68 y=11 count=1} to TreeItem with text {TestXML} [2019-07-30T06:53:38.894Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101522894 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} [2019-07-30T06:53:38.894Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestXML} time=1101522908 data=null button=1 stateMask=0x80000 x=68 y=11 count=1} to TreeItem with text {TestXML} [2019-07-30T06:53:38.894Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestXML} time=1101522910 data=null doit=true} to TreeItem with text {TestXML} [2019-07-30T06:53:38.894Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestXML} time=1101522910 data=null} to TreeItem with text {TestXML} [2019-07-30T06:53:38.894Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestXML} time=1101522910 data=null button=1 stateMask=0x0 x=68 y=11 count=1} to TreeItem with text {TestXML} [2019-07-30T06:53:38.894Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101522910 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} [2019-07-30T06:53:38.894Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestXML} time=1101522991 data=null button=1 stateMask=0x80000 x=68 y=11 count=1} to TreeItem with text {TestXML} [2019-07-30T06:53:38.894Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:38.894Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1101522994 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} [2019-07-30T06:53:38.894Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1101522994 data=null doit=true} to TreeItem with text {Traces [0]} [2019-07-30T06:53:38.894Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1101522995 data=null} to TreeItem with text {Traces [0]} [2019-07-30T06:53:38.894Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1101522995 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:53:38.894Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101522995 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]} [2019-07-30T06:53:38.894Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1101523070 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:53:38.894Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:38.894Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1101523072 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} [2019-07-30T06:53:38.894Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1101523072 data=null doit=true} to TreeItem with text {Traces [0]} [2019-07-30T06:53:38.894Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1101523072 data=null} to TreeItem with text {Traces [0]} [2019-07-30T06:53:38.894Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1101523072 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:53:38.894Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101523073 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]} [2019-07-30T06:53:38.894Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1101523078 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:53:39.455Z] DEBUG - matched MenuItem with text "Manage Custom Parser...", using matcher: with mnemonic 'Manage Custom Parsers...' [2019-07-30T06:53:39.455Z] DEBUG - Clicking on with mnemonic 'Manage Custom Parsers...' [2019-07-30T06:53:39.455Z] DEBUG - Clicked on with mnemonic 'Manage Custom Parsers...' [2019-07-30T06:53:39.455Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers' [2019-07-30T06:53:39.455Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=1101523690 data=null doit=true} to Shell with text {Manage Custom Parsers} [2019-07-30T06:53:39.455Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers} [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "XML", using matcher: with mnemonic 'XML' [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "XML", using matcher: with style 'SWT.RADIO' [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "XML", using matcher: (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' [2019-07-30T06:53:39.455Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') [2019-07-30T06:53:39.455Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Text} time=1101523696 data=null doit=true} to Button with text {Text} [2019-07-30T06:53:39.455Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Text} time=1101523696 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} [2019-07-30T06:53:39.455Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') [2019-07-30T06:53:39.455Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {XML} time=1101523697 data=null doit=true} to (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') [2019-07-30T06:53:39.455Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {XML} time=1101523697 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') [2019-07-30T06:53:39.455Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {XML} time=1101523698 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') [2019-07-30T06:53:39.455Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {XML} time=1101523698 data=null item=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') [2019-07-30T06:53:39.455Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'XML' and with style 'SWT.RADIO') [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "New...", using matcher: with mnemonic 'New...' [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "New...", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "New...", using matcher: (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' [2019-07-30T06:53:39.455Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' [2019-07-30T06:53:39.711Z] DEBUG - Clicking on New... [2019-07-30T06:53:39.711Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {New...} time=1101523707 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') [2019-07-30T06:53:39.711Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {New...} time=1101523707 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') [2019-07-30T06:53:39.711Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {New...} time=1101523708 data=null doit=true} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') [2019-07-30T06:53:39.711Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {New...} time=1101523708 data=null} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') [2019-07-30T06:53:39.711Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {New...} time=1101523708 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') [2019-07-30T06:53:39.711Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {New...} time=1101523708 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') [2019-07-30T06:53:39.967Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {New...} time=1101524103 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') [2019-07-30T06:53:39.967Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {New...} time=1101524104 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') [2019-07-30T06:53:39.967Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {New...} time=1101524104 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') [2019-07-30T06:53:39.967Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {New...} time=1101524104 data=null doit=true} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') [2019-07-30T06:53:39.967Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {New...} time=1101524106 data=null} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') [2019-07-30T06:53:39.967Z] DEBUG - Clicked on New... [2019-07-30T06:53:39.967Z] DEBUG - matched Shell with text "Custom XML Parser", using matcher: with text 'Custom XML Parser' [2019-07-30T06:53:39.967Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom XML Parser} time=1101524108 data=null doit=true} to Shell with text {Custom XML Parser} [2019-07-30T06:53:39.967Z] DEBUG - Attempting to set focus on Shell with text {Custom XML Parser} [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "Custom XML", using matcher: of type 'Text' [2019-07-30T06:53:39.967Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "Custom XML", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "Custom XML", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:39.967Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:39.967Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: of type 'Text' [2019-07-30T06:53:39.967Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: of type 'Text' [2019-07-30T06:53:39.967Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:39.967Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Trace type:') [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: of type 'Text' [2019-07-30T06:53:39.967Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: with label (with mnemonic 'Trace type:') [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: of type 'Text' [2019-07-30T06:53:39.967Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: with label (with mnemonic 'Trace type:') [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:39.967Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:39.967Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:39.968Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text' [2019-07-30T06:53:39.968Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:39.968Z] DEBUG - matched Text with text "Test Trace", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:39.968Z] DEBUG - matched Text with text "Test Trace", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:39.968Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: of type 'Text' [2019-07-30T06:53:39.968Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:39.968Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:39.968Z] DEBUG - matched Text with text "*no time stamp eleme...", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:39.968Z] DEBUG - matched Text with text "Add a document eleme...", using matcher: of type 'Text' [2019-07-30T06:53:39.968Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:39.968Z] DEBUG - matched Text with text "Add a document eleme...", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:39.968Z] DEBUG - matched Text with text "Add a document eleme...", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:39.968Z] DEBUG - matched StyledText with text "", using matcher: of type 'StyledText' [2019-07-30T06:53:39.968Z] DEBUG - matched StyledText with text "", using matcher: (of type 'StyledText') [2019-07-30T06:53:39.968Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:39.968Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:39.968Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:39.968Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:39.968Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:39.968Z] DEBUG - matched Button with text "", using matcher: with tooltip 'Feeling lucky' [2019-07-30T06:53:39.968Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:39.968Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH') [2019-07-30T06:53:39.968Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:39.968Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:39.968Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' [2019-07-30T06:53:39.968Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' [2019-07-30T06:53:39.968Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:39.968Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:39.968Z] DEBUG - Clicking on [2019-07-30T06:53:39.968Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1101524209 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') [2019-07-30T06:53:39.968Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1101524209 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') [2019-07-30T06:53:39.968Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1101524209 data=null doit=true} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH') [2019-07-30T06:53:39.968Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1101524209 data=null} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH') [2019-07-30T06:53:39.968Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1101524210 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') [2019-07-30T06:53:39.968Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1101524210 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') [2019-07-30T06:53:40.223Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1101524210 data=null 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') [2019-07-30T06:53:40.223Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1101524292 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') [2019-07-30T06:53:40.223Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1101524293 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') [2019-07-30T06:53:40.223Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1101524293 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') [2019-07-30T06:53:40.223Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1101524293 data=null doit=true} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH') [2019-07-30T06:53:40.223Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1101524293 data=null} to (of type 'Button' and with tooltip 'Feeling lucky' and with style 'SWT.PUSH') [2019-07-30T06:53:40.223Z] DEBUG - Clicked on [2019-07-30T06:53:40.223Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:40.223Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:40.223Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:40.223Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {event} time=1101524297 data=null button=0 stateMask=0x0 x=78 y=32 count=0} to Tree node with text: event [2019-07-30T06:53:40.223Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {event} time=1101524297 data=null doit=true} to Tree node with text: event [2019-07-30T06:53:40.223Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {event} time=1101524297 data=null} to Tree node with text: event [2019-07-30T06:53:40.223Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {event} time=1101524298 data=null button=1 stateMask=0x0 x=78 y=32 count=1} to Tree node with text: event [2019-07-30T06:53:40.223Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101524298 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 [2019-07-30T06:53:40.479Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {event} time=1101524476 data=null button=1 stateMask=0x80000 x=78 y=32 count=1} to Tree node with text: event [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "Log Entry", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "Log Entry", using matcher: with mnemonic 'Log Entry' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "Log Entry", using matcher: with style 'SWT.CHECK' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "Log Entry", using matcher: (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') [2019-07-30T06:53:40.479Z] DEBUG - Toggling state on Button {Log Entry}. Setting state to selected [2019-07-30T06:53:40.479Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Log Entry} time=1101524481 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') [2019-07-30T06:53:40.479Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Log Entry} time=1101524482 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') [2019-07-30T06:53:40.479Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Log Entry} time=1101524491 data=null doit=true} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') [2019-07-30T06:53:40.479Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Log Entry} time=1101524491 data=null} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') [2019-07-30T06:53:40.479Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Log Entry} time=1101524491 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') [2019-07-30T06:53:40.479Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Log Entry} time=1101524491 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') [2019-07-30T06:53:40.479Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Log Entry} time=1101524491 data=null item=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') [2019-07-30T06:53:40.479Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Log Entry} time=1101524512 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') [2019-07-30T06:53:40.479Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Log Entry} time=1101524512 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') [2019-07-30T06:53:40.479Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Log Entry} time=1101524512 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') [2019-07-30T06:53:40.479Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Log Entry} time=1101524513 data=null doit=true} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') [2019-07-30T06:53:40.479Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Log Entry} time=1101524513 data=null} to (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') [2019-07-30T06:53:40.479Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Log Entry' and with style 'SWT.CHECK') [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "Log Entry", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "&Next >", using matcher: with mnemonic 'Next >' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - Clicking on &Next > [2019-07-30T06:53:40.479Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Next >} time=1101524574 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') [2019-07-30T06:53:40.479Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Next >} time=1101524575 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') [2019-07-30T06:53:40.479Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Next >} time=1101524575 data=null doit=true} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:40.479Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Next >} time=1101524575 data=null} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:40.479Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Next >} time=1101524575 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') [2019-07-30T06:53:40.479Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Next >} time=1101524575 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') [2019-07-30T06:53:40.479Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Next >} time=1101524575 data=null item=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') [2019-07-30T06:53:40.479Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:40.479Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:40.479Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:40.479Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:40.479Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:40.479Z] DEBUG - Clicked on &Next > [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:40.479Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:40.479Z] DEBUG - Clicking on &Finish [2019-07-30T06:53:40.479Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1101524678 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:40.479Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1101524678 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:40.479Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1101524678 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:40.479Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1101524678 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:40.479Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1101524679 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:40.479Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1101524679 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:40.735Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1101524679 data=null item=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') [2019-07-30T06:53:40.735Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {New...} time=1101523708 data=null item=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') [2019-07-30T06:53:40.735Z] DEBUG - Clicked on [2019-07-30T06:53:40.735Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers' [2019-07-30T06:53:40.735Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=1101524966 data=null doit=true} to Shell with text {Manage Custom Parsers} [2019-07-30T06:53:40.735Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers} [2019-07-30T06:53:40.735Z] DEBUG - matched List with text "", using matcher: of type 'List' [2019-07-30T06:53:40.735Z] DEBUG - matched List with text "", using matcher: (of type 'List') [2019-07-30T06:53:40.735Z] DEBUG - Set selection (of type 'List') to text Test Category : Test Trace [2019-07-30T06:53:40.735Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{List {} time=1101524971 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'List') [2019-07-30T06:53:40.735Z] DEBUG - Sent event Activate [26]: ShellEvent{List {} time=1101524971 data=null doit=true} to (of type 'List') [2019-07-30T06:53:40.735Z] DEBUG - Sent event FocusIn [15]: FocusEvent{List {} time=1101524971 data=null} to (of type 'List') [2019-07-30T06:53:40.735Z] DEBUG - Sent event MouseDown [3]: MouseEvent{List {} time=1101524972 data=null button=1 stateMask=0x0 x=97 y=10 count=1} to (of type 'List') [2019-07-30T06:53:40.735Z] DEBUG - Sent event Selection [13]: SelectionEvent{List {} time=1101524972 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'List') [2019-07-30T06:53:40.735Z] DEBUG - Sent event MouseUp [4]: MouseEvent{List {} time=1101524973 data=null button=1 stateMask=0x80000 x=97 y=10 count=1} to (of type 'List') [2019-07-30T06:53:40.735Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' [2019-07-30T06:53:40.735Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' [2019-07-30T06:53:40.735Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' [2019-07-30T06:53:40.735Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' [2019-07-30T06:53:40.735Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' [2019-07-30T06:53:40.735Z] DEBUG - matched Button with text "Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:53:40.735Z] DEBUG - matched Button with text "Delete", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:40.735Z] DEBUG - matched Button with text "Delete", using matcher: (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') [2019-07-30T06:53:40.735Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' [2019-07-30T06:53:40.735Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' [2019-07-30T06:53:40.735Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' [2019-07-30T06:53:40.735Z] DEBUG - Clicking on Delete [2019-07-30T06:53:40.735Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Delete} time=1101524974 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') [2019-07-30T06:53:40.735Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=1101524974 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') [2019-07-30T06:53:40.735Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Delete} time=1101524974 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') [2019-07-30T06:53:40.735Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Delete} time=1101524974 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') [2019-07-30T06:53:40.735Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Delete} time=1101524974 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') [2019-07-30T06:53:40.735Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Delete} time=1101524974 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') [2019-07-30T06:53:40.993Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Delete} time=1101525008 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') [2019-07-30T06:53:40.993Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=1101525009 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') [2019-07-30T06:53:40.993Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Delete} time=1101525009 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') [2019-07-30T06:53:40.993Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Delete} time=1101525010 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') [2019-07-30T06:53:40.993Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Delete} time=1101525010 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') [2019-07-30T06:53:40.993Z] DEBUG - Clicked on Delete [2019-07-30T06:53:40.993Z] DEBUG - matched Shell with text "Delete Custom Parser", using matcher: with text 'Delete Custom Parser' [2019-07-30T06:53:40.993Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Delete Custom Parser} time=1101525011 data=null doit=true} to Shell with text {Delete Custom Parser} [2019-07-30T06:53:40.993Z] DEBUG - Attempting to set focus on Shell with text {Delete Custom Parser} [2019-07-30T06:53:40.993Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' [2019-07-30T06:53:40.993Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' [2019-07-30T06:53:40.993Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' [2019-07-30T06:53:40.993Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:40.993Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:40.993Z] DEBUG - Clicking on &Yes [2019-07-30T06:53:40.993Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1101525011 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:40.993Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1101525012 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:40.993Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1101525012 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:40.993Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1101525012 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:40.993Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1101525012 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:40.993Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1101525012 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:40.993Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1101525012 data=null item=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') [2019-07-30T06:53:40.993Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Delete} time=1101524974 data=null item=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') [2019-07-30T06:53:40.993Z] DEBUG - Clicked on [2019-07-30T06:53:40.993Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers' [2019-07-30T06:53:40.993Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=1101525167 data=null doit=true} to Shell with text {Manage Custom Parsers} [2019-07-30T06:53:40.993Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers} [2019-07-30T06:53:40.993Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' [2019-07-30T06:53:40.993Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' [2019-07-30T06:53:40.993Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' [2019-07-30T06:53:40.993Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' [2019-07-30T06:53:40.993Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' [2019-07-30T06:53:40.993Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' [2019-07-30T06:53:40.993Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' [2019-07-30T06:53:40.993Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' [2019-07-30T06:53:40.993Z] DEBUG - matched Button with text "&Close", using matcher: with mnemonic 'Close' [2019-07-30T06:53:40.993Z] DEBUG - matched Button with text "&Close", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:40.993Z] DEBUG - matched Button with text "&Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T06:53:40.993Z] DEBUG - Clicking on &Close [2019-07-30T06:53:40.993Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Close} time=1101525168 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') [2019-07-30T06:53:40.993Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Close} time=1101525168 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') [2019-07-30T06:53:40.993Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Close} time=1101525168 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T06:53:40.993Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Close} time=1101525169 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T06:53:40.993Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Close} time=1101525169 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') [2019-07-30T06:53:40.993Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Close} time=1101525169 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') [2019-07-30T06:53:40.993Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Close} time=1101525169 data=null item=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') [2019-07-30T06:53:40.993Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Manage Custom Parsers...} time=1101523487 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...' [2019-07-30T06:53:41.250Z] DEBUG - Clicked on [2019-07-30T06:53:41.250Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1101525278 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T06:53:41.250Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:53:41.250Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:41.250Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:41.250Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:41.250Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestXML} time=1101525312 data=null button=0 stateMask=0x0 x=68 y=11 count=0} to TreeItem with text {TestXML} [2019-07-30T06:53:41.250Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestXML} time=1101525312 data=null doit=true} to TreeItem with text {TestXML} [2019-07-30T06:53:41.250Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestXML} time=1101525313 data=null} to TreeItem with text {TestXML} [2019-07-30T06:53:41.250Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestXML} time=1101525313 data=null button=1 stateMask=0x0 x=68 y=11 count=1} to TreeItem with text {TestXML} [2019-07-30T06:53:41.250Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101525313 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} [2019-07-30T06:53:41.250Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestXML} time=1101525381 data=null button=1 stateMask=0x80000 x=68 y=11 count=1} to TreeItem with text {TestXML} [2019-07-30T06:53:41.505Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:53:41.505Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:53:41.505Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:53:42.433Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:53:42.433Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:53:42.433Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:53:42.433Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:53:42.433Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:42.433Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:53:42.433Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:42.433Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:53:42.433Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:42.433Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:53:42.433Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101526373 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:42.433Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101526373 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:42.433Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101526373 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:42.433Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101526373 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:42.433Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101526373 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:42.433Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101526373 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:42.433Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101526373 data=null 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') [2019-07-30T06:53:42.433Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101526374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:42.433Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101526374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:42.433Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101526374 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:42.433Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101526374 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:42.433Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101526374 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:42.433Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:42.433Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:53:42.433Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:53:42.433Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:42.433Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:53:42.433Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:53:42.433Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:42.433Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:42.433Z] DEBUG - Clicking on OK [2019-07-30T06:53:42.433Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101526375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:42.433Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101526375 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:42.433Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101526375 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:42.433Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101526376 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:42.433Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101526376 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:42.433Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101526376 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:42.433Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:42.433Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:42.433Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:42.433Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:42.433Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:42.433Z] DEBUG - Clicked on OK [2019-07-30T06:53:42.433Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101526376 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:42.433Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101525507 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:53:42.690Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.114 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomXmlWizard [2019-07-30T06:53:42.690Z] testNew(org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomXmlWizard) Time elapsed: 4.829 s [2019-07-30T06:53:42.690Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomTxtWizard [2019-07-30T06:53:42.945Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:53:43.507Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:43.507Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:43.507Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:43.507Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:43.507Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:43.507Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestText} time=1101527706 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {TestText} [2019-07-30T06:53:43.507Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=1101527706 data=null doit=true} to TreeItem with text {TestText} [2019-07-30T06:53:43.507Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=1101527706 data=null} to TreeItem with text {TestText} [2019-07-30T06:53:43.507Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=1101527706 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText} [2019-07-30T06:53:43.507Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101527707 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} [2019-07-30T06:53:43.507Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=1101527731 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText} [2019-07-30T06:53:43.507Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:43.507Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestText} time=1101527731 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {TestText} [2019-07-30T06:53:43.507Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=1101527732 data=null doit=true} to TreeItem with text {TestText} [2019-07-30T06:53:43.507Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=1101527732 data=null} to TreeItem with text {TestText} [2019-07-30T06:53:43.507Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=1101527732 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText} [2019-07-30T06:53:43.507Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101527732 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} [2019-07-30T06:53:43.507Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=1101527737 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText} [2019-07-30T06:53:43.507Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=1101527737 data=null doit=true} to TreeItem with text {TestText} [2019-07-30T06:53:43.507Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=1101527737 data=null} to TreeItem with text {TestText} [2019-07-30T06:53:43.507Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=1101527742 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText} [2019-07-30T06:53:43.507Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101527742 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} [2019-07-30T06:53:43.507Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=1101527744 data=null button=1 stateMask=0x80000 x=51 y=11 count=1} to TreeItem with text {TestText} [2019-07-30T06:53:43.507Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:43.507Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1101527745 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]} [2019-07-30T06:53:43.507Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1101527745 data=null doit=true} to TreeItem with text {Traces [0]} [2019-07-30T06:53:43.507Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1101527746 data=null} to TreeItem with text {Traces [0]} [2019-07-30T06:53:43.507Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1101527746 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:53:43.762Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101527746 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]} [2019-07-30T06:53:43.762Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1101527774 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:53:43.762Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:43.762Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1101527775 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} [2019-07-30T06:53:43.762Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1101527775 data=null doit=true} to TreeItem with text {Traces [0]} [2019-07-30T06:53:43.762Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1101527775 data=null} to TreeItem with text {Traces [0]} [2019-07-30T06:53:43.762Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1101527775 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:53:43.762Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101527776 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]} [2019-07-30T06:53:43.762Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1101527779 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:53:43.762Z] DEBUG - matched MenuItem with text "Manage Custom Parser...", using matcher: with mnemonic 'Manage Custom Parsers...' [2019-07-30T06:53:43.762Z] DEBUG - Clicking on with mnemonic 'Manage Custom Parsers...' [2019-07-30T06:53:43.762Z] DEBUG - Clicked on with mnemonic 'Manage Custom Parsers...' [2019-07-30T06:53:43.762Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers' [2019-07-30T06:53:43.762Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=1101527992 data=null doit=true} to Shell with text {Manage Custom Parsers} [2019-07-30T06:53:43.762Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers} [2019-07-30T06:53:43.762Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' [2019-07-30T06:53:43.762Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' [2019-07-30T06:53:43.762Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' [2019-07-30T06:53:43.762Z] DEBUG - matched Button with text "New...", using matcher: with mnemonic 'New...' [2019-07-30T06:53:43.763Z] DEBUG - matched Button with text "New...", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:43.763Z] DEBUG - matched Button with text "New...", using matcher: (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') [2019-07-30T06:53:43.763Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' [2019-07-30T06:53:43.763Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' [2019-07-30T06:53:43.763Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' [2019-07-30T06:53:43.763Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' [2019-07-30T06:53:43.763Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' [2019-07-30T06:53:43.763Z] DEBUG - Clicking on New... [2019-07-30T06:53:43.763Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {New...} time=1101527999 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') [2019-07-30T06:53:43.763Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {New...} time=1101527999 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') [2019-07-30T06:53:43.763Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {New...} time=1101527999 data=null doit=true} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') [2019-07-30T06:53:43.763Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {New...} time=1101528000 data=null} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') [2019-07-30T06:53:43.763Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {New...} time=1101528000 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') [2019-07-30T06:53:43.763Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {New...} time=1101528000 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') [2019-07-30T06:53:44.324Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {New...} time=1101528302 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') [2019-07-30T06:53:44.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {New...} time=1101528309 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') [2019-07-30T06:53:44.324Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {New...} time=1101528309 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') [2019-07-30T06:53:44.324Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {New...} time=1101528309 data=null doit=true} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') [2019-07-30T06:53:44.324Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {New...} time=1101528309 data=null} to (of type 'Button' and with mnemonic 'New...' and with style 'SWT.PUSH') [2019-07-30T06:53:44.324Z] DEBUG - Clicked on New... [2019-07-30T06:53:44.324Z] DEBUG - matched Shell with text "Custom Text Parser", using matcher: with text 'Custom Text Parser' [2019-07-30T06:53:44.324Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom Text Parser} time=1101528310 data=null doit=true} to Shell with text {Custom Text Parser} [2019-07-30T06:53:44.324Z] DEBUG - Attempting to set focus on Shell with text {Custom Text Parser} [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "Custom Text", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "Custom Text", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "Custom Text", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Trace type:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: with label (with mnemonic 'Trace type:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: with label (with mnemonic 'Trace type:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Trace type:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Trace type:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: with label (with mnemonic 'Trace type:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "Enter a name for the...", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "Test Trace", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "Test Trace", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no timestamp group*", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Combo with text "(0,���)", using matcher: of type 'Combo' [2019-07-30T06:53:44.324Z] DEBUG - matched Combo with text "(0,���)", using matcher: (of type 'Combo') [2019-07-30T06:53:44.324Z] DEBUG - matched Combo with text "Message", using matcher: of type 'Combo' [2019-07-30T06:53:44.324Z] DEBUG - matched Combo with text "Message", using matcher: (of type 'Combo') [2019-07-30T06:53:44.324Z] DEBUG - matched Combo with text "Set", using matcher: of type 'Combo' [2019-07-30T06:53:44.324Z] DEBUG - matched Combo with text "Set", using matcher: (of type 'Combo') [2019-07-30T06:53:44.324Z] DEBUG - Setting selection on (of type 'Combo') to Timestamp [2019-07-30T06:53:44.324Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Timestamp} time=1101528422 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo') [2019-07-30T06:53:44.324Z] DEBUG - Set selection on (of type 'Combo') to Timestamp [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:44.324Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:' [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'format:') [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'format:')) [2019-07-30T06:53:44.324Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' [2019-07-30T06:53:44.325Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:' [2019-07-30T06:53:44.325Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'format:') [2019-07-30T06:53:44.325Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'format:')) [2019-07-30T06:53:44.325Z] DEBUG - matched Text with text "Enter the input form...", using matcher: of type 'Text' [2019-07-30T06:53:44.325Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:' [2019-07-30T06:53:44.325Z] DEBUG - matched Text with text "Enter the input form...", using matcher: with label (with mnemonic 'format:') [2019-07-30T06:53:44.325Z] DEBUG - matched Text with text "Enter the input form...", using matcher: (of type 'Text' and with label (with mnemonic 'format:')) [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "< &Back", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "< &Back", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.325Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - Clicking on [2019-07-30T06:53:44.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1101528499 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1101528499 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1101528500 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1101528500 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1101528500 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1101528500 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1101528500 data=null 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') [2019-07-30T06:53:44.581Z] DEBUG - Clicked on [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "< &Back", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "< &Back", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.581Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - Clicking on [2019-07-30T06:53:44.581Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1101528588 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1101528588 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1101528588 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1101528588 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1101528589 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1101528589 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1101528589 data=null 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') [2019-07-30T06:53:44.581Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1101528670 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1101528670 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1101528671 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1101528671 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1101528671 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.581Z] DEBUG - Clicked on [2019-07-30T06:53:44.581Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:44.581Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:44.581Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:44.581Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:44.581Z] DEBUG - matched StyledText with text "", using matcher: of type 'StyledText' [2019-07-30T06:53:44.581Z] DEBUG - matched StyledText with text "", using matcher: (of type 'StyledText') [2019-07-30T06:53:44.581Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:44.581Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Root Line 1 (0,���) : \s*(.*\S)} time=1101528692 data=null button=0 stateMask=0x0 x=128 y=11 count=0} to TreeItem with text {Root Line 1 (0,���) : \s*(.*\S)} [2019-07-30T06:53:44.581Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Root Line 1 (0,���) : \s*(.*\S)} time=1101528692 data=null doit=true} to TreeItem with text {Root Line 1 (0,���) : \s*(.*\S)} [2019-07-30T06:53:44.581Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Root Line 1 (0,���) : \s*(.*\S)} time=1101528693 data=null} to TreeItem with text {Root Line 1 (0,���) : \s*(.*\S)} [2019-07-30T06:53:44.581Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Root Line 1 (0,���) : \s*(.*\S)} time=1101528693 data=null button=1 stateMask=0x0 x=128 y=11 count=1} to TreeItem with text {Root Line 1 (0,���) : \s*(.*\S)} [2019-07-30T06:53:44.581Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101528693 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)} [2019-07-30T06:53:44.581Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Root Line 1 (0,���) : \s*(.*\S)} time=1101528813 data=null button=1 stateMask=0x80000 x=128 y=11 count=1} to TreeItem with text {Root Line 1 (0,���) : \s*(.*\S)} [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text' [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text' [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "12", using matcher: of type 'Text' [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: of type 'Text' [2019-07-30T06:53:44.581Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: with label (with mnemonic 'Regular expression:') [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "\s*(.*\S)", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:44.581Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Regular expression:') [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text' [2019-07-30T06:53:44.581Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "ss", using matcher: with label (with mnemonic 'Regular expression:') [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "ss", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "12 Hello", using matcher: of type 'Text' [2019-07-30T06:53:44.581Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "12 Hello", using matcher: with label (with mnemonic 'Regular expression:') [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "12 Hello", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "*no matching group*", using matcher: of type 'Text' [2019-07-30T06:53:44.581Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "*no matching group*", using matcher: with label (with mnemonic 'Regular expression:') [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "*no matching group*", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: of type 'Text' [2019-07-30T06:53:44.581Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: with label (with mnemonic 'Regular expression:') [2019-07-30T06:53:44.581Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) [2019-07-30T06:53:44.837Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:44.837Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Root Line 2 (0,���) : } time=1101528885 data=null button=0 stateMask=0x0 x=102 y=32 count=0} to TreeItem with text {Root Line 2 (0,���) : } [2019-07-30T06:53:44.837Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Root Line 2 (0,���) : } time=1101528899 data=null doit=true} to TreeItem with text {Root Line 2 (0,���) : } [2019-07-30T06:53:44.837Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Root Line 2 (0,���) : } time=1101528899 data=null} to TreeItem with text {Root Line 2 (0,���) : } [2019-07-30T06:53:44.837Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Root Line 2 (0,���) : } time=1101528900 data=null button=1 stateMask=0x0 x=102 y=32 count=1} to TreeItem with text {Root Line 2 (0,���) : } [2019-07-30T06:53:44.837Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101528900 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,���) : } [2019-07-30T06:53:44.837Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Root Line 2 (0,���) : } time=1101528936 data=null button=1 stateMask=0x80000 x=102 y=32 count=1} to TreeItem with text {Root Line 2 (0,���) : } [2019-07-30T06:53:44.837Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' [2019-07-30T06:53:44.837Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text' [2019-07-30T06:53:44.837Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text' [2019-07-30T06:53:44.837Z] DEBUG - matched Text with text "12", using matcher: of type 'Text' [2019-07-30T06:53:44.837Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:44.837Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' [2019-07-30T06:53:44.837Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Regular expression:') [2019-07-30T06:53:44.837Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) [2019-07-30T06:53:44.837Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:44.837Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' [2019-07-30T06:53:44.837Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Regular expression:') [2019-07-30T06:53:44.837Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) [2019-07-30T06:53:44.837Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: of type 'Text' [2019-07-30T06:53:44.837Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' [2019-07-30T06:53:44.837Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: with label (with mnemonic 'Regular expression:') [2019-07-30T06:53:44.837Z] DEBUG - matched Text with text "Create a new custom ...", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "< &Back", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "< &Back", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - Clicking on [2019-07-30T06:53:44.837Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1101528977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1101528977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1101528978 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1101528978 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1101528978 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1101528978 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1101528978 data=null 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') [2019-07-30T06:53:44.837Z] DEBUG - Clicked on [2019-07-30T06:53:44.837Z] DEBUG - matched Combo with text "(0,���)", using matcher: of type 'Combo' [2019-07-30T06:53:44.837Z] DEBUG - matched Combo with text "Message", using matcher: of type 'Combo' [2019-07-30T06:53:44.837Z] DEBUG - matched Combo with text "Set", using matcher: of type 'Combo' [2019-07-30T06:53:44.837Z] DEBUG - matched Combo with text "Set", using matcher: with text 'Set' [2019-07-30T06:53:44.837Z] DEBUG - matched Combo with text "Set", using matcher: (of type 'Combo' and with text 'Set') [2019-07-30T06:53:44.837Z] DEBUG - Setting selection on (of type 'Combo' and with text 'Set') to Append with | [2019-07-30T06:53:44.837Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Append with |} time=1101529011 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') [2019-07-30T06:53:44.837Z] DEBUG - Set selection on (of type 'Combo' and with text 'Set') to Append with | [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "Highlight All", using matcher: with mnemonic 'Highlight All' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:44.837Z] DEBUG - Clicking on Highlight All [2019-07-30T06:53:44.837Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Highlight All} time=1101529082 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') [2019-07-30T06:53:44.837Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Highlight All} time=1101529082 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') [2019-07-30T06:53:44.837Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Highlight All} time=1101529082 data=null doit=true} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Highlight All} time=1101529083 data=null} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') [2019-07-30T06:53:44.837Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Highlight All} time=1101529083 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') [2019-07-30T06:53:44.837Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Highlight All} time=1101529083 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') [2019-07-30T06:53:45.093Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Highlight All} time=1101529083 data=null item=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') [2019-07-30T06:53:45.093Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Highlight All} time=1101529087 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') [2019-07-30T06:53:45.093Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Highlight All} time=1101529087 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') [2019-07-30T06:53:45.093Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Highlight All} time=1101529087 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') [2019-07-30T06:53:45.093Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Highlight All} time=1101529087 data=null doit=true} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') [2019-07-30T06:53:45.094Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Highlight All} time=1101529087 data=null} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') [2019-07-30T06:53:45.094Z] DEBUG - Clicked on Highlight All [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "&Next >", using matcher: with mnemonic 'Next >' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - Clicking on &Next > [2019-07-30T06:53:45.094Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Next >} time=1101529098 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') [2019-07-30T06:53:45.094Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Next >} time=1101529098 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') [2019-07-30T06:53:45.094Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Next >} time=1101529098 data=null doit=true} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:45.094Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Next >} time=1101529098 data=null} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:45.094Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Next >} time=1101529098 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') [2019-07-30T06:53:45.094Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Next >} time=1101529098 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') [2019-07-30T06:53:45.094Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Next >} time=1101529098 data=null item=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') [2019-07-30T06:53:45.094Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:45.094Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:45.094Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:45.094Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:45.094Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:45.094Z] DEBUG - Clicked on &Next > [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:45.094Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:45.094Z] DEBUG - Clicking on &Finish [2019-07-30T06:53:45.094Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1101529195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:45.094Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1101529196 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:45.094Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1101529196 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:45.094Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1101529196 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:45.094Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1101529196 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:45.094Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1101529196 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:45.094Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1101529196 data=null item=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') [2019-07-30T06:53:45.094Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {New...} time=1101528000 data=null item=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') [2019-07-30T06:53:45.094Z] DEBUG - Clicked on [2019-07-30T06:53:45.094Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers' [2019-07-30T06:53:45.094Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=1101529324 data=null doit=true} to Shell with text {Manage Custom Parsers} [2019-07-30T06:53:45.094Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers} [2019-07-30T06:53:45.094Z] DEBUG - matched List with text "", using matcher: of type 'List' [2019-07-30T06:53:45.094Z] DEBUG - matched List with text "", using matcher: (of type 'List') [2019-07-30T06:53:45.094Z] DEBUG - Set selection (of type 'List') to text Test Category : Test Trace [2019-07-30T06:53:45.351Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{List {} time=1101529325 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'List') [2019-07-30T06:53:45.351Z] DEBUG - Sent event Activate [26]: ShellEvent{List {} time=1101529365 data=null doit=true} to (of type 'List') [2019-07-30T06:53:45.351Z] DEBUG - Sent event FocusIn [15]: FocusEvent{List {} time=1101529368 data=null} to (of type 'List') [2019-07-30T06:53:45.351Z] DEBUG - Sent event MouseDown [3]: MouseEvent{List {} time=1101529369 data=null button=1 stateMask=0x0 x=97 y=10 count=1} to (of type 'List') [2019-07-30T06:53:45.351Z] DEBUG - Sent event Selection [13]: SelectionEvent{List {} time=1101529369 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'List') [2019-07-30T06:53:45.351Z] DEBUG - Sent event MouseUp [4]: MouseEvent{List {} time=1101529370 data=null button=1 stateMask=0x80000 x=97 y=10 count=1} to (of type 'List') [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "Delete", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "Delete", using matcher: (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' [2019-07-30T06:53:45.351Z] DEBUG - Clicking on Delete [2019-07-30T06:53:45.351Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Delete} time=1101529371 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') [2019-07-30T06:53:45.351Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=1101529371 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') [2019-07-30T06:53:45.351Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Delete} time=1101529371 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') [2019-07-30T06:53:45.351Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Delete} time=1101529371 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') [2019-07-30T06:53:45.351Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Delete} time=1101529372 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') [2019-07-30T06:53:45.351Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Delete} time=1101529372 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') [2019-07-30T06:53:45.351Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Delete} time=1101529403 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') [2019-07-30T06:53:45.351Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=1101529404 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') [2019-07-30T06:53:45.351Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Delete} time=1101529404 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') [2019-07-30T06:53:45.351Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Delete} time=1101529404 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') [2019-07-30T06:53:45.351Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Delete} time=1101529404 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') [2019-07-30T06:53:45.351Z] DEBUG - Clicked on Delete [2019-07-30T06:53:45.351Z] DEBUG - matched Shell with text "Delete Custom Parser", using matcher: with text 'Delete Custom Parser' [2019-07-30T06:53:45.351Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Delete Custom Parser} time=1101529405 data=null doit=true} to Shell with text {Delete Custom Parser} [2019-07-30T06:53:45.351Z] DEBUG - Attempting to set focus on Shell with text {Delete Custom Parser} [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:45.351Z] DEBUG - Clicking on &Yes [2019-07-30T06:53:45.351Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1101529405 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:45.351Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1101529405 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:45.351Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1101529405 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:45.351Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1101529406 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:45.351Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1101529406 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:45.351Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1101529406 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:45.351Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1101529406 data=null item=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') [2019-07-30T06:53:45.351Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Delete} time=1101529372 data=null item=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') [2019-07-30T06:53:45.351Z] DEBUG - Clicked on [2019-07-30T06:53:45.351Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers' [2019-07-30T06:53:45.351Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=1101529502 data=null doit=true} to Shell with text {Manage Custom Parsers} [2019-07-30T06:53:45.351Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers} [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "&Close", using matcher: with mnemonic 'Close' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "&Close", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:45.351Z] DEBUG - matched Button with text "&Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T06:53:45.351Z] DEBUG - Clicking on &Close [2019-07-30T06:53:45.351Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Close} time=1101529507 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') [2019-07-30T06:53:45.351Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Close} time=1101529508 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') [2019-07-30T06:53:45.351Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Close} time=1101529508 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T06:53:45.351Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Close} time=1101529508 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T06:53:45.351Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Close} time=1101529508 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') [2019-07-30T06:53:45.351Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Close} time=1101529508 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') [2019-07-30T06:53:45.351Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Close} time=1101529508 data=null item=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') [2019-07-30T06:53:45.351Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Manage Custom Parsers...} time=1101527876 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...' [2019-07-30T06:53:45.607Z] DEBUG - Clicked on [2019-07-30T06:53:45.607Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1101529608 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T06:53:45.607Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:53:45.607Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:45.607Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:45.607Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:45.607Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestText} time=1101529614 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {TestText} [2019-07-30T06:53:45.607Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=1101529614 data=null doit=true} to TreeItem with text {TestText} [2019-07-30T06:53:45.607Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=1101529614 data=null} to TreeItem with text {TestText} [2019-07-30T06:53:45.607Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=1101529662 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText} [2019-07-30T06:53:45.607Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101529675 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} [2019-07-30T06:53:45.607Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=1101529695 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText} [2019-07-30T06:53:45.607Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:53:45.607Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:53:45.862Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:53:46.423Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:53:46.423Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:53:46.423Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:53:46.423Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:53:46.423Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:46.423Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:53:46.423Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:46.423Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:53:46.423Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:46.423Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:53:46.423Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101530513 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:46.423Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101530513 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:46.423Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101530513 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:46.423Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101530513 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:46.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101530513 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:46.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101530514 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:46.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101530514 data=null 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') [2019-07-30T06:53:46.423Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101530514 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:46.423Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101530514 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:46.423Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101530514 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:46.423Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101530514 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:46.423Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101530514 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:46.423Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:46.423Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:53:46.423Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:53:46.423Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:46.423Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:53:46.423Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:53:46.423Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:46.423Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:46.423Z] DEBUG - Clicking on OK [2019-07-30T06:53:46.423Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101530515 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:46.423Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101530515 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:46.423Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101530515 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:46.423Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101530515 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:46.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101530516 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:46.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101530516 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:46.423Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:46.423Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:46.423Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:46.423Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:46.423Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:46.423Z] DEBUG - Clicked on OK [2019-07-30T06:53:46.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101530516 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:46.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101529804 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:53:46.986Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:53:47.547Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:47.547Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:47.547Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:47.547Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:47.547Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:47.547Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestText} time=1101531637 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {TestText} [2019-07-30T06:53:47.547Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=1101531637 data=null doit=true} to TreeItem with text {TestText} [2019-07-30T06:53:47.547Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=1101531637 data=null} to TreeItem with text {TestText} [2019-07-30T06:53:47.547Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=1101531638 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText} [2019-07-30T06:53:47.547Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101531638 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} [2019-07-30T06:53:47.547Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=1101531660 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText} [2019-07-30T06:53:47.547Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:47.547Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestText} time=1101531661 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {TestText} [2019-07-30T06:53:47.547Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=1101531669 data=null doit=true} to TreeItem with text {TestText} [2019-07-30T06:53:47.547Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=1101531669 data=null} to TreeItem with text {TestText} [2019-07-30T06:53:47.547Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=1101531669 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText} [2019-07-30T06:53:47.547Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101531669 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} [2019-07-30T06:53:47.547Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=1101531675 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText} [2019-07-30T06:53:47.547Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=1101531675 data=null doit=true} to TreeItem with text {TestText} [2019-07-30T06:53:47.547Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=1101531675 data=null} to TreeItem with text {TestText} [2019-07-30T06:53:47.547Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=1101531675 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText} [2019-07-30T06:53:47.547Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101531676 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} [2019-07-30T06:53:47.547Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=1101531683 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText} [2019-07-30T06:53:47.547Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:47.547Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1101531684 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} [2019-07-30T06:53:47.547Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1101531684 data=null doit=true} to TreeItem with text {Traces [0]} [2019-07-30T06:53:47.547Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1101531684 data=null} to TreeItem with text {Traces [0]} [2019-07-30T06:53:47.547Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1101531685 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:53:47.547Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101531685 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]} [2019-07-30T06:53:47.547Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1101531693 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:53:47.547Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:47.547Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1101531693 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} [2019-07-30T06:53:47.547Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1101531693 data=null doit=true} to TreeItem with text {Traces [0]} [2019-07-30T06:53:47.547Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1101531694 data=null} to TreeItem with text {Traces [0]} [2019-07-30T06:53:47.547Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1101531694 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:53:47.547Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101531694 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]} [2019-07-30T06:53:47.547Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1101531704 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:53:47.547Z] DEBUG - matched MenuItem with text "Manage Custom Parser...", using matcher: with mnemonic 'Manage Custom Parsers...' [2019-07-30T06:53:47.547Z] DEBUG - Clicking on with mnemonic 'Manage Custom Parsers...' [2019-07-30T06:53:47.803Z] DEBUG - Clicked on with mnemonic 'Manage Custom Parsers...' [2019-07-30T06:53:47.803Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers' [2019-07-30T06:53:47.803Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=1101531912 data=null doit=true} to Shell with text {Manage Custom Parsers} [2019-07-30T06:53:47.803Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers} [2019-07-30T06:53:47.803Z] DEBUG - matched List with text "", using matcher: of type 'List' [2019-07-30T06:53:47.803Z] DEBUG - matched List with text "", using matcher: (of type 'List') [2019-07-30T06:53:47.803Z] DEBUG - Set selection (of type 'List') to text Demo Category : Demo trace [2019-07-30T06:53:47.803Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{List {} time=1101531914 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'List') [2019-07-30T06:53:47.803Z] DEBUG - Sent event Activate [26]: ShellEvent{List {} time=1101531915 data=null doit=true} to (of type 'List') [2019-07-30T06:53:47.803Z] DEBUG - Sent event FocusIn [15]: FocusEvent{List {} time=1101531915 data=null} to (of type 'List') [2019-07-30T06:53:47.803Z] DEBUG - Sent event MouseDown [3]: MouseEvent{List {} time=1101531915 data=null button=1 stateMask=0x0 x=102 y=31 count=1} to (of type 'List') [2019-07-30T06:53:47.803Z] DEBUG - Sent event Selection [13]: SelectionEvent{List {} time=1101531915 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'List') [2019-07-30T06:53:47.803Z] DEBUG - Sent event MouseUp [4]: MouseEvent{List {} time=1101531916 data=null button=1 stateMask=0x80000 x=102 y=31 count=1} to (of type 'List') [2019-07-30T06:53:47.803Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' [2019-07-30T06:53:47.803Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' [2019-07-30T06:53:47.803Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' [2019-07-30T06:53:47.803Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' [2019-07-30T06:53:47.803Z] DEBUG - matched Button with text "Edit...", using matcher: with mnemonic 'Edit...' [2019-07-30T06:53:47.803Z] DEBUG - matched Button with text "Edit...", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:47.803Z] DEBUG - matched Button with text "Edit...", using matcher: (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') [2019-07-30T06:53:47.803Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' [2019-07-30T06:53:47.803Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' [2019-07-30T06:53:47.803Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' [2019-07-30T06:53:47.803Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' [2019-07-30T06:53:47.803Z] DEBUG - Clicking on Edit... [2019-07-30T06:53:47.803Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Edit...} time=1101531917 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') [2019-07-30T06:53:47.803Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Edit...} time=1101531917 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') [2019-07-30T06:53:47.803Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Edit...} time=1101531917 data=null doit=true} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') [2019-07-30T06:53:47.803Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Edit...} time=1101531917 data=null} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') [2019-07-30T06:53:47.803Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Edit...} time=1101531917 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') [2019-07-30T06:53:47.803Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Edit...} time=1101531918 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') [2019-07-30T06:53:48.060Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Edit...} time=1101532185 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') [2019-07-30T06:53:48.060Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Edit...} time=1101532190 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') [2019-07-30T06:53:48.060Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Edit...} time=1101532190 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') [2019-07-30T06:53:48.060Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Edit...} time=1101532190 data=null doit=true} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') [2019-07-30T06:53:48.060Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Edit...} time=1101532190 data=null} to (of type 'Button' and with mnemonic 'Edit...' and with style 'SWT.PUSH') [2019-07-30T06:53:48.060Z] DEBUG - Clicked on Edit... [2019-07-30T06:53:48.060Z] DEBUG - matched Shell with text "Custom Text Parser", using matcher: with text 'Custom Text Parser' [2019-07-30T06:53:48.060Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom Text Parser} time=1101532191 data=null doit=true} to Shell with text {Custom Text Parser} [2019-07-30T06:53:48.060Z] DEBUG - Attempting to set focus on Shell with text {Custom Text Parser} [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Demo Category", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Demo Category", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Demo Category", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "sss", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "sss", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Demo trace", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Demo trace", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Demo trace", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "sss", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "sss", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Category:", using matcher: with mnemonic 'Category:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: with label (with mnemonic 'Category:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: (of type 'Text' and with label (with mnemonic 'Category:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Demo trace", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Demo trace", using matcher: with label (with mnemonic 'Trace type:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Demo trace", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: with label (with mnemonic 'Trace type:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: with label (with mnemonic 'Trace type:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Trace type:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "sss", using matcher: with label (with mnemonic 'Trace type:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "sss", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Trace type:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Trace type:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Trace type:", using matcher: with mnemonic 'Trace type:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: with label (with mnemonic 'Trace type:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: (of type 'Text' and with label (with mnemonic 'Trace type:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "sss", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "sss", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Test Trace", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Test Trace", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "sss", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "sss", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' [2019-07-30T06:53:48.060Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:48.060Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: of type 'Text' [2019-07-30T06:53:48.317Z] DEBUG - matched Label with text "Time Stamp format:", using matcher: with mnemonic 'Time Stamp format:' [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: with label (with mnemonic 'Time Stamp format:') [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: (of type 'Text' and with label (with mnemonic 'Time Stamp format:')) [2019-07-30T06:53:48.317Z] DEBUG - matched Combo with text "(0,���)", using matcher: of type 'Combo' [2019-07-30T06:53:48.317Z] DEBUG - matched Combo with text "(0,���)", using matcher: (of type 'Combo') [2019-07-30T06:53:48.317Z] DEBUG - matched Combo with text "Timestamp", using matcher: of type 'Combo' [2019-07-30T06:53:48.317Z] DEBUG - matched Combo with text "Timestamp", using matcher: (of type 'Combo') [2019-07-30T06:53:48.317Z] DEBUG - matched Combo with text "Set", using matcher: of type 'Combo' [2019-07-30T06:53:48.317Z] DEBUG - matched Combo with text "Set", using matcher: (of type 'Combo') [2019-07-30T06:53:48.317Z] DEBUG - matched Combo with text "Message", using matcher: of type 'Combo' [2019-07-30T06:53:48.317Z] DEBUG - matched Combo with text "Message", using matcher: (of type 'Combo') [2019-07-30T06:53:48.317Z] DEBUG - matched Combo with text "Set", using matcher: of type 'Combo' [2019-07-30T06:53:48.317Z] DEBUG - matched Combo with text "Set", using matcher: (of type 'Combo') [2019-07-30T06:53:48.317Z] DEBUG - Setting selection on (of type 'Combo') to Timestamp [2019-07-30T06:53:48.317Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Timestamp} time=1101532324 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo') [2019-07-30T06:53:48.317Z] DEBUG - Set selection on (of type 'Combo') to Timestamp [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text' [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text' [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "*no matching timesta...", using matcher: of type 'Text' [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: of type 'Text' [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "sss", using matcher: of type 'Text' [2019-07-30T06:53:48.317Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:' [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "sss", using matcher: with label (with mnemonic 'format:') [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "sss", using matcher: (of type 'Text' and with label (with mnemonic 'format:')) [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' [2019-07-30T06:53:48.317Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:' [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'format:') [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'format:')) [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "*no matching line*", using matcher: of type 'Text' [2019-07-30T06:53:48.317Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:' [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "*no matching line*", using matcher: with label (with mnemonic 'format:') [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "*no matching line*", using matcher: (of type 'Text' and with label (with mnemonic 'format:')) [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: of type 'Text' [2019-07-30T06:53:48.317Z] DEBUG - matched Label with text "format:", using matcher: with mnemonic 'format:' [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: with label (with mnemonic 'format:') [2019-07-30T06:53:48.317Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: (of type 'Text' and with label (with mnemonic 'format:')) [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "< &Back", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "< &Back", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.317Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - Clicking on [2019-07-30T06:53:48.317Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1101532465 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1101532465 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1101532465 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1101532465 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1101532465 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1101532465 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1101532465 data=null 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') [2019-07-30T06:53:48.317Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1101532505 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1101532505 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1101532505 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1101532505 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1101532505 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.317Z] DEBUG - Clicked on [2019-07-30T06:53:48.317Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:48.317Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:48.317Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:48.317Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:48.317Z] DEBUG - matched StyledText with text "", using matcher: of type 'StyledText' [2019-07-30T06:53:48.317Z] DEBUG - matched StyledText with text "", using matcher: (of type 'StyledText') [2019-07-30T06:53:48.573Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:48.573Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Root Line 1 (0,���) : \s*(\d*)\s(.*)} time=1101532570 data=null button=0 stateMask=0x0 x=141 y=11 count=0} to TreeItem with text {Root Line 1 (0,���) : \s*(\d*)\s(.*)} [2019-07-30T06:53:48.573Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Root Line 1 (0,���) : \s*(\d*)\s(.*)} time=1101532571 data=null doit=true} to TreeItem with text {Root Line 1 (0,���) : \s*(\d*)\s(.*)} [2019-07-30T06:53:48.573Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Root Line 1 (0,���) : \s*(\d*)\s(.*)} time=1101532571 data=null} to TreeItem with text {Root Line 1 (0,���) : \s*(\d*)\s(.*)} [2019-07-30T06:53:48.573Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Root Line 1 (0,���) : \s*(\d*)\s(.*)} time=1101532571 data=null button=1 stateMask=0x0 x=141 y=11 count=1} to TreeItem with text {Root Line 1 (0,���) : \s*(\d*)\s(.*)} [2019-07-30T06:53:48.573Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101532571 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(.*)} [2019-07-30T06:53:48.573Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Root Line 1 (0,���) : \s*(\d*)\s(.*)} time=1101532691 data=null button=1 stateMask=0x80000 x=141 y=11 count=1} to TreeItem with text {Root Line 1 (0,���) : \s*(\d*)\s(.*)} [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text' [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text' [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "12", using matcher: of type 'Text' [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: of type 'Text' [2019-07-30T06:53:48.573Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: with label (with mnemonic 'Regular expression:') [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "\s*(\d*)\s(.*)", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:48.573Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Regular expression:') [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text' [2019-07-30T06:53:48.573Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "ss", using matcher: with label (with mnemonic 'Regular expression:') [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "ss", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "12", using matcher: of type 'Text' [2019-07-30T06:53:48.573Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "12", using matcher: with label (with mnemonic 'Regular expression:') [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "12", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "Hello", using matcher: of type 'Text' [2019-07-30T06:53:48.573Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "Hello", using matcher: with label (with mnemonic 'Regular expression:') [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "Hello", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: of type 'Text' [2019-07-30T06:53:48.573Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: with label (with mnemonic 'Regular expression:') [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) [2019-07-30T06:53:48.573Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:48.573Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Root Line 2 (0,���) : } time=1101532715 data=null button=0 stateMask=0x0 x=102 y=32 count=0} to TreeItem with text {Root Line 2 (0,���) : } [2019-07-30T06:53:48.573Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Root Line 2 (0,���) : } time=1101532715 data=null doit=true} to TreeItem with text {Root Line 2 (0,���) : } [2019-07-30T06:53:48.573Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Root Line 2 (0,���) : } time=1101532715 data=null} to TreeItem with text {Root Line 2 (0,���) : } [2019-07-30T06:53:48.573Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Root Line 2 (0,���) : } time=1101532715 data=null button=1 stateMask=0x0 x=102 y=32 count=1} to TreeItem with text {Root Line 2 (0,���) : } [2019-07-30T06:53:48.573Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101532715 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,���) : } [2019-07-30T06:53:48.573Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Root Line 2 (0,���) : } time=1101532793 data=null button=1 stateMask=0x80000 x=102 y=32 count=1} to TreeItem with text {Root Line 2 (0,���) : } [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "Test Category", using matcher: of type 'Text' [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "ss", using matcher: of type 'Text' [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "Test Trace", using matcher: of type 'Text' [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "12", using matcher: of type 'Text' [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:48.573Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Regular expression:') [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:53:48.573Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Regular expression:') [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: of type 'Text' [2019-07-30T06:53:48.573Z] DEBUG - matched Label with text "Regular expression:", using matcher: with mnemonic 'Regular expression:' [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: with label (with mnemonic 'Regular expression:') [2019-07-30T06:53:48.573Z] DEBUG - matched Text with text "Edit an existing cus...", using matcher: (of type 'Text' and with label (with mnemonic 'Regular expression:')) [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "< &Back", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "< &Back", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.573Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.573Z] DEBUG - Clicking on [2019-07-30T06:53:48.573Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1101532812 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.573Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1101532812 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.573Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1101532812 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.573Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1101532812 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.573Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1101532812 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.573Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1101532812 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1101532812 data=null 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') [2019-07-30T06:53:48.830Z] DEBUG - Clicked on [2019-07-30T06:53:48.830Z] DEBUG - matched Combo with text "(0,���)", using matcher: of type 'Combo' [2019-07-30T06:53:48.830Z] DEBUG - matched Combo with text "Message", using matcher: of type 'Combo' [2019-07-30T06:53:48.830Z] DEBUG - matched Combo with text "Set", using matcher: of type 'Combo' [2019-07-30T06:53:48.830Z] DEBUG - matched Combo with text "Set", using matcher: with text 'Set' [2019-07-30T06:53:48.830Z] DEBUG - matched Combo with text "Set", using matcher: (of type 'Combo' and with text 'Set') [2019-07-30T06:53:48.830Z] DEBUG - Setting selection on (of type 'Combo' and with text 'Set') to Append with | [2019-07-30T06:53:48.830Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Append with |} time=1101532884 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') [2019-07-30T06:53:48.830Z] DEBUG - Set selection on (of type 'Combo' and with text 'Set') to Append with | [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "Highlight All", using matcher: with mnemonic 'Highlight All' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "Highlight All", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "Highlight All", using matcher: (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - Clicking on Highlight All [2019-07-30T06:53:48.830Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Highlight All} time=1101532901 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') [2019-07-30T06:53:48.830Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Highlight All} time=1101532901 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') [2019-07-30T06:53:48.830Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Highlight All} time=1101532901 data=null doit=true} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Highlight All} time=1101532901 data=null} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Highlight All} time=1101532901 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') [2019-07-30T06:53:48.830Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Highlight All} time=1101532901 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') [2019-07-30T06:53:48.830Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Highlight All} time=1101532901 data=null item=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') [2019-07-30T06:53:48.830Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Highlight All} time=1101532913 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') [2019-07-30T06:53:48.830Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Highlight All} time=1101532913 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') [2019-07-30T06:53:48.830Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Highlight All} time=1101532913 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') [2019-07-30T06:53:48.830Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Highlight All} time=1101532913 data=null doit=true} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Highlight All} time=1101532914 data=null} to (of type 'Button' and with mnemonic 'Highlight All' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] DEBUG - Clicked on Highlight All [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "Event type:", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "Highlight All", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "&Next >", using matcher: with mnemonic 'Next >' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "&Next >", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "&Next >", using matcher: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - Clicking on &Next > [2019-07-30T06:53:48.830Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Next >} time=1101532969 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') [2019-07-30T06:53:48.830Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Next >} time=1101532969 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') [2019-07-30T06:53:48.830Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Next >} time=1101532969 data=null doit=true} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Next >} time=1101532969 data=null} to (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Next >} time=1101532969 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') [2019-07-30T06:53:48.830Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Next >} time=1101532970 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') [2019-07-30T06:53:48.830Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Next >} time=1101532970 data=null item=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') [2019-07-30T06:53:48.830Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] DEBUG - Clicked on &Next > [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "< &Back", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "&Next >", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:48.830Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] DEBUG - Clicking on &Finish [2019-07-30T06:53:48.830Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1101533074 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1101533074 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1101533074 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1101533074 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1101533074 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:48.830Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1101533074 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:49.086Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:49.086Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1101533074 data=null item=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') [2019-07-30T06:53:49.086Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Edit...} time=1101531918 data=null item=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') [2019-07-30T06:53:49.086Z] DEBUG - Clicked on [2019-07-30T06:53:49.086Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers' [2019-07-30T06:53:49.086Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=1101533290 data=null doit=true} to Shell with text {Manage Custom Parsers} [2019-07-30T06:53:49.086Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers} [2019-07-30T06:53:49.086Z] DEBUG - matched List with text "", using matcher: of type 'List' [2019-07-30T06:53:49.086Z] DEBUG - matched List with text "", using matcher: (of type 'List') [2019-07-30T06:53:49.086Z] DEBUG - Set selection (of type 'List') to text Test Category : Test Trace [2019-07-30T06:53:49.086Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{List {} time=1101533294 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'List') [2019-07-30T06:53:49.086Z] DEBUG - Sent event Activate [26]: ShellEvent{List {} time=1101533294 data=null doit=true} to (of type 'List') [2019-07-30T06:53:49.086Z] DEBUG - Sent event FocusIn [15]: FocusEvent{List {} time=1101533294 data=null} to (of type 'List') [2019-07-30T06:53:49.086Z] DEBUG - Sent event MouseDown [3]: MouseEvent{List {} time=1101533294 data=null button=1 stateMask=0x0 x=102 y=31 count=1} to (of type 'List') [2019-07-30T06:53:49.086Z] DEBUG - Sent event Selection [13]: SelectionEvent{List {} time=1101533294 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'List') [2019-07-30T06:53:49.086Z] DEBUG - Sent event MouseUp [4]: MouseEvent{List {} time=1101533296 data=null button=1 stateMask=0x80000 x=102 y=31 count=1} to (of type 'List') [2019-07-30T06:53:49.086Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' [2019-07-30T06:53:49.086Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' [2019-07-30T06:53:49.086Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' [2019-07-30T06:53:49.086Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' [2019-07-30T06:53:49.086Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' [2019-07-30T06:53:49.086Z] DEBUG - matched Button with text "Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:53:49.086Z] DEBUG - matched Button with text "Delete", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:49.086Z] DEBUG - matched Button with text "Delete", using matcher: (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') [2019-07-30T06:53:49.086Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' [2019-07-30T06:53:49.086Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' [2019-07-30T06:53:49.086Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' [2019-07-30T06:53:49.086Z] DEBUG - Clicking on Delete [2019-07-30T06:53:49.086Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Delete} time=1101533298 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') [2019-07-30T06:53:49.086Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=1101533298 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') [2019-07-30T06:53:49.086Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Delete} time=1101533298 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') [2019-07-30T06:53:49.086Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Delete} time=1101533298 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') [2019-07-30T06:53:49.086Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Delete} time=1101533298 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') [2019-07-30T06:53:49.086Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Delete} time=1101533298 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') [2019-07-30T06:53:49.342Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Delete} time=1101533382 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') [2019-07-30T06:53:49.342Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Delete} time=1101533382 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') [2019-07-30T06:53:49.342Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Delete} time=1101533383 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') [2019-07-30T06:53:49.342Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Delete} time=1101533383 data=null doit=true} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') [2019-07-30T06:53:49.342Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Delete} time=1101533383 data=null} to (of type 'Button' and with mnemonic 'Delete' and with style 'SWT.PUSH') [2019-07-30T06:53:49.342Z] DEBUG - Clicked on Delete [2019-07-30T06:53:49.342Z] DEBUG - matched Shell with text "Delete Custom Parser", using matcher: with text 'Delete Custom Parser' [2019-07-30T06:53:49.342Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Delete Custom Parser} time=1101533383 data=null doit=true} to Shell with text {Delete Custom Parser} [2019-07-30T06:53:49.342Z] DEBUG - Attempting to set focus on Shell with text {Delete Custom Parser} [2019-07-30T06:53:49.342Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' [2019-07-30T06:53:49.342Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' [2019-07-30T06:53:49.342Z] DEBUG - matched Button with text "&Yes", using matcher: with mnemonic 'Yes' [2019-07-30T06:53:49.342Z] DEBUG - matched Button with text "&Yes", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:49.342Z] DEBUG - matched Button with text "&Yes", using matcher: (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:49.342Z] DEBUG - Clicking on &Yes [2019-07-30T06:53:49.342Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Yes} time=1101533385 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:49.342Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Yes} time=1101533385 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:49.342Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Yes} time=1101533385 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:49.342Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Yes} time=1101533385 data=null} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:49.342Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Yes} time=1101533385 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:49.342Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Yes} time=1101533385 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Yes' and with style 'SWT.PUSH') [2019-07-30T06:53:49.342Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Yes} time=1101533385 data=null item=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') [2019-07-30T06:53:49.342Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Delete} time=1101533298 data=null item=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') [2019-07-30T06:53:49.342Z] DEBUG - Clicked on [2019-07-30T06:53:49.342Z] DEBUG - matched Shell with text "Manage Custom Parser...", using matcher: with text 'Manage Custom Parsers' [2019-07-30T06:53:49.342Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Manage Custom Parsers} time=1101533485 data=null doit=true} to Shell with text {Manage Custom Parsers} [2019-07-30T06:53:49.342Z] DEBUG - Attempting to set focus on Shell with text {Manage Custom Parsers} [2019-07-30T06:53:49.342Z] DEBUG - matched Button with text "Text", using matcher: of type 'Button' [2019-07-30T06:53:49.342Z] DEBUG - matched Button with text "XML", using matcher: of type 'Button' [2019-07-30T06:53:49.342Z] DEBUG - matched Button with text "New...", using matcher: of type 'Button' [2019-07-30T06:53:49.342Z] DEBUG - matched Button with text "Edit...", using matcher: of type 'Button' [2019-07-30T06:53:49.342Z] DEBUG - matched Button with text "Delete", using matcher: of type 'Button' [2019-07-30T06:53:49.342Z] DEBUG - matched Button with text "Import...", using matcher: of type 'Button' [2019-07-30T06:53:49.342Z] DEBUG - matched Button with text "Export...", using matcher: of type 'Button' [2019-07-30T06:53:49.342Z] DEBUG - matched Button with text "&Close", using matcher: of type 'Button' [2019-07-30T06:53:49.342Z] DEBUG - matched Button with text "&Close", using matcher: with mnemonic 'Close' [2019-07-30T06:53:49.342Z] DEBUG - matched Button with text "&Close", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:49.342Z] DEBUG - matched Button with text "&Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T06:53:49.342Z] DEBUG - Clicking on &Close [2019-07-30T06:53:49.342Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Close} time=1101533487 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') [2019-07-30T06:53:49.342Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Close} time=1101533487 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') [2019-07-30T06:53:49.342Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Close} time=1101533487 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T06:53:49.342Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Close} time=1101533487 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T06:53:49.342Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Close} time=1101533487 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') [2019-07-30T06:53:49.342Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Close} time=1101533487 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') [2019-07-30T06:53:49.342Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Close} time=1101533487 data=null item=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') [2019-07-30T06:53:49.342Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Manage Custom Parsers...} time=1101531789 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...' [2019-07-30T06:53:49.598Z] DEBUG - Clicked on [2019-07-30T06:53:49.598Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1101533595 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T06:53:49.598Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:53:49.598Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:49.598Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:49.598Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:49.598Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestText} time=1101533602 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {TestText} [2019-07-30T06:53:49.598Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestText} time=1101533602 data=null doit=true} to TreeItem with text {TestText} [2019-07-30T06:53:49.598Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestText} time=1101533602 data=null} to TreeItem with text {TestText} [2019-07-30T06:53:49.598Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestText} time=1101533602 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {TestText} [2019-07-30T06:53:49.598Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101533603 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} [2019-07-30T06:53:49.598Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestText} time=1101533675 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {TestText} [2019-07-30T06:53:49.598Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:53:49.598Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:53:49.598Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:53:50.523Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:53:50.524Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:53:50.524Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:53:50.524Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:53:50.524Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:50.524Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:53:50.524Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:50.524Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:53:50.524Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:50.524Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:53:50.524Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101534521 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:50.524Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101534521 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:50.524Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101534521 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:50.524Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101534521 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:50.524Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101534521 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:50.524Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101534522 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:50.524Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101534522 data=null 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') [2019-07-30T06:53:50.524Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101534522 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:50.524Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101534522 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:50.524Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101534522 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:50.524Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101534522 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:50.524Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101534522 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:50.524Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:50.524Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:53:50.524Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:53:50.524Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:50.524Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:53:50.524Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:53:50.524Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:50.524Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:50.524Z] DEBUG - Clicking on OK [2019-07-30T06:53:50.524Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101534523 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:50.524Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101534523 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:50.524Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101534523 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:50.524Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101534523 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:50.524Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101534523 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:50.524Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101534524 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:50.524Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:50.524Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:50.524Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:50.524Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:50.524Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:50.524Z] DEBUG - Clicked on OK [2019-07-30T06:53:50.524Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101534524 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:50.524Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101533779 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:53:51.084Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.105 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomTxtWizard [2019-07-30T06:53:51.084Z] testNew(org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomTxtWizard) Time elapsed: 4.03 s [2019-07-30T06:53:51.084Z] testEdit(org.eclipse.tracecompass.tmf.ui.swtbot.tests.parsers.custom.TestCustomTxtWizard) Time elapsed: 4.008 s [2019-07-30T06:53:51.084Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.TestImportExportPackageWizard [2019-07-30T06:53:53.600Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:53:53.600Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:53.600Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:53.600Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:53.600Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:53.600Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=1101537459 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1101537459 data=null doit=true} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1101537459 data=null} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1101537459 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101537459 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1101537484 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=1101537485 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1101537485 data=null doit=true} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1101537485 data=null} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1101537486 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101537486 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1101537498 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1101537498 data=null doit=true} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1101537498 data=null} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1101537498 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101537499 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} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1101537501 data=null button=1 stateMask=0x80000 x=39 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1101537502 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T06:53:53.600Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1101537502 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T06:53:53.600Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1101537502 data=null} to TreeItem with text {Traces [1]} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1101537502 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:53:53.600Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101537503 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]} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1101537566 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:53:53.600Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:53:53.600Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:53.600Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:53.600Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:53.600Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:53.600Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=1101537570 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1101537570 data=null doit=true} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1101537570 data=null} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1101537570 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101537571 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1101537582 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:53:53.600Z] WARN - Tree item TreeItem with text {Test} is already expanded. Won't expand it again. [2019-07-30T06:53:53.600Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Experiments [1]} time=1101537591 data=null doit=true} to TreeItem with text {Experiments [1]} [2019-07-30T06:53:53.600Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Experiments [1]} time=1101537591 data=null} to TreeItem with text {Experiments [1]} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Experiments [1]} time=1101537592 data=null button=1 stateMask=0x0 x=111 y=32 count=1} to TreeItem with text {Experiments [1]} [2019-07-30T06:53:53.600Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101537592 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]} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Experiments [1]} time=1101537594 data=null button=1 stateMask=0x80000 x=95 y=32 count=1} to TreeItem with text {Experiments [1]} [2019-07-30T06:53:53.600Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1101537594 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T06:53:53.600Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1101537595 data=null} to TreeItem with text {Traces [1]} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1101537595 data=null button=1 stateMask=0x0 x=75 y=74 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:53:53.600Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101537595 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]} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1101537597 data=null button=1 stateMask=0x80000 x=75 y=74 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:53:53.600Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:53.600Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test.xml} time=1101537606 data=null doit=true} to TreeItem with text {test.xml} [2019-07-30T06:53:53.600Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test.xml} time=1101537606 data=null} to TreeItem with text {test.xml} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test.xml} time=1101537606 data=null button=1 stateMask=0x0 x=104 y=95 count=1} to TreeItem with text {test.xml} [2019-07-30T06:53:53.600Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101537607 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} [2019-07-30T06:53:53.600Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TreeItem {test.xml} time=1101537774 data=null x=104 y=95 width=0 height=0 detail=0} to TreeItem with text {test.xml} [2019-07-30T06:53:53.600Z] DEBUG - Sent event DND.DragStart [2008]: Event {type=2008 TreeItem {test.xml} time=1101537776 data=null x=104 y=95 width=0 height=0 detail=0} to TreeItem with text {test.xml} [2019-07-30T06:53:53.600Z] DEBUG - Sent event DND.DragEnter [2002]: Event {type=2002 TreeItem {test.xml} time=1101537777 data=null x=132 y=195 width=0 height=0 detail=2} to TreeItem with text {test.xml} [2019-07-30T06:53:53.600Z] DEBUG - Sent event DND.DragOver [2004]: Event {type=2004 TreeItem {test.xml} time=1101537785 data=null x=132 y=195 width=0 height=0 detail=2} to TreeItem with text {test.xml} [2019-07-30T06:53:53.600Z] DEBUG - Sent event DND.DragLeave [2003]: Event {type=2003 TreeItem {test.xml} time=1101537786 data=null x=0 y=0 width=0 height=0 detail=0} to TreeItem with text {test.xml} [2019-07-30T06:53:53.600Z] DEBUG - Sent event DND.DropAccept [2007]: Event {type=2007 TreeItem {test.xml} time=1101537786 data=null x=132 y=195 width=0 height=0 detail=2} to TreeItem with text {test.xml} [2019-07-30T06:53:53.600Z] DEBUG - Sent event DND.DragSetData [2001]: Event {type=2001 TreeItem {test.xml} time=1101537786 data=null x=0 y=0 width=0 height=0 detail=0} to TreeItem with text {test.xml} [2019-07-30T06:53:53.600Z] DEBUG - Sent event DND.Drop [2006]: Event {type=2006 TreeItem {test.xml} time=1101537786 data=[TmfTraceElement(/Test/Traces/test.xml)] x=132 y=195 width=0 height=0 detail=2} to TreeItem with text {test.xml} [2019-07-30T06:53:53.600Z] DEBUG - Sent event DND.DragEnd [2000]: Event {type=2000 TreeItem {test.xml} time=1101537797 data=null x=0 y=0 width=0 height=0 detail=2} to TreeItem with text {test.xml} [2019-07-30T06:53:53.600Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:53:53.600Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test Experiment [0]} time=1101537803 data=null button=0 stateMask=0x0 x=140 y=53 count=0} to TreeItem with text {Test Experiment [0]} [2019-07-30T06:53:53.600Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test Experiment [0]} time=1101537803 data=null doit=true} to TreeItem with text {Test Experiment [0]} [2019-07-30T06:53:53.600Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test Experiment [0]} time=1101537803 data=null} to TreeItem with text {Test Experiment [0]} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test Experiment [0]} time=1101537803 data=null button=1 stateMask=0x0 x=140 y=53 count=1} to TreeItem with text {Test Experiment [0]} [2019-07-30T06:53:53.600Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101537804 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]} [2019-07-30T06:53:53.600Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test Experiment [0]} time=1101537823 data=null button=1 stateMask=0x80000 x=140 y=53 count=1} to TreeItem with text {Test Experiment [0]} [2019-07-30T06:53:53.855Z] DEBUG - matched MenuItem with text "&Export Trace Packag...", using matcher: with mnemonic 'Export Trace Package...' [2019-07-30T06:53:53.856Z] DEBUG - Clicking on with mnemonic 'Export Trace Package...' [2019-07-30T06:53:54.111Z] DEBUG - Clicked on with mnemonic 'Export Trace Package...' [2019-07-30T06:53:54.111Z] DEBUG - matched Shell with text "Export trace package", using matcher: with text 'Export trace package' [2019-07-30T06:53:54.111Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Export trace package} time=1101538188 data=null doit=true} to Shell with text {Export trace package} [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: with mnemonic 'Save in tar format' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: with style 'SWT.RADIO' [2019-07-30T06:53:54.111Z] 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') [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO') is already selected, not clicking again. [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Save in &zip format", using matcher: with mnemonic 'Save in zip format' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Save in &zip format", using matcher: with style 'SWT.RADIO' [2019-07-30T06:53:54.111Z] 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') [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') [2019-07-30T06:53:54.111Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Sa&ve in tar format} time=1101538196 data=null doit=true} to Button with text {Sa&ve in tar format} [2019-07-30T06:53:54.111Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Sa&ve in tar format} time=1101538196 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} [2019-07-30T06:53:54.111Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') [2019-07-30T06:53:54.111Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Save in &zip format} time=1101538197 data=null doit=true} to (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') [2019-07-30T06:53:54.111Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Save in &zip format} time=1101538198 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') [2019-07-30T06:53:54.111Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Save in &zip format} time=1101538198 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') [2019-07-30T06:53:54.111Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Save in &zip format} time=1101538198 data=null item=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') [2019-07-30T06:53:54.111Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: with mnemonic 'Compress the contents of the file' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:53:54.111Z] 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') [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') [2019-07-30T06:53:54.111Z] DEBUG - Toggling state on Button {Co&mpress the contents of the file}. Setting state to selected [2019-07-30T06:53:54.111Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Co&mpress the contents of the file} time=1101538199 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') [2019-07-30T06:53:54.111Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Co&mpress the contents of the file} time=1101538200 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') [2019-07-30T06:53:54.111Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Co&mpress the contents of the file} time=1101538200 data=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') [2019-07-30T06:53:54.111Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Co&mpress the contents of the file} time=1101538200 data=null} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') [2019-07-30T06:53:54.111Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Co&mpress the contents of the file} time=1101538200 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') [2019-07-30T06:53:54.111Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Co&mpress the contents of the file} time=1101538200 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') [2019-07-30T06:53:54.111Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Co&mpress the contents of the file} time=1101538200 data=null item=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') [2019-07-30T06:53:54.111Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Co&mpress the contents of the file} time=1101538200 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') [2019-07-30T06:53:54.111Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Co&mpress the contents of the file} time=1101538200 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') [2019-07-30T06:53:54.111Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Co&mpress the contents of the file} time=1101538200 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') [2019-07-30T06:53:54.111Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Co&mpress the contents of the file} time=1101538200 data=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') [2019-07-30T06:53:54.111Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Co&mpress the contents of the file} time=1101538200 data=null} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') [2019-07-30T06:53:54.111Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') [2019-07-30T06:53:54.111Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' [2019-07-30T06:53:54.111Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') [2019-07-30T06:53:54.111Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip [2019-07-30T06:53:54.111Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip} time=1101538207 data=null} to (of type 'Combo') [2019-07-30T06:53:54.111Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:54.111Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:54.111Z] DEBUG - Clicking on &Finish [2019-07-30T06:53:54.111Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1101538271 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:54.111Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1101538271 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:54.111Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1101538271 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:54.111Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1101538272 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:54.111Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1101538272 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:54.111Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1101538272 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:54.367Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:54.367Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1101538272 data=null item=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') [2019-07-30T06:53:54.367Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Export Trace Package...} time=1101537914 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...' [2019-07-30T06:53:54.367Z] DEBUG - Clicked on [2019-07-30T06:53:54.623Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:53:54.623Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:54.623Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:54.623Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:54.623Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:54.623Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:54.623Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Import Test} time=1101538672 data=null button=0 stateMask=0x0 x=78 y=11 count=0} to TreeItem with text {Import Test} [2019-07-30T06:53:54.623Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Import Test} time=1101538672 data=null doit=true} to TreeItem with text {Import Test} [2019-07-30T06:53:54.623Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Import Test} time=1101538672 data=null} to TreeItem with text {Import Test} [2019-07-30T06:53:54.623Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Import Test} time=1101538672 data=null button=1 stateMask=0x0 x=78 y=11 count=1} to TreeItem with text {Import Test} [2019-07-30T06:53:54.623Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101538672 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} [2019-07-30T06:53:54.623Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Import Test} time=1101538684 data=null button=1 stateMask=0x80000 x=78 y=11 count=1} to TreeItem with text {Import Test} [2019-07-30T06:53:54.623Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:54.623Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Import Test} time=1101538685 data=null button=0 stateMask=0x0 x=78 y=11 count=0} to TreeItem with text {Import Test} [2019-07-30T06:53:54.623Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Import Test} time=1101538685 data=null doit=true} to TreeItem with text {Import Test} [2019-07-30T06:53:54.623Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Import Test} time=1101538685 data=null} to TreeItem with text {Import Test} [2019-07-30T06:53:54.623Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Import Test} time=1101538685 data=null button=1 stateMask=0x0 x=78 y=11 count=1} to TreeItem with text {Import Test} [2019-07-30T06:53:54.623Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101538685 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} [2019-07-30T06:53:54.623Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Import Test} time=1101538702 data=null button=1 stateMask=0x80000 x=78 y=11 count=1} to TreeItem with text {Import Test} [2019-07-30T06:53:54.623Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Import Test} time=1101538705 data=null doit=true} to TreeItem with text {Import Test} [2019-07-30T06:53:54.623Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Import Test} time=1101538705 data=null} to TreeItem with text {Import Test} [2019-07-30T06:53:54.623Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Import Test} time=1101538705 data=null button=1 stateMask=0x0 x=78 y=11 count=1} to TreeItem with text {Import Test} [2019-07-30T06:53:54.623Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101538705 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} [2019-07-30T06:53:54.623Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Import Test} time=1101538708 data=null button=1 stateMask=0x80000 x=62 y=11 count=1} to TreeItem with text {Import Test} [2019-07-30T06:53:54.623Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:54.623Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1101538709 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]} [2019-07-30T06:53:54.623Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1101538709 data=null doit=true} to TreeItem with text {Traces [0]} [2019-07-30T06:53:54.623Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1101538709 data=null} to TreeItem with text {Traces [0]} [2019-07-30T06:53:54.623Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1101538709 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:53:54.623Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101538710 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]} [2019-07-30T06:53:54.623Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1101538718 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:53:54.623Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:54.623Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1101538718 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} [2019-07-30T06:53:54.623Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1101538718 data=null doit=true} to TreeItem with text {Traces [0]} [2019-07-30T06:53:54.623Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1101538718 data=null} to TreeItem with text {Traces [0]} [2019-07-30T06:53:54.623Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1101538719 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:53:54.623Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101538719 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]} [2019-07-30T06:53:54.623Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1101538773 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:53:54.623Z] DEBUG - matched MenuItem with text "Import Trace &Packag...", using matcher: with mnemonic 'Import Trace Package...' [2019-07-30T06:53:54.623Z] DEBUG - Clicking on with mnemonic 'Import Trace Package...' [2019-07-30T06:53:54.880Z] DEBUG - Clicked on with mnemonic 'Import Trace Package...' [2019-07-30T06:53:54.880Z] DEBUG - matched Shell with text "Import trace package", using matcher: with text 'Import trace package' [2019-07-30T06:53:54.880Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Import trace package} time=1101539072 data=null doit=true} to Shell with text {Import trace package} [2019-07-30T06:53:54.880Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' [2019-07-30T06:53:54.880Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') [2019-07-30T06:53:54.880Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip [2019-07-30T06:53:54.880Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip} time=1101539073 data=null} to (of type 'Combo') [2019-07-30T06:53:54.880Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip [2019-07-30T06:53:54.880Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' [2019-07-30T06:53:54.880Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: (of type 'Combo') [2019-07-30T06:53:54.880Z] DEBUG - Inserting text: [2019-07-30T06:53:54.880Z] into text (of type 'Combo') [2019-07-30T06:53:54.880Z] DEBUG - Attempting to set focus on (of type 'Combo') [2019-07-30T06:53:54.880Z] DEBUG - Typing text ' [2019-07-30T06:53:54.880Z] ' with an interval of 50ms. between characters. [2019-07-30T06:53:55.136Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' [2019-07-30T06:53:55.136Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T06:53:55.136Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T06:53:55.136Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:55.136Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:53:55.136Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' [2019-07-30T06:53:55.136Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:55.136Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:55.136Z] DEBUG - Clicking on &Finish [2019-07-30T06:53:55.696Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1101539671 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:55.696Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1101539671 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:55.696Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1101539671 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:55.696Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1101539671 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:55.696Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1101539671 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:55.696Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1101539671 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:55.696Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:55.696Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:55.696Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:55.696Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:55.696Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:53:55.696Z] DEBUG - Clicked on &Finish [2019-07-30T06:53:55.696Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1101539671 data=null item=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') [2019-07-30T06:53:55.696Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import Trace &Package...} time=1101538810 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...' [2019-07-30T06:53:55.952Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:53:55.952Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:55.952Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:55.952Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:55.952Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:55.952Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:55.952Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Import Test} time=1101540197 data=null button=0 stateMask=0x0 x=78 y=11 count=0} to TreeItem with text {Import Test} [2019-07-30T06:53:55.952Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Import Test} time=1101540197 data=null doit=true} to TreeItem with text {Import Test} [2019-07-30T06:53:55.952Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Import Test} time=1101540197 data=null} to TreeItem with text {Import Test} [2019-07-30T06:53:55.952Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Import Test} time=1101540198 data=null button=1 stateMask=0x0 x=78 y=11 count=1} to TreeItem with text {Import Test} [2019-07-30T06:53:56.208Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101540198 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} [2019-07-30T06:53:56.208Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Import Test} time=1101540212 data=null button=1 stateMask=0x80000 x=78 y=11 count=1} to TreeItem with text {Import Test} [2019-07-30T06:53:56.208Z] WARN - Tree item TreeItem with text {Import Test} is already expanded. Won't expand it again. [2019-07-30T06:53:56.208Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1101540213 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T06:53:56.208Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1101540213 data=null} to TreeItem with text {Traces [1]} [2019-07-30T06:53:56.208Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1101540213 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:53:56.208Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101540214 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]} [2019-07-30T06:53:56.209Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1101540216 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:53:56.209Z] WARN - Tree item TreeItem with text {Import Test} is already expanded. Won't expand it again. [2019-07-30T06:53:56.209Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Experiments [1]} time=1101540217 data=null doit=true} to TreeItem with text {Experiments [1]} [2019-07-30T06:53:56.209Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Experiments [1]} time=1101540217 data=null} to TreeItem with text {Experiments [1]} [2019-07-30T06:53:56.209Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Experiments [1]} time=1101540217 data=null button=1 stateMask=0x0 x=95 y=32 count=1} to TreeItem with text {Experiments [1]} [2019-07-30T06:53:56.209Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101540217 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]} [2019-07-30T06:53:56.209Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Experiments [1]} time=1101540220 data=null button=1 stateMask=0x80000 x=95 y=32 count=1} to TreeItem with text {Experiments [1]} [2019-07-30T06:53:56.209Z] DEBUG - Double-clicking on TreeItem with text {Test Experiment [1]} [2019-07-30T06:53:56.209Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test Experiment [1]} time=1101540231 data=null button=0 stateMask=0x0 x=140 y=53 count=0} to TreeItem with text {Test Experiment [1]} [2019-07-30T06:53:56.209Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test Experiment [1]} time=1101540231 data=null doit=true} to TreeItem with text {Test Experiment [1]} [2019-07-30T06:53:56.209Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:56.209Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test Experiment [1]} time=1101540232 data=null} to TreeItem with text {Test Experiment [1]} [2019-07-30T06:53:56.209Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test Experiment [1]} time=1101540232 data=null button=1 stateMask=0x0 x=140 y=53 count=1} to TreeItem with text {Test Experiment [1]} [2019-07-30T06:53:56.209Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101540232 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]} [2019-07-30T06:53:56.209Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test Experiment [1]} time=1101540246 data=null button=1 stateMask=0x80000 x=140 y=53 count=1} to TreeItem with text {Test Experiment [1]} [2019-07-30T06:53:56.209Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test Experiment [1]} time=1101540246 data=null button=1 stateMask=0x0 x=140 y=53 count=2} to TreeItem with text {Test Experiment [1]} [2019-07-30T06:53:56.209Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {Test Experiment [1]} time=1101540246 data=null button=1 stateMask=0x0 x=140 y=53 count=2} to TreeItem with text {Test Experiment [1]} [2019-07-30T06:53:56.209Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1101540246 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]} [2019-07-30T06:53:56.464Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test Experiment [1]} time=1101540392 data=null button=1 stateMask=0x80000 x=140 y=53 count=2} to TreeItem with text {Test Experiment [1]} [2019-07-30T06:53:56.464Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {Test Experiment [1]} time=1101540674 data=null button=0 stateMask=0x0 x=140 y=53 count=0} to TreeItem with text {Test Experiment [1]} [2019-07-30T06:53:56.464Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {Test Experiment [1]} time=1101540674 data=null doit=true} to TreeItem with text {Test Experiment [1]} [2019-07-30T06:53:56.464Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {Test Experiment [1]} time=1101540674 data=null} to TreeItem with text {Test Experiment [1]} [2019-07-30T06:53:56.464Z] DEBUG - Double-clicked on TreeItem with text {Test Experiment [1]} [2019-07-30T06:53:56.464Z] DEBUG - matched EditorReference with text "", using matcher: with name '"Test Experiment"' [2019-07-30T06:53:57.827Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Import Test/Experiments/Test Experiment/Test Experiment_ - Eclipse Platform} time=1101541786 data=null doit=true} to Shell with text {data - Import Test/Experiments/Test Experiment/Test Experiment_ - Eclipse Platform} [2019-07-30T06:53:57.827Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:53:57.827Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:57.827Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:57.827Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:57.827Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=1101541856 data=null button=0 stateMask=0x0 x=55 y=116 count=0} to TreeItem with text {Test} [2019-07-30T06:53:57.827Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1101541856 data=null doit=true} to TreeItem with text {Test} [2019-07-30T06:53:57.828Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1101541856 data=null} to TreeItem with text {Test} [2019-07-30T06:53:57.828Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1101541856 data=null button=1 stateMask=0x0 x=55 y=116 count=1} to TreeItem with text {Test} [2019-07-30T06:53:57.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101541856 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test} [2019-07-30T06:53:57.828Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1101541883 data=null button=1 stateMask=0x80000 x=55 y=116 count=1} to TreeItem with text {Test} [2019-07-30T06:53:57.828Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:53:57.828Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:53:57.828Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:53:58.754Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:53:58.754Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:53:58.754Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:53:58.754Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:53:58.754Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:58.754Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:53:58.754Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:58.754Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:53:58.754Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:58.754Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:53:58.754Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101542776 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:58.754Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101542776 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:58.754Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101542776 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:58.754Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101542776 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:58.754Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101542776 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:58.754Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101542777 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:58.754Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101542777 data=null 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') [2019-07-30T06:53:58.754Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101542778 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:58.754Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101542778 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:58.754Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101542778 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:58.754Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101542778 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:58.754Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101542778 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:58.754Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:53:58.754Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:53:58.754Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:53:58.754Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:53:58.754Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:53:58.754Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:53:58.754Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:53:58.754Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:58.754Z] DEBUG - Clicking on OK [2019-07-30T06:53:58.754Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101542779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:58.754Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101542779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:58.754Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101542779 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:58.754Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101542779 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:58.754Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101542779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:58.754Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101542779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:58.754Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:58.754Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:58.754Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:58.754Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:58.754Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:58.754Z] DEBUG - Clicked on OK [2019-07-30T06:53:59.010Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101542779 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:53:59.010Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101541975 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:53:59.267Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Import Test/Experiments/Test Experiment/Test Experiment_ - Eclipse Platform} time=1101543317 data=null doit=true} to Shell with text {data - Import Test/Experiments/Test Experiment/Test Experiment_ - Eclipse Platform} [2019-07-30T06:53:59.267Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:53:59.267Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:53:59.267Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:53:59.267Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:53:59.267Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Import Test} time=1101543398 data=null button=0 stateMask=0x0 x=78 y=11 count=0} to TreeItem with text {Import Test} [2019-07-30T06:53:59.267Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Import Test} time=1101543398 data=null doit=true} to TreeItem with text {Import Test} [2019-07-30T06:53:59.267Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Import Test} time=1101543398 data=null} to TreeItem with text {Import Test} [2019-07-30T06:53:59.267Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Import Test} time=1101543398 data=null button=1 stateMask=0x0 x=78 y=11 count=1} to TreeItem with text {Import Test} [2019-07-30T06:53:59.267Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101543402 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} [2019-07-30T06:53:59.267Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Import Test} time=1101543475 data=null button=1 stateMask=0x80000 x=78 y=11 count=1} to TreeItem with text {Import Test} [2019-07-30T06:53:59.523Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:53:59.523Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:53:59.523Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:54:00.084Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:54:00.084Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:54:00.084Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:54:00.084Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:54:00.084Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:00.084Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:54:00.084Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:00.084Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:54:00.084Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:00.084Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:54:00.084Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101544314 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:00.084Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101544314 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:00.084Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101544314 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:00.084Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101544314 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:00.084Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101544314 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:00.084Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101544314 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:00.084Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101544315 data=null 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') [2019-07-30T06:54:00.084Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101544315 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:00.084Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101544315 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:00.084Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101544315 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:00.084Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101544315 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:00.084Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101544315 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:00.084Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:00.084Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:54:00.084Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:54:00.084Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:00.084Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:54:00.084Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:54:00.084Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:54:00.084Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:00.084Z] DEBUG - Clicking on OK [2019-07-30T06:54:00.084Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101544316 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:00.084Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101544316 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:00.084Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101544316 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:00.084Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101544316 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:00.084Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101544316 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:00.084Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101544316 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:00.084Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:00.084Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:00.084Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:00.084Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:00.084Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:00.084Z] DEBUG - Clicked on OK [2019-07-30T06:54:00.644Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101544316 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:00.644Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101543570 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:54:02.532Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:54:02.532Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:54:02.532Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:02.532Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:02.532Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:02.532Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:02.532Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=1101546319 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test} [2019-07-30T06:54:02.532Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1101546319 data=null doit=true} to TreeItem with text {Test} [2019-07-30T06:54:02.532Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1101546319 data=null} to TreeItem with text {Test} [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1101546319 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:54:02.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101546319 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test} [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1101546374 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:54:02.532Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=1101546375 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test} [2019-07-30T06:54:02.532Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1101546375 data=null doit=true} to TreeItem with text {Test} [2019-07-30T06:54:02.532Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1101546375 data=null} to TreeItem with text {Test} [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1101546376 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:54:02.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101546376 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test} [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1101546380 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:54:02.532Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1101546381 data=null doit=true} to TreeItem with text {Test} [2019-07-30T06:54:02.532Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1101546385 data=null} to TreeItem with text {Test} [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1101546385 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:54:02.532Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101546385 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} [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1101546388 data=null button=1 stateMask=0x80000 x=39 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:54:02.532Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1101546389 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T06:54:02.532Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1101546389 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T06:54:02.532Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1101546389 data=null} to TreeItem with text {Traces [1]} [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1101546389 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:54:02.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101546390 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]} [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1101546407 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:54:02.532Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1101546408 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T06:54:02.532Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1101546408 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T06:54:02.532Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1101546408 data=null} to TreeItem with text {Traces [1]} [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1101546408 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:54:02.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101546408 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]} [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1101546412 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:54:02.532Z] DEBUG - matched MenuItem with text "&Export Trace Packag...", using matcher: with mnemonic 'Export Trace Package...' [2019-07-30T06:54:02.532Z] DEBUG - Clicking on with mnemonic 'Export Trace Package...' [2019-07-30T06:54:02.532Z] DEBUG - Clicked on with mnemonic 'Export Trace Package...' [2019-07-30T06:54:02.532Z] DEBUG - matched Shell with text "Export trace package", using matcher: with text 'Export trace package' [2019-07-30T06:54:02.532Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Export trace package} time=1101546678 data=null doit=true} to Shell with text {Export trace package} [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Deselect All", using matcher: with mnemonic 'Deselect All' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Deselect All", using matcher: with style 'SWT.PUSH' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Deselect All", using matcher: (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH') [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - Clicking on Deselect All [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Deselect All} time=1101546680 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Deselect All} time=1101546680 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Deselect All} time=1101546680 data=null doit=true} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH') [2019-07-30T06:54:02.532Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Deselect All} time=1101546680 data=null} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Deselect All} time=1101546680 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Deselect All} time=1101546680 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Deselect All} time=1101546680 data=null item=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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Deselect All} time=1101546692 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Deselect All} time=1101546692 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Deselect All} time=1101546692 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Deselect All} time=1101546692 data=null doit=true} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH') [2019-07-30T06:54:02.532Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Deselect All} time=1101546692 data=null} to (of type 'Button' and with mnemonic 'Deselect All' and with style 'SWT.PUSH') [2019-07-30T06:54:02.532Z] DEBUG - Clicked on Deselect All [2019-07-30T06:54:02.532Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:02.532Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "Approximate uncompre...", using matcher: of type 'Label' [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "Approximate uncompre...", using matcher: (of type 'Label') [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "To &archive file:", using matcher: of type 'Label' [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "To &archive file:", using matcher: (of type 'Label') [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "Export trace package", using matcher: of type 'Label' [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "Export trace package", using matcher: (of type 'Label') [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Select All", using matcher: with mnemonic 'Select All' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Select All", using matcher: with style 'SWT.PUSH' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Select All", using matcher: (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - Clicking on Select All [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Select All} time=1101546696 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select All} time=1101546696 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select All} time=1101546696 data=null doit=true} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') [2019-07-30T06:54:02.532Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Select All} time=1101546696 data=null} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select All} time=1101546696 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select All} time=1101546696 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select All} time=1101546696 data=null item=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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Select All} time=1101546702 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select All} time=1101546703 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Select All} time=1101546703 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select All} time=1101546703 data=null doit=true} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') [2019-07-30T06:54:02.532Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Select All} time=1101546703 data=null} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') [2019-07-30T06:54:02.532Z] DEBUG - Clicked on Select All [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "Approximate uncompre...", using matcher: of type 'Label' [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "Approximate uncompre...", using matcher: (of type 'Label') [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "To &archive file:", using matcher: of type 'Label' [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "To &archive file:", using matcher: (of type 'Label') [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "Export trace package", using matcher: of type 'Label' [2019-07-30T06:54:02.532Z] DEBUG - matched Label with text "Export trace package", using matcher: (of type 'Label') [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: with mnemonic 'Save in tar format' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: with style 'SWT.RADIO' [2019-07-30T06:54:02.532Z] 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') [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO') [2019-07-30T06:54:02.532Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Save in &zip format} time=1101546711 data=null doit=true} to Button with text {Save in &zip format} [2019-07-30T06:54:02.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Save in &zip format} time=1101546711 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} [2019-07-30T06:54:02.532Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO') [2019-07-30T06:54:02.532Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Sa&ve in tar format} time=1101546712 data=null doit=true} to (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Sa&ve in tar format} time=1101546712 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Sa&ve in tar format} time=1101546712 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Sa&ve in tar format} time=1101546712 data=null item=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') [2019-07-30T06:54:02.532Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Save in tar format' and with style 'SWT.RADIO') [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Save in &zip format", using matcher: with mnemonic 'Save in zip format' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Save in &zip format", using matcher: with style 'SWT.RADIO' [2019-07-30T06:54:02.532Z] 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') [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') [2019-07-30T06:54:02.532Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Sa&ve in tar format} time=1101546714 data=null doit=true} to Button with text {Sa&ve in tar format} [2019-07-30T06:54:02.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Sa&ve in tar format} time=1101546714 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} [2019-07-30T06:54:02.532Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') [2019-07-30T06:54:02.532Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Save in &zip format} time=1101546715 data=null doit=true} to (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Save in &zip format} time=1101546776 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Save in &zip format} time=1101546776 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Save in &zip format} time=1101546776 data=null item=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') [2019-07-30T06:54:02.532Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Save in zip format' and with style 'SWT.RADIO') [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: with mnemonic 'Compress the contents of the file' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:54:02.532Z] 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') [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') [2019-07-30T06:54:02.532Z] DEBUG - Toggling state on Button {Co&mpress the contents of the file}. Setting state to unselected [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Co&mpress the contents of the file} time=1101546778 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Co&mpress the contents of the file} time=1101546779 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Co&mpress the contents of the file} time=1101546779 data=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') [2019-07-30T06:54:02.532Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Co&mpress the contents of the file} time=1101546779 data=null} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Co&mpress the contents of the file} time=1101546779 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Co&mpress the contents of the file} time=1101546779 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Co&mpress the contents of the file} time=1101546779 data=null item=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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Co&mpress the contents of the file} time=1101546779 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Co&mpress the contents of the file} time=1101546779 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Co&mpress the contents of the file} time=1101546779 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') [2019-07-30T06:54:02.532Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Co&mpress the contents of the file} time=1101546779 data=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') [2019-07-30T06:54:02.532Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Co&mpress the contents of the file} time=1101546779 data=null} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') [2019-07-30T06:54:02.532Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: with mnemonic 'Compress the contents of the file' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:54:02.532Z] 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') [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:54:02.532Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') [2019-07-30T06:54:02.532Z] DEBUG - Toggling state on Button {Co&mpress the contents of the file}. Setting state to selected [2019-07-30T06:54:02.788Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Co&mpress the contents of the file} time=1101546780 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') [2019-07-30T06:54:02.788Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Co&mpress the contents of the file} time=1101546781 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') [2019-07-30T06:54:02.788Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Co&mpress the contents of the file} time=1101546781 data=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') [2019-07-30T06:54:02.788Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Co&mpress the contents of the file} time=1101546781 data=null} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') [2019-07-30T06:54:02.788Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Co&mpress the contents of the file} time=1101546781 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') [2019-07-30T06:54:02.788Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Co&mpress the contents of the file} time=1101546781 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') [2019-07-30T06:54:02.788Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Co&mpress the contents of the file} time=1101546781 data=null item=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') [2019-07-30T06:54:02.788Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Co&mpress the contents of the file} time=1101546781 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') [2019-07-30T06:54:02.788Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Co&mpress the contents of the file} time=1101546781 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') [2019-07-30T06:54:02.788Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Co&mpress the contents of the file} time=1101546781 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') [2019-07-30T06:54:02.788Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Co&mpress the contents of the file} time=1101546781 data=null doit=true} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') [2019-07-30T06:54:02.788Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Co&mpress the contents of the file} time=1101546781 data=null} to (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') [2019-07-30T06:54:02.788Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Compress the contents of the file' and with style 'SWT.CHECK') [2019-07-30T06:54:02.788Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' [2019-07-30T06:54:02.788Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: (of type 'Combo') [2019-07-30T06:54:02.788Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip [2019-07-30T06:54:02.788Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip} time=1101546782 data=null} to (of type 'Combo') [2019-07-30T06:54:02.788Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip [2019-07-30T06:54:02.788Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T06:54:02.788Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T06:54:02.788Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' [2019-07-30T06:54:02.788Z] DEBUG - matched Button with text "Save in &zip format", using matcher: of type 'Button' [2019-07-30T06:54:02.788Z] DEBUG - matched Button with text "Sa&ve in tar format", using matcher: of type 'Button' [2019-07-30T06:54:02.788Z] DEBUG - matched Button with text "Co&mpress the conten...", using matcher: of type 'Button' [2019-07-30T06:54:02.788Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:02.788Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:54:02.788Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' [2019-07-30T06:54:02.788Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' [2019-07-30T06:54:02.788Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:02.788Z] DEBUG - Clicking on &Finish [2019-07-30T06:54:02.788Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1101546783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:02.788Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1101546783 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:02.788Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1101546783 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:02.788Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1101546784 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:02.788Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1101546784 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:02.788Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1101546784 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:02.788Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:02.788Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1101546784 data=null item=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') [2019-07-30T06:54:02.788Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Export Trace Package...} time=1101546497 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...' [2019-07-30T06:54:03.043Z] DEBUG - Clicked on [2019-07-30T06:54:03.043Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:54:03.043Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:03.043Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:03.043Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:03.043Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:03.043Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:03.043Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=1101547188 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test} [2019-07-30T06:54:03.043Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1101547188 data=null doit=true} to TreeItem with text {Test} [2019-07-30T06:54:03.043Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1101547188 data=null} to TreeItem with text {Test} [2019-07-30T06:54:03.043Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1101547188 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:54:03.043Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101547188 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test} [2019-07-30T06:54:03.043Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1101547206 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:54:03.043Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:03.043Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=1101547206 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test} [2019-07-30T06:54:03.043Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1101547207 data=null doit=true} to TreeItem with text {Test} [2019-07-30T06:54:03.043Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1101547207 data=null} to TreeItem with text {Test} [2019-07-30T06:54:03.043Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1101547207 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:54:03.043Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101547207 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test} [2019-07-30T06:54:03.043Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1101547213 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:54:03.043Z] WARN - Tree item TreeItem with text {Test} is already expanded. Won't expand it again. [2019-07-30T06:54:03.043Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:03.043Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1101547213 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T06:54:03.043Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1101547214 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T06:54:03.043Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1101547214 data=null} to TreeItem with text {Traces [1]} [2019-07-30T06:54:03.043Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1101547214 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:54:03.043Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101547214 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]} [2019-07-30T06:54:03.043Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1101547268 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:54:03.043Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:03.043Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1101547268 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T06:54:03.043Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1101547268 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T06:54:03.043Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1101547268 data=null} to TreeItem with text {Traces [1]} [2019-07-30T06:54:03.043Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1101547269 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:54:03.043Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101547269 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]} [2019-07-30T06:54:03.043Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1101547272 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:54:03.299Z] DEBUG - matched MenuItem with text "Import Trace &Packag...", using matcher: with mnemonic 'Import Trace Package...' [2019-07-30T06:54:03.299Z] DEBUG - Clicking on with mnemonic 'Import Trace Package...' [2019-07-30T06:54:03.299Z] DEBUG - Clicked on with mnemonic 'Import Trace Package...' [2019-07-30T06:54:03.299Z] DEBUG - matched Shell with text "Import trace package", using matcher: with text 'Import trace package' [2019-07-30T06:54:03.299Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Import trace package} time=1101547502 data=null doit=true} to Shell with text {Import trace package} [2019-07-30T06:54:03.299Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' [2019-07-30T06:54:03.299Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') [2019-07-30T06:54:03.299Z] DEBUG - Setting text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip [2019-07-30T06:54:03.299Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {/home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip} time=1101547503 data=null} to (of type 'Combo') [2019-07-30T06:54:03.299Z] DEBUG - Set text on (of type 'Combo') to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/work/data/.tracecompass-temp/test.zip [2019-07-30T06:54:03.299Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: of type 'Combo' [2019-07-30T06:54:03.299Z] DEBUG - matched Combo with text "/home/jenkins/worksp...", using matcher: (of type 'Combo') [2019-07-30T06:54:03.299Z] DEBUG - Inserting text: [2019-07-30T06:54:03.299Z] into text (of type 'Combo') [2019-07-30T06:54:03.299Z] DEBUG - Attempting to set focus on (of type 'Combo') [2019-07-30T06:54:03.299Z] DEBUG - Typing text ' [2019-07-30T06:54:03.299Z] ' with an interval of 50ms. between characters. [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "Select All", using matcher: with mnemonic 'Select All' [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "Select All", using matcher: with style 'SWT.PUSH' [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "Select All", using matcher: (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:54:03.554Z] DEBUG - Clicking on Select All [2019-07-30T06:54:03.554Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Select All} time=1101547614 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') [2019-07-30T06:54:03.554Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select All} time=1101547614 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') [2019-07-30T06:54:03.554Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select All} time=1101547614 data=null doit=true} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Select All} time=1101547614 data=null} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select All} time=1101547614 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') [2019-07-30T06:54:03.554Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select All} time=1101547614 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') [2019-07-30T06:54:03.554Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select All} time=1101547614 data=null item=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') [2019-07-30T06:54:03.554Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Select All} time=1101547614 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') [2019-07-30T06:54:03.554Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select All} time=1101547614 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') [2019-07-30T06:54:03.554Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Select All} time=1101547614 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') [2019-07-30T06:54:03.554Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select All} time=1101547614 data=null doit=true} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Select All} time=1101547614 data=null} to (of type 'Button' and with mnemonic 'Select All' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - Clicked on Select All [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "B&rowse...", using matcher: of type 'Button' [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - Clicking on &Finish [2019-07-30T06:54:03.554Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1101547615 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1101547615 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1101547615 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1101547615 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1101547615 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1101547616 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Finish} time=1101547690 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1101547691 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Finish} time=1101547691 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Finish} time=1101547691 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Finish} time=1101547691 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - Clicked on &Finish [2019-07-30T06:54:03.554Z] DEBUG - matched Shell with text "Confirmation", using matcher: with text 'Confirmation' [2019-07-30T06:54:03.554Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Confirmation} time=1101547692 data=null doit=true} to Shell with text {Confirmation} [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "No &To All", using matcher: of type 'Button' [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "Yes To &All", using matcher: of type 'Button' [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "Yes To &All", using matcher: with mnemonic 'Yes To All' [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "Yes To &All", using matcher: with style 'SWT.PUSH' [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "Yes To &All", using matcher: (of type 'Button' and with mnemonic 'Yes To All' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - matched Button with text "&Yes", using matcher: of type 'Button' [2019-07-30T06:54:03.554Z] DEBUG - Clicking on Yes To &All [2019-07-30T06:54:03.554Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Yes To &All} time=1101547692 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') [2019-07-30T06:54:03.554Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Yes To &All} time=1101547692 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') [2019-07-30T06:54:03.554Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Yes To &All} time=1101547692 data=null doit=true} to (of type 'Button' and with mnemonic 'Yes To All' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Yes To &All} time=1101547692 data=null} to (of type 'Button' and with mnemonic 'Yes To All' and with style 'SWT.PUSH') [2019-07-30T06:54:03.554Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Yes To &All} time=1101547692 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') [2019-07-30T06:54:03.554Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Yes To &All} time=1101547693 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') [2019-07-30T06:54:03.554Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Yes To &All} time=1101547693 data=null item=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') [2019-07-30T06:54:04.116Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1101547616 data=null item=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') [2019-07-30T06:54:04.116Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import Trace &Package...} time=1101547302 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...' [2019-07-30T06:54:04.116Z] DEBUG - Clicked on [2019-07-30T06:54:04.116Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:54:04.116Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:04.116Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:04.116Z] WARN - Tree item TreeItem with text {Test} is already expanded. Won't expand it again. [2019-07-30T06:54:04.116Z] WARN - Tree item TreeItem with text {Test} is already expanded. Won't expand it again. [2019-07-30T06:54:04.116Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1101548164 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T06:54:04.116Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1101548164 data=null} to TreeItem with text {Traces [1]} [2019-07-30T06:54:04.116Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1101548165 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:54:04.116Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101548165 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]} [2019-07-30T06:54:04.116Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1101548173 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:54:04.116Z] WARN - Tree item TreeItem with text {Traces [1]} is already expanded. Won't expand it again. [2019-07-30T06:54:04.116Z] DEBUG - Double-clicking on TreeItem with text {test.xml} [2019-07-30T06:54:04.116Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test.xml} time=1101548173 data=null button=0 stateMask=0x0 x=104 y=74 count=0} to TreeItem with text {test.xml} [2019-07-30T06:54:04.116Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test.xml} time=1101548173 data=null doit=true} to TreeItem with text {test.xml} [2019-07-30T06:54:04.116Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:04.116Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test.xml} time=1101548173 data=null} to TreeItem with text {test.xml} [2019-07-30T06:54:04.116Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test.xml} time=1101548174 data=null button=1 stateMask=0x0 x=104 y=74 count=1} to TreeItem with text {test.xml} [2019-07-30T06:54:04.116Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101548174 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} [2019-07-30T06:54:04.116Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test.xml} time=1101548196 data=null button=1 stateMask=0x80000 x=104 y=74 count=1} to TreeItem with text {test.xml} [2019-07-30T06:54:04.116Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test.xml} time=1101548196 data=null button=1 stateMask=0x0 x=104 y=74 count=2} to TreeItem with text {test.xml} [2019-07-30T06:54:04.116Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {test.xml} time=1101548196 data=null button=1 stateMask=0x0 x=104 y=74 count=2} to TreeItem with text {test.xml} [2019-07-30T06:54:04.116Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1101548197 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} [2019-07-30T06:54:04.116Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test.xml} time=1101548234 data=null button=1 stateMask=0x80000 x=104 y=74 count=2} to TreeItem with text {test.xml} [2019-07-30T06:54:04.116Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {test.xml} time=1101548239 data=null button=0 stateMask=0x0 x=104 y=74 count=0} to TreeItem with text {test.xml} [2019-07-30T06:54:04.116Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {test.xml} time=1101548239 data=null doit=true} to TreeItem with text {test.xml} [2019-07-30T06:54:04.116Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {test.xml} time=1101548239 data=null} to TreeItem with text {test.xml} [2019-07-30T06:54:04.116Z] DEBUG - Double-clicked on TreeItem with text {test.xml} [2019-07-30T06:54:04.677Z] DEBUG - matched EditorReference with text "", using matcher: with name '"test.xml"' [2019-07-30T06:54:05.605Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Test/Traces/test.xml - Eclipse Platform} time=1101549642 data=null doit=true} to Shell with text {data - Test/Traces/test.xml - Eclipse Platform} [2019-07-30T06:54:05.605Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:54:05.605Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:05.605Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:05.605Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:05.605Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Test} time=1101549698 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {Test} [2019-07-30T06:54:05.605Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Test} time=1101549698 data=null doit=true} to TreeItem with text {Test} [2019-07-30T06:54:05.605Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Test} time=1101549698 data=null} to TreeItem with text {Test} [2019-07-30T06:54:05.605Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Test} time=1101549698 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:54:05.605Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101549698 data=null item=TreeItem {Test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {Test} [2019-07-30T06:54:05.605Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Test} time=1101549711 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {Test} [2019-07-30T06:54:05.605Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:54:05.605Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:54:05.605Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:54:06.531Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:54:06.531Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:54:06.531Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:54:06.531Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:54:06.531Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:06.531Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:54:06.531Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:06.531Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:54:06.531Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:06.531Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:54:06.531Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101550509 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:06.531Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101550509 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:06.531Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101550509 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:06.531Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101550509 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:06.531Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101550510 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:06.531Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101550510 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:06.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101550510 data=null 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') [2019-07-30T06:54:06.532Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101550510 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:06.532Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101550510 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:06.532Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101550510 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:06.532Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101550510 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:06.532Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101550510 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:06.532Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:06.532Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:54:06.532Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:54:06.532Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:06.532Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:54:06.532Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:54:06.532Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:54:06.532Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:06.532Z] DEBUG - Clicking on OK [2019-07-30T06:54:06.532Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101550511 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:06.532Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101550511 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:06.532Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101550511 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:06.532Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101550511 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:06.532Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101550511 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:06.532Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101550511 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:06.532Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:06.532Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:06.532Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:06.532Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:06.532Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:06.532Z] DEBUG - Clicked on OK [2019-07-30T06:54:06.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101550511 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:06.532Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101549781 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:54:06.787Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.973 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.TestImportExportPackageWizard [2019-07-30T06:54:06.787Z] testExperiment(org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.TestImportExportPackageWizard) Time elapsed: 9.73 s [2019-07-30T06:54:06.787Z] test(org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.TestImportExportPackageWizard) Time elapsed: 6.194 s [2019-07-30T06:54:06.787Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportWizardTest [2019-07-30T06:54:14.867Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.686 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportWizardTest [2019-07-30T06:54:14.867Z] testImportTimerangeInverseTime(org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportWizardTest) Time elapsed: 2.737 s [2019-07-30T06:54:14.867Z] testImportTimerange(org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportWizardTest) Time elapsed: 3.09 s [2019-07-30T06:54:14.867Z] testImportTimerangeInvalidFormat(org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportWizardTest) Time elapsed: 1.816 s [2019-07-30T06:54:14.867Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportGzipTraceTest [2019-07-30T06:54:19.043Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.776 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportGzipTraceTest [2019-07-30T06:54:19.043Z] testGzipImport(org.eclipse.tracecompass.tmf.ui.swtbot.tests.wizards.StandardImportGzipTraceTest) Time elapsed: 3.728 s [2019-07-30T06:54:19.043Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest [2019-07-30T06:54:22.306Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' [2019-07-30T06:54:22.306Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:54:22.306Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:54:22.306Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:54:22.306Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:54:22.306Z] DEBUG - Clicking on (of type 'Table') [2019-07-30T06:54:22.306Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1101566452 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:22.306Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101566453 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:22.306Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1101566453 data=null doit=true} to (of type 'Table') [2019-07-30T06:54:22.306Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1101566453 data=null} to (of type 'Table') [2019-07-30T06:54:22.306Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1101566453 data=null button=1 stateMask=0x0 x=666 y=11 count=1} to (of type 'Table') [2019-07-30T06:54:22.306Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1101566457 data=null button=1 stateMask=0x80000 x=666 y=11 count=1} to (of type 'Table') [2019-07-30T06:54:22.306Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101566458 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') [2019-07-30T06:54:22.306Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1101566528 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:22.306Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101566529 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:22.306Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1101566529 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:22.306Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1101566529 data=null doit=true} to (of type 'Table') [2019-07-30T06:54:22.306Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1101566529 data=null} to (of type 'Table') [2019-07-30T06:54:22.306Z] DEBUG - Clicked on (of type 'Table') [2019-07-30T06:54:22.306Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:54:22.306Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:54:22.306Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:54:22.306Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:54:22.306Z] DEBUG - Inserting text:e [2019-07-30T06:54:22.306Z] into text (of type 'Text') [2019-07-30T06:54:22.306Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:54:22.306Z] DEBUG - Typing text 'e [2019-07-30T06:54:22.306Z] ' with an interval of 100ms. between characters. [2019-07-30T06:54:22.868Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:54:22.868Z] DEBUG - Selecting rows [7] in (of type 'Table') [2019-07-30T06:54:22.868Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1101566951 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:22.868Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101566951 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:22.868Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1101566951 data=null doit=true} to (of type 'Table') [2019-07-30T06:54:22.868Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1101566951 data=null} to (of type 'Table') [2019-07-30T06:54:22.868Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1101566952 data=null button=1 stateMask=0x0 x=22 y=158 count=1} to (of type 'Table') [2019-07-30T06:54:22.868Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101566952 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') [2019-07-30T06:54:22.868Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1101566953 data=null button=1 stateMask=0x80000 x=22 y=158 count=1} to (of type 'Table') [2019-07-30T06:54:23.794Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1101567904 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} [2019-07-30T06:54:23.794Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:54:23.794Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:23.794Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:23.794Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:23.794Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1101568036 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T06:54:23.794Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101568036 data=null doit=true} to TreeItem with text {test} [2019-07-30T06:54:23.794Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101568036 data=null} to TreeItem with text {test} [2019-07-30T06:54:23.794Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101568036 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:54:24.050Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101568036 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T06:54:24.050Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101568073 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:54:24.050Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:54:24.050Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:54:24.050Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:54:24.977Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:54:24.977Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:54:24.977Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:54:24.977Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:54:24.977Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:24.977Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:54:24.977Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:24.977Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:54:24.977Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:24.977Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:54:24.977Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101568995 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:24.977Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101568995 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:24.977Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101568995 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:24.977Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101568995 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:24.977Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101568995 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:24.977Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101568995 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:24.977Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101568995 data=null 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') [2019-07-30T06:54:24.977Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101568995 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:24.977Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101568996 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:24.977Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101568996 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:24.977Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101568996 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:24.977Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101568996 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:24.977Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:24.977Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:54:24.977Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:54:24.977Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:24.977Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:54:24.977Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:54:24.977Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:54:24.977Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:24.977Z] DEBUG - Clicking on OK [2019-07-30T06:54:24.977Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101568996 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:24.977Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101568997 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:24.977Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101568997 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:24.977Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101568997 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:24.977Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101568997 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:24.977Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101568997 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:24.977Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:24.977Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:24.977Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:24.977Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:24.977Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:24.977Z] DEBUG - Clicked on OK [2019-07-30T06:54:25.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101568997 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:25.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101568117 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:54:27.124Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' [2019-07-30T06:54:27.124Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:54:27.124Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:54:27.124Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:54:27.124Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:54:27.124Z] DEBUG - Clicking on (of type 'Table') [2019-07-30T06:54:27.124Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1101571272 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:27.124Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101571272 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:27.124Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1101571272 data=null doit=true} to (of type 'Table') [2019-07-30T06:54:27.124Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1101571272 data=null} to (of type 'Table') [2019-07-30T06:54:27.124Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1101571272 data=null button=1 stateMask=0x0 x=98 y=11 count=1} to (of type 'Table') [2019-07-30T06:54:27.124Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1101571275 data=null button=1 stateMask=0x80000 x=98 y=11 count=1} to (of type 'Table') [2019-07-30T06:54:27.124Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101571275 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') [2019-07-30T06:54:27.124Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1101571276 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:27.124Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101571277 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:27.124Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1101571277 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:27.124Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1101571277 data=null doit=true} to (of type 'Table') [2019-07-30T06:54:27.124Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1101571277 data=null} to (of type 'Table') [2019-07-30T06:54:27.124Z] DEBUG - Clicked on (of type 'Table') [2019-07-30T06:54:27.124Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:54:27.124Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:54:27.124Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:54:27.124Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:54:27.124Z] DEBUG - Inserting text:00 [2019-07-30T06:54:27.124Z] into text (of type 'Text') [2019-07-30T06:54:27.124Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:54:27.124Z] DEBUG - Typing text '00 [2019-07-30T06:54:27.124Z] ' with an interval of 100ms. between characters. [2019-07-30T06:54:27.686Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:54:27.686Z] DEBUG - Selecting rows [7] in (of type 'Table') [2019-07-30T06:54:27.686Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1101571853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:27.686Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101571853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:27.686Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1101571854 data=null doit=true} to (of type 'Table') [2019-07-30T06:54:27.686Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1101571854 data=null} to (of type 'Table') [2019-07-30T06:54:27.686Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1101571854 data=null button=1 stateMask=0x0 x=22 y=158 count=1} to (of type 'Table') [2019-07-30T06:54:27.686Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101571854 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') [2019-07-30T06:54:27.686Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1101571857 data=null button=1 stateMask=0x80000 x=22 y=158 count=1} to (of type 'Table') [2019-07-30T06:54:28.613Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:54:28.613Z] DEBUG - Clicking on (of type 'Table') [2019-07-30T06:54:28.613Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1101572779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:28.613Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101572780 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:28.613Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1101572780 data=null doit=true} to (of type 'Table') [2019-07-30T06:54:28.613Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1101572780 data=null} to (of type 'Table') [2019-07-30T06:54:28.613Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1101572780 data=null button=1 stateMask=0x0 x=12 y=11 count=1} to (of type 'Table') [2019-07-30T06:54:28.613Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1101572802 data=null button=1 stateMask=0x80000 x=12 y=11 count=1} to (of type 'Table') [2019-07-30T06:54:28.613Z] [2019-07-30T06:54:28.613Z] !ENTRY org.eclipse.ui 4 0 2019-07-30 06:54:28.551 [2019-07-30T06:54:28.613Z] !MESSAGE Unhandled event loop exception [2019-07-30T06:54:28.613Z] !STACK 0 [2019-07-30T06:54:28.613Z] org.eclipse.swt.SWTException: Widget is disposed [2019-07-30T06:54:28.613Z] at org.eclipse.swt.SWT.error(SWT.java:4699) [2019-07-30T06:54:28.613Z] at org.eclipse.swt.SWT.error(SWT.java:4614) [2019-07-30T06:54:28.613Z] at org.eclipse.swt.SWT.error(SWT.java:4585) [2019-07-30T06:54:28.613Z] at org.eclipse.swt.widgets.Widget.error(Widget.java:532) [2019-07-30T06:54:28.613Z] at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:469) [2019-07-30T06:54:28.613Z] at org.eclipse.swt.widgets.Widget.getData(Widget.java:586) [2019-07-30T06:54:28.613Z] at org.eclipse.tracecompass.tmf.ui.viewers.events.TmfEventsTable$TableSelectionListener.widgetSelected(TmfEventsTable.java:286) [2019-07-30T06:54:28.613Z] at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:252) [2019-07-30T06:54:28.613Z] at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) [2019-07-30T06:54:28.613Z] at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874) [2019-07-30T06:54:28.613Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400) [2019-07-30T06:54:28.613Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426) [2019-07-30T06:54:28.613Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409) [2019-07-30T06:54:28.613Z] at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1198) [2019-07-30T06:54:28.613Z] at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot$2.run(AbstractSWTBot.java:190) [2019-07-30T06:54:28.613Z] at org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable$5.doRun(UIThreadRunnable.java:222) [2019-07-30T06:54:28.613Z] at org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable$1.run(UIThreadRunnable.java:88) [2019-07-30T06:54:28.613Z] at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) [2019-07-30T06:54:28.613Z] at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) [2019-07-30T06:54:28.613Z] at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5113) [2019-07-30T06:54:28.613Z] at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4666) [2019-07-30T06:54:28.613Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173) [2019-07-30T06:54:28.613Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) [2019-07-30T06:54:28.613Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062) [2019-07-30T06:54:28.613Z] at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) [2019-07-30T06:54:28.613Z] at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635) [2019-07-30T06:54:28.613Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) [2019-07-30T06:54:28.613Z] at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) [2019-07-30T06:54:28.613Z] at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) [2019-07-30T06:54:28.613Z] at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155) [2019-07-30T06:54:28.613Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) [2019-07-30T06:54:28.613Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) [2019-07-30T06:54:28.613Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) [2019-07-30T06:54:28.613Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [2019-07-30T06:54:28.613Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [2019-07-30T06:54:28.613Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [2019-07-30T06:54:28.613Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) [2019-07-30T06:54:28.613Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [2019-07-30T06:54:28.613Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T06:54:28.613Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T06:54:28.613Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T06:54:28.613Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T06:54:28.613Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) [2019-07-30T06:54:28.613Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) [2019-07-30T06:54:28.613Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) [2019-07-30T06:54:28.613Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) [2019-07-30T06:54:28.613Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101572802 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') [2019-07-30T06:54:28.613Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1101572809 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:28.613Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101572810 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:28.613Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1101572810 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:28.613Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1101572810 data=null doit=true} to (of type 'Table') [2019-07-30T06:54:28.613Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1101572811 data=null} to (of type 'Table') [2019-07-30T06:54:28.613Z] DEBUG - Clicked on (of type 'Table') [2019-07-30T06:54:30.500Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:54:31.424Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1101575578 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} [2019-07-30T06:54:31.425Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:54:31.425Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:31.425Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:31.425Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:31.425Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1101575631 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T06:54:31.425Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101575631 data=null doit=true} to TreeItem with text {test} [2019-07-30T06:54:31.425Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101575632 data=null} to TreeItem with text {test} [2019-07-30T06:54:31.425Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101575632 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:54:31.425Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101575632 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T06:54:31.425Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101575640 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:54:31.680Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:54:31.680Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:54:31.680Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:54:31.936Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:54:31.936Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:54:31.936Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:54:31.936Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:54:31.936Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:31.936Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:54:31.936Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:31.936Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:54:31.936Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:31.936Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:54:31.936Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101575957 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:31.936Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101575957 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:31.936Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101575958 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:31.936Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101575958 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:31.936Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101575958 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:31.936Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101575958 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:31.936Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101575958 data=null 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') [2019-07-30T06:54:31.936Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101575958 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:31.936Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101575958 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:31.936Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101575958 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:31.936Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101575958 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:31.936Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101575958 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:31.936Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:31.936Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:54:31.936Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:54:31.936Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:31.936Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:54:31.936Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:54:31.936Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:54:31.936Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:31.936Z] DEBUG - Clicking on OK [2019-07-30T06:54:31.936Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101575959 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:31.936Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101575959 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:31.936Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101575959 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:31.936Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101575959 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:31.936Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101575959 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:31.936Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101575959 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:31.936Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:31.936Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:31.936Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:31.936Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:31.936Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:31.936Z] DEBUG - Clicked on OK [2019-07-30T06:54:32.191Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101575960 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:32.191Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101575706 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:54:34.080Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' [2019-07-30T06:54:34.080Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:54:34.080Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:54:34.080Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:54:34.080Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:54:34.080Z] DEBUG - Clicking on (of type 'Table') [2019-07-30T06:54:34.080Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1101578219 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:34.080Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101578293 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:34.080Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1101578293 data=null doit=true} to (of type 'Table') [2019-07-30T06:54:34.080Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1101578293 data=null} to (of type 'Table') [2019-07-30T06:54:34.080Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1101578293 data=null button=1 stateMask=0x0 x=201 y=11 count=1} to (of type 'Table') [2019-07-30T06:54:34.080Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1101578296 data=null button=1 stateMask=0x80000 x=201 y=11 count=1} to (of type 'Table') [2019-07-30T06:54:34.080Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101578297 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') [2019-07-30T06:54:34.080Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1101578297 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:34.080Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101578298 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:34.080Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1101578298 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:34.080Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1101578298 data=null doit=true} to (of type 'Table') [2019-07-30T06:54:34.080Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1101578298 data=null} to (of type 'Table') [2019-07-30T06:54:34.080Z] DEBUG - Clicked on (of type 'Table') [2019-07-30T06:54:34.080Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:54:34.080Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:54:34.080Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:54:34.080Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:54:34.080Z] DEBUG - Inserting text:HostF [2019-07-30T06:54:34.080Z] into text (of type 'Text') [2019-07-30T06:54:34.080Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:54:34.080Z] DEBUG - Typing text 'HostF [2019-07-30T06:54:34.080Z] ' with an interval of 100ms. between characters. [2019-07-30T06:54:35.005Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:54:35.005Z] DEBUG - Selecting rows [7] in (of type 'Table') [2019-07-30T06:54:35.005Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1101579104 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:35.005Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101579104 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:35.005Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1101579104 data=null doit=true} to (of type 'Table') [2019-07-30T06:54:35.005Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1101579104 data=null} to (of type 'Table') [2019-07-30T06:54:35.005Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1101579104 data=null button=1 stateMask=0x0 x=22 y=158 count=1} to (of type 'Table') [2019-07-30T06:54:35.005Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101579105 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') [2019-07-30T06:54:35.005Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1101579106 data=null button=1 stateMask=0x80000 x=22 y=158 count=1} to (of type 'Table') [2019-07-30T06:54:35.934Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1101580026 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} [2019-07-30T06:54:35.934Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:54:35.934Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:35.934Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:35.934Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:35.934Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1101580175 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T06:54:35.934Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101580175 data=null doit=true} to TreeItem with text {test} [2019-07-30T06:54:35.934Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101580175 data=null} to TreeItem with text {test} [2019-07-30T06:54:35.934Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101580175 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:54:35.934Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101580175 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T06:54:35.934Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101580181 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:54:36.190Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:54:36.190Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:54:36.190Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:54:36.752Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:54:36.752Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:54:36.752Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:54:36.752Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:54:36.752Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:36.752Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:54:36.752Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:36.752Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:54:36.752Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:36.752Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:54:36.752Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101580984 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:36.752Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101580984 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:36.752Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101580984 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:36.752Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101580984 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:36.752Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101580984 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:36.752Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101580984 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:36.752Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101580984 data=null 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') [2019-07-30T06:54:36.752Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101580984 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:36.752Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101580984 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:36.752Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101580984 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:36.752Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101580984 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:36.752Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101580984 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:36.752Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:36.752Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:54:36.752Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:54:36.752Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:36.752Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:54:36.752Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:54:36.752Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:54:36.752Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:36.752Z] DEBUG - Clicking on OK [2019-07-30T06:54:36.752Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101580985 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:36.752Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101580985 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:36.752Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101580985 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:36.752Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101580985 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:36.752Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101580985 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:36.752Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101580986 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:36.752Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:36.752Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:36.752Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:36.752Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:36.752Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:36.752Z] DEBUG - Clicked on OK [2019-07-30T06:54:37.007Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101580986 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:37.007Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101580229 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:54:38.892Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' [2019-07-30T06:54:38.892Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:54:38.892Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:54:38.892Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:54:38.892Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:54:38.892Z] DEBUG - Clicking on (of type 'Table') [2019-07-30T06:54:38.892Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1101583134 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:38.892Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101583134 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:38.892Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1101583134 data=null doit=true} to (of type 'Table') [2019-07-30T06:54:38.892Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1101583135 data=null} to (of type 'Table') [2019-07-30T06:54:38.892Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1101583135 data=null button=1 stateMask=0x0 x=98 y=11 count=1} to (of type 'Table') [2019-07-30T06:54:39.148Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1101583208 data=null button=1 stateMask=0x80000 x=98 y=11 count=1} to (of type 'Table') [2019-07-30T06:54:39.148Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101583210 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') [2019-07-30T06:54:39.148Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1101583210 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:39.148Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101583211 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:39.148Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1101583211 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:39.148Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1101583211 data=null doit=true} to (of type 'Table') [2019-07-30T06:54:39.148Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1101583212 data=null} to (of type 'Table') [2019-07-30T06:54:39.148Z] DEBUG - Clicked on (of type 'Table') [2019-07-30T06:54:39.148Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:54:39.148Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:54:39.148Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:54:39.148Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:54:39.148Z] DEBUG - Inserting text:2 into text (of type 'Text') [2019-07-30T06:54:39.148Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:54:39.148Z] DEBUG - Typing text '2' with an interval of 50ms. between characters. [2019-07-30T06:54:39.148Z] DEBUG - matched Text with text "2", using matcher: of type 'Text' [2019-07-30T06:54:39.148Z] DEBUG - matched Text with text "2", using matcher: (of type 'Text') [2019-07-30T06:54:39.148Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:54:39.148Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:54:39.148Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:54:39.403Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:54:39.403Z] DEBUG - Clicking on (of type 'Table') [2019-07-30T06:54:39.403Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1101583624 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:39.403Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101583624 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:39.403Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1101583624 data=null doit=true} to (of type 'Table') [2019-07-30T06:54:39.403Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1101583624 data=null} to (of type 'Table') [2019-07-30T06:54:39.658Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1101583624 data=null button=1 stateMask=0x0 x=666 y=11 count=1} to (of type 'Table') [2019-07-30T06:54:39.658Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1101583771 data=null button=1 stateMask=0x80000 x=666 y=11 count=1} to (of type 'Table') [2019-07-30T06:54:39.658Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101583771 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') [2019-07-30T06:54:39.658Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1101583772 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:39.658Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101583773 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:39.658Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1101583774 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:39.658Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1101583774 data=null doit=true} to (of type 'Table') [2019-07-30T06:54:39.658Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1101583774 data=null} to (of type 'Table') [2019-07-30T06:54:39.658Z] DEBUG - Clicked on (of type 'Table') [2019-07-30T06:54:39.658Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:54:39.658Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:54:39.658Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:54:39.658Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:54:39.658Z] DEBUG - Inserting text:F into text (of type 'Text') [2019-07-30T06:54:39.658Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:54:39.658Z] DEBUG - Typing text 'F' with an interval of 50ms. between characters. [2019-07-30T06:54:39.658Z] DEBUG - matched Text with text "F", using matcher: of type 'Text' [2019-07-30T06:54:39.658Z] DEBUG - matched Text with text "F", using matcher: (of type 'Text') [2019-07-30T06:54:39.658Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:54:39.658Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:54:39.658Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:54:41.548Z] DEBUG - matched CLabel with text "Timestamp matches "2...", using matcher: of type 'CLabel' [2019-07-30T06:54:41.548Z] DEBUG - matched CLabel with text "Timestamp matches "2...", using matcher: with mnemonic 'Timestamp matches "2"' [2019-07-30T06:54:41.548Z] DEBUG - matched CLabel with text "Timestamp matches "2...", using matcher: (of type 'CLabel' and with mnemonic 'Timestamp matches "2"') [2019-07-30T06:54:41.548Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: of type 'CLabel' [2019-07-30T06:54:41.548Z] DEBUG - matched CLabel with text "", using matcher: of type 'CLabel' [2019-07-30T06:54:41.548Z] DEBUG - matched CLabel with text "Timestamp matches "2...", using matcher: of type 'CLabel' [2019-07-30T06:54:41.548Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: of type 'CLabel' [2019-07-30T06:54:41.548Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: with mnemonic 'Message matches "F"' [2019-07-30T06:54:41.548Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: (of type 'CLabel' and with mnemonic 'Message matches "F"') [2019-07-30T06:54:41.548Z] DEBUG - matched CLabel with text "", using matcher: of type 'CLabel' [2019-07-30T06:54:41.548Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:54:41.548Z] DEBUG - matched CLabel with text "Timestamp matches "2...", using matcher: of type 'CLabel' [2019-07-30T06:54:41.548Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: of type 'CLabel' [2019-07-30T06:54:41.548Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: with mnemonic 'Message matches "F"' [2019-07-30T06:54:41.548Z] DEBUG - matched CLabel with text "Message matches "F"", using matcher: (of type 'CLabel' and with mnemonic 'Message matches "F"') [2019-07-30T06:54:41.548Z] DEBUG - matched CLabel with text "", using matcher: of type 'CLabel' [2019-07-30T06:54:41.548Z] DEBUG - Clicking on CLabel with text {Message matches "F"} [2019-07-30T06:54:41.548Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{CLabel {} time=1101585437 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to CLabel with text {Message matches "F"} [2019-07-30T06:54:41.548Z] DEBUG - Sent event MouseMove [5]: MouseEvent{CLabel {} time=1101585437 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to CLabel with text {Message matches "F"} [2019-07-30T06:54:41.548Z] DEBUG - Sent event Activate [26]: ShellEvent{CLabel {} time=1101585437 data=null doit=true} to CLabel with text {Message matches "F"} [2019-07-30T06:54:41.548Z] DEBUG - Sent event FocusIn [15]: FocusEvent{CLabel {} time=1101585437 data=null} to CLabel with text {Message matches "F"} [2019-07-30T06:54:41.548Z] DEBUG - Sent event MouseDown [3]: MouseEvent{CLabel {} time=1101585438 data=null button=1 stateMask=0x0 x=81 y=10 count=1} to CLabel with text {Message matches "F"} [2019-07-30T06:54:41.548Z] DEBUG - Sent event MouseUp [4]: MouseEvent{CLabel {} time=1101585442 data=null button=1 stateMask=0x80000 x=81 y=10 count=1} to CLabel with text {Message matches "F"} [2019-07-30T06:54:41.548Z] DEBUG - Clicked on CLabel with text {Message matches "F"} [2019-07-30T06:54:41.803Z] DEBUG - Clicking on CLabel with text {Message matches "F"} [2019-07-30T06:54:41.803Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{CLabel {} time=1101585955 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to CLabel with text {Message matches "F"} [2019-07-30T06:54:41.803Z] DEBUG - Sent event MouseMove [5]: MouseEvent{CLabel {} time=1101585955 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to CLabel with text {Message matches "F"} [2019-07-30T06:54:41.803Z] DEBUG - Sent event Activate [26]: ShellEvent{CLabel {} time=1101585955 data=null doit=true} to CLabel with text {Message matches "F"} [2019-07-30T06:54:41.803Z] DEBUG - Sent event FocusIn [15]: FocusEvent{CLabel {} time=1101585955 data=null} to CLabel with text {Message matches "F"} [2019-07-30T06:54:41.803Z] DEBUG - Sent event MouseDown [3]: MouseEvent{CLabel {} time=1101585955 data=null button=1 stateMask=0x0 x=9 y=9 count=1} to CLabel with text {Message matches "F"} [2019-07-30T06:54:41.803Z] DEBUG - Clicked on CLabel with text {} [2019-07-30T06:54:43.690Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1101587482 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} [2019-07-30T06:54:43.690Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:54:43.690Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:43.690Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:43.690Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:43.690Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1101587547 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T06:54:43.690Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101587547 data=null doit=true} to TreeItem with text {test} [2019-07-30T06:54:43.690Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101587547 data=null} to TreeItem with text {test} [2019-07-30T06:54:43.690Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101587548 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:54:43.690Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101587548 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T06:54:43.690Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101587553 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:54:43.690Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:54:43.690Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:54:43.690Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:54:44.252Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:54:44.252Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:54:44.252Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:54:44.252Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:54:44.252Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:44.252Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:54:44.252Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:44.252Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:54:44.252Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:44.252Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:54:44.252Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101588324 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:44.252Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101588324 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:44.252Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101588324 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:44.252Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101588324 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:44.252Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101588324 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:44.252Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101588325 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:44.252Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101588325 data=null 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') [2019-07-30T06:54:44.252Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101588325 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:44.252Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101588325 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:44.252Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101588325 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:44.252Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101588325 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:44.252Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101588325 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:44.252Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:44.252Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:54:44.252Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:54:44.252Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:44.252Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:54:44.252Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:54:44.252Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:54:44.252Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:44.252Z] DEBUG - Clicking on OK [2019-07-30T06:54:44.252Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101588326 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:44.252Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101588326 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:44.252Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101588326 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:44.252Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101588326 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:44.252Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101588326 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:44.252Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101588326 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:44.252Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:44.252Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:44.252Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:44.252Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:44.252Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:44.252Z] DEBUG - Clicked on OK [2019-07-30T06:54:44.507Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101588326 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:44.507Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101587601 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:54:46.394Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' [2019-07-30T06:54:46.394Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:54:46.394Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:54:46.394Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:54:46.394Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:54:46.394Z] DEBUG - Clicking on (of type 'Table') [2019-07-30T06:54:46.394Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1101590449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:46.394Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101590449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:46.394Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1101590449 data=null doit=true} to (of type 'Table') [2019-07-30T06:54:46.394Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1101590449 data=null} to (of type 'Table') [2019-07-30T06:54:46.394Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1101590449 data=null button=1 stateMask=0x0 x=201 y=11 count=1} to (of type 'Table') [2019-07-30T06:54:46.394Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1101590512 data=null button=1 stateMask=0x80000 x=201 y=11 count=1} to (of type 'Table') [2019-07-30T06:54:46.394Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101590513 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') [2019-07-30T06:54:46.394Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1101590514 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:46.394Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101590515 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:46.394Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1101590515 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:46.394Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1101590515 data=null doit=true} to (of type 'Table') [2019-07-30T06:54:46.394Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1101590515 data=null} to (of type 'Table') [2019-07-30T06:54:46.394Z] DEBUG - Clicked on (of type 'Table') [2019-07-30T06:54:46.394Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:54:46.394Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:54:46.394Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:54:46.394Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:54:46.394Z] DEBUG - Inserting text:HostF [2019-07-30T06:54:46.394Z] into text (of type 'Text') [2019-07-30T06:54:46.394Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:54:46.394Z] DEBUG - Typing text 'HostF [2019-07-30T06:54:46.394Z] ' with an interval of 100ms. between characters. [2019-07-30T06:54:47.321Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:54:47.321Z] DEBUG - Selecting rows [7] in (of type 'Table') [2019-07-30T06:54:47.321Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1101591301 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:47.321Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101591301 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:54:47.321Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1101591302 data=null doit=true} to (of type 'Table') [2019-07-30T06:54:47.321Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1101591302 data=null} to (of type 'Table') [2019-07-30T06:54:47.321Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1101591302 data=null button=1 stateMask=0x0 x=22 y=158 count=1} to (of type 'Table') [2019-07-30T06:54:47.321Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101591302 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') [2019-07-30T06:54:47.321Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1101591303 data=null button=1 stateMask=0x80000 x=22 y=158 count=1} to (of type 'Table') [2019-07-30T06:54:48.249Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1101592227 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} [2019-07-30T06:54:48.249Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:54:48.249Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:48.249Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:48.249Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:48.249Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1101592338 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T06:54:48.249Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101592338 data=null doit=true} to TreeItem with text {test} [2019-07-30T06:54:48.249Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101592338 data=null} to TreeItem with text {test} [2019-07-30T06:54:48.249Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101592338 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:54:48.249Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101592339 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T06:54:48.249Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101592345 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:54:48.249Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:54:48.249Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:54:48.249Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:54:49.176Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:54:49.176Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:54:49.176Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:54:49.176Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:54:49.176Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:49.176Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:54:49.176Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:49.176Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:54:49.176Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:49.176Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:54:49.176Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101593117 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:49.176Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101593117 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:49.176Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101593117 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:49.176Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101593117 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:49.176Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101593117 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:49.176Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101593117 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:49.176Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101593117 data=null 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') [2019-07-30T06:54:49.176Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101593117 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:49.176Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101593117 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:49.176Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101593117 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:49.176Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101593117 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:49.176Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101593118 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:49.176Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:54:49.176Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:54:49.176Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:54:49.176Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:54:49.176Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:54:49.176Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:54:49.176Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:54:49.176Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:49.176Z] DEBUG - Clicking on OK [2019-07-30T06:54:49.176Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101593118 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:49.176Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101593118 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:49.176Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101593118 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:49.176Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101593118 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:49.176Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101593119 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:49.176Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101593119 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:49.176Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:49.176Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:49.176Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:49.176Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:49.176Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:49.176Z] DEBUG - Clicked on OK [2019-07-30T06:54:49.176Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101593119 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:54:49.176Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101592394 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:54:49.431Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.132 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest [2019-07-30T06:54:49.431Z] testMultiHighlightMessage(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest) Time elapsed: 4.811 s [2019-07-30T06:54:49.431Z] testSwitchToFilter(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest) Time elapsed: 6.964 s [2019-07-30T06:54:49.431Z] testHighlight(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest) Time elapsed: 5.016 s [2019-07-30T06:54:49.431Z] testHeaderBar(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest) Time elapsed: 7.34 s [2019-07-30T06:54:49.431Z] testPreference(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterColorEditorTest) Time elapsed: 4.793 s [2019-07-30T06:54:49.431Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterViewerTest [2019-07-30T06:54:49.686Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:54:50.246Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:50.246Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:50.246Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:50.246Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:50.246Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:50.246Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1101594323 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:50.246Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1101594323 data=null doit=true} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:50.246Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1101594323 data=null} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:50.246Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1101594323 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:50.246Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101594324 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} [2019-07-30T06:54:50.246Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1101594347 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:50.246Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:50.246Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1101594348 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:50.246Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1101594348 data=null doit=true} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:50.246Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1101594348 data=null} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:50.246Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1101594348 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:50.246Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101594348 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} [2019-07-30T06:54:50.246Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1101594352 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:50.246Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1101594357 data=null doit=true} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:50.246Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1101594357 data=null} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:50.246Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1101594357 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:50.246Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101594357 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} [2019-07-30T06:54:50.246Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1101594359 data=null button=1 stateMask=0x80000 x=73 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:50.246Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:50.246Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1101594360 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]} [2019-07-30T06:54:50.246Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1101594360 data=null doit=true} to TreeItem with text {Traces [0]} [2019-07-30T06:54:50.246Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1101594360 data=null} to TreeItem with text {Traces [0]} [2019-07-30T06:54:50.246Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1101594360 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:54:50.246Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101594360 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]} [2019-07-30T06:54:50.246Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1101594367 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:54:52.135Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.filter"' [2019-07-30T06:54:52.135Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:52.135Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:52.135Z] DEBUG - number of items : 11 [2019-07-30T06:54:52.135Z] DEBUG - Clicking on ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101595975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101595975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:52.135Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101595975 data=null doit=true} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101595975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101595975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:52.135Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101595976 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} [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101595993 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101595994 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101595994 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:52.135Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101595994 data=null doit=true} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:52.135Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101595994 data=null} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:52.135Z] DEBUG - Clicked on ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:52.135Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER } time=1101595995 data=null button=0 stateMask=0x0 x=77 y=11 count=0} to TreeItem with text {FILTER } [2019-07-30T06:54:52.135Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER } time=1101595995 data=null doit=true} to TreeItem with text {FILTER } [2019-07-30T06:54:52.135Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER } time=1101595995 data=null} to TreeItem with text {FILTER } [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER } time=1101595995 data=null button=1 stateMask=0x0 x=77 y=11 count=1} to TreeItem with text {FILTER } [2019-07-30T06:54:52.135Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101595995 data=null item=TreeItem {FILTER } detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {FILTER } [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER } time=1101596000 data=null button=1 stateMask=0x80000 x=77 y=11 count=1} to TreeItem with text {FILTER } [2019-07-30T06:54:52.135Z] DEBUG - matched Text with text "type filter name", using matcher: of type 'Text' [2019-07-30T06:54:52.135Z] DEBUG - matched Text with text "type filter name", using matcher: (of type 'Text') [2019-07-30T06:54:52.135Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:54:52.135Z] DEBUG - Clicking on TreeItem with text {FILTER timestamp} [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER timestamp} time=1101596010 data=null button=0 stateMask=0x0 x=82 y=11 count=0} to TreeItem with text {FILTER timestamp} [2019-07-30T06:54:52.135Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER timestamp} time=1101596010 data=null doit=true} to TreeItem with text {FILTER timestamp} [2019-07-30T06:54:52.135Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:52.135Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER timestamp} time=1101596012 data=null} to TreeItem with text {FILTER timestamp} [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER timestamp} time=1101596012 data=null button=1 stateMask=0x0 x=82 y=11 count=1} to TreeItem with text {FILTER timestamp} [2019-07-30T06:54:52.135Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101596012 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} [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER timestamp} time=1101596016 data=null button=1 stateMask=0x80000 x=82 y=11 count=1} to TreeItem with text {FILTER timestamp} [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {FILTER timestamp} time=1101596016 data=null button=0 stateMask=0x0 x=82 y=11 count=0} to TreeItem with text {FILTER timestamp} [2019-07-30T06:54:52.135Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {FILTER timestamp} time=1101596016 data=null doit=true} to TreeItem with text {FILTER timestamp} [2019-07-30T06:54:52.135Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {FILTER timestamp} time=1101596016 data=null} to TreeItem with text {FILTER timestamp} [2019-07-30T06:54:52.135Z] DEBUG - Clicked on TreeItem with text {FILTER timestamp} [2019-07-30T06:54:52.135Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER timestamp} time=1101596017 data=null button=0 stateMask=0x0 x=82 y=11 count=0} to TreeItem with text {FILTER timestamp} [2019-07-30T06:54:52.135Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER timestamp} time=1101596017 data=null doit=true} to TreeItem with text {FILTER timestamp} [2019-07-30T06:54:52.135Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER timestamp} time=1101596017 data=null} to TreeItem with text {FILTER timestamp} [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER timestamp} time=1101596017 data=null button=1 stateMask=0x0 x=82 y=11 count=1} to TreeItem with text {FILTER timestamp} [2019-07-30T06:54:52.135Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101596017 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} [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER timestamp} time=1101596034 data=null button=1 stateMask=0x80000 x=82 y=11 count=1} to TreeItem with text {FILTER timestamp} [2019-07-30T06:54:52.135Z] DEBUG - matched MenuItem with text "TRACETYPE", using matcher: with mnemonic 'TRACETYPE' [2019-07-30T06:54:52.135Z] DEBUG - Clicking on with mnemonic 'TRACETYPE' [2019-07-30T06:54:52.135Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {TRACETYPE} time=1101596078 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'TRACETYPE' [2019-07-30T06:54:52.135Z] DEBUG - Clicked on with mnemonic 'TRACETYPE' [2019-07-30T06:54:52.135Z] WARN - Tree item TreeItem with text {FILTER timestamp} is already expanded. Won't expand it again. [2019-07-30T06:54:52.135Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' [2019-07-30T06:54:52.135Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') [2019-07-30T06:54:52.135Z] DEBUG - Setting selection on (of type 'Combo') to Test trace : XML Trace Stub (ns) [2019-07-30T06:54:52.135Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Test trace : XML Trace Stub (ns)} time=1101596105 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo') [2019-07-30T06:54:52.135Z] DEBUG - Set selection on (of type 'Combo') to Test trace : XML Trace Stub (ns) [2019-07-30T06:54:52.135Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101596105 data=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) [2019-07-30T06:54:52.135Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101596105 data=null} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101596106 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) [2019-07-30T06:54:52.135Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101596106 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) [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101596106 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) [2019-07-30T06:54:52.135Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101596107 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) [2019-07-30T06:54:52.135Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101596107 data=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) [2019-07-30T06:54:52.135Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101596107 data=null} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101596107 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) [2019-07-30T06:54:52.135Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101596107 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) [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101596123 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) [2019-07-30T06:54:52.135Z] DEBUG - matched MenuItem with text "AND", using matcher: with mnemonic 'AND' [2019-07-30T06:54:52.135Z] DEBUG - Clicking on with mnemonic 'AND' [2019-07-30T06:54:52.135Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {AND} time=1101596195 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'AND' [2019-07-30T06:54:52.135Z] DEBUG - Clicked on with mnemonic 'AND' [2019-07-30T06:54:52.135Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {AND} time=1101596209 data=null button=0 stateMask=0x0 x=77 y=53 count=0} to Tree node with text: AND [2019-07-30T06:54:52.135Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {AND} time=1101596209 data=null doit=true} to Tree node with text: AND [2019-07-30T06:54:52.135Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {AND} time=1101596209 data=null} to Tree node with text: AND [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {AND} time=1101596209 data=null button=1 stateMask=0x0 x=77 y=53 count=1} to Tree node with text: AND [2019-07-30T06:54:52.135Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101596209 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 [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {AND} time=1101596213 data=null button=1 stateMask=0x80000 x=77 y=53 count=1} to Tree node with text: AND [2019-07-30T06:54:52.135Z] DEBUG - matched MenuItem with text "CONTAINS", using matcher: with mnemonic 'CONTAINS' [2019-07-30T06:54:52.135Z] DEBUG - Clicking on with mnemonic 'CONTAINS' [2019-07-30T06:54:52.135Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {CONTAINS} time=1101596264 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'CONTAINS' [2019-07-30T06:54:52.135Z] DEBUG - Clicked on with mnemonic 'CONTAINS' [2019-07-30T06:54:52.135Z] WARN - Tree item Tree node with text: AND is already expanded. Won't expand it again. [2019-07-30T06:54:52.135Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: of type 'Combo' [2019-07-30T06:54:52.135Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: (of type 'Combo') [2019-07-30T06:54:52.135Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' [2019-07-30T06:54:52.135Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') [2019-07-30T06:54:52.135Z] DEBUG - Setting selection on (of type 'Combo') to Timestamp [2019-07-30T06:54:52.135Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Timestamp} time=1101596297 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo') [2019-07-30T06:54:52.135Z] DEBUG - Set selection on (of type 'Combo') to Timestamp [2019-07-30T06:54:52.135Z] DEBUG - matched Text with text "type value", using matcher: of type 'Text' [2019-07-30T06:54:52.135Z] DEBUG - matched Text with text "type value", using matcher: (of type 'Text') [2019-07-30T06:54:52.135Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:54:52.135Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Timestamp CONTAINS "100"} time=1101596377 data=null button=0 stateMask=0x0 x=170 y=74 count=0} to Tree node with text: Timestamp CONTAINS "100" [2019-07-30T06:54:52.135Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Timestamp CONTAINS "100"} time=1101596377 data=null doit=true} to Tree node with text: Timestamp CONTAINS "100" [2019-07-30T06:54:52.135Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Timestamp CONTAINS "100"} time=1101596377 data=null} to Tree node with text: Timestamp CONTAINS "100" [2019-07-30T06:54:52.135Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Timestamp CONTAINS "100"} time=1101596378 data=null button=1 stateMask=0x0 x=170 y=74 count=1} to Tree node with text: Timestamp CONTAINS "100" [2019-07-30T06:54:52.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101596378 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" [2019-07-30T06:54:52.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Timestamp CONTAINS "100"} time=1101596408 data=null button=1 stateMask=0x80000 x=170 y=74 count=1} to Tree node with text: Timestamp CONTAINS "100" [2019-07-30T06:54:52.391Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:52.391Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {AND} time=1101596408 data=null button=0 stateMask=0x0 x=77 y=53 count=0} to Tree node with text: AND [2019-07-30T06:54:52.391Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {AND} time=1101596408 data=null doit=true} to Tree node with text: AND [2019-07-30T06:54:52.391Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {AND} time=1101596408 data=null} to Tree node with text: AND [2019-07-30T06:54:52.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {AND} time=1101596409 data=null button=1 stateMask=0x0 x=77 y=53 count=1} to Tree node with text: AND [2019-07-30T06:54:52.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101596409 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 [2019-07-30T06:54:52.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {AND} time=1101596419 data=null button=1 stateMask=0x80000 x=77 y=53 count=1} to Tree node with text: AND [2019-07-30T06:54:52.391Z] DEBUG - number of items : 11 [2019-07-30T06:54:52.391Z] DEBUG - Clicking on ToolItem with tooltip text {Save filters} [2019-07-30T06:54:52.391Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101596419 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:52.391Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101596419 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:52.391Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101596419 data=null doit=true} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:52.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101596419 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:52.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101596420 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:52.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101596420 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} [2019-07-30T06:54:52.391Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101596424 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:52.391Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101596424 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:52.391Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101596425 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:52.391Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101596425 data=null doit=true} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:52.391Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101596425 data=null} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:52.391Z] DEBUG - Clicked on ToolItem with tooltip text {Save filters} [2019-07-30T06:54:52.391Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:54:52.391Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:54:52.391Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:54:52.391Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T06:54:52.391Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1101596498 data=null button=0 stateMask=0x0 x=22 y=53 count=0} to TableItem with text {} [2019-07-30T06:54:52.391Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1101596498 data=null doit=true} to TableItem with text {} [2019-07-30T06:54:52.391Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1101596499 data=null} to TableItem with text {} [2019-07-30T06:54:52.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1101596499 data=null button=1 stateMask=0x0 x=22 y=53 count=1} to TableItem with text {} [2019-07-30T06:54:52.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101596499 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} [2019-07-30T06:54:52.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1101596502 data=null button=1 stateMask=0x80000 x=22 y=53 count=1} to TableItem with text {} [2019-07-30T06:54:52.391Z] DEBUG - matched MenuItem with text "timestamp", using matcher: with mnemonic 'timestamp' [2019-07-30T06:54:52.391Z] DEBUG - Clicking on with mnemonic 'timestamp' [2019-07-30T06:54:52.391Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {timestamp} time=1101596579 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'timestamp' [2019-07-30T06:54:52.391Z] DEBUG - Clicked on with mnemonic 'timestamp' [2019-07-30T06:54:54.279Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:54:54.279Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:54.279Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:54.279Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:54.279Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:54.279Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:54.279Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1101598177 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:54.279Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1101598177 data=null doit=true} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:54.279Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1101598177 data=null} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:54.279Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1101598178 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:54.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101598178 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} [2019-07-30T06:54:54.279Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1101598187 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:54.279Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:54.279Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1101598188 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:54.279Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1101598188 data=null doit=true} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:54.279Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1101598188 data=null} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:54.279Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1101598188 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:54.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101598188 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} [2019-07-30T06:54:54.279Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1101598193 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:54.279Z] WARN - Tree item TreeItem with text {TestForFiltering} is already expanded. Won't expand it again. [2019-07-30T06:54:54.279Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:54.279Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1101598194 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T06:54:54.279Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1101598194 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T06:54:54.279Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1101598194 data=null} to TreeItem with text {Traces [1]} [2019-07-30T06:54:54.279Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1101598194 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:54:54.279Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101598194 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]} [2019-07-30T06:54:54.279Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1101598202 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:54:55.722Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.filter"' [2019-07-30T06:54:55.722Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:55.722Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:55.722Z] DEBUG - number of items : 11 [2019-07-30T06:54:55.722Z] DEBUG - Clicking on ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101599634 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101599634 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:55.722Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101599634 data=null doit=true} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101599635 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101599635 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:55.722Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101599635 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} [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101599641 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101599641 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101599641 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:55.722Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101599641 data=null doit=true} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:55.722Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101599641 data=null} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:55.722Z] DEBUG - Clicked on ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:55.722Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER } time=1101599642 data=null button=0 stateMask=0x0 x=77 y=95 count=0} to TreeItem with text {FILTER } [2019-07-30T06:54:55.722Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER } time=1101599642 data=null doit=true} to TreeItem with text {FILTER } [2019-07-30T06:54:55.722Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER } time=1101599642 data=null} to TreeItem with text {FILTER } [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER } time=1101599642 data=null button=1 stateMask=0x0 x=77 y=95 count=1} to TreeItem with text {FILTER } [2019-07-30T06:54:55.722Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101599642 data=null item=TreeItem {FILTER } detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {FILTER } [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER } time=1101599655 data=null button=1 stateMask=0x80000 x=77 y=95 count=1} to TreeItem with text {FILTER } [2019-07-30T06:54:55.722Z] DEBUG - matched Text with text "type filter name", using matcher: of type 'Text' [2019-07-30T06:54:55.722Z] DEBUG - matched Text with text "type filter name", using matcher: (of type 'Text') [2019-07-30T06:54:55.722Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:54:55.722Z] DEBUG - Clicking on TreeItem with text {FILTER field} [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER field} time=1101599659 data=null button=0 stateMask=0x0 x=60 y=95 count=0} to TreeItem with text {FILTER field} [2019-07-30T06:54:55.722Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER field} time=1101599659 data=null doit=true} to TreeItem with text {FILTER field} [2019-07-30T06:54:55.722Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:55.722Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER field} time=1101599661 data=null} to TreeItem with text {FILTER field} [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER field} time=1101599661 data=null button=1 stateMask=0x0 x=60 y=95 count=1} to TreeItem with text {FILTER field} [2019-07-30T06:54:55.722Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101599661 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} [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER field} time=1101599679 data=null button=1 stateMask=0x80000 x=60 y=95 count=1} to TreeItem with text {FILTER field} [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {FILTER field} time=1101599679 data=null button=0 stateMask=0x0 x=60 y=95 count=0} to TreeItem with text {FILTER field} [2019-07-30T06:54:55.722Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {FILTER field} time=1101599679 data=null doit=true} to TreeItem with text {FILTER field} [2019-07-30T06:54:55.722Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {FILTER field} time=1101599679 data=null} to TreeItem with text {FILTER field} [2019-07-30T06:54:55.722Z] DEBUG - Clicked on TreeItem with text {FILTER field} [2019-07-30T06:54:55.722Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER field} time=1101599680 data=null button=0 stateMask=0x0 x=60 y=95 count=0} to TreeItem with text {FILTER field} [2019-07-30T06:54:55.722Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER field} time=1101599680 data=null doit=true} to TreeItem with text {FILTER field} [2019-07-30T06:54:55.722Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER field} time=1101599680 data=null} to TreeItem with text {FILTER field} [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER field} time=1101599680 data=null button=1 stateMask=0x0 x=60 y=95 count=1} to TreeItem with text {FILTER field} [2019-07-30T06:54:55.722Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101599680 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} [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER field} time=1101599690 data=null button=1 stateMask=0x80000 x=60 y=95 count=1} to TreeItem with text {FILTER field} [2019-07-30T06:54:55.722Z] DEBUG - matched MenuItem with text "TRACETYPE", using matcher: with mnemonic 'TRACETYPE' [2019-07-30T06:54:55.722Z] DEBUG - Clicking on with mnemonic 'TRACETYPE' [2019-07-30T06:54:55.722Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {TRACETYPE} time=1101599726 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'TRACETYPE' [2019-07-30T06:54:55.722Z] DEBUG - Clicked on with mnemonic 'TRACETYPE' [2019-07-30T06:54:55.722Z] WARN - Tree item TreeItem with text {FILTER field} is already expanded. Won't expand it again. [2019-07-30T06:54:55.722Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' [2019-07-30T06:54:55.722Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') [2019-07-30T06:54:55.722Z] DEBUG - Setting selection on (of type 'Combo') to Test trace : XML Trace Stub (ns) [2019-07-30T06:54:55.722Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Test trace : XML Trace Stub (ns)} time=1101599746 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo') [2019-07-30T06:54:55.722Z] DEBUG - Set selection on (of type 'Combo') to Test trace : XML Trace Stub (ns) [2019-07-30T06:54:55.722Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101599747 data=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) [2019-07-30T06:54:55.722Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101599747 data=null} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101599747 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) [2019-07-30T06:54:55.722Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101599748 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) [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101599748 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) [2019-07-30T06:54:55.722Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101599748 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) [2019-07-30T06:54:55.722Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101599748 data=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) [2019-07-30T06:54:55.722Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101599749 data=null} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101599749 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) [2019-07-30T06:54:55.722Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101599749 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) [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101599777 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) [2019-07-30T06:54:55.722Z] DEBUG - matched MenuItem with text "COMPARE", using matcher: with mnemonic 'COMPARE' [2019-07-30T06:54:55.722Z] DEBUG - Clicking on with mnemonic 'COMPARE' [2019-07-30T06:54:55.722Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {COMPARE} time=1101599815 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'COMPARE' [2019-07-30T06:54:55.722Z] DEBUG - Clicked on with mnemonic 'COMPARE' [2019-07-30T06:54:55.722Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem { = [2019-07-30T06:54:55.722Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem { = [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem { = [2019-07-30T06:54:55.722Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101599891 data=null item=TreeItem { = [2019-07-30T06:54:55.722Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem { = [2019-07-30T06:54:55.722Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: of type 'Combo' [2019-07-30T06:54:55.722Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: (of type 'Combo') [2019-07-30T06:54:55.722Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' [2019-07-30T06:54:55.722Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') [2019-07-30T06:54:55.722Z] DEBUG - Setting selection on (of type 'Combo') to Contents [2019-07-30T06:54:55.722Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Contents} time=1101599892 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo') [2019-07-30T06:54:55.722Z] DEBUG - Set selection on (of type 'Combo') to Contents [2019-07-30T06:54:55.722Z] DEBUG - matched Text with text "type field name", using matcher: of type 'Text' [2019-07-30T06:54:55.722Z] DEBUG - matched Text with text "type field name", using matcher: (of type 'Text') [2019-07-30T06:54:55.722Z] DEBUG - matched Text with text "type value", using matcher: of type 'Text' [2019-07-30T06:54:55.722Z] DEBUG - matched Text with text "type value", using matcher: (of type 'Text') [2019-07-30T06:54:55.722Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:54:55.977Z] DEBUG - matched Text with text "field", using matcher: of type 'Text' [2019-07-30T06:54:55.977Z] DEBUG - matched Text with text "field", using matcher: (of type 'Text') [2019-07-30T06:54:55.977Z] DEBUG - matched Text with text "type value", using matcher: of type 'Text' [2019-07-30T06:54:55.977Z] DEBUG - matched Text with text "type value", using matcher: (of type 'Text') [2019-07-30T06:54:55.977Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:54:55.977Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:54:55.977Z] DEBUG - matched Button with text "<", using matcher: of type 'Button' [2019-07-30T06:54:55.977Z] DEBUG - matched Button with text "=", using matcher: of type 'Button' [2019-07-30T06:54:55.977Z] DEBUG - matched Button with text ">", using matcher: of type 'Button' [2019-07-30T06:54:55.977Z] DEBUG - matched Button with text ">", using matcher: with mnemonic '>' [2019-07-30T06:54:55.977Z] DEBUG - matched Button with text ">", using matcher: with style 'SWT.RADIO' [2019-07-30T06:54:55.977Z] DEBUG - matched Button with text ">", using matcher: (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO') [2019-07-30T06:54:55.977Z] DEBUG - matched Button with text "Num", using matcher: of type 'Button' [2019-07-30T06:54:55.977Z] DEBUG - matched Button with text "Alpha", using matcher: of type 'Button' [2019-07-30T06:54:55.977Z] DEBUG - matched Button with text "Timestamp", using matcher: of type 'Button' [2019-07-30T06:54:55.977Z] DEBUG - Clicking on (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO') [2019-07-30T06:54:55.977Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {=} time=1101599979 data=null doit=true} to Button with text {=} [2019-07-30T06:54:55.977Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {=} time=1101599980 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to Button with text {=} [2019-07-30T06:54:55.977Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO') [2019-07-30T06:54:55.977Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {>} time=1101599982 data=null doit=true} to (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO') [2019-07-30T06:54:55.977Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {>} time=1101600007 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO') [2019-07-30T06:54:55.977Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {>} time=1101600007 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO') [2019-07-30T06:54:55.977Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {>} time=1101600007 data=null item=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') [2019-07-30T06:54:55.977Z] DEBUG - Clicked on (of type 'Button' and with mnemonic '>' and with style 'SWT.RADIO') [2019-07-30T06:54:55.977Z] DEBUG - number of items : 11 [2019-07-30T06:54:55.977Z] DEBUG - Clicking on ToolItem with tooltip text {Save filters} [2019-07-30T06:54:55.977Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101600008 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:55.977Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101600008 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:55.977Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101600009 data=null doit=true} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:55.977Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101600009 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:55.977Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101600009 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:55.977Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101600009 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} [2019-07-30T06:54:55.977Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101600010 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:55.977Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101600010 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:55.977Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101600010 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:55.977Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101600011 data=null doit=true} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:55.977Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101600011 data=null} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:55.977Z] DEBUG - Clicked on ToolItem with tooltip text {Save filters} [2019-07-30T06:54:55.977Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:54:55.977Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:54:55.977Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:54:55.977Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T06:54:55.977Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1101600073 data=null button=0 stateMask=0x0 x=22 y=53 count=0} to TableItem with text {} [2019-07-30T06:54:55.977Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1101600073 data=null doit=true} to TableItem with text {} [2019-07-30T06:54:55.977Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1101600073 data=null} to TableItem with text {} [2019-07-30T06:54:55.977Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1101600073 data=null button=1 stateMask=0x0 x=22 y=53 count=1} to TableItem with text {} [2019-07-30T06:54:55.977Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101600074 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} [2019-07-30T06:54:55.977Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1101600075 data=null button=1 stateMask=0x80000 x=22 y=53 count=1} to TableItem with text {} [2019-07-30T06:54:55.977Z] DEBUG - matched MenuItem with text "field", using matcher: with mnemonic 'field' [2019-07-30T06:54:55.977Z] DEBUG - Clicking on with mnemonic 'field' [2019-07-30T06:54:55.977Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {field} time=1101600116 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'field' [2019-07-30T06:54:55.977Z] DEBUG - Clicked on with mnemonic 'field' [2019-07-30T06:54:57.864Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:54:57.864Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:57.864Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:57.864Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:57.864Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:57.865Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:57.865Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1101601729 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:57.865Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1101601729 data=null doit=true} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:57.865Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1101601729 data=null} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:57.865Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1101601730 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:57.865Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101601730 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} [2019-07-30T06:54:57.865Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1101601735 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:57.865Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:57.865Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1101601735 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:57.865Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1101601735 data=null doit=true} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:57.865Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1101601735 data=null} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:57.865Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1101601736 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:57.865Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101601736 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} [2019-07-30T06:54:57.865Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1101601740 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:54:57.865Z] WARN - Tree item TreeItem with text {TestForFiltering} is already expanded. Won't expand it again. [2019-07-30T06:54:57.865Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:57.865Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1101601740 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T06:54:57.865Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1101601740 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T06:54:57.865Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1101601740 data=null} to TreeItem with text {Traces [1]} [2019-07-30T06:54:57.865Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1101601741 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:54:57.865Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101601741 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]} [2019-07-30T06:54:57.865Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1101601765 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:54:59.228Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.filter"' [2019-07-30T06:54:59.228Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:54:59.228Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:54:59.228Z] DEBUG - number of items : 11 [2019-07-30T06:54:59.228Z] DEBUG - Clicking on ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:59.228Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101603269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:59.228Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101603269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:59.228Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101603269 data=null doit=true} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:59.228Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101603269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:59.228Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101603269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:59.228Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101603269 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} [2019-07-30T06:54:59.228Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101603288 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:59.228Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101603288 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:59.228Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101603288 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:59.228Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101603288 data=null doit=true} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:59.228Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101603288 data=null} to ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:59.228Z] DEBUG - Clicked on ToolItem with tooltip text {Add new filter} [2019-07-30T06:54:59.228Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:59.228Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER } time=1101603288 data=null button=0 stateMask=0x0 x=77 y=158 count=0} to TreeItem with text {FILTER } [2019-07-30T06:54:59.228Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER } time=1101603288 data=null doit=true} to TreeItem with text {FILTER } [2019-07-30T06:54:59.228Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER } time=1101603289 data=null} to TreeItem with text {FILTER } [2019-07-30T06:54:59.228Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER } time=1101603289 data=null button=1 stateMask=0x0 x=77 y=158 count=1} to TreeItem with text {FILTER } [2019-07-30T06:54:59.228Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101603289 data=null item=TreeItem {FILTER } detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {FILTER } [2019-07-30T06:54:59.228Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER } time=1101603293 data=null button=1 stateMask=0x80000 x=77 y=158 count=1} to TreeItem with text {FILTER } [2019-07-30T06:54:59.228Z] DEBUG - matched Text with text "type filter name", using matcher: of type 'Text' [2019-07-30T06:54:59.228Z] DEBUG - matched Text with text "type filter name", using matcher: (of type 'Text') [2019-07-30T06:54:59.228Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:54:59.228Z] DEBUG - Clicking on TreeItem with text {FILTER matchAndEquals} [2019-07-30T06:54:59.228Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER matchAndEquals} time=1101603310 data=null button=0 stateMask=0x0 x=101 y=158 count=0} to TreeItem with text {FILTER matchAndEquals} [2019-07-30T06:54:59.228Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER matchAndEquals} time=1101603310 data=null doit=true} to TreeItem with text {FILTER matchAndEquals} [2019-07-30T06:54:59.228Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:59.228Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER matchAndEquals} time=1101603312 data=null} to TreeItem with text {FILTER matchAndEquals} [2019-07-30T06:54:59.228Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER matchAndEquals} time=1101603312 data=null button=1 stateMask=0x0 x=101 y=158 count=1} to TreeItem with text {FILTER matchAndEquals} [2019-07-30T06:54:59.228Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101603312 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} [2019-07-30T06:54:59.228Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER matchAndEquals} time=1101603329 data=null button=1 stateMask=0x80000 x=101 y=158 count=1} to TreeItem with text {FILTER matchAndEquals} [2019-07-30T06:54:59.228Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {FILTER matchAndEquals} time=1101603330 data=null button=0 stateMask=0x0 x=101 y=158 count=0} to TreeItem with text {FILTER matchAndEquals} [2019-07-30T06:54:59.228Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {FILTER matchAndEquals} time=1101603330 data=null doit=true} to TreeItem with text {FILTER matchAndEquals} [2019-07-30T06:54:59.228Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {FILTER matchAndEquals} time=1101603330 data=null} to TreeItem with text {FILTER matchAndEquals} [2019-07-30T06:54:59.228Z] DEBUG - Clicked on TreeItem with text {FILTER matchAndEquals} [2019-07-30T06:54:59.228Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:59.228Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER matchAndEquals} time=1101603330 data=null button=0 stateMask=0x0 x=101 y=158 count=0} to TreeItem with text {FILTER matchAndEquals} [2019-07-30T06:54:59.228Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER matchAndEquals} time=1101603330 data=null doit=true} to TreeItem with text {FILTER matchAndEquals} [2019-07-30T06:54:59.228Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER matchAndEquals} time=1101603330 data=null} to TreeItem with text {FILTER matchAndEquals} [2019-07-30T06:54:59.228Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER matchAndEquals} time=1101603331 data=null button=1 stateMask=0x0 x=101 y=158 count=1} to TreeItem with text {FILTER matchAndEquals} [2019-07-30T06:54:59.228Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101603331 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} [2019-07-30T06:54:59.228Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER matchAndEquals} time=1101603342 data=null button=1 stateMask=0x80000 x=101 y=158 count=1} to TreeItem with text {FILTER matchAndEquals} [2019-07-30T06:54:59.228Z] DEBUG - matched MenuItem with text "TRACETYPE", using matcher: with mnemonic 'TRACETYPE' [2019-07-30T06:54:59.228Z] DEBUG - Clicking on with mnemonic 'TRACETYPE' [2019-07-30T06:54:59.228Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {TRACETYPE} time=1101603376 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'TRACETYPE' [2019-07-30T06:54:59.228Z] DEBUG - Clicked on with mnemonic 'TRACETYPE' [2019-07-30T06:54:59.228Z] WARN - Tree item TreeItem with text {FILTER matchAndEquals} is already expanded. Won't expand it again. [2019-07-30T06:54:59.228Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' [2019-07-30T06:54:59.228Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') [2019-07-30T06:54:59.228Z] DEBUG - Setting selection on (of type 'Combo') to Test trace : XML Trace Stub (ns) [2019-07-30T06:54:59.228Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Test trace : XML Trace Stub (ns)} time=1101603398 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo') [2019-07-30T06:54:59.228Z] DEBUG - Set selection on (of type 'Combo') to Test trace : XML Trace Stub (ns) [2019-07-30T06:54:59.228Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101603399 data=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) [2019-07-30T06:54:59.228Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101603399 data=null} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) [2019-07-30T06:54:59.228Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101603399 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) [2019-07-30T06:54:59.229Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101603399 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) [2019-07-30T06:54:59.229Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101603399 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) [2019-07-30T06:54:59.229Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:59.229Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101603400 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) [2019-07-30T06:54:59.229Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101603400 data=null doit=true} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) [2019-07-30T06:54:59.229Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101603400 data=null} to Tree node with text: WITH TRACETYPE Test trace : XML Trace Stub (ns) [2019-07-30T06:54:59.229Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101603400 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) [2019-07-30T06:54:59.229Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101603401 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) [2019-07-30T06:54:59.229Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Test trace : XML Trace Stub (ns)} time=1101603416 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) [2019-07-30T06:54:59.229Z] DEBUG - matched MenuItem with text "OR", using matcher: with mnemonic 'OR' [2019-07-30T06:54:59.229Z] DEBUG - Clicking on with mnemonic 'OR' [2019-07-30T06:54:59.229Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {OR} time=1101603452 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'OR' [2019-07-30T06:54:59.229Z] DEBUG - Clicked on with mnemonic 'OR' [2019-07-30T06:54:59.229Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:59.229Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {OR} time=1101603468 data=null button=0 stateMask=0x0 x=71 y=200 count=0} to Tree node with text: OR [2019-07-30T06:54:59.229Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {OR} time=1101603469 data=null doit=true} to Tree node with text: OR [2019-07-30T06:54:59.229Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {OR} time=1101603469 data=null} to Tree node with text: OR [2019-07-30T06:54:59.229Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {OR} time=1101603469 data=null button=1 stateMask=0x0 x=71 y=200 count=1} to Tree node with text: OR [2019-07-30T06:54:59.229Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101603469 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 [2019-07-30T06:54:59.229Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {OR} time=1101603474 data=null button=1 stateMask=0x80000 x=71 y=200 count=1} to Tree node with text: OR [2019-07-30T06:54:59.484Z] DEBUG - matched MenuItem with text "EQUALS", using matcher: with mnemonic 'EQUALS' [2019-07-30T06:54:59.484Z] DEBUG - Clicking on with mnemonic 'EQUALS' [2019-07-30T06:54:59.484Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {EQUALS} time=1101603516 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'EQUALS' [2019-07-30T06:54:59.484Z] DEBUG - Clicked on with mnemonic 'EQUALS' [2019-07-30T06:54:59.484Z] WARN - Tree item Tree node with text: OR is already expanded. Won't expand it again. [2019-07-30T06:54:59.484Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:59.484Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem { EQUALS} [2019-07-30T06:54:59.484Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem { EQUALS} [2019-07-30T06:54:59.484Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem { EQUALS} [2019-07-30T06:54:59.484Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem { EQUALS} [2019-07-30T06:54:59.484Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101603598 data=null item=TreeItem { EQUALS} [2019-07-30T06:54:59.484Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem { EQUALS} [2019-07-30T06:54:59.484Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: of type 'Combo' [2019-07-30T06:54:59.484Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: (of type 'Combo') [2019-07-30T06:54:59.484Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' [2019-07-30T06:54:59.484Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') [2019-07-30T06:54:59.484Z] DEBUG - Setting selection on (of type 'Combo') to Timestamp [2019-07-30T06:54:59.484Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Timestamp} time=1101603626 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo') [2019-07-30T06:54:59.484Z] DEBUG - Set selection on (of type 'Combo') to Timestamp [2019-07-30T06:54:59.484Z] DEBUG - matched Text with text "type value", using matcher: of type 'Text' [2019-07-30T06:54:59.484Z] DEBUG - matched Text with text "type value", using matcher: (of type 'Text') [2019-07-30T06:54:59.484Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:54:59.484Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:59.484Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {OR} time=1101603657 data=null button=0 stateMask=0x0 x=71 y=200 count=0} to Tree node with text: OR [2019-07-30T06:54:59.484Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {OR} time=1101603657 data=null doit=true} to Tree node with text: OR [2019-07-30T06:54:59.484Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {OR} time=1101603657 data=null} to Tree node with text: OR [2019-07-30T06:54:59.484Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {OR} time=1101603657 data=null button=1 stateMask=0x0 x=71 y=200 count=1} to Tree node with text: OR [2019-07-30T06:54:59.484Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101603657 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 [2019-07-30T06:54:59.485Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {OR} time=1101603664 data=null button=1 stateMask=0x80000 x=71 y=200 count=1} to Tree node with text: OR [2019-07-30T06:54:59.485Z] DEBUG - matched MenuItem with text "MATCHES", using matcher: with mnemonic 'MATCHES' [2019-07-30T06:54:59.485Z] DEBUG - Clicking on with mnemonic 'MATCHES' [2019-07-30T06:54:59.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {MATCHES} time=1101603700 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'MATCHES' [2019-07-30T06:54:59.485Z] DEBUG - Clicked on with mnemonic 'MATCHES' [2019-07-30T06:54:59.485Z] WARN - Tree item Tree node with text: OR is already expanded. Won't expand it again. [2019-07-30T06:54:59.485Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:54:59.485Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem { MATCHES} [2019-07-30T06:54:59.485Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem { MATCHES} [2019-07-30T06:54:59.485Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem { MATCHES} [2019-07-30T06:54:59.485Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem { MATCHES} [2019-07-30T06:54:59.740Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101603733 data=null item=TreeItem { MATCHES} [2019-07-30T06:54:59.740Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem { MATCHES} [2019-07-30T06:54:59.740Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: of type 'Combo' [2019-07-30T06:54:59.740Z] DEBUG - matched Combo with text "Test trace : XML Tra...", using matcher: (of type 'Combo') [2019-07-30T06:54:59.740Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' [2019-07-30T06:54:59.740Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') [2019-07-30T06:54:59.740Z] DEBUG - Setting selection on (of type 'Combo') to Contents [2019-07-30T06:54:59.740Z] DEBUG - Sent event Selection [13]: SelectionEvent{Combo {Contents} time=1101603757 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Combo') [2019-07-30T06:54:59.740Z] DEBUG - Set selection on (of type 'Combo') to Contents [2019-07-30T06:54:59.740Z] DEBUG - matched Text with text "type field name", using matcher: of type 'Text' [2019-07-30T06:54:59.740Z] DEBUG - matched Text with text "type field name", using matcher: (of type 'Text') [2019-07-30T06:54:59.740Z] DEBUG - matched Text with text "type regular express...", using matcher: of type 'Text' [2019-07-30T06:54:59.740Z] DEBUG - matched Text with text "type regular express...", using matcher: (of type 'Text') [2019-07-30T06:54:59.740Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:54:59.740Z] DEBUG - matched Text with text "field", using matcher: of type 'Text' [2019-07-30T06:54:59.740Z] DEBUG - matched Text with text "field", using matcher: (of type 'Text') [2019-07-30T06:54:59.740Z] DEBUG - matched Text with text "type regular express...", using matcher: of type 'Text' [2019-07-30T06:54:59.740Z] DEBUG - matched Text with text "type regular express...", using matcher: (of type 'Text') [2019-07-30T06:54:59.740Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:54:59.740Z] DEBUG - number of items : 11 [2019-07-30T06:54:59.740Z] DEBUG - Clicking on ToolItem with tooltip text {Save filters} [2019-07-30T06:54:59.740Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101603794 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:59.740Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101603794 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:59.740Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101603794 data=null doit=true} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:59.740Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101603794 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:59.740Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101603794 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:59.740Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101603794 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} [2019-07-30T06:54:59.740Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101603796 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:59.740Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101603796 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:59.740Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101603796 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:59.740Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101603796 data=null doit=true} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:59.740Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101603796 data=null} to ToolItem with tooltip text {Save filters} [2019-07-30T06:54:59.740Z] DEBUG - Clicked on ToolItem with tooltip text {Save filters} [2019-07-30T06:54:59.740Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:54:59.740Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:54:59.740Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:54:59.740Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T06:54:59.740Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1101603857 data=null button=0 stateMask=0x0 x=22 y=53 count=0} to TableItem with text {} [2019-07-30T06:54:59.740Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1101603857 data=null doit=true} to TableItem with text {} [2019-07-30T06:54:59.740Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1101603857 data=null} to TableItem with text {} [2019-07-30T06:54:59.740Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1101603858 data=null button=1 stateMask=0x0 x=22 y=53 count=1} to TableItem with text {} [2019-07-30T06:54:59.740Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101603858 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} [2019-07-30T06:54:59.740Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1101603863 data=null button=1 stateMask=0x80000 x=22 y=53 count=1} to TableItem with text {} [2019-07-30T06:54:59.740Z] DEBUG - matched MenuItem with text "matchAndEquals", using matcher: with mnemonic 'matchAndEquals' [2019-07-30T06:54:59.740Z] DEBUG - Clicking on with mnemonic 'matchAndEquals' [2019-07-30T06:54:59.740Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {matchAndEquals} time=1101603912 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'matchAndEquals' [2019-07-30T06:54:59.740Z] DEBUG - Clicked on with mnemonic 'matchAndEquals' [2019-07-30T06:55:02.253Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1101605957 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T06:55:02.253Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:55:02.253Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:55:02.253Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:55:02.253Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:55:02.253Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1101605996 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} [2019-07-30T06:55:02.253Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1101605996 data=null doit=true} to TreeItem with text {TestForFiltering} [2019-07-30T06:55:02.253Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1101605996 data=null} to TreeItem with text {TestForFiltering} [2019-07-30T06:55:02.253Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1101605997 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:55:02.253Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101605997 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} [2019-07-30T06:55:02.253Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1101606003 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:55:02.253Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:55:02.253Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:55:02.253Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:55:02.511Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:55:02.511Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:55:02.511Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:55:02.511Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:55:02.511Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:02.511Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:55:02.511Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:55:02.511Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:55:02.511Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:02.511Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:55:02.511Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101606724 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:02.511Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101606725 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:02.511Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101606725 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:02.511Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101606725 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:02.511Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101606725 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:02.511Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101606725 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:02.511Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101606725 data=null 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') [2019-07-30T06:55:02.511Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101606725 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:02.511Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101606725 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:02.511Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101606725 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:02.511Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101606725 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:02.511Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101606725 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:02.511Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:02.511Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:55:02.511Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:55:02.511Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:55:02.511Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:55:02.511Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:55:02.511Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:55:02.511Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:02.511Z] DEBUG - Clicking on OK [2019-07-30T06:55:02.511Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101606726 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:02.511Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101606726 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:02.511Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101606726 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:02.511Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101606726 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:02.511Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101606726 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:02.511Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101606727 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:02.511Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:02.511Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:02.511Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:02.511Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:02.511Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:02.511Z] DEBUG - Clicked on OK [2019-07-30T06:55:02.767Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101606727 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:02.767Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101606068 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:55:03.022Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.636 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterViewerTest [2019-07-30T06:55:03.022Z] testTimestampFilter(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterViewerTest) Time elapsed: 4.465 s [2019-07-30T06:55:03.022Z] testField01(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterViewerTest) Time elapsed: 3.545 s [2019-07-30T06:55:03.022Z] testTimestampEqualsOr(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FilterViewerTest) Time elapsed: 3.777 s [2019-07-30T06:55:03.023Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.MovableColumnEventsEditorTest [2019-07-30T06:55:03.279Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.MovableColumnEventsEditorTest [2019-07-30T06:55:03.279Z] testReorder(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.MovableColumnEventsEditorTest) skipped [2019-07-30T06:55:03.279Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestRefreshCustomTextTrace [2019-07-30T06:55:13.216Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.063 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestRefreshCustomTextTrace [2019-07-30T06:55:13.216Z] testRefresh(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestRefreshCustomTextTrace) Time elapsed: 10.024 s [2019-07-30T06:55:13.216Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.PinAndCloneTest [2019-07-30T06:55:31.252Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 16.163 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.PinAndCloneTest [2019-07-30T06:55:31.252Z] testPinSingleTrace(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.PinAndCloneTest) Time elapsed: 2.682 s [2019-07-30T06:55:31.252Z] testPinTwoTraces(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.PinAndCloneTest) skipped [2019-07-30T06:55:31.252Z] testFollow(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.PinAndCloneTest) Time elapsed: 8.564 s [2019-07-30T06:55:31.252Z] testCloneSingleTrace(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.PinAndCloneTest) Time elapsed: 3.344 s [2019-07-30T06:55:31.252Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColumnHeaderMenuTest [2019-07-30T06:55:31.252Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' [2019-07-30T06:55:31.252Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:55:31.252Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:55:31.252Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:55:31.252Z] DEBUG - matched MenuItem with text "Timestamp", using matcher: with mnemonic 'Timestamp' [2019-07-30T06:55:31.252Z] DEBUG - Clicking on with mnemonic 'Timestamp' [2019-07-30T06:55:31.252Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Timestamp} time=1101635146 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Timestamp' [2019-07-30T06:55:31.252Z] DEBUG - Clicked on with mnemonic 'Timestamp' [2019-07-30T06:55:31.252Z] DEBUG - matched MenuItem with text "Host", using matcher: with mnemonic 'Host' [2019-07-30T06:55:31.252Z] DEBUG - Clicking on with mnemonic 'Host' [2019-07-30T06:55:31.252Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Host} time=1101635246 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Host' [2019-07-30T06:55:31.252Z] DEBUG - Clicked on with mnemonic 'Host' [2019-07-30T06:55:31.252Z] DEBUG - matched MenuItem with text "Logger", using matcher: with mnemonic 'Logger' [2019-07-30T06:55:31.252Z] DEBUG - Clicking on with mnemonic 'Logger' [2019-07-30T06:55:31.252Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Logger} time=1101635301 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Logger' [2019-07-30T06:55:31.252Z] DEBUG - Clicked on with mnemonic 'Logger' [2019-07-30T06:55:31.252Z] DEBUG - matched MenuItem with text "File", using matcher: with mnemonic 'File' [2019-07-30T06:55:31.252Z] DEBUG - Clicking on with mnemonic 'File' [2019-07-30T06:55:31.252Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {File} time=1101635375 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'File' [2019-07-30T06:55:31.252Z] DEBUG - Clicked on with mnemonic 'File' [2019-07-30T06:55:31.252Z] DEBUG - matched MenuItem with text "Message", using matcher: with mnemonic 'Message' [2019-07-30T06:55:31.252Z] DEBUG - Clicking on with mnemonic 'Message' [2019-07-30T06:55:31.252Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Message} time=1101635410 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Message' [2019-07-30T06:55:31.252Z] DEBUG - Clicked on with mnemonic 'Message' [2019-07-30T06:55:33.139Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' [2019-07-30T06:55:33.139Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:55:33.139Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:55:33.139Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:55:33.139Z] DEBUG - matched MenuItem with text "Show All", using matcher: with mnemonic 'Show All' [2019-07-30T06:55:33.139Z] DEBUG - Clicking on with mnemonic 'Show All' [2019-07-30T06:55:33.139Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Show All} time=1101637007 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' [2019-07-30T06:55:33.139Z] DEBUG - Clicked on with mnemonic 'Show All' [2019-07-30T06:55:34.503Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' [2019-07-30T06:55:34.503Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:55:34.503Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:55:34.503Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:55:34.503Z] DEBUG - matched MenuItem with text "Message", using matcher: with mnemonic 'Message' [2019-07-30T06:55:34.503Z] DEBUG - Clicking on with mnemonic 'Message' [2019-07-30T06:55:34.503Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Message} time=1101638560 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Message' [2019-07-30T06:55:34.503Z] DEBUG - Clicked on with mnemonic 'Message' [2019-07-30T06:55:34.503Z] DEBUG - matched MenuItem with text "Line", using matcher: with mnemonic 'Line' [2019-07-30T06:55:34.503Z] DEBUG - Clicking on with mnemonic 'Line' [2019-07-30T06:55:34.503Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Line} time=1101638614 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Line' [2019-07-30T06:55:34.503Z] DEBUG - Clicked on with mnemonic 'Line' [2019-07-30T06:55:34.503Z] DEBUG - matched MenuItem with text "File", using matcher: with mnemonic 'File' [2019-07-30T06:55:34.503Z] DEBUG - Clicking on with mnemonic 'File' [2019-07-30T06:55:34.503Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {File} time=1101638661 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'File' [2019-07-30T06:55:34.503Z] DEBUG - Clicked on with mnemonic 'File' [2019-07-30T06:55:34.503Z] DEBUG - matched MenuItem with text "Logger", using matcher: with mnemonic 'Logger' [2019-07-30T06:55:34.503Z] DEBUG - Clicking on with mnemonic 'Logger' [2019-07-30T06:55:34.503Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Logger} time=1101638703 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Logger' [2019-07-30T06:55:34.503Z] DEBUG - Clicked on with mnemonic 'Logger' [2019-07-30T06:55:34.503Z] DEBUG - matched MenuItem with text "Host", using matcher: with mnemonic 'Host' [2019-07-30T06:55:34.503Z] DEBUG - Clicking on with mnemonic 'Host' [2019-07-30T06:55:34.503Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Host} time=1101638738 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Host' [2019-07-30T06:55:34.759Z] DEBUG - Clicked on with mnemonic 'Host' [2019-07-30T06:55:34.759Z] DEBUG - matched MenuItem with text "Timestamp", using matcher: with mnemonic 'Timestamp' [2019-07-30T06:55:34.759Z] DEBUG - Clicking on with mnemonic 'Timestamp' [2019-07-30T06:55:34.759Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Timestamp} time=1101638781 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Timestamp' [2019-07-30T06:55:34.759Z] DEBUG - Clicked on with mnemonic 'Timestamp' [2019-07-30T06:55:34.759Z] DEBUG - matched MenuItem with text "Message", using matcher: with mnemonic 'Message' [2019-07-30T06:55:34.759Z] DEBUG - Clicking on with mnemonic 'Message' [2019-07-30T06:55:34.759Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Message} time=1101638789 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Message' [2019-07-30T06:55:34.759Z] DEBUG - Clicked on with mnemonic 'Message' [2019-07-30T06:55:34.759Z] DEBUG - matched MenuItem with text "Timestamp", using matcher: with mnemonic 'Timestamp' [2019-07-30T06:55:34.759Z] DEBUG - Clicking on with mnemonic 'Timestamp' [2019-07-30T06:55:34.759Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Timestamp} time=1101638833 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Timestamp' [2019-07-30T06:55:34.759Z] DEBUG - Clicked on with mnemonic 'Timestamp' [2019-07-30T06:55:34.759Z] DEBUG - matched MenuItem with text "Line", using matcher: with mnemonic 'Line' [2019-07-30T06:55:34.759Z] DEBUG - Clicking on with mnemonic 'Line' [2019-07-30T06:55:34.759Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Line} time=1101638869 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Line' [2019-07-30T06:55:34.759Z] DEBUG - Clicked on with mnemonic 'Line' [2019-07-30T06:55:34.759Z] DEBUG - matched MenuItem with text "Host", using matcher: with mnemonic 'Host' [2019-07-30T06:55:34.759Z] DEBUG - Clicking on with mnemonic 'Host' [2019-07-30T06:55:34.759Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Host} time=1101638914 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Host' [2019-07-30T06:55:34.759Z] DEBUG - Clicked on with mnemonic 'Host' [2019-07-30T06:55:34.759Z] DEBUG - matched MenuItem with text "File", using matcher: with mnemonic 'File' [2019-07-30T06:55:34.759Z] DEBUG - Clicking on with mnemonic 'File' [2019-07-30T06:55:34.759Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {File} time=1101638963 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'File' [2019-07-30T06:55:34.759Z] DEBUG - Clicked on with mnemonic 'File' [2019-07-30T06:55:35.015Z] DEBUG - matched MenuItem with text "Logger", using matcher: with mnemonic 'Logger' [2019-07-30T06:55:35.015Z] DEBUG - Clicking on with mnemonic 'Logger' [2019-07-30T06:55:35.015Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Logger} time=1101639054 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Logger' [2019-07-30T06:55:35.015Z] DEBUG - Clicked on with mnemonic 'Logger' [2019-07-30T06:55:36.418Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' [2019-07-30T06:55:36.418Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:55:36.418Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:55:36.418Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:55:36.418Z] DEBUG - matched MenuItem with text "Timestamp", using matcher: with mnemonic 'Timestamp' [2019-07-30T06:55:36.418Z] DEBUG - Clicking on with mnemonic 'Timestamp' [2019-07-30T06:55:36.418Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Timestamp} time=1101640623 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Timestamp' [2019-07-30T06:55:36.418Z] DEBUG - Clicked on with mnemonic 'Timestamp' [2019-07-30T06:55:36.684Z] DEBUG - matched MenuItem with text "Host", using matcher: with mnemonic 'Host' [2019-07-30T06:55:36.684Z] DEBUG - Clicking on with mnemonic 'Host' [2019-07-30T06:55:36.684Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Host} time=1101640680 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Host' [2019-07-30T06:55:36.684Z] DEBUG - Clicked on with mnemonic 'Host' [2019-07-30T06:55:36.684Z] DEBUG - matched MenuItem with text "Logger", using matcher: with mnemonic 'Logger' [2019-07-30T06:55:36.684Z] DEBUG - Clicking on with mnemonic 'Logger' [2019-07-30T06:55:36.684Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Logger} time=1101640727 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Logger' [2019-07-30T06:55:36.684Z] DEBUG - Clicked on with mnemonic 'Logger' [2019-07-30T06:55:36.684Z] DEBUG - matched MenuItem with text "File", using matcher: with mnemonic 'File' [2019-07-30T06:55:36.684Z] DEBUG - Clicking on with mnemonic 'File' [2019-07-30T06:55:36.684Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {File} time=1101640767 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'File' [2019-07-30T06:55:36.684Z] DEBUG - Clicked on with mnemonic 'File' [2019-07-30T06:55:36.684Z] DEBUG - matched MenuItem with text "Line", using matcher: with mnemonic 'Line' [2019-07-30T06:55:36.684Z] DEBUG - Clicking on with mnemonic 'Line' [2019-07-30T06:55:36.684Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Line} time=1101640833 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Line' [2019-07-30T06:55:36.684Z] DEBUG - Clicked on with mnemonic 'Line' [2019-07-30T06:55:36.684Z] DEBUG - matched MenuItem with text "Message", using matcher: with mnemonic 'Message' [2019-07-30T06:55:36.684Z] DEBUG - Clicking on with mnemonic 'Message' [2019-07-30T06:55:36.684Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Message} time=1101640858 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Message' [2019-07-30T06:55:36.684Z] DEBUG - Clicked on with mnemonic 'Message' [2019-07-30T06:55:36.684Z] DEBUG - matched MenuItem with text "Show All", using matcher: with mnemonic 'Show All' [2019-07-30T06:55:36.684Z] DEBUG - Clicking on with mnemonic 'Show All' [2019-07-30T06:55:36.684Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Show All} time=1101640874 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' [2019-07-30T06:55:36.940Z] DEBUG - Clicked on with mnemonic 'Show All' [2019-07-30T06:55:36.940Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1101640997 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T06:55:36.940Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:55:36.940Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:55:36.940Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:55:36.940Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:55:36.940Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1101641014 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T06:55:36.940Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101641023 data=null doit=true} to TreeItem with text {test} [2019-07-30T06:55:36.940Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101641023 data=null} to TreeItem with text {test} [2019-07-30T06:55:36.940Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101641024 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:55:36.940Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101641024 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T06:55:36.940Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101641042 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:55:36.940Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:55:36.940Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:55:37.196Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:55:37.758Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:55:37.758Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:55:37.758Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:55:37.758Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:55:37.758Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:37.758Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:55:37.758Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:55:37.758Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:55:37.758Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:37.758Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:55:37.758Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101641884 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:37.758Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101641884 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:37.758Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101641884 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:37.758Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101641884 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:37.758Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101641885 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:37.758Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101641885 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:37.758Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101641885 data=null 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') [2019-07-30T06:55:37.758Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101641885 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:37.758Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101641885 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:37.758Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101641885 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:37.758Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101641885 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:37.758Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101641885 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:37.758Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:37.758Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:55:37.758Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:55:37.758Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:55:37.758Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:55:37.758Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:55:37.758Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:55:37.758Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:37.758Z] DEBUG - Clicking on OK [2019-07-30T06:55:37.758Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101641886 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:37.758Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101641886 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:37.758Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101641886 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:37.758Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101641886 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:37.758Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101641886 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:37.758Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101641886 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:37.758Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:37.758Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:37.758Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:37.758Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:37.758Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:37.758Z] DEBUG - Clicked on OK [2019-07-30T06:55:38.318Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101641886 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:38.318Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101641112 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:55:38.318Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.883 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColumnHeaderMenuTest [2019-07-30T06:55:38.318Z] testPersistHiding(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColumnHeaderMenuTest) Time elapsed: 3.328 s [2019-07-30T06:55:38.318Z] testToggleColumns(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColumnHeaderMenuTest) Time elapsed: 2.064 s [2019-07-30T06:55:38.318Z] testShowAll(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColumnHeaderMenuTest) Time elapsed: 1.821 s [2019-07-30T06:55:38.318Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CollapseEventsInTableTest [2019-07-30T06:55:40.203Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' [2019-07-30T06:55:40.203Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:55:40.203Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:55:40.203Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:55:40.203Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:55:40.203Z] DEBUG - Clicking on (of type 'Table') [2019-07-30T06:55:40.203Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1101644163 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:55:40.203Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101644164 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:55:40.203Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1101644164 data=null doit=true} to (of type 'Table') [2019-07-30T06:55:40.203Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1101644164 data=null} to (of type 'Table') [2019-07-30T06:55:40.203Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1101644164 data=null button=1 stateMask=0x0 x=12 y=32 count=1} to (of type 'Table') [2019-07-30T06:55:40.203Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1101644165 data=null button=1 stateMask=0x80000 x=12 y=32 count=1} to (of type 'Table') [2019-07-30T06:55:40.203Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101644165 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') [2019-07-30T06:55:40.203Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1101644229 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:55:40.203Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101644230 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:55:40.203Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1101644230 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:55:40.203Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1101644230 data=null doit=true} to (of type 'Table') [2019-07-30T06:55:40.203Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1101644230 data=null} to (of type 'Table') [2019-07-30T06:55:40.203Z] DEBUG - Clicked on (of type 'Table') [2019-07-30T06:55:40.203Z] DEBUG - matched MenuItem with text "Collapse Events", using matcher: with mnemonic 'Collapse Events' [2019-07-30T06:55:40.203Z] DEBUG - Clicking on with mnemonic 'Collapse Events' [2019-07-30T06:55:40.203Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Collapse Events} time=1101644265 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' [2019-07-30T06:55:40.203Z] DEBUG - Clicked on with mnemonic 'Collapse Events' [2019-07-30T06:55:41.567Z] DEBUG - matched MenuItem with text "Clear Filters", using matcher: with mnemonic 'Clear Filters' [2019-07-30T06:55:41.567Z] DEBUG - Clicking on with mnemonic 'Clear Filters' [2019-07-30T06:55:41.823Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Clear Filters} time=1101645801 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' [2019-07-30T06:55:41.823Z] DEBUG - Clicked on with mnemonic 'Clear Filters' [2019-07-30T06:55:42.078Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1101646185 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T06:55:42.078Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:55:42.078Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:55:42.078Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:55:42.078Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:55:42.078Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1101646196 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T06:55:42.078Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101646196 data=null doit=true} to TreeItem with text {test} [2019-07-30T06:55:42.078Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101646196 data=null} to TreeItem with text {test} [2019-07-30T06:55:42.078Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101646197 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:55:42.078Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101646197 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T06:55:42.078Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101646217 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:55:42.078Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:55:42.078Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:55:42.078Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:55:43.007Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:55:43.007Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:55:43.007Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:55:43.007Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:55:43.007Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:43.007Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:55:43.007Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:55:43.007Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:55:43.007Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:43.007Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:55:43.007Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101647003 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:43.007Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101647003 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:43.007Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101647003 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:43.007Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101647003 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:43.007Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101647003 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:43.007Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101647003 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:43.007Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101647003 data=null 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') [2019-07-30T06:55:43.007Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101647003 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:43.007Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101647003 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:43.007Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101647003 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:43.007Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101647004 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:43.007Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101647004 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:43.007Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:55:43.007Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:55:43.007Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:55:43.007Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:55:43.007Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:55:43.007Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:55:43.007Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:55:43.007Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:43.007Z] DEBUG - Clicking on OK [2019-07-30T06:55:43.007Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101647004 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:43.007Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101647004 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:43.007Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101647004 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:43.007Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101647004 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:43.007Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101647005 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:43.007Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101647005 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:43.007Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:43.007Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:43.007Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:43.007Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:43.007Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:43.007Z] DEBUG - Clicked on OK [2019-07-30T06:55:43.263Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101647005 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:55:43.263Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101646282 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:55:43.518Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.114 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CollapseEventsInTableTest [2019-07-30T06:55:43.518Z] test(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CollapseEventsInTableTest) Time elapsed: 5.074 s [2019-07-30T06:55:43.518Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColorsViewTest [2019-07-30T06:55:43.518Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:55:44.080Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:55:44.080Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:55:44.080Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:55:44.080Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:55:44.080Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:55:44.080Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1101648207 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} [2019-07-30T06:55:44.080Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1101648207 data=null doit=true} to TreeItem with text {TestForFiltering} [2019-07-30T06:55:44.080Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1101648207 data=null} to TreeItem with text {TestForFiltering} [2019-07-30T06:55:44.080Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1101648207 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:55:44.080Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101648207 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} [2019-07-30T06:55:44.080Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1101648234 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:55:44.080Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:55:44.080Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1101648235 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} [2019-07-30T06:55:44.080Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1101648235 data=null doit=true} to TreeItem with text {TestForFiltering} [2019-07-30T06:55:44.080Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1101648235 data=null} to TreeItem with text {TestForFiltering} [2019-07-30T06:55:44.080Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1101648235 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:55:44.080Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101648235 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} [2019-07-30T06:55:44.080Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1101648240 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:55:44.080Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1101648240 data=null doit=true} to TreeItem with text {TestForFiltering} [2019-07-30T06:55:44.080Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1101648240 data=null} to TreeItem with text {TestForFiltering} [2019-07-30T06:55:44.080Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1101648240 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:55:44.080Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101648241 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} [2019-07-30T06:55:44.080Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1101648248 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:55:44.080Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:55:44.080Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1101648249 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} [2019-07-30T06:55:44.080Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1101648249 data=null doit=true} to TreeItem with text {Traces [0]} [2019-07-30T06:55:44.080Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1101648249 data=null} to TreeItem with text {Traces [0]} [2019-07-30T06:55:44.080Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1101648249 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:55:44.080Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101648249 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]} [2019-07-30T06:55:44.080Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1101648255 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:55:45.443Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.colors"' [2019-07-30T06:55:45.443Z] DEBUG - number of items : 7 [2019-07-30T06:55:45.443Z] DEBUG - Clicking on ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.443Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101649679 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.443Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101649679 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.443Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101649679 data=null doit=true} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.443Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101649679 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.443Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101649679 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.698Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101649679 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} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101649728 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101649737 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101649737 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101649737 data=null doit=true} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101649737 data=null} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Clicked on ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - number of items : 7 [2019-07-30T06:55:45.699Z] DEBUG - Clicking on ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101649737 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101649737 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101649737 data=null doit=true} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101649737 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101649737 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101649738 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} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101649789 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101649797 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101649797 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101649797 data=null doit=true} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101649797 data=null} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Clicked on ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - number of items : 7 [2019-07-30T06:55:45.699Z] DEBUG - Clicking on ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101649797 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101649797 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101649798 data=null doit=true} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101649798 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101649798 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101649798 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} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101649845 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101649853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101649853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101649853 data=null doit=true} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101649853 data=null} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Clicked on ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - number of items : 7 [2019-07-30T06:55:45.699Z] DEBUG - Clicking on ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101649853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101649853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101649854 data=null doit=true} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101649854 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101649854 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101649854 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} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101649903 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101649910 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101649911 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101649911 data=null doit=true} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101649911 data=null} to ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - Clicked on ToolItem with tooltip text {Insert new color setting} [2019-07-30T06:55:45.699Z] DEBUG - number of items : 7 [2019-07-30T06:55:45.699Z] DEBUG - Clicking on ToolItem with tooltip text {Increase priority} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101649911 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101649911 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority} [2019-07-30T06:55:45.699Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101649911 data=null doit=true} to ToolItem with tooltip text {Increase priority} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101649911 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101649911 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority} [2019-07-30T06:55:45.699Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101649911 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} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101649912 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101649912 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101649912 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Increase priority} [2019-07-30T06:55:45.699Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101649912 data=null doit=true} to ToolItem with tooltip text {Increase priority} [2019-07-30T06:55:45.699Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101649912 data=null} to ToolItem with tooltip text {Increase priority} [2019-07-30T06:55:45.699Z] DEBUG - Clicked on ToolItem with tooltip text {Increase priority} [2019-07-30T06:55:45.699Z] DEBUG - number of items : 7 [2019-07-30T06:55:45.699Z] DEBUG - Clicking on ToolItem with tooltip text {Decrease priority} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101649912 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101649912 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority} [2019-07-30T06:55:45.699Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101649912 data=null doit=true} to ToolItem with tooltip text {Decrease priority} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101649912 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority} [2019-07-30T06:55:45.699Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101649912 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority} [2019-07-30T06:55:45.699Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101649913 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} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101649948 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101649956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101649956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Decrease priority} [2019-07-30T06:55:45.955Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101649956 data=null doit=true} to ToolItem with tooltip text {Decrease priority} [2019-07-30T06:55:45.955Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101649956 data=null} to ToolItem with tooltip text {Decrease priority} [2019-07-30T06:55:45.955Z] DEBUG - Clicked on ToolItem with tooltip text {Decrease priority} [2019-07-30T06:55:45.955Z] DEBUG - number of items : 7 [2019-07-30T06:55:45.955Z] DEBUG - Clicking on ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101649956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101649956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101649956 data=null doit=true} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101649956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101649956 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101649956 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} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101649994 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101650001 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101650001 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101650001 data=null doit=true} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101650001 data=null} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Clicked on ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text " Text ", using matcher: of type 'Label' [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text " Text ", using matcher: (of type 'Label') [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text " Text ", using matcher: of type 'Label' [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text " Text ", using matcher: (of type 'Label') [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text " Text ", using matcher: of type 'Label' [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text " Text ", using matcher: (of type 'Label') [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T06:55:45.955Z] DEBUG - Attempting to set focus on (of type 'Label') [2019-07-30T06:55:45.955Z] DEBUG - number of items : 7 [2019-07-30T06:55:45.955Z] DEBUG - Clicking on ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101650003 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101650003 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101650003 data=null doit=true} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101650003 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101650003 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101650003 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} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101650044 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101650051 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101650052 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101650052 data=null doit=true} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101650052 data=null} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Clicked on ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text " Text ", using matcher: of type 'Label' [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text " Text ", using matcher: (of type 'Label') [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text " Text ", using matcher: of type 'Label' [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text " Text ", using matcher: (of type 'Label') [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T06:55:45.955Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T06:55:45.955Z] DEBUG - Attempting to set focus on (of type 'Label') [2019-07-30T06:55:45.955Z] DEBUG - number of items : 7 [2019-07-30T06:55:45.955Z] DEBUG - Clicking on ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101650052 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101650053 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101650053 data=null doit=true} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101650053 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101650053 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101650053 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} [2019-07-30T06:55:45.955Z] WARN - Widget is not enabled: ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] WARN - Widget is not enabled: ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] WARN - Widget is not enabled: ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] WARN - Widget is not enabled: ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] WARN - Widget is not enabled: ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - Clicked on ToolItem with tooltip text {Delete color setting} [2019-07-30T06:55:45.955Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:55:45.955Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:55:45.955Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:55:45.955Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:55:45.955Z] DEBUG - Selecting rows [2] in (of type 'Table') [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1101650189 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101650189 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:55:45.955Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1101650189 data=null doit=true} to (of type 'Table') [2019-07-30T06:55:45.955Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1101650190 data=null} to (of type 'Table') [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1101650190 data=null button=1 stateMask=0x0 x=22 y=53 count=1} to (of type 'Table') [2019-07-30T06:55:45.955Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101650190 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') [2019-07-30T06:55:45.955Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1101650191 data=null button=1 stateMask=0x80000 x=22 y=53 count=1} to (of type 'Table') [2019-07-30T06:55:47.842Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.318 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColorsViewTest [2019-07-30T06:55:47.842Z] testYellow(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ColorsViewTest) Time elapsed: 0.555 s [2019-07-30T06:55:47.842Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest [2019-07-30T06:55:47.842Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:55:48.401Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:55:48.401Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:55:48.401Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:55:48.401Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:55:48.401Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:55:48.401Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestAxisAlignment} time=1101652581 data=null button=0 stateMask=0x0 x=100 y=11 count=0} to TreeItem with text {TestAxisAlignment} [2019-07-30T06:55:48.401Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestAxisAlignment} time=1101652581 data=null doit=true} to TreeItem with text {TestAxisAlignment} [2019-07-30T06:55:48.401Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestAxisAlignment} time=1101652581 data=null} to TreeItem with text {TestAxisAlignment} [2019-07-30T06:55:48.401Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestAxisAlignment} time=1101652581 data=null button=1 stateMask=0x0 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment} [2019-07-30T06:55:48.401Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101652581 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} [2019-07-30T06:55:48.401Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestAxisAlignment} time=1101652609 data=null button=1 stateMask=0x80000 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment} [2019-07-30T06:55:48.401Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:55:48.401Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestAxisAlignment} time=1101652609 data=null button=0 stateMask=0x0 x=100 y=11 count=0} to TreeItem with text {TestAxisAlignment} [2019-07-30T06:55:48.401Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestAxisAlignment} time=1101652609 data=null doit=true} to TreeItem with text {TestAxisAlignment} [2019-07-30T06:55:48.401Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestAxisAlignment} time=1101652609 data=null} to TreeItem with text {TestAxisAlignment} [2019-07-30T06:55:48.401Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestAxisAlignment} time=1101652610 data=null button=1 stateMask=0x0 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment} [2019-07-30T06:55:48.401Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101652610 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} [2019-07-30T06:55:48.401Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestAxisAlignment} time=1101652619 data=null button=1 stateMask=0x80000 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment} [2019-07-30T06:55:48.401Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestAxisAlignment} time=1101652619 data=null doit=true} to TreeItem with text {TestAxisAlignment} [2019-07-30T06:55:48.401Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestAxisAlignment} time=1101652619 data=null} to TreeItem with text {TestAxisAlignment} [2019-07-30T06:55:48.401Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestAxisAlignment} time=1101652620 data=null button=1 stateMask=0x0 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment} [2019-07-30T06:55:48.401Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101652620 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} [2019-07-30T06:55:48.401Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestAxisAlignment} time=1101652622 data=null button=1 stateMask=0x80000 x=84 y=11 count=1} to TreeItem with text {TestAxisAlignment} [2019-07-30T06:55:48.401Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:55:48.401Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1101652622 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]} [2019-07-30T06:55:48.401Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1101652622 data=null doit=true} to TreeItem with text {Traces [0]} [2019-07-30T06:55:48.401Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1101652622 data=null} to TreeItem with text {Traces [0]} [2019-07-30T06:55:48.401Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1101652623 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:55:48.401Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101652623 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]} [2019-07-30T06:55:48.401Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1101652636 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:55:51.666Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"' [2019-07-30T06:55:51.666Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash' [2019-07-30T06:55:51.666Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' [2019-07-30T06:55:51.666Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:55:51.666Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.timechart"' [2019-07-30T06:55:51.666Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:55:51.666Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=1101655313 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} [2019-07-30T06:55:51.666Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=1101655313 data=null doit=true} to Sash with text {} [2019-07-30T06:55:51.666Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101655320 data=null item=null detail=0 x=150 y=0 width=3 height=114 stateMask=0x0 text=null doit=true} to Sash with text {} [2019-07-30T06:55:51.666Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=1101655322 data=null button=1 stateMask=0x0 x=1 y=57 count=1} to Sash with text {} [2019-07-30T06:55:51.666Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=1101655323 data=null x=1 y=57 width=0 height=0 detail=0} to Sash with text {} [2019-07-30T06:55:51.666Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=1101655323 data=null} to Sash with text {} [2019-07-30T06:55:51.666Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101655324 data=null item=null detail=0 x=200 y=0 width=3 height=114 stateMask=0x0 text=null doit=true} to Sash with text {} [2019-07-30T06:55:51.666Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=1101655325 data=null button=0 stateMask=0x80000 x=1 y=57 count=0} to Sash with text {} [2019-07-30T06:55:51.666Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101655326 data=null item=null detail=0 x=200 y=0 width=3 height=114 stateMask=0x80000 text=null doit=true} to Sash with text {} [2019-07-30T06:55:51.666Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=1101655326 data=null button=1 stateMask=0x0 x=1 y=57 count=1} to Sash with text {} [2019-07-30T06:55:51.666Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=1101655326 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} [2019-07-30T06:55:51.922Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=1101655929 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} [2019-07-30T06:55:51.922Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=1101655929 data=null doit=true} to Sash with text {} [2019-07-30T06:55:51.922Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101655929 data=null item=null detail=0 x=201 y=0 width=3 height=114 stateMask=0x0 text=null doit=true} to Sash with text {} [2019-07-30T06:55:51.922Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=1101655931 data=null button=1 stateMask=0x0 x=1 y=57 count=1} to Sash with text {} [2019-07-30T06:55:51.922Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=1101655932 data=null x=1 y=57 width=0 height=0 detail=0} to Sash with text {} [2019-07-30T06:55:51.922Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=1101655932 data=null} to Sash with text {} [2019-07-30T06:55:51.922Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101655932 data=null item=null detail=0 x=150 y=0 width=3 height=114 stateMask=0x0 text=null doit=true} to Sash with text {} [2019-07-30T06:55:51.922Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=1101655933 data=null button=0 stateMask=0x80000 x=1 y=57 count=0} to Sash with text {} [2019-07-30T06:55:51.922Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101655938 data=null item=null detail=0 x=150 y=0 width=3 height=114 stateMask=0x80000 text=null doit=true} to Sash with text {} [2019-07-30T06:55:51.922Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=1101655939 data=null button=1 stateMask=0x0 x=1 y=57 count=1} to Sash with text {} [2019-07-30T06:55:51.922Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=1101655939 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} [2019-07-30T06:55:52.483Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:55:54.995Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' [2019-07-30T06:55:54.995Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:55:54.995Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"' [2019-07-30T06:55:54.995Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash' [2019-07-30T06:55:54.995Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.timechart"' [2019-07-30T06:55:54.995Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:55:54.995Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=1101659049 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} [2019-07-30T06:55:54.995Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101659049 data=null button=0 stateMask=0x0 x=182 y=123 count=0} to TimeGraphControl with text {} [2019-07-30T06:55:54.995Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=1101659050 data=null doit=true} to TimeGraphControl with text {} [2019-07-30T06:55:54.995Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=1101659050 data=null} to TimeGraphControl with text {} [2019-07-30T06:55:54.995Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=1101659058 data=null button=1 stateMask=0x0 x=182 y=123 count=1} to TimeGraphControl with text {} [2019-07-30T06:55:54.995Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TimeGraphControl {} time=1101659059 data=null x=232 y=123 width=0 height=0 detail=0} to TimeGraphControl with text {} [2019-07-30T06:55:54.995Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101659059 data=null button=1 stateMask=0x80000 x=232 y=123 count=1} to TimeGraphControl with text {} [2019-07-30T06:55:54.995Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=1101659063 data=null button=1 stateMask=0x80000 x=232 y=123 count=1} to TimeGraphControl with text {} [2019-07-30T06:55:54.995Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101659063 data=null button=0 stateMask=0x0 x=0 y=123 count=0} to TimeGraphControl with text {} [2019-07-30T06:55:54.995Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=1101659064 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} [2019-07-30T06:55:54.995Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=1101659064 data=null doit=true} to TimeGraphControl with text {} [2019-07-30T06:55:54.995Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=1101659064 data=null} to TimeGraphControl with text {} [2019-07-30T06:55:55.556Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=1101659567 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} [2019-07-30T06:55:55.556Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101659567 data=null button=0 stateMask=0x0 x=232 y=123 count=0} to TimeGraphControl with text {} [2019-07-30T06:55:55.556Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=1101659567 data=null doit=true} to TimeGraphControl with text {} [2019-07-30T06:55:55.556Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=1101659567 data=null} to TimeGraphControl with text {} [2019-07-30T06:55:55.556Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=1101659575 data=null button=1 stateMask=0x0 x=232 y=123 count=1} to TimeGraphControl with text {} [2019-07-30T06:55:55.556Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TimeGraphControl {} time=1101659575 data=null x=182 y=123 width=0 height=0 detail=0} to TimeGraphControl with text {} [2019-07-30T06:55:55.556Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101659575 data=null button=1 stateMask=0x80000 x=182 y=123 count=1} to TimeGraphControl with text {} [2019-07-30T06:55:55.556Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=1101659577 data=null button=1 stateMask=0x80000 x=182 y=123 count=1} to TimeGraphControl with text {} [2019-07-30T06:55:55.556Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101659577 data=null button=0 stateMask=0x0 x=0 y=123 count=0} to TimeGraphControl with text {} [2019-07-30T06:55:55.556Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=1101659577 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} [2019-07-30T06:55:55.556Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=1101659577 data=null doit=true} to TimeGraphControl with text {} [2019-07-30T06:55:55.556Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=1101659577 data=null} to TimeGraphControl with text {} [2019-07-30T06:55:56.117Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:55:58.633Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' [2019-07-30T06:55:58.633Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:55:58.633Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"' [2019-07-30T06:55:58.633Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash' [2019-07-30T06:55:58.633Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=1101662578 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} [2019-07-30T06:55:58.633Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101662578 data=null button=0 stateMask=0x0 x=182 y=76 count=0} to TimeGraphControl with text {} [2019-07-30T06:55:58.633Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=1101662578 data=null doit=true} to TimeGraphControl with text {} [2019-07-30T06:55:58.633Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=1101662578 data=null} to TimeGraphControl with text {} [2019-07-30T06:55:58.633Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=1101662585 data=null button=1 stateMask=0x0 x=182 y=76 count=1} to TimeGraphControl with text {} [2019-07-30T06:55:58.633Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TimeGraphControl {} time=1101662586 data=null x=232 y=76 width=0 height=0 detail=0} to TimeGraphControl with text {} [2019-07-30T06:55:58.633Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101662586 data=null button=1 stateMask=0x80000 x=232 y=76 count=1} to TimeGraphControl with text {} [2019-07-30T06:55:58.633Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=1101662588 data=null button=1 stateMask=0x80000 x=232 y=76 count=1} to TimeGraphControl with text {} [2019-07-30T06:55:58.633Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101662588 data=null button=0 stateMask=0x0 x=0 y=76 count=0} to TimeGraphControl with text {} [2019-07-30T06:55:58.633Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=1101662589 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} [2019-07-30T06:55:58.633Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=1101662589 data=null doit=true} to TimeGraphControl with text {} [2019-07-30T06:55:58.633Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=1101662589 data=null} to TimeGraphControl with text {} [2019-07-30T06:55:58.889Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=1101663094 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} [2019-07-30T06:55:58.889Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101663094 data=null button=0 stateMask=0x0 x=232 y=76 count=0} to TimeGraphControl with text {} [2019-07-30T06:55:58.889Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=1101663095 data=null doit=true} to TimeGraphControl with text {} [2019-07-30T06:55:58.889Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=1101663095 data=null} to TimeGraphControl with text {} [2019-07-30T06:55:58.889Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=1101663106 data=null button=1 stateMask=0x0 x=232 y=76 count=1} to TimeGraphControl with text {} [2019-07-30T06:55:58.889Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TimeGraphControl {} time=1101663106 data=null x=182 y=76 width=0 height=0 detail=0} to TimeGraphControl with text {} [2019-07-30T06:55:58.889Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101663106 data=null button=1 stateMask=0x80000 x=182 y=76 count=1} to TimeGraphControl with text {} [2019-07-30T06:55:58.889Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=1101663108 data=null button=1 stateMask=0x80000 x=182 y=76 count=1} to TimeGraphControl with text {} [2019-07-30T06:55:58.889Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101663108 data=null button=0 stateMask=0x0 x=0 y=76 count=0} to TimeGraphControl with text {} [2019-07-30T06:55:58.889Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=1101663108 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} [2019-07-30T06:55:58.889Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=1101663109 data=null doit=true} to TimeGraphControl with text {} [2019-07-30T06:55:58.889Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=1101663109 data=null} to TimeGraphControl with text {} [2019-07-30T06:55:59.450Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:56:01.962Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' [2019-07-30T06:56:01.962Z] DEBUG - matched MenuItem with text "Align Views", using matcher: with mnemonic 'Align Views' [2019-07-30T06:56:01.962Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:56:04.477Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' [2019-07-30T06:56:04.477Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:56:04.477Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"' [2019-07-30T06:56:04.477Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash' [2019-07-30T06:56:04.477Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.timechart"' [2019-07-30T06:56:04.477Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:56:04.477Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=1101668490 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} [2019-07-30T06:56:04.477Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101668490 data=null button=0 stateMask=0x0 x=173 y=68 count=0} to TimeGraphControl with text {} [2019-07-30T06:56:04.477Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=1101668492 data=null doit=true} to TimeGraphControl with text {} [2019-07-30T06:56:04.477Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=1101668492 data=null} to TimeGraphControl with text {} [2019-07-30T06:56:04.477Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=1101668496 data=null button=1 stateMask=0x0 x=173 y=68 count=1} to TimeGraphControl with text {} [2019-07-30T06:56:04.477Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TimeGraphControl {} time=1101668496 data=null x=223 y=68 width=0 height=0 detail=0} to TimeGraphControl with text {} [2019-07-30T06:56:04.477Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101668497 data=null button=1 stateMask=0x80000 x=223 y=68 count=1} to TimeGraphControl with text {} [2019-07-30T06:56:04.477Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=1101668498 data=null button=1 stateMask=0x80000 x=223 y=68 count=1} to TimeGraphControl with text {} [2019-07-30T06:56:04.477Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101668498 data=null button=0 stateMask=0x0 x=0 y=68 count=0} to TimeGraphControl with text {} [2019-07-30T06:56:04.477Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=1101668499 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} [2019-07-30T06:56:04.477Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=1101668499 data=null doit=true} to TimeGraphControl with text {} [2019-07-30T06:56:04.477Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=1101668499 data=null} to TimeGraphControl with text {} [2019-07-30T06:56:05.037Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=1101669001 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} [2019-07-30T06:56:05.037Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101669002 data=null button=0 stateMask=0x0 x=223 y=68 count=0} to TimeGraphControl with text {} [2019-07-30T06:56:05.037Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=1101669002 data=null doit=true} to TimeGraphControl with text {} [2019-07-30T06:56:05.037Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=1101669002 data=null} to TimeGraphControl with text {} [2019-07-30T06:56:05.037Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=1101669013 data=null button=1 stateMask=0x0 x=223 y=68 count=1} to TimeGraphControl with text {} [2019-07-30T06:56:05.037Z] DEBUG - Sent event DragDetect [29]: Event {type=29 TimeGraphControl {} time=1101669014 data=null x=173 y=68 width=0 height=0 detail=0} to TimeGraphControl with text {} [2019-07-30T06:56:05.037Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101669014 data=null button=1 stateMask=0x80000 x=173 y=68 count=1} to TimeGraphControl with text {} [2019-07-30T06:56:05.037Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=1101669015 data=null button=1 stateMask=0x80000 x=173 y=68 count=1} to TimeGraphControl with text {} [2019-07-30T06:56:05.037Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101669015 data=null button=0 stateMask=0x0 x=0 y=68 count=0} to TimeGraphControl with text {} [2019-07-30T06:56:05.037Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=1101669015 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} [2019-07-30T06:56:05.037Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=1101669015 data=null doit=true} to TimeGraphControl with text {} [2019-07-30T06:56:05.037Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=1101669015 data=null} to TimeGraphControl with text {} [2019-07-30T06:56:05.292Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:56:07.811Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"' [2019-07-30T06:56:07.811Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash' [2019-07-30T06:56:07.811Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' [2019-07-30T06:56:07.811Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:56:07.811Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=1101671835 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} [2019-07-30T06:56:07.811Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=1101671835 data=null doit=true} to Sash with text {} [2019-07-30T06:56:07.811Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101671835 data=null item=null detail=0 x=142 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} [2019-07-30T06:56:07.811Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=1101671839 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} [2019-07-30T06:56:07.811Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=1101671840 data=null x=1 y=78 width=0 height=0 detail=0} to Sash with text {} [2019-07-30T06:56:07.811Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=1101671840 data=null} to Sash with text {} [2019-07-30T06:56:07.811Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101671840 data=null item=null detail=0 x=192 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} [2019-07-30T06:56:07.811Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=1101671841 data=null button=0 stateMask=0x80000 x=1 y=78 count=0} to Sash with text {} [2019-07-30T06:56:07.811Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101671842 data=null item=null detail=0 x=192 y=0 width=3 height=157 stateMask=0x80000 text=null doit=true} to Sash with text {} [2019-07-30T06:56:07.811Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=1101671843 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} [2019-07-30T06:56:07.811Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=1101671843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} [2019-07-30T06:56:08.371Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=1101672444 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} [2019-07-30T06:56:08.371Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=1101672444 data=null doit=true} to Sash with text {} [2019-07-30T06:56:08.371Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101672444 data=null item=null detail=0 x=192 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} [2019-07-30T06:56:08.371Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=1101672445 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} [2019-07-30T06:56:08.371Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=1101672446 data=null x=1 y=78 width=0 height=0 detail=0} to Sash with text {} [2019-07-30T06:56:08.371Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=1101672446 data=null} to Sash with text {} [2019-07-30T06:56:08.371Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101672446 data=null item=null detail=0 x=142 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} [2019-07-30T06:56:08.371Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=1101672447 data=null button=0 stateMask=0x80000 x=1 y=78 count=0} to Sash with text {} [2019-07-30T06:56:08.371Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101672448 data=null item=null detail=0 x=142 y=0 width=3 height=157 stateMask=0x80000 text=null doit=true} to Sash with text {} [2019-07-30T06:56:08.371Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=1101672449 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} [2019-07-30T06:56:08.371Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=1101672449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} [2019-07-30T06:56:08.931Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:56:11.444Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"' [2019-07-30T06:56:11.444Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash' [2019-07-30T06:56:11.444Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.timechart"' [2019-07-30T06:56:11.444Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:56:11.445Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=1101675583 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} [2019-07-30T06:56:11.445Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=1101675583 data=null doit=true} to Sash with text {} [2019-07-30T06:56:11.445Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101675583 data=null item=null detail=0 x=133 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} [2019-07-30T06:56:11.445Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=1101675584 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} [2019-07-30T06:56:11.445Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=1101675588 data=null x=1 y=78 width=0 height=0 detail=0} to Sash with text {} [2019-07-30T06:56:11.445Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=1101675588 data=null} to Sash with text {} [2019-07-30T06:56:11.445Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101675588 data=null item=null detail=0 x=183 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} [2019-07-30T06:56:11.445Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=1101675589 data=null button=0 stateMask=0x80000 x=1 y=78 count=0} to Sash with text {} [2019-07-30T06:56:11.445Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101675590 data=null item=null detail=0 x=183 y=0 width=3 height=157 stateMask=0x80000 text=null doit=true} to Sash with text {} [2019-07-30T06:56:11.445Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=1101675590 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} [2019-07-30T06:56:11.445Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=1101675590 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} [2019-07-30T06:56:12.005Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=1101676191 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} [2019-07-30T06:56:12.005Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=1101676191 data=null doit=true} to Sash with text {} [2019-07-30T06:56:12.005Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101676191 data=null item=null detail=0 x=183 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} [2019-07-30T06:56:12.005Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=1101676192 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} [2019-07-30T06:56:12.005Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=1101676193 data=null x=1 y=78 width=0 height=0 detail=0} to Sash with text {} [2019-07-30T06:56:12.005Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=1101676193 data=null} to Sash with text {} [2019-07-30T06:56:12.005Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101676193 data=null item=null detail=0 x=133 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} [2019-07-30T06:56:12.005Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=1101676194 data=null button=0 stateMask=0x80000 x=1 y=78 count=0} to Sash with text {} [2019-07-30T06:56:12.005Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101676195 data=null item=null detail=0 x=133 y=0 width=3 height=157 stateMask=0x80000 text=null doit=true} to Sash with text {} [2019-07-30T06:56:12.005Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=1101676196 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} [2019-07-30T06:56:12.005Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=1101676196 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} [2019-07-30T06:56:12.566Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"' [2019-07-30T06:56:12.566Z] DEBUG - matched Sash with text "", using matcher: of type 'Sash' [2019-07-30T06:56:12.566Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' [2019-07-30T06:56:12.566Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:56:12.566Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=1101676798 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} [2019-07-30T06:56:12.566Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=1101676798 data=null doit=true} to Sash with text {} [2019-07-30T06:56:12.566Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101676798 data=null item=null detail=0 x=134 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} [2019-07-30T06:56:12.566Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=1101676799 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} [2019-07-30T06:56:12.566Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=1101676800 data=null x=1 y=78 width=0 height=0 detail=0} to Sash with text {} [2019-07-30T06:56:12.566Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=1101676800 data=null} to Sash with text {} [2019-07-30T06:56:12.566Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101676800 data=null item=null detail=0 x=184 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} [2019-07-30T06:56:12.566Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=1101676801 data=null button=0 stateMask=0x80000 x=1 y=78 count=0} to Sash with text {} [2019-07-30T06:56:12.566Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101676802 data=null item=null detail=0 x=184 y=0 width=3 height=157 stateMask=0x80000 text=null doit=true} to Sash with text {} [2019-07-30T06:56:12.566Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=1101676802 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} [2019-07-30T06:56:12.566Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=1101676803 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} [2019-07-30T06:56:13.493Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Sash {} time=1101677403 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} [2019-07-30T06:56:13.493Z] DEBUG - Sent event Activate [26]: ShellEvent{Sash {} time=1101677403 data=null doit=true} to Sash with text {} [2019-07-30T06:56:13.493Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101677404 data=null item=null detail=0 x=184 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} [2019-07-30T06:56:13.493Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Sash {} time=1101677408 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} [2019-07-30T06:56:13.493Z] DEBUG - Sent event DragDetect [29]: Event {type=29 Sash {} time=1101677408 data=null x=1 y=78 width=0 height=0 detail=0} to Sash with text {} [2019-07-30T06:56:13.493Z] DEBUG - Sent event Move [10]: ControlEvent{Sash {} time=1101677408 data=null} to Sash with text {} [2019-07-30T06:56:13.493Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101677408 data=null item=null detail=0 x=134 y=0 width=3 height=157 stateMask=0x0 text=null doit=true} to Sash with text {} [2019-07-30T06:56:13.493Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Sash {} time=1101677409 data=null button=0 stateMask=0x80000 x=1 y=78 count=0} to Sash with text {} [2019-07-30T06:56:13.493Z] DEBUG - Sent event Selection [13]: SelectionEvent{Sash {} time=1101677410 data=null item=null detail=0 x=134 y=0 width=3 height=157 stateMask=0x80000 text=null doit=true} to Sash with text {} [2019-07-30T06:56:13.493Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Sash {} time=1101677411 data=null button=1 stateMask=0x0 x=1 y=78 count=1} to Sash with text {} [2019-07-30T06:56:13.493Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Sash {} time=1101677411 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to Sash with text {} [2019-07-30T06:56:14.056Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:56:14.056Z] DEBUG - matched PerspectiveDescriptor with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.perspective"' [2019-07-30T06:56:14.056Z] DEBUG - matched PerspectiveDescriptor with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.test.align.1"' [2019-07-30T06:56:14.056Z] DEBUG - matched PerspectiveDescriptor with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.test.align.2"' [2019-07-30T06:56:14.311Z] DEBUG - matched PerspectiveDescriptor with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.test.align.3"' [2019-07-30T06:56:14.311Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1101678392 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T06:56:14.311Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:56:14.311Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:56:14.311Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:56:14.311Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:14.311Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestAxisAlignment} time=1101678396 data=null button=0 stateMask=0x0 x=100 y=11 count=0} to TreeItem with text {TestAxisAlignment} [2019-07-30T06:56:14.311Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestAxisAlignment} time=1101678396 data=null doit=true} to TreeItem with text {TestAxisAlignment} [2019-07-30T06:56:14.311Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestAxisAlignment} time=1101678396 data=null} to TreeItem with text {TestAxisAlignment} [2019-07-30T06:56:14.311Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestAxisAlignment} time=1101678397 data=null button=1 stateMask=0x0 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment} [2019-07-30T06:56:14.311Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101678397 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} [2019-07-30T06:56:14.311Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestAxisAlignment} time=1101678404 data=null button=1 stateMask=0x80000 x=100 y=11 count=1} to TreeItem with text {TestAxisAlignment} [2019-07-30T06:56:14.311Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:56:14.311Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:56:14.568Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:56:14.568Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:56:14.568Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:56:14.568Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:56:14.568Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:56:14.568Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:14.568Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:56:14.568Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:14.568Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:14.568Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:14.568Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:56:14.568Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101678715 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:14.568Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101678716 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:14.568Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101678716 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:14.568Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101678716 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:14.568Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101678716 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:14.568Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101678716 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:14.568Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101678716 data=null 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') [2019-07-30T06:56:14.568Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101678716 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:14.568Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101678716 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:14.568Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101678716 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:14.568Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101678716 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:14.568Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101678716 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:14.568Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:14.568Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:56:14.568Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:56:14.568Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:14.568Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:14.568Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:56:14.568Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:56:14.568Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:14.568Z] DEBUG - Clicking on OK [2019-07-30T06:56:14.568Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101678717 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:14.568Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101678717 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:14.568Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101678717 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:14.568Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101678717 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:14.568Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101678717 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:14.568Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101678717 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:14.568Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:14.568Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:14.568Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:14.568Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:14.568Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:14.568Z] DEBUG - Clicked on OK [2019-07-30T06:56:15.128Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101678717 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:15.128Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101678505 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:56:15.128Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.434 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest [2019-07-30T06:56:15.128Z] testMoveHistogramOthersFollow(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest) Time elapsed: 4.092 s [2019-07-30T06:56:15.128Z] testNotOverlappingTgStubMove(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest) Time elapsed: 3.503 s [2019-07-30T06:56:15.128Z] testOverlappingTgStubMove(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest) Time elapsed: 3.549 s [2019-07-30T06:56:15.128Z] testMenuItem(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest) Time elapsed: 2.422 s [2019-07-30T06:56:15.128Z] testMoveTgStubOthersFollow(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest) Time elapsed: 3.505 s [2019-07-30T06:56:15.128Z] testOverlappingHistogramMove(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest) Time elapsed: 3.572 s [2019-07-30T06:56:15.128Z] testNotOverlappingHistogramMove(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TmfAlignTimeAxisTest) Time elapsed: 4.913 s [2019-07-30T06:56:15.128Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CopyToClipboardTest [2019-07-30T06:56:17.014Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' [2019-07-30T06:56:17.014Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:56:17.014Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:56:17.014Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:56:17.014Z] DEBUG - Clicking on TableItem with text {} [2019-07-30T06:56:17.014Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1101680938 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} [2019-07-30T06:56:17.014Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1101680938 data=null doit=true} to TableItem with text {} [2019-07-30T06:56:17.014Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T06:56:17.014Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1101680939 data=null} to TableItem with text {} [2019-07-30T06:56:17.014Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1101680939 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} [2019-07-30T06:56:17.014Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101680939 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {} [2019-07-30T06:56:17.014Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1101680943 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} [2019-07-30T06:56:17.014Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {} time=1101680943 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} [2019-07-30T06:56:17.014Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {} time=1101680943 data=null doit=true} to TableItem with text {} [2019-07-30T06:56:17.014Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {} time=1101680943 data=null} to TableItem with text {} [2019-07-30T06:56:17.014Z] DEBUG - Clicked on TableItem with text {} [2019-07-30T06:56:17.014Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:56:17.574Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:56:17.574Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:56:17.574Z] DEBUG - Clicking on TableItem with text {} [2019-07-30T06:56:17.574Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1101681584 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} [2019-07-30T06:56:17.574Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1101681584 data=null doit=true} to TableItem with text {} [2019-07-30T06:56:17.574Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T06:56:17.574Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1101681585 data=null} to TableItem with text {} [2019-07-30T06:56:17.574Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1101681585 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} [2019-07-30T06:56:17.574Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101681585 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {} [2019-07-30T06:56:17.574Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1101681588 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} [2019-07-30T06:56:17.574Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {} time=1101681588 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} [2019-07-30T06:56:17.574Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {} time=1101681588 data=null doit=true} to TableItem with text {} [2019-07-30T06:56:17.574Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {} time=1101681588 data=null} to TableItem with text {} [2019-07-30T06:56:17.574Z] DEBUG - Clicked on TableItem with text {} [2019-07-30T06:56:17.574Z] DEBUG - matched MenuItem with text "Copy to Clipboard", using matcher: with mnemonic 'Copy to Clipboard' [2019-07-30T06:56:17.574Z] DEBUG - Clicking on with mnemonic 'Copy to Clipboard' [2019-07-30T06:56:17.574Z] DEBUG - Clicked on with mnemonic 'Copy to Clipboard' [2019-07-30T06:56:17.574Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Copy to Clipboard} time=1101681626 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' [2019-07-30T06:56:18.134Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:56:18.134Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:56:18.134Z] DEBUG - Clicking on TableItem with text {} [2019-07-30T06:56:18.134Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1101682212 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} [2019-07-30T06:56:18.134Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1101682212 data=null doit=true} to TableItem with text {} [2019-07-30T06:56:18.134Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T06:56:18.134Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1101682212 data=null} to TableItem with text {} [2019-07-30T06:56:18.134Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1101682212 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} [2019-07-30T06:56:18.134Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101682213 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {} [2019-07-30T06:56:18.134Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1101682214 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} [2019-07-30T06:56:18.134Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {} time=1101682215 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} [2019-07-30T06:56:18.134Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {} time=1101682215 data=null doit=true} to TableItem with text {} [2019-07-30T06:56:18.134Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {} time=1101682215 data=null} to TableItem with text {} [2019-07-30T06:56:18.134Z] DEBUG - Clicked on TableItem with text {} [2019-07-30T06:56:18.134Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:56:18.134Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:56:18.134Z] DEBUG - matched MenuItem with text "Copy to Clipboard", using matcher: with mnemonic 'Copy to Clipboard' [2019-07-30T06:56:18.134Z] DEBUG - Clicking on with mnemonic 'Copy to Clipboard' [2019-07-30T06:56:18.390Z] DEBUG - Clicked on with mnemonic 'Copy to Clipboard' [2019-07-30T06:56:18.390Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Copy to Clipboard} time=1101682282 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' [2019-07-30T06:56:18.390Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1101682404 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} [2019-07-30T06:56:18.390Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:56:18.390Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:56:18.390Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:56:18.390Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:18.390Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1101682515 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T06:56:18.390Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101682515 data=null doit=true} to TreeItem with text {test} [2019-07-30T06:56:18.390Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101682515 data=null} to TreeItem with text {test} [2019-07-30T06:56:18.390Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101682516 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:56:18.390Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101682516 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T06:56:18.390Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101682594 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:56:18.646Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:56:18.646Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:56:18.646Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:56:19.208Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:56:19.208Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:56:19.208Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:56:19.208Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:56:19.208Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:19.208Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:56:19.208Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:19.208Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:19.208Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:19.208Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:56:19.208Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101683448 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:19.208Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101683448 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:19.208Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101683448 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:19.208Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101683448 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:19.208Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101683448 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:19.208Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101683448 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:19.208Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101683448 data=null 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') [2019-07-30T06:56:19.208Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101683449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:19.208Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101683449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:19.208Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101683449 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:19.208Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101683449 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:19.208Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101683449 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:19.208Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:19.208Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:56:19.208Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:56:19.208Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:19.208Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:19.208Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:56:19.208Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:56:19.208Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:19.208Z] DEBUG - Clicking on OK [2019-07-30T06:56:19.208Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101683450 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:19.208Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101683450 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:19.208Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101683450 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:19.208Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101683450 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:19.208Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101683450 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:19.208Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101683450 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:19.208Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:19.208Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:19.208Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:19.208Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:19.208Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:19.208Z] DEBUG - Clicked on OK [2019-07-30T06:56:19.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101683450 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:19.773Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101682680 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:56:19.773Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.68 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CopyToClipboardTest [2019-07-30T06:56:19.773Z] testNoCopySearchRow(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CopyToClipboardTest) Time elapsed: 0.648 s [2019-07-30T06:56:19.773Z] testCopySingleSelection(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CopyToClipboardTest) Time elapsed: 0.627 s [2019-07-30T06:56:19.773Z] testCopyMultipleSelection(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CopyToClipboardTest) Time elapsed: 0.186 s [2019-07-30T06:56:19.773Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FontEventEditorTest [2019-07-30T06:56:21.660Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' [2019-07-30T06:56:21.660Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:56:21.660Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:56:21.660Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:56:21.660Z] DEBUG - matched MenuItem with text "Show Raw", using matcher: with mnemonic 'Show Raw' [2019-07-30T06:56:21.660Z] DEBUG - Clicking on with mnemonic 'Show Raw' [2019-07-30T06:56:21.660Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Show Raw} time=1101685848 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' [2019-07-30T06:56:21.915Z] DEBUG - Clicked on with mnemonic 'Show Raw' [2019-07-30T06:56:21.915Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Clicking on (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1101686029 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101686029 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1101686029 data=null doit=true} to (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1101686029 data=null} to (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1101686029 data=null button=1 stateMask=0x0 x=98 y=95 count=1} to (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1101686029 data=null button=1 stateMask=0x80000 x=98 y=95 count=1} to (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101686030 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1101686102 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101686103 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1101686103 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1101686103 data=null doit=true} to (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1101686103 data=null} to (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Clicked on (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Selecting rows [4] in (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1101686104 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101686104 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1101686104 data=null doit=true} to (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1101686104 data=null} to (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1101686104 data=null button=1 stateMask=0x0 x=22 y=95 count=1} to (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101686104 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1101686105 data=null button=1 stateMask=0x80000 x=22 y=95 count=1} to (of type 'Table') [2019-07-30T06:56:21.915Z] DEBUG - matched StyledText with text "Jan 1 04:04:04 HostD...", using matcher: of type 'StyledText' [2019-07-30T06:56:21.915Z] DEBUG - matched StyledText with text "Jan 1 04:04:04 HostD...", using matcher: (of type 'StyledText') [2019-07-30T06:56:21.915Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1101686108 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} [2019-07-30T06:56:22.171Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' [2019-07-30T06:56:22.171Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' [2019-07-30T06:56:22.171Z] DEBUG - Clicking on with mnemonic 'Preferences' [2019-07-30T06:56:22.171Z] *** BUG *** [2019-07-30T06:56:22.171Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T06:56:22.171Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T06:56:22.171Z] [2019-07-30T06:56:22.171Z] *** BUG *** [2019-07-30T06:56:22.171Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T06:56:22.171Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T06:56:22.171Z] [2019-07-30T06:56:22.171Z] *** BUG *** [2019-07-30T06:56:22.171Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T06:56:22.171Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T06:56:22.171Z] [2019-07-30T06:56:22.171Z] *** BUG *** [2019-07-30T06:56:22.171Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T06:56:22.171Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T06:56:22.171Z] [2019-07-30T06:56:22.426Z] DEBUG - Clicked on with mnemonic 'Preferences' [2019-07-30T06:56:22.426Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' [2019-07-30T06:56:22.426Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1101686573 data=null doit=true} to Shell with text {Preferences} [2019-07-30T06:56:22.426Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1101686573 data=null doit=true} to Shell with text {Preferences} [2019-07-30T06:56:22.426Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:56:22.426Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:56:22.426Z] DEBUG - matched Text with text "5", using matcher: of type 'Text' [2019-07-30T06:56:22.426Z] DEBUG - matched Text with text "5", using matcher: (of type 'Text') [2019-07-30T06:56:22.426Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:56:22.426Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:56:22.426Z] DEBUG - Clicking on TreeItem with text {General} [2019-07-30T06:56:22.426Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {General} time=1101686577 data=null button=0 stateMask=0x0 x=51 y=11 count=0} to TreeItem with text {General} [2019-07-30T06:56:22.426Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {General} time=1101686577 data=null doit=true} to TreeItem with text {General} [2019-07-30T06:56:22.426Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:22.426Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {General} time=1101686577 data=null} to TreeItem with text {General} [2019-07-30T06:56:22.426Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {General} time=1101686578 data=null button=1 stateMask=0x0 x=51 y=11 count=1} to TreeItem with text {General} [2019-07-30T06:56:22.426Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101686578 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} [2019-07-30T06:56:22.426Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {General} time=1101686578 data=null button=1 stateMask=0x80000 x=51 y=11 count=1} to TreeItem with text {General} [2019-07-30T06:56:22.426Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {General} time=1101686578 data=null button=0 stateMask=0x0 x=51 y=11 count=0} to TreeItem with text {General} [2019-07-30T06:56:22.426Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {General} time=1101686578 data=null doit=true} to TreeItem with text {General} [2019-07-30T06:56:22.426Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {General} time=1101686578 data=null} to TreeItem with text {General} [2019-07-30T06:56:22.426Z] DEBUG - Clicked on TreeItem with text {General} [2019-07-30T06:56:22.426Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:22.426Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {General} time=1101686579 data=null button=0 stateMask=0x0 x=51 y=11 count=0} to TreeItem with text {General} [2019-07-30T06:56:22.426Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {General} time=1101686579 data=null doit=true} to TreeItem with text {General} [2019-07-30T06:56:22.426Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {General} time=1101686579 data=null} to TreeItem with text {General} [2019-07-30T06:56:22.426Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {General} time=1101686579 data=null button=1 stateMask=0x0 x=51 y=11 count=1} to TreeItem with text {General} [2019-07-30T06:56:22.426Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101686579 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} [2019-07-30T06:56:22.426Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {General} time=1101686579 data=null button=1 stateMask=0x80000 x=51 y=11 count=1} to TreeItem with text {General} [2019-07-30T06:56:22.987Z] DEBUG - Clicking on Tree node with text: Appearance [2019-07-30T06:56:22.987Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Appearance} time=1101687080 data=null button=0 stateMask=0x0 x=89 y=32 count=0} to Tree node with text: Appearance [2019-07-30T06:56:22.987Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Appearance} time=1101687081 data=null doit=true} to Tree node with text: Appearance [2019-07-30T06:56:22.987Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:22.987Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Appearance} time=1101687081 data=null} to Tree node with text: Appearance [2019-07-30T06:56:22.987Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Appearance} time=1101687081 data=null button=1 stateMask=0x0 x=89 y=32 count=1} to Tree node with text: Appearance [2019-07-30T06:56:22.988Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101687081 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 [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Appearance} time=1101687082 data=null button=1 stateMask=0x80000 x=89 y=32 count=1} to Tree node with text: Appearance [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {Appearance} time=1101687122 data=null button=0 stateMask=0x0 x=89 y=32 count=0} to Tree node with text: Appearance [2019-07-30T06:56:22.988Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {Appearance} time=1101687122 data=null doit=true} to Tree node with text: Appearance [2019-07-30T06:56:22.988Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {Appearance} time=1101687122 data=null} to Tree node with text: Appearance [2019-07-30T06:56:22.988Z] DEBUG - Clicked on Tree node with text: Appearance [2019-07-30T06:56:22.988Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Appearance} time=1101687123 data=null button=0 stateMask=0x0 x=89 y=32 count=0} to Tree node with text: Appearance [2019-07-30T06:56:22.988Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Appearance} time=1101687123 data=null doit=true} to Tree node with text: Appearance [2019-07-30T06:56:22.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Appearance} time=1101687123 data=null} to Tree node with text: Appearance [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Appearance} time=1101687124 data=null button=1 stateMask=0x0 x=89 y=32 count=1} to Tree node with text: Appearance [2019-07-30T06:56:22.988Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101687124 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 [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Appearance} time=1101687124 data=null button=1 stateMask=0x80000 x=89 y=32 count=1} to Tree node with text: Appearance [2019-07-30T06:56:22.988Z] DEBUG - Clicking on Tree node with text: Colors and Fonts [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Colors and Fonts} time=1101687125 data=null button=0 stateMask=0x0 x=124 y=53 count=0} to Tree node with text: Colors and Fonts [2019-07-30T06:56:22.988Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Colors and Fonts} time=1101687125 data=null doit=true} to Tree node with text: Colors and Fonts [2019-07-30T06:56:22.988Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:22.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Colors and Fonts} time=1101687125 data=null} to Tree node with text: Colors and Fonts [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Colors and Fonts} time=1101687125 data=null button=1 stateMask=0x0 x=124 y=53 count=1} to Tree node with text: Colors and Fonts [2019-07-30T06:56:22.988Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101687125 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 [2019-07-30T06:56:22.988Z] *** BUG *** [2019-07-30T06:56:22.988Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T06:56:22.988Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T06:56:22.988Z] [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Colors and Fonts} time=1101687125 data=null button=1 stateMask=0x80000 x=124 y=53 count=1} to Tree node with text: Colors and Fonts [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {Colors and Fonts} time=1101687201 data=null button=0 stateMask=0x0 x=124 y=53 count=0} to Tree node with text: Colors and Fonts [2019-07-30T06:56:22.988Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {Colors and Fonts} time=1101687201 data=null doit=true} to Tree node with text: Colors and Fonts [2019-07-30T06:56:22.988Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {Colors and Fonts} time=1101687201 data=null} to Tree node with text: Colors and Fonts [2019-07-30T06:56:22.988Z] DEBUG - Clicked on Tree node with text: Colors and Fonts [2019-07-30T06:56:22.988Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Colors and Fonts} time=1101687202 data=null button=0 stateMask=0x0 x=124 y=53 count=0} to Tree node with text: Colors and Fonts [2019-07-30T06:56:22.988Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Colors and Fonts} time=1101687202 data=null doit=true} to Tree node with text: Colors and Fonts [2019-07-30T06:56:22.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Colors and Fonts} time=1101687202 data=null} to Tree node with text: Colors and Fonts [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Colors and Fonts} time=1101687202 data=null button=1 stateMask=0x0 x=124 y=53 count=1} to Tree node with text: Colors and Fonts [2019-07-30T06:56:22.988Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101687202 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 [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Colors and Fonts} time=1101687203 data=null button=1 stateMask=0x80000 x=124 y=53 count=1} to Tree node with text: Colors and Fonts [2019-07-30T06:56:22.988Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:56:22.988Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:56:22.988Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:56:22.988Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:56:22.988Z] DEBUG - Clicking on TreeItem with text {Tracing} [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1101687208 data=null button=0 stateMask=0x0 x=64 y=95 count=0} to TreeItem with text {Tracing} [2019-07-30T06:56:22.988Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1101687208 data=null doit=true} to TreeItem with text {Tracing} [2019-07-30T06:56:22.988Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:22.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1101687210 data=null} to TreeItem with text {Tracing} [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1101687210 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing} [2019-07-30T06:56:22.988Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101687210 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} [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1101687211 data=null button=1 stateMask=0x80000 x=64 y=95 count=1} to TreeItem with text {Tracing} [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {Tracing} time=1101687211 data=null button=0 stateMask=0x0 x=64 y=95 count=0} to TreeItem with text {Tracing} [2019-07-30T06:56:22.988Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {Tracing} time=1101687211 data=null doit=true} to TreeItem with text {Tracing} [2019-07-30T06:56:22.988Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {Tracing} time=1101687211 data=null} to TreeItem with text {Tracing} [2019-07-30T06:56:22.988Z] DEBUG - Clicked on TreeItem with text {Tracing} [2019-07-30T06:56:22.988Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1101687212 data=null button=0 stateMask=0x0 x=64 y=95 count=0} to TreeItem with text {Tracing} [2019-07-30T06:56:22.988Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1101687212 data=null doit=true} to TreeItem with text {Tracing} [2019-07-30T06:56:22.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1101687212 data=null} to TreeItem with text {Tracing} [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1101687212 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing} [2019-07-30T06:56:22.988Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101687212 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} [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1101687213 data=null button=1 stateMask=0x80000 x=64 y=95 count=1} to TreeItem with text {Tracing} [2019-07-30T06:56:22.988Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1101687213 data=null doit=true} to TreeItem with text {Tracing} [2019-07-30T06:56:22.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1101687213 data=null} to TreeItem with text {Tracing} [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1101687213 data=null button=1 stateMask=0x0 x=64 y=95 count=1} to TreeItem with text {Tracing} [2019-07-30T06:56:22.988Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101687213 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} [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1101687218 data=null button=1 stateMask=0x80000 x=64 y=95 count=1} to TreeItem with text {Tracing} [2019-07-30T06:56:22.988Z] DEBUG - Clicking on Tree node with text: Trace event raw text font (set to default: Text Font) [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1101687218 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) [2019-07-30T06:56:22.988Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1101687218 data=null doit=true} to Tree node with text: Trace event raw text font (set to default: Text Font) [2019-07-30T06:56:22.988Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:22.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1101687219 data=null} to Tree node with text: Trace event raw text font (set to default: Text Font) [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1101687219 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) [2019-07-30T06:56:22.988Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101687219 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) [2019-07-30T06:56:22.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1101687232 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) [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1101687232 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) [2019-07-30T06:56:23.244Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1101687232 data=null doit=true} to Tree node with text: Trace event raw text font (set to default: Text Font) [2019-07-30T06:56:23.244Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1101687232 data=null} to Tree node with text: Trace event raw text font (set to default: Text Font) [2019-07-30T06:56:23.244Z] DEBUG - Clicked on Tree node with text: Trace event raw text font (set to default: Text Font) [2019-07-30T06:56:23.244Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1101687269 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) [2019-07-30T06:56:23.244Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1101687269 data=null doit=true} to Tree node with text: Trace event raw text font (set to default: Text Font) [2019-07-30T06:56:23.244Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1101687269 data=null} to Tree node with text: Trace event raw text font (set to default: Text Font) [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1101687270 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) [2019-07-30T06:56:23.244Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101687270 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) [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace event raw text font (set to default: Text Font)} time=1101687271 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) [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Edit...", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Use System Font", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Use System Font", using matcher: with mnemonic 'Use System Font' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Use System Font", using matcher: with style 'SWT.PUSH' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Use System Font", using matcher: (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Reset", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Ed&it Default...", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Go to Default", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "E&xpand All", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - Clicking on &Use System Font [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Use System Font} time=1101687272 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Use System Font} time=1101687273 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Use System Font} time=1101687273 data=null doit=true} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Use System Font} time=1101687273 data=null} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Use System Font} time=1101687273 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Use System Font} time=1101687273 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Use System Font} time=1101687273 data=null item=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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Use System Font} time=1101687277 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Use System Font} time=1101687277 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Use System Font} time=1101687277 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Use System Font} time=1101687277 data=null doit=true} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Use System Font} time=1101687277 data=null} to (of type 'Button' and with mnemonic 'Use System Font' and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] DEBUG - Clicked on &Use System Font [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Edit...", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Use System Font", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Reset", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Ed&it Default...", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Go to Default", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "E&xpand All", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - Clicking on &Apply [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1101687279 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101687279 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1101687279 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1101687279 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1101687279 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1101687279 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1101687279 data=null item=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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1101687382 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101687382 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1101687382 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1101687382 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1101687382 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] DEBUG - Clicked on &Apply [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Edit...", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Use System Font", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Reset", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Reset", using matcher: with mnemonic 'Reset' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Reset", using matcher: with style 'SWT.PUSH' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Reset", using matcher: (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Ed&it Default...", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Go to Default", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "E&xpand All", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - Clicking on &Reset [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Reset} time=1101687385 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Reset} time=1101687385 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Reset} time=1101687385 data=null doit=true} to (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Reset} time=1101687385 data=null} to (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Reset} time=1101687385 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Reset} time=1101687385 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Reset} time=1101687385 data=null item=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') [2019-07-30T06:56:23.244Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Reset' and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] DEBUG - Clicked on &Reset [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Edit...", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Use System Font", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Reset", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Ed&it Default...", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Go to Default", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "E&xpand All", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' [2019-07-30T06:56:23.244Z] DEBUG - matched Button with text "Apply and Close", using matcher: (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] DEBUG - Clicking on Apply and Close [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1101687410 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1101687410 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1101687410 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1101687410 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1101687410 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') [2019-07-30T06:56:23.244Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1101687410 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') [2019-07-30T06:56:23.500Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1101687410 data=null item=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') [2019-07-30T06:56:23.500Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1101686309 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' [2019-07-30T06:56:23.755Z] DEBUG - Clicked on [2019-07-30T06:56:23.755Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1101687990 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T06:56:23.755Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:56:23.755Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:56:23.755Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:56:23.755Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:23.755Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1101687995 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T06:56:23.755Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101687995 data=null doit=true} to TreeItem with text {test} [2019-07-30T06:56:23.755Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101687995 data=null} to TreeItem with text {test} [2019-07-30T06:56:23.755Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101687995 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:56:23.755Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101687996 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T06:56:24.011Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101688027 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:56:24.011Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:56:24.011Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:56:24.011Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:56:24.572Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:56:24.572Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:56:24.572Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:56:24.572Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:56:24.572Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:24.572Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:56:24.572Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:24.572Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:24.572Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:24.572Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:56:24.572Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101688713 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:24.572Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101688713 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:24.572Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101688713 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:24.572Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101688713 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:24.572Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101688714 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:24.572Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101688714 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:24.572Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101688714 data=null 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') [2019-07-30T06:56:24.572Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101688714 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:24.572Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101688714 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:24.572Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101688714 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:24.572Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101688714 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:24.572Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101688714 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:24.572Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:24.572Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:56:24.572Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:56:24.572Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:24.572Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:24.572Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:56:24.572Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:56:24.572Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:24.572Z] DEBUG - Clicking on OK [2019-07-30T06:56:24.572Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101688715 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:24.572Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101688715 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:24.572Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101688715 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:24.572Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101688715 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:24.572Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101688715 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:24.572Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101688715 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:24.572Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:24.572Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:24.572Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:24.572Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:24.572Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:24.572Z] DEBUG - Clicked on OK [2019-07-30T06:56:25.133Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101688715 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:25.133Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101688066 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:56:25.133Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.258 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FontEventEditorTest [2019-07-30T06:56:25.133Z] testChangeFont(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.FontEventEditorTest) Time elapsed: 5.118 s [2019-07-30T06:56:25.133Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ExportToTsvTest [2019-07-30T06:56:27.021Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' [2019-07-30T06:56:27.021Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:56:27.021Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:56:27.021Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:56:27.021Z] DEBUG - Clicking on TableItem with text {} [2019-07-30T06:56:27.021Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1101690813 data=null button=0 stateMask=0x0 x=262 y=11 count=0} to TableItem with text {} [2019-07-30T06:56:27.021Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1101690813 data=null doit=true} to TableItem with text {} [2019-07-30T06:56:27.021Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T06:56:27.021Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1101690814 data=null} to TableItem with text {} [2019-07-30T06:56:27.021Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1101690814 data=null button=1 stateMask=0x0 x=262 y=11 count=1} to TableItem with text {} [2019-07-30T06:56:27.021Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101690817 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TableItem with text {} [2019-07-30T06:56:27.021Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1101690818 data=null button=1 stateMask=0x80000 x=262 y=11 count=1} to TableItem with text {} [2019-07-30T06:56:27.021Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {} time=1101690818 data=null button=0 stateMask=0x0 x=262 y=11 count=0} to TableItem with text {} [2019-07-30T06:56:27.021Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {} time=1101690818 data=null doit=true} to TableItem with text {} [2019-07-30T06:56:27.021Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {} time=1101690818 data=null} to TableItem with text {} [2019-07-30T06:56:27.021Z] DEBUG - Clicked on TableItem with text {} [2019-07-30T06:56:27.021Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:56:27.021Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:56:27.021Z] DEBUG - Inserting text:LoggerA|LoggerB|LoggerC into text (of type 'Text') [2019-07-30T06:56:27.021Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:56:27.021Z] DEBUG - Typing text 'LoggerA|LoggerB|LoggerC' with an interval of 50ms. between characters. [2019-07-30T06:56:27.948Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:56:29.312Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T06:56:29.312Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1101693505 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} [2019-07-30T06:56:29.312Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1101693505 data=null doit=true} to TableItem with text {} [2019-07-30T06:56:29.312Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1101693505 data=null} to TableItem with text {} [2019-07-30T06:56:29.312Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1101693505 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} [2019-07-30T06:56:29.312Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101693506 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} [2019-07-30T06:56:29.312Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1101693506 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} [2019-07-30T06:56:29.312Z] DEBUG - matched MenuItem with text "Export To Text...", using matcher: with mnemonic 'Export To Text...' [2019-07-30T06:56:29.312Z] DEBUG - Clicking on with mnemonic 'Export To Text...' [2019-07-30T06:56:29.312Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Export To Text...} time=1101693538 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...' [2019-07-30T06:56:29.312Z] DEBUG - Clicked on with mnemonic 'Export To Text...' [2019-07-30T06:56:31.823Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' [2019-07-30T06:56:31.824Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:56:31.824Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:56:31.824Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:56:31.824Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T06:56:31.824Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1101695471 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} [2019-07-30T06:56:31.824Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1101695471 data=null doit=true} to TableItem with text {} [2019-07-30T06:56:31.824Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1101695471 data=null} to TableItem with text {} [2019-07-30T06:56:31.824Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1101695472 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} [2019-07-30T06:56:31.824Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101695472 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} [2019-07-30T06:56:31.824Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1101695483 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} [2019-07-30T06:56:31.824Z] DEBUG - matched MenuItem with text "Export To Text...", using matcher: with mnemonic 'Export To Text...' [2019-07-30T06:56:31.824Z] DEBUG - Clicking on with mnemonic 'Export To Text...' [2019-07-30T06:56:31.824Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Export To Text...} time=1101695510 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...' [2019-07-30T06:56:31.824Z] DEBUG - Clicked on with mnemonic 'Export To Text...' [2019-07-30T06:56:31.824Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1101696054 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T06:56:31.824Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:56:31.824Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:56:31.824Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:56:31.824Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:31.824Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1101696065 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T06:56:31.824Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101696066 data=null doit=true} to TreeItem with text {test} [2019-07-30T06:56:31.824Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101696066 data=null} to TreeItem with text {test} [2019-07-30T06:56:31.824Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101696066 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:56:31.824Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101696066 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T06:56:32.079Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101696090 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:56:32.079Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:56:32.079Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:56:32.079Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:56:32.640Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:56:32.640Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:56:32.640Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:56:32.640Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:56:32.640Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:32.640Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:56:32.640Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:32.640Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:32.640Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:32.640Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:56:32.640Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101696808 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:32.640Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101696808 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:32.640Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101696808 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:32.640Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101696808 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:32.640Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101696808 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:32.640Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101696808 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:32.640Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101696808 data=null 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') [2019-07-30T06:56:32.640Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101696808 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:32.640Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101696808 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:32.640Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101696808 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:32.640Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101696809 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:32.640Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101696809 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:32.640Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:32.640Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:56:32.640Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:56:32.640Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:32.640Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:32.640Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:56:32.640Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:56:32.640Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:32.640Z] DEBUG - Clicking on OK [2019-07-30T06:56:32.640Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101696809 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:32.640Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101696809 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:32.640Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101696810 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:32.640Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101696810 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:32.640Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101696810 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:32.640Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101696810 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:32.640Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:32.640Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:32.640Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:32.640Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:32.640Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:32.640Z] DEBUG - Clicked on OK [2019-07-30T06:56:33.201Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101696810 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:33.201Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101696130 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:56:33.201Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.097 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ExportToTsvTest [2019-07-30T06:56:33.201Z] testExportWithFilter(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ExportToTsvTest) Time elapsed: 4.606 s [2019-07-30T06:56:33.201Z] testExport(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.ExportToTsvTest) Time elapsed: 1.966 s [2019-07-30T06:56:33.201Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestTraceOffsetting [2019-07-30T06:56:33.456Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:56:34.019Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:56:34.019Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:56:34.019Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:56:34.019Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:56:34.019Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:34.019Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForOffsetting} time=1101698012 data=null button=0 stateMask=0x0 x=96 y=11 count=0} to TreeItem with text {TestForOffsetting} [2019-07-30T06:56:34.019Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForOffsetting} time=1101698012 data=null doit=true} to TreeItem with text {TestForOffsetting} [2019-07-30T06:56:34.019Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForOffsetting} time=1101698012 data=null} to TreeItem with text {TestForOffsetting} [2019-07-30T06:56:34.019Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForOffsetting} time=1101698012 data=null button=1 stateMask=0x0 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting} [2019-07-30T06:56:34.019Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101698019 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} [2019-07-30T06:56:34.019Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForOffsetting} time=1101698041 data=null button=1 stateMask=0x80000 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting} [2019-07-30T06:56:34.019Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:34.019Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForOffsetting} time=1101698042 data=null button=0 stateMask=0x0 x=96 y=11 count=0} to TreeItem with text {TestForOffsetting} [2019-07-30T06:56:34.019Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForOffsetting} time=1101698042 data=null doit=true} to TreeItem with text {TestForOffsetting} [2019-07-30T06:56:34.019Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForOffsetting} time=1101698042 data=null} to TreeItem with text {TestForOffsetting} [2019-07-30T06:56:34.019Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForOffsetting} time=1101698042 data=null button=1 stateMask=0x0 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting} [2019-07-30T06:56:34.019Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101698042 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} [2019-07-30T06:56:34.019Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForOffsetting} time=1101698046 data=null button=1 stateMask=0x80000 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting} [2019-07-30T06:56:34.019Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForOffsetting} time=1101698046 data=null doit=true} to TreeItem with text {TestForOffsetting} [2019-07-30T06:56:34.019Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForOffsetting} time=1101698046 data=null} to TreeItem with text {TestForOffsetting} [2019-07-30T06:56:34.019Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForOffsetting} time=1101698047 data=null button=1 stateMask=0x0 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting} [2019-07-30T06:56:34.019Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101698047 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} [2019-07-30T06:56:34.019Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForOffsetting} time=1101698054 data=null button=1 stateMask=0x80000 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting} [2019-07-30T06:56:34.019Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:34.019Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1101698055 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} [2019-07-30T06:56:34.019Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1101698055 data=null doit=true} to TreeItem with text {Traces [0]} [2019-07-30T06:56:34.019Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1101698055 data=null} to TreeItem with text {Traces [0]} [2019-07-30T06:56:34.019Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1101698055 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:56:34.019Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101698055 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]} [2019-07-30T06:56:34.019Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1101698062 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:56:35.382Z] DEBUG - matched EditorReference with text "", using matcher: with name '"sample1825551634833513741.xml"' [2019-07-30T06:56:35.382Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:56:35.382Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:56:35.382Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1101699406 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T06:56:35.382Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1101699406 data=null} to TreeItem with text {Traces [1]} [2019-07-30T06:56:35.382Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1101699406 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:56:35.382Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101699407 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]} [2019-07-30T06:56:35.382Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1101699408 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:56:35.382Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:35.382Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {sample1825551634833513741.xml} time=1101699420 data=null button=0 stateMask=0x0 x=191 y=74 count=0} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.382Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {sample1825551634833513741.xml} time=1101699421 data=null doit=true} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.382Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {sample1825551634833513741.xml} time=1101699421 data=null} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.382Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {sample1825551634833513741.xml} time=1101699421 data=null button=1 stateMask=0x0 x=191 y=74 count=1} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.382Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101699421 data=null item=TreeItem {sample1825551634833513741.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.382Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {sample1825551634833513741.xml} time=1101699472 data=null button=1 stateMask=0x80000 x=191 y=74 count=1} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.382Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:35.382Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {sample1825551634833513741.xml} time=1101699473 data=null button=0 stateMask=0x0 x=191 y=74 count=0} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.382Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {sample1825551634833513741.xml} time=1101699473 data=null doit=true} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.382Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {sample1825551634833513741.xml} time=1101699473 data=null} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.382Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {sample1825551634833513741.xml} time=1101699473 data=null button=1 stateMask=0x0 x=191 y=74 count=1} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.382Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101699473 data=null item=TreeItem {sample1825551634833513741.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.382Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {sample1825551634833513741.xml} time=1101699476 data=null button=1 stateMask=0x80000 x=191 y=74 count=1} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.382Z] DEBUG - matched MenuItem with text "Apply Time Offset...", using matcher: with mnemonic 'Apply Time Offset...' [2019-07-30T06:56:35.382Z] DEBUG - Clicking on with mnemonic 'Apply Time Offset...' [2019-07-30T06:56:35.637Z] DEBUG - Clicked on with mnemonic 'Apply Time Offset...' [2019-07-30T06:56:35.637Z] DEBUG - matched Shell with text "Apply time offset", using matcher: with text 'Apply time offset' [2019-07-30T06:56:35.637Z] DEBUG - Attempting to set focus on Shell with text {Apply time offset} [2019-07-30T06:56:35.637Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:56:35.637Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:56:35.637Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:35.637Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {sample1825551634833513741.xml} time=1101699831 data=null button=0 stateMask=0x0 x=128 y=11 count=0} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.637Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {sample1825551634833513741.xml} time=1101699831 data=null doit=true} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.637Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {sample1825551634833513741.xml} time=1101699831 data=null} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.637Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {sample1825551634833513741.xml} time=1101699831 data=null button=1 stateMask=0x0 x=128 y=11 count=1} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.637Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101699832 data=null item=TreeItem {sample1825551634833513741.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.637Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {sample1825551634833513741.xml} time=1101699832 data=null button=1 stateMask=0x80000 x=128 y=11 count=1} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.637Z] DEBUG - Clicking on TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.637Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {sample1825551634833513741.xml} time=1101699833 data=null button=0 stateMask=0x0 x=414 y=11 count=0} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.637Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {sample1825551634833513741.xml} time=1101699833 data=null doit=true} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.637Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:35.637Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {sample1825551634833513741.xml} time=1101699833 data=null} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.637Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {sample1825551634833513741.xml} time=1101699833 data=null button=1 stateMask=0x0 x=414 y=11 count=1} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.637Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101699837 data=null item=TreeItem {sample1825551634833513741.xml} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.637Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {sample1825551634833513741.xml} time=1101699837 data=null button=1 stateMask=0x80000 x=414 y=11 count=1} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.637Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {sample1825551634833513741.xml} time=1101699837 data=null button=0 stateMask=0x0 x=414 y=11 count=0} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.637Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {sample1825551634833513741.xml} time=1101699837 data=null doit=true} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.637Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {sample1825551634833513741.xml} time=1101699837 data=null} to TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.637Z] DEBUG - Clicked on TreeItem with text {sample1825551634833513741.xml} [2019-07-30T06:56:35.637Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:56:35.637Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:56:35.637Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:56:35.637Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:56:35.637Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:56:35.637Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:56:35.637Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:56:35.637Z] DEBUG - matched Button with text "Basic", using matcher: of type 'Button' [2019-07-30T06:56:35.637Z] DEBUG - matched Button with text "Advanced", using matcher: of type 'Button' [2019-07-30T06:56:35.637Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:35.637Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:35.637Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:56:35.637Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:56:35.637Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:35.637Z] DEBUG - Clicking on OK [2019-07-30T06:56:35.637Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101699853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:35.637Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101699853 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:35.637Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101699853 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:35.637Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101699854 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:35.637Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101699854 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:35.637Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101699854 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:35.637Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101699854 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:36.199Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Apply Time Offset...} time=1101699578 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...' [2019-07-30T06:56:36.199Z] DEBUG - Clicked on [2019-07-30T06:56:37.563Z] DEBUG - matched EditorReference with text "", using matcher: with name '"sample1825551634833513741.xml"' [2019-07-30T06:56:37.563Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:56:37.563Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:56:37.563Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - TestForOffsetting/Traces/sample1825551634833513741.xml - Eclipse Platform} time=1101701693 data=null doit=true} to Shell with text {data - TestForOffsetting/Traces/sample1825551634833513741.xml - Eclipse Platform} [2019-07-30T06:56:37.563Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:56:37.563Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:56:37.563Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:56:37.563Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:37.563Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForOffsetting} time=1101701756 data=null button=0 stateMask=0x0 x=96 y=11 count=0} to TreeItem with text {TestForOffsetting} [2019-07-30T06:56:37.563Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForOffsetting} time=1101701756 data=null doit=true} to TreeItem with text {TestForOffsetting} [2019-07-30T06:56:37.563Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForOffsetting} time=1101701756 data=null} to TreeItem with text {TestForOffsetting} [2019-07-30T06:56:37.563Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForOffsetting} time=1101701757 data=null button=1 stateMask=0x0 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting} [2019-07-30T06:56:37.563Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101701757 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} [2019-07-30T06:56:37.563Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForOffsetting} time=1101701781 data=null button=1 stateMask=0x80000 x=96 y=11 count=1} to TreeItem with text {TestForOffsetting} [2019-07-30T06:56:37.819Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:56:37.819Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:56:37.819Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:56:38.380Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:56:38.380Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:56:38.380Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:56:38.380Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:56:38.380Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:38.380Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:56:38.380Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:38.380Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:38.380Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:38.380Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:56:38.380Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101702549 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:38.380Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101702549 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:38.380Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101702549 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:38.380Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101702549 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:38.380Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101702549 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:38.380Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101702549 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:38.380Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101702549 data=null 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') [2019-07-30T06:56:38.380Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101702549 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:38.380Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101702549 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:38.380Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101702549 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:38.380Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101702550 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:38.380Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101702550 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:38.380Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:38.380Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:56:38.380Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:56:38.380Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:38.380Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:38.380Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:56:38.380Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:56:38.380Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:38.380Z] DEBUG - Clicking on OK [2019-07-30T06:56:38.380Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101702550 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:38.380Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101702550 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:38.380Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101702550 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:38.380Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101702550 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:38.380Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101702550 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:38.380Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101702550 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:38.380Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:38.380Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:38.380Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:38.380Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:38.380Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:38.380Z] DEBUG - Clicked on OK [2019-07-30T06:56:38.940Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101702551 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:38.940Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101701865 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:56:38.940Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.731 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestTraceOffsetting [2019-07-30T06:56:38.940Z] testOffsetting(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestTraceOffsetting) Time elapsed: 5.73 s [2019-07-30T06:56:38.940Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.RawTextEditorTest [2019-07-30T06:56:43.106Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.535 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.RawTextEditorTest [2019-07-30T06:56:43.106Z] testRead(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.RawTextEditorTest) Time elapsed: 3.499 s [2019-07-30T06:56:43.106Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.SDViewTest [2019-07-30T06:56:43.106Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:56:43.362Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:56:43.362Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:56:43.362Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:56:43.362Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:56:43.362Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:43.362Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1101707491 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:43.362Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1101707491 data=null doit=true} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:43.362Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1101707491 data=null} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:43.362Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1101707491 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:43.362Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101707491 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} [2019-07-30T06:56:43.362Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1101707515 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:43.362Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:43.362Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1101707515 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:43.362Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1101707515 data=null doit=true} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:43.362Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1101707515 data=null} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:43.362Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1101707516 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:43.362Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101707517 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} [2019-07-30T06:56:43.362Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1101707524 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:43.362Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1101707525 data=null doit=true} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:43.362Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1101707525 data=null} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:43.362Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1101707525 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:43.362Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101707525 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} [2019-07-30T06:56:43.362Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1101707527 data=null button=1 stateMask=0x80000 x=73 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:43.362Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:43.362Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1101707528 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]} [2019-07-30T06:56:43.362Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1101707528 data=null doit=true} to TreeItem with text {Traces [0]} [2019-07-30T06:56:43.362Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1101707528 data=null} to TreeItem with text {Traces [0]} [2019-07-30T06:56:43.362Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1101707528 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:56:43.362Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101707528 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]} [2019-07-30T06:56:43.362Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1101707535 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:56:53.296Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView"' [2019-07-30T06:56:53.296Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas' [2019-07-30T06:56:53.296Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas') [2019-07-30T06:56:53.296Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas' [2019-07-30T06:56:53.296Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas') [2019-07-30T06:56:53.296Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas' [2019-07-30T06:56:53.296Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas') [2019-07-30T06:56:53.296Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T06:56:53.296Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T06:56:53.552Z] DEBUG - matched Shell with text "Print", using matcher: with text 'Print' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Use current zoom", using matcher: with mnemonic 'Use current zoom' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Use current zoom", using matcher: with style 'SWT.RADIO' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Use current zoom", using matcher: (of type 'Button' and with mnemonic 'Use current zoom' and with style 'SWT.RADIO') [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Use current zoom' and with style 'SWT.RADIO') [2019-07-30T06:56:53.552Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Use current zoom' and with style 'SWT.RADIO') [2019-07-30T06:56:53.552Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Use current zoom} time=1101717788 data=null doit=true} to (of type 'Button' and with mnemonic 'Use current zoom' and with style 'SWT.RADIO') [2019-07-30T06:56:53.552Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Use current zoom} time=1101717788 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') [2019-07-30T06:56:53.552Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Use current zoom} time=1101717788 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') [2019-07-30T06:56:53.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Use current zoom} time=1101717788 data=null item=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') [2019-07-30T06:56:53.552Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Use current zoom' and with style 'SWT.RADIO') [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "&All pages", using matcher: with mnemonic 'All pages' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "&All pages", using matcher: with style 'SWT.RADIO' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "&All pages", using matcher: (of type 'Button' and with mnemonic 'All pages' and with style 'SWT.RADIO') [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Current view", using matcher: with mnemonic 'Current view' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Current view", using matcher: with style 'SWT.RADIO' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Current view", using matcher: (of type 'Button' and with mnemonic 'Current view' and with style 'SWT.RADIO') [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'All pages' and with style 'SWT.RADIO') [2019-07-30T06:56:53.552Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Current view} time=1101717791 data=null doit=true} to Button with text {Current view} [2019-07-30T06:56:53.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Current view} time=1101717791 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} [2019-07-30T06:56:53.552Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'All pages' and with style 'SWT.RADIO') [2019-07-30T06:56:53.552Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&All pages} time=1101717792 data=null doit=true} to (of type 'Button' and with mnemonic 'All pages' and with style 'SWT.RADIO') [2019-07-30T06:56:53.552Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&All pages} time=1101717792 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') [2019-07-30T06:56:53.552Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&All pages} time=1101717792 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') [2019-07-30T06:56:53.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&All pages} time=1101717792 data=null item=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') [2019-07-30T06:56:53.552Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'All pages' and with style 'SWT.RADIO') [2019-07-30T06:56:53.552Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Current view' and with style 'SWT.RADIO') [2019-07-30T06:56:53.552Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&All pages} time=1101717793 data=null doit=true} to Button with text {&All pages} [2019-07-30T06:56:53.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&All pages} time=1101717793 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} [2019-07-30T06:56:53.552Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Current view' and with style 'SWT.RADIO') [2019-07-30T06:56:53.552Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Current view} time=1101717794 data=null doit=true} to (of type 'Button' and with mnemonic 'Current view' and with style 'SWT.RADIO') [2019-07-30T06:56:53.552Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Current view} time=1101717794 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') [2019-07-30T06:56:53.552Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Current view} time=1101717794 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') [2019-07-30T06:56:53.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Current view} time=1101717794 data=null item=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') [2019-07-30T06:56:53.552Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Current view' and with style 'SWT.RADIO') [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: with mnemonic 'Number of horizontal pages:' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: with style 'SWT.RADIO' [2019-07-30T06:56:53.552Z] 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') [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:53.552Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Number of horizontal pages:' and with style 'SWT.RADIO') [2019-07-30T06:56:53.552Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Use current zoom} time=1101717796 data=null doit=true} to Button with text {Use current zoom} [2019-07-30T06:56:53.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Use current zoom} time=1101717796 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} [2019-07-30T06:56:53.552Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Number of horizontal pages:' and with style 'SWT.RADIO') [2019-07-30T06:56:53.552Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Number of horizontal pages:} time=1101717798 data=null doit=true} to (of type 'Button' and with mnemonic 'Number of horizontal pages:' and with style 'SWT.RADIO') [2019-07-30T06:56:53.552Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Number of horizontal pages:} time=1101717798 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') [2019-07-30T06:56:53.552Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Number of horizontal pages:} time=1101717798 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') [2019-07-30T06:56:53.552Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Number of horizontal pages:} time=1101717798 data=null item=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') [2019-07-30T06:56:53.552Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Number of horizontal pages:' and with style 'SWT.RADIO') [2019-07-30T06:56:53.552Z] DEBUG - matched Text with text "1", using matcher: of type 'Text' [2019-07-30T06:56:53.552Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text') [2019-07-30T06:56:53.552Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:56:53.552Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:56:53.552Z] DEBUG - matched Text with text "1", using matcher: of type 'Text' [2019-07-30T06:56:53.552Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text') [2019-07-30T06:56:53.552Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:56:53.552Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:56:53.552Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:56:53.552Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "2", using matcher: of type 'Text' [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "1", using matcher: of type 'Text' [2019-07-30T06:56:53.808Z] DEBUG - matched Label with text "Total number of page...", using matcher: with mnemonic 'Total number of pages:' [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "1", using matcher: with label (with mnemonic 'Total number of pages:') [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text' and with label (with mnemonic 'Total number of pages:')) [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:56:53.808Z] DEBUG - matched Label with text "Total number of page...", using matcher: with mnemonic 'Total number of pages:' [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Total number of pages:') [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Total number of pages:')) [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:56:53.808Z] DEBUG - matched Label with text "Total number of page...", using matcher: with mnemonic 'Total number of pages:' [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Total number of pages:') [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Total number of pages:')) [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: with mnemonic 'Number of vertical pages:' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: with style 'SWT.RADIO' [2019-07-30T06:56:53.808Z] 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') [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Number of vertical pages:' and with style 'SWT.RADIO') [2019-07-30T06:56:53.808Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Number of horizontal pages:} time=1101717874 data=null doit=true} to Button with text {Number of horizontal pages:} [2019-07-30T06:56:53.808Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Number of horizontal pages:} time=1101717874 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:} [2019-07-30T06:56:53.808Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Number of vertical pages:' and with style 'SWT.RADIO') [2019-07-30T06:56:53.808Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Number of vertical pages:} time=1101717875 data=null doit=true} to (of type 'Button' and with mnemonic 'Number of vertical pages:' and with style 'SWT.RADIO') [2019-07-30T06:56:53.808Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Number of vertical pages:} time=1101717875 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') [2019-07-30T06:56:53.808Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Number of vertical pages:} time=1101717875 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') [2019-07-30T06:56:53.808Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Number of vertical pages:} time=1101717875 data=null item=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') [2019-07-30T06:56:53.808Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Number of vertical pages:' and with style 'SWT.RADIO') [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "2", using matcher: of type 'Text' [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "2", using matcher: (of type 'Text') [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "1", using matcher: of type 'Text' [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text') [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "1", using matcher: of type 'Text' [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text') [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:56:53.808Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Selected pages", using matcher: with mnemonic 'Selected pages' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Selected pages", using matcher: with style 'SWT.RADIO' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Selected pages", using matcher: (of type 'Button' and with mnemonic 'Selected pages' and with style 'SWT.RADIO') [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Selected pages' and with style 'SWT.RADIO') [2019-07-30T06:56:53.808Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&All pages} time=1101717878 data=null doit=true} to Button with text {&All pages} [2019-07-30T06:56:53.808Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&All pages} time=1101717878 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} [2019-07-30T06:56:53.808Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Selected pages' and with style 'SWT.RADIO') [2019-07-30T06:56:53.808Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Selected pages} time=1101717879 data=null doit=true} to (of type 'Button' and with mnemonic 'Selected pages' and with style 'SWT.RADIO') [2019-07-30T06:56:53.808Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Selected pages} time=1101717880 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') [2019-07-30T06:56:53.808Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Selected pages} time=1101717880 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') [2019-07-30T06:56:53.808Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Selected pages} time=1101717880 data=null item=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') [2019-07-30T06:56:53.808Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Selected pages' and with style 'SWT.RADIO') [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button' [2019-07-30T06:56:53.808Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button' [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button' [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "F&rom page", using matcher: with mnemonic 'From page' [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "F&rom page", using matcher: with style 'SWT.RADIO' [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "F&rom page", using matcher: (of type 'Button' and with mnemonic 'From page' and with style 'SWT.RADIO') [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button' [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:53.809Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'From page' and with style 'SWT.RADIO') [2019-07-30T06:56:53.809Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Selected pages} time=1101717882 data=null doit=true} to Button with text {Selected pages} [2019-07-30T06:56:53.809Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Selected pages} time=1101717882 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} [2019-07-30T06:56:53.809Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'From page' and with style 'SWT.RADIO') [2019-07-30T06:56:53.809Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {F&rom page} time=1101717883 data=null doit=true} to (of type 'Button' and with mnemonic 'From page' and with style 'SWT.RADIO') [2019-07-30T06:56:53.809Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {F&rom page} time=1101717883 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') [2019-07-30T06:56:53.809Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {F&rom page} time=1101717884 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') [2019-07-30T06:56:53.809Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&rom page} time=1101717884 data=null item=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') [2019-07-30T06:56:53.809Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'From page' and with style 'SWT.RADIO') [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "2", using matcher: of type 'Text' [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "2", using matcher: (of type 'Text') [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "2", using matcher: of type 'Text' [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "2", using matcher: (of type 'Text') [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "1", using matcher: of type 'Text' [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text') [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "2", using matcher: of type 'Text' [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "2", using matcher: (of type 'Text') [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "2", using matcher: of type 'Text' [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "2", using matcher: (of type 'Text') [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "1", using matcher: of type 'Text' [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text') [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:56:53.809Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "Use current zoom", using matcher: of type 'Button' [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "Number of horizontal...", using matcher: of type 'Button' [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "Number of vertical p...", using matcher: of type 'Button' [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "&All pages", using matcher: of type 'Button' [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "Current view", using matcher: of type 'Button' [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "Selected pages", using matcher: of type 'Button' [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "F&rom page", using matcher: of type 'Button' [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel' [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "Printer...", using matcher: of type 'Button' [2019-07-30T06:56:53.809Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:53.809Z] DEBUG - Clicking on Cancel [2019-07-30T06:56:53.809Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=1101717911 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') [2019-07-30T06:56:53.809Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=1101717911 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') [2019-07-30T06:56:53.809Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=1101717911 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') [2019-07-30T06:56:53.809Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=1101717911 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') [2019-07-30T06:56:53.809Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=1101717911 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') [2019-07-30T06:56:53.809Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=1101717911 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') [2019-07-30T06:56:53.809Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=1101717911 data=null item=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') [2019-07-30T06:56:54.064Z] DEBUG - Clicked on [2019-07-30T06:56:54.319Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1101718376 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T06:56:54.319Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:56:54.319Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:56:54.319Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:56:54.319Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:54.319Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1101718403 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:54.319Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1101718403 data=null doit=true} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:54.319Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1101718403 data=null} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:54.319Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1101718403 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:54.319Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101718404 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} [2019-07-30T06:56:54.319Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1101718412 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:54.319Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:56:54.319Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:56:54.319Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:56:55.283Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:56:55.283Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:56:55.283Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:56:55.283Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:56:55.283Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:55.283Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:56:55.283Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:55.283Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:55.283Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:55.283Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:56:55.283Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101719174 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:55.283Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101719174 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:55.283Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101719175 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:55.283Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101719175 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:55.283Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101719175 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:55.283Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101719175 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:55.283Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101719175 data=null 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') [2019-07-30T06:56:55.283Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101719175 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:55.283Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101719175 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:55.283Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101719175 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:55.283Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101719175 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:55.283Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101719175 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:55.283Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:56:55.283Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:56:55.283Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:56:55.283Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:56:55.283Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:56:55.283Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:56:55.283Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:56:55.283Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:55.283Z] DEBUG - Clicking on OK [2019-07-30T06:56:55.283Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101719176 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:55.283Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101719176 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:55.283Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101719176 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:55.283Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101719176 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:55.284Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101719176 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:55.284Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101719176 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:55.284Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:55.284Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:55.284Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:55.284Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:55.284Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:55.284Z] DEBUG - Clicked on OK [2019-07-30T06:56:55.538Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101719176 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:56:55.538Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101718444 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:56:55.538Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:56:55.794Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:56:55.794Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:56:55.794Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:56:55.794Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:56:55.794Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:55.794Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1101719790 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:55.794Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1101719790 data=null doit=true} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:55.794Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1101719790 data=null} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:55.794Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1101719790 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:55.794Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101719790 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} [2019-07-30T06:56:55.794Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1101719794 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:55.794Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:55.794Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1101719795 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:55.794Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1101719795 data=null doit=true} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:55.794Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1101719795 data=null} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:55.794Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1101719795 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:55.794Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101719795 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} [2019-07-30T06:56:55.794Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1101719798 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:55.794Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1101719798 data=null doit=true} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:55.794Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1101719799 data=null} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:55.794Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1101719799 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:55.794Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101719799 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} [2019-07-30T06:56:55.794Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1101719804 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:56:55.794Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:56:55.794Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1101719805 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [0]} [2019-07-30T06:56:55.794Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1101719805 data=null doit=true} to TreeItem with text {Traces [0]} [2019-07-30T06:56:55.794Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1101719805 data=null} to TreeItem with text {Traces [0]} [2019-07-30T06:56:55.794Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1101719805 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:56:55.794Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101719805 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]} [2019-07-30T06:56:55.794Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1101719808 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T06:57:01.035Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView"' [2019-07-30T06:57:01.035Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas' [2019-07-30T06:57:01.035Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas' [2019-07-30T06:57:01.035Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas' [2019-07-30T06:57:01.035Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas' [2019-07-30T06:57:01.035Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas' [2019-07-30T06:57:01.035Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - matched Canvas with text "", using matcher: of type 'Canvas' [2019-07-30T06:57:01.035Z] DEBUG - matched Canvas with text "", using matcher: (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - number of items : 9 [2019-07-30T06:57:01.035Z] DEBUG - Clicking on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1101724464 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1101724464 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1101724464 data=null doit=true} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1101724464 data=null} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1101724464 data=null button=1 stateMask=0x0 x=5 y=137 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1101724464 data=null button=1 stateMask=0x80000 x=5 y=137 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Clicked on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - number of items : 9 [2019-07-30T06:57:01.035Z] DEBUG - Clicking on ToolItem with tooltip text {Select} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101724466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101724466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101724466 data=null doit=true} to ToolItem with tooltip text {Select} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101724466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101724466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101724466 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} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101724466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101724466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101724467 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101724467 data=null doit=true} to ToolItem with tooltip text {Select} [2019-07-30T06:57:01.035Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101724467 data=null} to ToolItem with tooltip text {Select} [2019-07-30T06:57:01.035Z] DEBUG - Clicked on ToolItem with tooltip text {Select} [2019-07-30T06:57:01.035Z] DEBUG - Clicking on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1101724467 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1101724467 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1101724467 data=null doit=true} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1101724467 data=null} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1101724467 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1101724468 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Clicked on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - number of items : 9 [2019-07-30T06:57:01.035Z] DEBUG - Clicking on ToolItem with tooltip text {Zoom in the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101724468 data=null doit=true} to ToolItem with tooltip text {Select} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101724468 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} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101724469 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101724469 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101724469 data=null doit=true} to ToolItem with tooltip text {Zoom in the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101724469 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101724469 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101724469 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} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101724469 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101724469 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101724469 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom in the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101724469 data=null doit=true} to ToolItem with tooltip text {Zoom in the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101724469 data=null} to ToolItem with tooltip text {Zoom in the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Clicked on ToolItem with tooltip text {Zoom in the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Clicking on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1101724469 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1101724469 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1101724469 data=null doit=true} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1101724470 data=null} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1101724470 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1101724482 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Clicked on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Clicking on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1101724482 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1101724482 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1101724482 data=null doit=true} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1101724482 data=null} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1101724482 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1101724483 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Clicked on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - number of items : 9 [2019-07-30T06:57:01.035Z] DEBUG - Clicking on ToolItem with tooltip text {Zoom out the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101724483 data=null doit=true} to ToolItem with tooltip text {Zoom in the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101724483 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} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101724483 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101724483 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101724483 data=null doit=true} to ToolItem with tooltip text {Zoom out the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101724483 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101724483 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101724484 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} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101724484 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101724484 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101724484 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom out the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101724484 data=null doit=true} to ToolItem with tooltip text {Zoom out the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101724484 data=null} to ToolItem with tooltip text {Zoom out the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Clicked on ToolItem with tooltip text {Zoom out the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Clicking on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1101724484 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1101724484 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1101724484 data=null doit=true} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1101724484 data=null} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1101724484 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1101724485 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Clicked on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - number of items : 9 [2019-07-30T06:57:01.035Z] DEBUG - Clicking on ToolItem with tooltip text {Reset zoom factor} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101724485 data=null doit=true} to ToolItem with tooltip text {Zoom out the diagram} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101724485 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} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101724485 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101724485 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101724485 data=null doit=true} to ToolItem with tooltip text {Reset zoom factor} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101724485 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101724485 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101724485 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} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101724486 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101724486 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101724486 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset zoom factor} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101724486 data=null doit=true} to ToolItem with tooltip text {Reset zoom factor} [2019-07-30T06:57:01.035Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101724486 data=null} to ToolItem with tooltip text {Reset zoom factor} [2019-07-30T06:57:01.035Z] DEBUG - Clicked on ToolItem with tooltip text {Reset zoom factor} [2019-07-30T06:57:01.035Z] DEBUG - Clicking on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1101724486 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1101724486 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1101724486 data=null doit=true} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1101724486 data=null} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1101724486 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1101724487 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Clicked on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - matched MenuItem with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T06:57:01.035Z] DEBUG - Clicking on with mnemonic 'Select' [2019-07-30T06:57:01.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Select} time=1101724511 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Select' [2019-07-30T06:57:01.035Z] DEBUG - Clicked on with mnemonic 'Select' [2019-07-30T06:57:01.035Z] DEBUG - Clicking on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1101724511 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1101724511 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1101724512 data=null doit=true} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1101724512 data=null} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1101724512 data=null button=1 stateMask=0x0 x=0 y=0 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1101724512 data=null button=1 stateMask=0x80000 x=0 y=0 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Clicked on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - matched MenuItem with text "Zoom in", using matcher: with mnemonic 'Zoom in' [2019-07-30T06:57:01.035Z] DEBUG - Clicking on with mnemonic 'Zoom in' [2019-07-30T06:57:01.035Z] DEBUG - Sent event Deactivate [27]: ShellEvent{MenuItem {Select} time=1101724569 data=null doit=true} to MenuItem with text {Select} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Select} time=1101724569 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} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Zoom in} time=1101724569 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' [2019-07-30T06:57:01.035Z] DEBUG - Clicked on with mnemonic 'Zoom in' [2019-07-30T06:57:01.035Z] DEBUG - Clicking on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1101724569 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1101724569 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1101724570 data=null doit=true} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1101724570 data=null} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1101724570 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1101724570 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Clicked on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Clicking on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1101724570 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1101724570 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1101724570 data=null doit=true} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1101724570 data=null} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1101724570 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1101724571 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Clicked on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - matched MenuItem with text "Zoom out", using matcher: with mnemonic 'Zoom out' [2019-07-30T06:57:01.035Z] DEBUG - Clicking on with mnemonic 'Zoom out' [2019-07-30T06:57:01.035Z] DEBUG - Sent event Deactivate [27]: ShellEvent{MenuItem {Zoom in} time=1101724594 data=null doit=true} to MenuItem with text {Zoom in} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Zoom in} time=1101724594 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} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Zoom out} time=1101724594 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' [2019-07-30T06:57:01.035Z] DEBUG - Clicked on with mnemonic 'Zoom out' [2019-07-30T06:57:01.035Z] DEBUG - Clicking on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1101724594 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1101724594 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1101724595 data=null doit=true} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1101724595 data=null} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1101724595 data=null button=1 stateMask=0x0 x=365 y=134 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1101724595 data=null button=1 stateMask=0x80000 x=365 y=134 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Clicked on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - matched MenuItem with text "Reset zoom factor", using matcher: with mnemonic 'Reset zoom factor' [2019-07-30T06:57:01.035Z] DEBUG - Clicking on with mnemonic 'Reset zoom factor' [2019-07-30T06:57:01.035Z] DEBUG - Sent event Deactivate [27]: ShellEvent{MenuItem {Zoom out} time=1101724612 data=null doit=true} to MenuItem with text {Zoom out} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Zoom out} time=1101724612 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} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Reset zoom factor} time=1101724612 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' [2019-07-30T06:57:01.035Z] DEBUG - Clicked on with mnemonic 'Reset zoom factor' [2019-07-30T06:57:01.035Z] DEBUG - Clicking on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Canvas {} time=1101724613 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Canvas {} time=1101724613 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event Activate [26]: ShellEvent{Canvas {} time=1101724613 data=null doit=true} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Canvas {} time=1101724613 data=null} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Canvas {} time=1101724613 data=null button=1 stateMask=0x0 x=365 y=137 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Canvas {} time=1101724615 data=null button=1 stateMask=0x80000 x=365 y=137 count=1} to (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - Clicked on (of type 'Canvas') [2019-07-30T06:57:01.035Z] DEBUG - number of items : 9 [2019-07-30T06:57:01.035Z] DEBUG - Clicking on ToolItem with tooltip text {Find... (Ctrl+F)} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101724615 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101724615 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)} [2019-07-30T06:57:01.035Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101724615 data=null doit=true} to ToolItem with tooltip text {Find... (Ctrl+F)} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101724615 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)} [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101724615 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)} [2019-07-30T06:57:01.035Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} [2019-07-30T06:57:01.035Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} [2019-07-30T06:57:01.035Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} [2019-07-30T06:57:01.035Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} [2019-07-30T06:57:01.035Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} [2019-07-30T06:57:01.035Z] DEBUG - Clicked on ToolItem with tooltip text {Find...} [2019-07-30T06:57:01.035Z] DEBUG - matched Shell with text "Sequence Diagram Fin...", using matcher: with text 'Sequence Diagram Find' [2019-07-30T06:57:01.035Z] DEBUG - matched Combo with text "1001", using matcher: of type 'Combo' [2019-07-30T06:57:01.035Z] DEBUG - matched Combo with text "1001", using matcher: (of type 'Combo') [2019-07-30T06:57:01.035Z] DEBUG - Setting text on (of type 'Combo') to peer2 [2019-07-30T06:57:01.035Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {peer2} time=1101724889 data=null} to (of type 'Combo') [2019-07-30T06:57:01.035Z] DEBUG - Set text on (of type 'Combo') to peer2 [2019-07-30T06:57:01.035Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' [2019-07-30T06:57:01.035Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' [2019-07-30T06:57:01.035Z] DEBUG - matched Button with text "Lifeline", using matcher: with mnemonic 'Lifeline' [2019-07-30T06:57:01.035Z] DEBUG - matched Button with text "Lifeline", using matcher: with style 'SWT.CHECK' [2019-07-30T06:57:01.035Z] DEBUG - matched Button with text "Lifeline", using matcher: (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') [2019-07-30T06:57:01.035Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' [2019-07-30T06:57:01.035Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T06:57:01.035Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button' [2019-07-30T06:57:01.035Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') [2019-07-30T06:57:01.035Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@5dc2e900 [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Lifeline} time=1101724890 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') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Lifeline} time=1101724890 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') [2019-07-30T06:57:01.035Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Lifeline} time=1101724890 data=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') [2019-07-30T06:57:01.035Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Lifeline} time=1101724890 data=null} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Lifeline} time=1101724890 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') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Lifeline} time=1101724890 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') [2019-07-30T06:57:01.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Lifeline} time=1101724890 data=null item=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') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Lifeline} time=1101724890 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') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Lifeline} time=1101724890 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') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Lifeline} time=1101724891 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') [2019-07-30T06:57:01.035Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Lifeline} time=1101724891 data=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') [2019-07-30T06:57:01.035Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Lifeline} time=1101724891 data=null} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') [2019-07-30T06:57:01.035Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' [2019-07-30T06:57:01.035Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' [2019-07-30T06:57:01.035Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' [2019-07-30T06:57:01.035Z] DEBUG - matched Button with text "Interaction", using matcher: with mnemonic 'Interaction' [2019-07-30T06:57:01.035Z] DEBUG - matched Button with text "Interaction", using matcher: with style 'SWT.CHECK' [2019-07-30T06:57:01.035Z] DEBUG - matched Button with text "Interaction", using matcher: (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') [2019-07-30T06:57:01.035Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T06:57:01.035Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button' [2019-07-30T06:57:01.035Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') [2019-07-30T06:57:01.035Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@17390f19 [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Interaction} time=1101724891 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') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Interaction} time=1101724891 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') [2019-07-30T06:57:01.035Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Interaction} time=1101724891 data=null doit=true} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') [2019-07-30T06:57:01.035Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Interaction} time=1101724891 data=null} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Interaction} time=1101724891 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') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Interaction} time=1101724891 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') [2019-07-30T06:57:01.035Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Interaction} time=1101724891 data=null item=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') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Interaction} time=1101724892 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') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Interaction} time=1101724892 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') [2019-07-30T06:57:01.035Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Interaction} time=1101724892 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') [2019-07-30T06:57:01.035Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Interaction} time=1101724892 data=null doit=true} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') [2019-07-30T06:57:01.035Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Interaction} time=1101724892 data=null} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Find", using matcher: with mnemonic 'Find' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Find", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Find", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Clicking on Find [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Find} time=1101724892 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Find} time=1101724892 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Find} time=1101724892 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Find} time=1101724892 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Find} time=1101724892 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Find} time=1101724892 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Find} time=1101724892 data=null item=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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Find} time=1101724893 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Find} time=1101724893 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Find} time=1101724893 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Find} time=1101724893 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Find} time=1101724893 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Clicked on Find [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - Clicking on Close [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1101724896 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1101724896 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1101724896 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1101724896 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1101724896 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1101724896 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1101724896 data=null item=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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101724615 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)} [2019-07-30T06:57:01.036Z] DEBUG - Clicked on [2019-07-30T06:57:01.036Z] DEBUG - number of items : 9 [2019-07-30T06:57:01.036Z] DEBUG - Clicking on ToolItem with tooltip text {Find... (Ctrl+F)} [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101725015 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)} [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101725015 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)} [2019-07-30T06:57:01.036Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101725015 data=null doit=true} to ToolItem with tooltip text {Find... (Ctrl+F)} [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101725015 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)} [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101725015 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Find... (Ctrl+F)} [2019-07-30T06:57:01.036Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} [2019-07-30T06:57:01.036Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} [2019-07-30T06:57:01.036Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} [2019-07-30T06:57:01.036Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} [2019-07-30T06:57:01.036Z] WARN - Widget is not enabled: ToolItem with tooltip text {Find...} [2019-07-30T06:57:01.036Z] DEBUG - Clicked on ToolItem with tooltip text {Find...} [2019-07-30T06:57:01.036Z] DEBUG - matched Shell with text "Sequence Diagram Fin...", using matcher: with text 'Sequence Diagram Find' [2019-07-30T06:57:01.036Z] DEBUG - matched Combo with text "peer2", using matcher: of type 'Combo' [2019-07-30T06:57:01.036Z] DEBUG - matched Combo with text "peer2", using matcher: (of type 'Combo') [2019-07-30T06:57:01.036Z] DEBUG - Setting text on (of type 'Combo') to 1001 [2019-07-30T06:57:01.036Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {1001} time=1101725142 data=null} to (of type 'Combo') [2019-07-30T06:57:01.036Z] DEBUG - Set text on (of type 'Combo') to 1001 [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Lifeline", using matcher: with mnemonic 'Lifeline' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Lifeline", using matcher: with style 'SWT.CHECK' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Lifeline", using matcher: (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') [2019-07-30T06:57:01.036Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@280355b4 [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Lifeline} time=1101725143 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Lifeline} time=1101725143 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Lifeline} time=1101725143 data=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') [2019-07-30T06:57:01.036Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Lifeline} time=1101725143 data=null} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Lifeline} time=1101725143 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Lifeline} time=1101725143 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Lifeline} time=1101725143 data=null item=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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Lifeline} time=1101725143 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Lifeline} time=1101725143 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Lifeline} time=1101725143 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Lifeline} time=1101725143 data=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') [2019-07-30T06:57:01.036Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Lifeline} time=1101725143 data=null} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Interaction", using matcher: with mnemonic 'Interaction' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Interaction", using matcher: with style 'SWT.CHECK' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Interaction", using matcher: (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') [2019-07-30T06:57:01.036Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@5b31684c [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Interaction} time=1101725144 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Interaction} time=1101725144 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Interaction} time=1101725144 data=null doit=true} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') [2019-07-30T06:57:01.036Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Interaction} time=1101725144 data=null} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Interaction} time=1101725144 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Interaction} time=1101725144 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Interaction} time=1101725144 data=null item=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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Interaction} time=1101725145 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Interaction} time=1101725145 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Interaction} time=1101725145 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Interaction} time=1101725145 data=null doit=true} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') [2019-07-30T06:57:01.036Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Interaction} time=1101725145 data=null} to (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Find", using matcher: with mnemonic 'Find' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Find", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Find", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Clicking on Find [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Find} time=1101725145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Find} time=1101725145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Find} time=1101725145 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Find} time=1101725145 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Find} time=1101725145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Find} time=1101725145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Find} time=1101725145 data=null item=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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Find} time=1101725171 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Find} time=1101725171 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Find} time=1101725171 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Find} time=1101725171 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Find} time=1101725171 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Clicked on Find [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - matched Button with text "Find", using matcher: of type 'Button' [2019-07-30T06:57:01.036Z] DEBUG - Clicking on Close [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1101725172 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1101725172 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1101725172 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1101725172 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1101725172 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1101725172 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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1101725172 data=null item=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') [2019-07-30T06:57:01.036Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101725015 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)} [2019-07-30T06:57:01.036Z] DEBUG - Clicked on [2019-07-30T06:57:01.291Z] DEBUG - matched MenuItem with text "Hide Patterns...", using matcher: with mnemonic 'Hide Patterns...' [2019-07-30T06:57:01.291Z] DEBUG - Clicking on with mnemonic 'Hide Patterns...' [2019-07-30T06:57:01.291Z] DEBUG - Clicked on with mnemonic 'Hide Patterns...' [2019-07-30T06:57:01.291Z] DEBUG - matched Shell with text "Sequence Diagram Hid...", using matcher: with text 'Sequence Diagram Hide Patterns' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Add...", using matcher: with mnemonic 'Add...' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Add...", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Add...", using matcher: (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Edit it", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - Clicking on Add... [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Add...} time=1101725397 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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Add...} time=1101725397 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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Add...} time=1101725397 data=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') [2019-07-30T06:57:01.291Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Add...} time=1101725397 data=null} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Add...} time=1101725398 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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Add...} time=1101725398 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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Add...} time=1101725432 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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Add...} time=1101725432 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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Add...} time=1101725432 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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Add...} time=1101725432 data=null doit=true} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') [2019-07-30T06:57:01.291Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Add...} time=1101725432 data=null} to (of type 'Button' and with mnemonic 'Add...' and with style 'SWT.PUSH') [2019-07-30T06:57:01.291Z] DEBUG - Clicked on Add... [2019-07-30T06:57:01.291Z] DEBUG - matched Shell with text "Definition of Hide P...", using matcher: with text 'Definition of Hide Pattern' [2019-07-30T06:57:01.291Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' [2019-07-30T06:57:01.291Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') [2019-07-30T06:57:01.291Z] DEBUG - Setting text on (of type 'Combo') to peer2 [2019-07-30T06:57:01.291Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {peer2} time=1101725433 data=null} to (of type 'Combo') [2019-07-30T06:57:01.291Z] DEBUG - Set text on (of type 'Combo') to peer2 [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Lifeline", using matcher: with mnemonic 'Lifeline' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Lifeline", using matcher: with style 'SWT.CHECK' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Lifeline", using matcher: (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Create", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') [2019-07-30T06:57:01.291Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@4d67241d [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Lifeline} time=1101725434 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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Lifeline} time=1101725434 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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Lifeline} time=1101725434 data=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') [2019-07-30T06:57:01.291Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Lifeline} time=1101725434 data=null} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Lifeline} time=1101725435 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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Lifeline} time=1101725435 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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Lifeline} time=1101725435 data=null item=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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Lifeline} time=1101725435 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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Lifeline} time=1101725435 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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Lifeline} time=1101725435 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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Lifeline} time=1101725435 data=null doit=true} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') [2019-07-30T06:57:01.291Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Lifeline} time=1101725435 data=null} to (of type 'Button' and with mnemonic 'Lifeline' and with style 'SWT.CHECK') [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Interaction", using matcher: with mnemonic 'Interaction' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Interaction", using matcher: with style 'SWT.CHECK' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Interaction", using matcher: (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Create", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') [2019-07-30T06:57:01.291Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Interaction' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Case sensitive", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Lifeline", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Interaction", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Create", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Create", using matcher: with mnemonic 'Create' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Create", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Create", using matcher: (of type 'Button' and with mnemonic 'Create' and with style 'SWT.PUSH') [2019-07-30T06:57:01.291Z] DEBUG - Clicking on Create [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create} time=1101725436 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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create} time=1101725436 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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create} time=1101725436 data=null doit=true} to (of type 'Button' and with mnemonic 'Create' and with style 'SWT.PUSH') [2019-07-30T06:57:01.291Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create} time=1101725436 data=null} to (of type 'Button' and with mnemonic 'Create' and with style 'SWT.PUSH') [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create} time=1101725436 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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create} time=1101725436 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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create} time=1101725436 data=null item=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') [2019-07-30T06:57:01.291Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Add...} time=1101725398 data=null item=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') [2019-07-30T06:57:01.291Z] DEBUG - Clicked on [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Edit it", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:01.291Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:01.291Z] DEBUG - Clicking on OK [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101725534 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101725534 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:01.291Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101725534 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:01.291Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101725534 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101725534 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:01.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101725534 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:01.546Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101725534 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:01.546Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Hide Patterns...} time=1101725296 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...' [2019-07-30T06:57:01.546Z] DEBUG - Clicked on [2019-07-30T06:57:01.546Z] DEBUG - matched MenuItem with text "Hide Patterns...", using matcher: with mnemonic 'Hide Patterns...' [2019-07-30T06:57:01.546Z] DEBUG - Clicking on with mnemonic 'Hide Patterns...' [2019-07-30T06:57:01.546Z] DEBUG - Clicked on with mnemonic 'Hide Patterns...' [2019-07-30T06:57:01.546Z] DEBUG - matched Shell with text "Sequence Diagram Hid...", using matcher: with text 'Sequence Diagram Hide Patterns' [2019-07-30T06:57:01.546Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:57:01.546Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:57:01.546Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:57:01.546Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T06:57:01.546Z] DEBUG - Selecting rows [0] in (of type 'Table') [2019-07-30T06:57:01.546Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1101725782 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:57:01.546Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1101725782 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T06:57:01.546Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1101725782 data=null doit=true} to (of type 'Table') [2019-07-30T06:57:01.546Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1101725782 data=null} to (of type 'Table') [2019-07-30T06:57:01.546Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {hide peer2 [Lifeline]} time=1101725782 data=null button=1 stateMask=0x0 x=91 y=11 count=1} to (of type 'Table') [2019-07-30T06:57:01.546Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101725782 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') [2019-07-30T06:57:01.546Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {hide peer2 [Lifeline]} time=1101725783 data=null button=1 stateMask=0x80000 x=91 y=11 count=1} to (of type 'Table') [2019-07-30T06:57:01.546Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button' [2019-07-30T06:57:01.546Z] DEBUG - matched Button with text "Edit it", using matcher: of type 'Button' [2019-07-30T06:57:01.546Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button' [2019-07-30T06:57:01.546Z] DEBUG - matched Button with text "Remove", using matcher: with mnemonic 'Remove' [2019-07-30T06:57:01.546Z] DEBUG - matched Button with text "Remove", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:01.546Z] DEBUG - matched Button with text "Remove", using matcher: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') [2019-07-30T06:57:01.546Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:57:01.546Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:01.546Z] DEBUG - Clicking on Remove [2019-07-30T06:57:01.546Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Remove} time=1101725783 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') [2019-07-30T06:57:01.546Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Remove} time=1101725783 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') [2019-07-30T06:57:01.546Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Remove} time=1101725783 data=null doit=true} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') [2019-07-30T06:57:01.546Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Remove} time=1101725783 data=null} to (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') [2019-07-30T06:57:01.546Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Remove} time=1101725784 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') [2019-07-30T06:57:01.546Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Remove} time=1101725784 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') [2019-07-30T06:57:01.546Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Remove} time=1101725784 data=null item=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') [2019-07-30T06:57:01.546Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') [2019-07-30T06:57:01.546Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') [2019-07-30T06:57:01.546Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') [2019-07-30T06:57:01.546Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') [2019-07-30T06:57:01.546Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Remove' and with style 'SWT.PUSH') [2019-07-30T06:57:01.546Z] DEBUG - Clicked on Remove [2019-07-30T06:57:01.546Z] DEBUG - matched Button with text "Add...", using matcher: of type 'Button' [2019-07-30T06:57:01.546Z] DEBUG - matched Button with text "Edit it", using matcher: of type 'Button' [2019-07-30T06:57:01.546Z] DEBUG - matched Button with text "Remove", using matcher: of type 'Button' [2019-07-30T06:57:01.546Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:57:01.546Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:01.546Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:01.546Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:01.546Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:01.546Z] DEBUG - Clicking on OK [2019-07-30T06:57:01.546Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101725785 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:01.546Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101725785 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:01.546Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101725785 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:01.546Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101725785 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:01.546Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101725785 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:01.546Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101725785 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:01.802Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101725785 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:01.802Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Hide Patterns...} time=1101725615 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...' [2019-07-30T06:57:01.802Z] DEBUG - Clicked on [2019-07-30T06:57:01.802Z] DEBUG - matched MenuItem with text "Configure Min Max...", using matcher: with mnemonic 'Configure Min Max...' [2019-07-30T06:57:01.802Z] DEBUG - Clicking on with mnemonic 'Configure Min Max...' [2019-07-30T06:57:02.057Z] DEBUG - Clicked on with mnemonic 'Configure Min Max...' [2019-07-30T06:57:02.057Z] DEBUG - matched Shell with text "TimeCompression bar ...", using matcher: with text 'TimeCompression bar configuration' [2019-07-30T06:57:02.057Z] DEBUG - matched Text with text "100", using matcher: of type 'Text' [2019-07-30T06:57:02.057Z] DEBUG - matched Text with text "100", using matcher: of type 'Text' [2019-07-30T06:57:02.057Z] DEBUG - matched Label with text "Max time", using matcher: with mnemonic 'Max time' [2019-07-30T06:57:02.057Z] DEBUG - matched Text with text "100", using matcher: with label (with mnemonic 'Max time') [2019-07-30T06:57:02.057Z] DEBUG - matched Text with text "100", using matcher: (of type 'Text' and with label (with mnemonic 'Max time')) [2019-07-30T06:57:02.057Z] DEBUG - matched Text with text "-9", using matcher: of type 'Text' [2019-07-30T06:57:02.057Z] DEBUG - matched Label with text "Max time", using matcher: with mnemonic 'Max time' [2019-07-30T06:57:02.057Z] DEBUG - matched Text with text "-9", using matcher: with label (with mnemonic 'Max time') [2019-07-30T06:57:02.057Z] DEBUG - matched Text with text "-9", using matcher: (of type 'Text' and with label (with mnemonic 'Max time')) [2019-07-30T06:57:02.057Z] DEBUG - matched Text with text "0", using matcher: of type 'Text' [2019-07-30T06:57:02.057Z] DEBUG - matched Label with text "Max time", using matcher: with mnemonic 'Max time' [2019-07-30T06:57:02.057Z] DEBUG - matched Text with text "0", using matcher: with label (with mnemonic 'Max time') [2019-07-30T06:57:02.057Z] DEBUG - matched Text with text "0", using matcher: (of type 'Text' and with label (with mnemonic 'Max time')) [2019-07-30T06:57:02.057Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:57:02.057Z] DEBUG - matched Button with text "Default", using matcher: of type 'Button' [2019-07-30T06:57:02.057Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:02.057Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:02.057Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:02.057Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.057Z] DEBUG - Clicking on OK [2019-07-30T06:57:02.057Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101726187 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.057Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101726187 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.057Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101726187 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.057Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101726187 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.057Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101726187 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.057Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101726187 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.057Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101726187 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.057Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Configure Min Max...} time=1101726008 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...' [2019-07-30T06:57:02.057Z] DEBUG - Clicked on [2019-07-30T06:57:02.312Z] DEBUG - matched MenuItem with text "Configure Min Max...", using matcher: with mnemonic 'Configure Min Max...' [2019-07-30T06:57:02.312Z] DEBUG - Clicking on with mnemonic 'Configure Min Max...' [2019-07-30T06:57:02.312Z] DEBUG - Clicked on with mnemonic 'Configure Min Max...' [2019-07-30T06:57:02.312Z] DEBUG - matched Shell with text "TimeCompression bar ...", using matcher: with text 'TimeCompression bar configuration' [2019-07-30T06:57:02.312Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:57:02.312Z] DEBUG - matched Button with text "Default", using matcher: of type 'Button' [2019-07-30T06:57:02.312Z] DEBUG - matched Button with text "Default", using matcher: with mnemonic 'Default' [2019-07-30T06:57:02.312Z] DEBUG - matched Button with text "Default", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:02.312Z] DEBUG - matched Button with text "Default", using matcher: (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH') [2019-07-30T06:57:02.312Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:02.312Z] DEBUG - Clicking on Default [2019-07-30T06:57:02.312Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Default} time=1101726498 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') [2019-07-30T06:57:02.312Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Default} time=1101726498 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') [2019-07-30T06:57:02.312Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Default} time=1101726498 data=null doit=true} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH') [2019-07-30T06:57:02.312Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Default} time=1101726498 data=null} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH') [2019-07-30T06:57:02.312Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Default} time=1101726498 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') [2019-07-30T06:57:02.312Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Default} time=1101726498 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') [2019-07-30T06:57:02.312Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Default} time=1101726498 data=null item=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') [2019-07-30T06:57:02.312Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Default} time=1101726519 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') [2019-07-30T06:57:02.312Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Default} time=1101726519 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') [2019-07-30T06:57:02.312Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Default} time=1101726519 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') [2019-07-30T06:57:02.312Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Default} time=1101726519 data=null doit=true} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH') [2019-07-30T06:57:02.312Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Default} time=1101726519 data=null} to (of type 'Button' and with mnemonic 'Default' and with style 'SWT.PUSH') [2019-07-30T06:57:02.312Z] DEBUG - Clicked on Default [2019-07-30T06:57:02.312Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:57:02.312Z] DEBUG - matched Button with text "Default", using matcher: of type 'Button' [2019-07-30T06:57:02.312Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:02.312Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:02.312Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:02.312Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.312Z] DEBUG - Clicking on OK [2019-07-30T06:57:02.312Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101726520 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.312Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101726520 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.312Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101726520 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.312Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101726520 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.312Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101726520 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.312Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101726520 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.312Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101726520 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.312Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Configure Min Max...} time=1101726367 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...' [2019-07-30T06:57:02.612Z] DEBUG - Clicked on [2019-07-30T06:57:02.612Z] DEBUG - number of items : 9 [2019-07-30T06:57:02.612Z] DEBUG - Clicking on ToolItem with tooltip text {Go to next page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101726624 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to next page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101726624 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to next page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101726624 data=null doit=true} to ToolItem with tooltip text {Go to next page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101726624 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to next page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101726624 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to next page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101726624 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} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to next page} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to next page} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to next page} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to next page} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to next page} [2019-07-30T06:57:02.612Z] DEBUG - Clicked on ToolItem with tooltip text {Go to next page} [2019-07-30T06:57:02.612Z] DEBUG - number of items : 9 [2019-07-30T06:57:02.612Z] DEBUG - Clicking on ToolItem with tooltip text {Go to previous page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101726627 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to previous page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101726627 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to previous page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101726627 data=null doit=true} to ToolItem with tooltip text {Go to previous page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101726627 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to previous page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101726627 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to previous page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101726627 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} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to previous page} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to previous page} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to previous page} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to previous page} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to previous page} [2019-07-30T06:57:02.612Z] DEBUG - Clicked on ToolItem with tooltip text {Go to previous page} [2019-07-30T06:57:02.612Z] DEBUG - number of items : 9 [2019-07-30T06:57:02.612Z] DEBUG - Clicking on ToolItem with tooltip text {Go to last page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101726629 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to last page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101726629 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to last page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101726629 data=null doit=true} to ToolItem with tooltip text {Go to last page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101726629 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to last page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101726629 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to last page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101726629 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} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to last page} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to last page} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to last page} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to last page} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to last page} [2019-07-30T06:57:02.612Z] DEBUG - Clicked on ToolItem with tooltip text {Go to last page} [2019-07-30T06:57:02.612Z] DEBUG - number of items : 9 [2019-07-30T06:57:02.612Z] DEBUG - Clicking on ToolItem with tooltip text {Go to first page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101726631 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to first page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101726631 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to first page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101726631 data=null doit=true} to ToolItem with tooltip text {Go to first page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101726631 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to first page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101726631 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Go to first page} [2019-07-30T06:57:02.612Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101726631 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} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to first page} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to first page} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to first page} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to first page} [2019-07-30T06:57:02.612Z] WARN - Widget is not enabled: ToolItem with tooltip text {Go to first page} [2019-07-30T06:57:02.612Z] DEBUG - Clicked on ToolItem with tooltip text {Go to first page} [2019-07-30T06:57:02.612Z] DEBUG - matched MenuItem with text "Next page", using matcher: with mnemonic 'Next page' [2019-07-30T06:57:02.612Z] DEBUG - Clicking on with mnemonic 'Next page' [2019-07-30T06:57:02.612Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Next page} time=1101726651 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' [2019-07-30T06:57:02.612Z] DEBUG - Clicked on with mnemonic 'Next page' [2019-07-30T06:57:02.612Z] DEBUG - matched MenuItem with text "Previous page", using matcher: with mnemonic 'Previous page' [2019-07-30T06:57:02.612Z] DEBUG - Clicking on with mnemonic 'Previous page' [2019-07-30T06:57:02.612Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Previous page} time=1101726672 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' [2019-07-30T06:57:02.612Z] DEBUG - Clicked on with mnemonic 'Previous page' [2019-07-30T06:57:02.612Z] DEBUG - matched MenuItem with text "Last page", using matcher: with mnemonic 'Last page' [2019-07-30T06:57:02.612Z] DEBUG - Clicking on with mnemonic 'Last page' [2019-07-30T06:57:02.612Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Last page} time=1101726698 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' [2019-07-30T06:57:02.612Z] DEBUG - Clicked on with mnemonic 'Last page' [2019-07-30T06:57:02.612Z] DEBUG - matched MenuItem with text "First page", using matcher: with mnemonic 'First page' [2019-07-30T06:57:02.612Z] DEBUG - Clicking on with mnemonic 'First page' [2019-07-30T06:57:02.612Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {First page} time=1101726717 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' [2019-07-30T06:57:02.612Z] DEBUG - Clicked on with mnemonic 'First page' [2019-07-30T06:57:02.612Z] DEBUG - matched MenuItem with text "Pages...", using matcher: with mnemonic 'Pages...' [2019-07-30T06:57:02.612Z] DEBUG - Clicking on with mnemonic 'Pages...' [2019-07-30T06:57:02.870Z] DEBUG - Clicked on with mnemonic 'Pages...' [2019-07-30T06:57:02.870Z] DEBUG - matched Shell with text "Sequence Diagram Pag...", using matcher: with text 'Sequence Diagram Pages' [2019-07-30T06:57:02.870Z] DEBUG - matched Text with text "1", using matcher: of type 'Text' [2019-07-30T06:57:02.870Z] DEBUG - matched Text with text "1", using matcher: (of type 'Text') [2019-07-30T06:57:02.870Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:57:02.870Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:02.870Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:02.870Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:02.870Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.870Z] DEBUG - Clicking on OK [2019-07-30T06:57:02.870Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101726987 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.870Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101726987 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.870Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101726987 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.870Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101726987 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.870Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101726988 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.870Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101726988 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.870Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101726988 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:02.870Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Pages...} time=1101726777 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Pages...' [2019-07-30T06:57:03.125Z] DEBUG - Clicked on [2019-07-30T06:57:03.381Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1101727609 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T06:57:03.381Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:57:03.381Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:57:03.381Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:57:03.381Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:57:03.637Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestForFiltering} time=1101727637 data=null button=0 stateMask=0x0 x=89 y=11 count=0} to TreeItem with text {TestForFiltering} [2019-07-30T06:57:03.637Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestForFiltering} time=1101727638 data=null doit=true} to TreeItem with text {TestForFiltering} [2019-07-30T06:57:03.637Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestForFiltering} time=1101727638 data=null} to TreeItem with text {TestForFiltering} [2019-07-30T06:57:03.637Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestForFiltering} time=1101727638 data=null button=1 stateMask=0x0 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:57:03.637Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101727639 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} [2019-07-30T06:57:03.637Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestForFiltering} time=1101727644 data=null button=1 stateMask=0x80000 x=89 y=11 count=1} to TreeItem with text {TestForFiltering} [2019-07-30T06:57:03.637Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:57:03.637Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:57:03.637Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:57:03.637Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:57:03.637Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:57:03.637Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:57:03.637Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:57:03.637Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:03.637Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:57:03.637Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:57:03.637Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:03.637Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:03.637Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:57:03.637Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101727812 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:03.637Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101727812 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:03.637Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101727812 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:03.637Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101727812 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:03.637Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101727812 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:03.637Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101727812 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:03.637Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101727812 data=null 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') [2019-07-30T06:57:03.637Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101727812 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:03.637Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101727812 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:03.637Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101727812 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:03.637Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101727812 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:03.637Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101727812 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:03.637Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:03.637Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:57:03.637Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:57:03.637Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:57:03.637Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:03.637Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:03.637Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:03.637Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:03.637Z] DEBUG - Clicking on OK [2019-07-30T06:57:03.637Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101727813 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:03.637Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101727813 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:03.637Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101727813 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:03.637Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101727813 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:03.637Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101727813 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:03.637Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101727813 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:03.637Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:03.637Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:03.637Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:03.637Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:03.637Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:03.637Z] DEBUG - Clicked on OK [2019-07-30T06:57:04.198Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101727813 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:04.198Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101727681 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:57:04.198Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.tmfUml2SDSyncView"' [2019-07-30T06:57:04.198Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.758 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.SDViewTest [2019-07-30T06:57:04.198Z] testSDPrintUi(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.SDViewTest) Time elapsed: 12.812 s [2019-07-30T06:57:04.198Z] testSDView(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.SDViewTest) Time elapsed: 8.635 s [2019-07-30T06:57:04.198Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestRefreshTextTrace [2019-07-30T06:57:16.358Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.186 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestRefreshTextTrace [2019-07-30T06:57:16.358Z] testRefresh(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.TestRefreshTextTrace) Time elapsed: 10.145 s [2019-07-30T06:57:16.358Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CallsiteEventsInTableTest [2019-07-30T06:57:17.723Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' [2019-07-30T06:57:17.723Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:57:17.723Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:57:17.723Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:57:17.723Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:57:17.723Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T06:57:17.723Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {} time=1101741765 data=null button=0 stateMask=0x0 x=22 y=32 count=0} to TableItem with text {} [2019-07-30T06:57:17.723Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {} time=1101741765 data=null doit=true} to TableItem with text {} [2019-07-30T06:57:17.723Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {} time=1101741766 data=null} to TableItem with text {} [2019-07-30T06:57:17.723Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {} time=1101741766 data=null button=1 stateMask=0x0 x=22 y=32 count=1} to TableItem with text {} [2019-07-30T06:57:17.723Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101741766 data=null item=TableItem {} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TableItem with text {} [2019-07-30T06:57:17.723Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {} time=1101741826 data=null button=1 stateMask=0x80000 x=22 y=32 count=1} to TableItem with text {} [2019-07-30T06:57:17.723Z] DEBUG - matched MenuItem with text "Open Source Code", using matcher: with mnemonic 'Open Source Code' [2019-07-30T06:57:17.723Z] DEBUG - Clicking on with mnemonic 'Open Source Code' [2019-07-30T06:57:17.723Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Open Source Code} time=1101741858 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' [2019-07-30T06:57:17.723Z] DEBUG - Clicked on with mnemonic 'Open Source Code' [2019-07-30T06:57:17.723Z] DEBUG - matched EditorReference with text "", using matcher: with name '"SourceFile"' [2019-07-30T06:57:18.115Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1101742205 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T06:57:18.115Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:57:18.115Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:57:18.115Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:57:18.115Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:57:18.115Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1101742216 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T06:57:18.115Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101742216 data=null doit=true} to TreeItem with text {test} [2019-07-30T06:57:18.115Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101742216 data=null} to TreeItem with text {test} [2019-07-30T06:57:18.115Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101742216 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:57:18.115Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101742217 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T06:57:18.115Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101742237 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:57:18.115Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:57:18.115Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:57:18.115Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:57:19.041Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:57:19.041Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:57:19.041Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:57:19.041Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:57:19.041Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:19.041Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:57:19.041Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:57:19.041Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:19.041Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:19.041Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:57:19.041Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101742933 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:19.041Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101742933 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:19.041Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101742933 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:19.041Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101742933 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:19.041Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101742933 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:19.041Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101742933 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:19.041Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101742933 data=null 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') [2019-07-30T06:57:19.041Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101742933 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:19.041Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101742933 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:19.041Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101742933 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:19.041Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101742933 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:19.041Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101742933 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:19.041Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:57:19.041Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:57:19.041Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:57:19.041Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:57:19.041Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:19.041Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:19.041Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:19.041Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:19.041Z] DEBUG - Clicking on OK [2019-07-30T06:57:19.041Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101742934 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:19.041Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101742934 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:19.041Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101742934 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:19.041Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101742934 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:19.041Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101742935 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:19.041Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101742935 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:19.041Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:19.041Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:19.041Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:19.041Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:19.041Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:19.041Z] DEBUG - Clicked on OK [2019-07-30T06:57:19.297Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101742935 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:19.297Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101742275 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:57:19.297Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.889 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CallsiteEventsInTableTest [2019-07-30T06:57:19.297Z] test(org.eclipse.tracecompass.tmf.ui.swtbot.tests.viewers.events.CallsiteEventsInTableTest) Time elapsed: 4.846 s [2019-07-30T06:57:19.297Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest [2019-07-30T06:57:23.458Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' [2019-07-30T06:57:23.458Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:57:25.971Z] DEBUG - number of items : 16 [2019-07-30T06:57:25.971Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:25.971Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101749597 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:25.971Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101749597 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:25.971Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101749597 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:25.971Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101749597 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:25.971Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101749597 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:25.971Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101749695 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:25.971Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101749696 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:25.971Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101749696 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:25.971Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101749696 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:25.971Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101749696 data=null} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:25.971Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:25.971Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:25.971Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - Clicking on OK [2019-07-30T06:57:25.971Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101749709 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101749709 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101749709 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101749709 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101749709 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101749709 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101749709 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:25.971Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101749597 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} [2019-07-30T06:57:25.971Z] DEBUG - Clicked on [2019-07-30T06:57:25.971Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' [2019-07-30T06:57:25.971Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:57:26.227Z] DEBUG - number of items : 16 [2019-07-30T06:57:26.227Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:26.227Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101750425 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:26.227Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101750425 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:26.227Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101750425 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:26.227Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101750425 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:26.227Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101750425 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:26.483Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101750510 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:26.483Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101750510 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:26.483Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101750511 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:26.483Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101750511 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:26.483Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101750511 data=null} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:26.483Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:26.483Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.483Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:26.484Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - Clicking on OK [2019-07-30T06:57:26.484Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101750523 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101750523 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101750523 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101750523 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101750523 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101750523 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101750523 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:26.484Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101750425 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} [2019-07-30T06:57:26.484Z] DEBUG - Clicked on [2019-07-30T06:57:26.484Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' [2019-07-30T06:57:26.484Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:57:27.044Z] DEBUG - number of items : 16 [2019-07-30T06:57:27.044Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.044Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101751192 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.044Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101751192 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.044Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101751193 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.044Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101751193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.044Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101751193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.044Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101751270 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.044Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101751271 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.044Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101751271 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.044Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101751271 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.044Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101751271 data=null} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.044Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.044Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.044Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.045Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:27.045Z] DEBUG - Clicking on OK [2019-07-30T06:57:27.045Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101751283 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:27.045Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101751283 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:27.045Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101751283 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:27.045Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101751283 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:27.045Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101751283 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:27.045Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101751284 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:27.300Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101751284 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:27.300Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101751193 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} [2019-07-30T06:57:27.300Z] DEBUG - Clicked on [2019-07-30T06:57:27.300Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' [2019-07-30T06:57:27.300Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:57:27.859Z] DEBUG - number of items : 16 [2019-07-30T06:57:27.859Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.859Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101751984 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.859Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101751984 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.859Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101751984 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.859Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101751984 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.859Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101751984 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.859Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101752096 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.859Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101752097 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.859Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101752097 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.859Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101752097 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.859Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101752097 data=null} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.859Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:27.859Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.859Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:27.860Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:28.115Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:28.115Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:28.115Z] DEBUG - Clicking on OK [2019-07-30T06:57:28.115Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101752109 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:28.115Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101752109 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:28.115Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101752109 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:28.115Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101752109 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:28.115Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101752109 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:28.115Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101752109 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:28.115Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101752110 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:28.115Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101751984 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} [2019-07-30T06:57:28.115Z] DEBUG - Clicked on [2019-07-30T06:57:28.371Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' [2019-07-30T06:57:28.371Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:57:32.531Z] DEBUG - number of items : 16 [2019-07-30T06:57:32.531Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:32.531Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101756538 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:32.531Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101756539 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:32.531Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101756539 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:32.531Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101756539 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:32.531Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101756539 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:32.531Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101756618 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:32.531Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101756619 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:32.531Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101756619 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:32.531Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101756619 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:32.531Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101756619 data=null} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:32.531Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:32.531Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:32.531Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - Clicking on OK [2019-07-30T06:57:32.531Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101756676 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101756676 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101756677 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101756677 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101756677 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101756677 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101756677 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:32.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101756539 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} [2019-07-30T06:57:32.531Z] DEBUG - Clicked on [2019-07-30T06:57:32.786Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' [2019-07-30T06:57:32.786Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:57:33.348Z] DEBUG - number of items : 16 [2019-07-30T06:57:33.348Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:33.348Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101757387 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:33.348Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101757387 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:33.348Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101757387 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:33.348Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101757387 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:33.348Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101757387 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:33.348Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101757464 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:33.348Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101757465 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:33.348Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101757465 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:33.348Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101757465 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:33.348Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101757465 data=null} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:33.348Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:33.348Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' [2019-07-30T06:57:33.348Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Legend} time=1101757466 data=null doit=true} to Shell with text {Legend} [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\"" [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:33.348Z] 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') [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:33.348Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:33.348Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:33.348Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:33.348Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:33.348Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:33.348Z] DEBUG - matched Scale with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\"" [2019-07-30T06:57:33.348Z] DEBUG - matched Scale with text "", using matcher: (of type 'Scale' and with key=legend.entry.key and value matching "\"LASER\"") [2019-07-30T06:57:33.348Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:33.348Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:33.348Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:33.348Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:33.348Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:33.348Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:33.348Z] DEBUG - matched Scale with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\"" [2019-07-30T06:57:33.348Z] DEBUG - matched Scale with text "", using matcher: (of type 'Scale' and with key=legend.entry.key and value matching "\"LASER\"") [2019-07-30T06:57:33.348Z] DEBUG - Setting selection on (of type 'Scale' and with key=legend.entry.key and value matching "\"LASER\"") to 100 [2019-07-30T06:57:33.348Z] DEBUG - Sent event Selection [13]: SelectionEvent{Scale {} time=1101757476 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\"") [2019-07-30T06:57:33.348Z] DEBUG - Set selection on (of type 'Scale' and with key=legend.entry.key and value matching "\"LASER\"") to 100 [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\"" [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:33.348Z] 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') [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:33.348Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:33.348Z] DEBUG - Clicking on OK [2019-07-30T06:57:33.348Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101757484 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:33.348Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101757484 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:33.348Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101757484 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:33.348Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101757484 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:33.348Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101757484 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:33.348Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101757484 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:33.348Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101757484 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:33.348Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101757387 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} [2019-07-30T06:57:33.348Z] DEBUG - Clicked on [2019-07-30T06:57:34.713Z] DEBUG - number of items : 16 [2019-07-30T06:57:34.713Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:34.713Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101758607 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:34.713Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101758607 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:34.713Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101758607 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:34.713Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101758608 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:34.713Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101758608 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:34.713Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101758691 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:34.713Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101758692 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:34.713Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101758692 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:34.713Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101758692 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:34.713Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101758692 data=null} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:34.713Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:34.713Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\"" [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:34.713Z] 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') [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\"" [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:34.713Z] 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') [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - Clicking on [2019-07-30T06:57:34.713Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1101758696 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') [2019-07-30T06:57:34.713Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1101758696 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') [2019-07-30T06:57:34.713Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1101758696 data=null doit=true} to (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') [2019-07-30T06:57:34.713Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1101758696 data=null} to (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') [2019-07-30T06:57:34.713Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1101758696 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') [2019-07-30T06:57:34.713Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1101758696 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') [2019-07-30T06:57:34.713Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1101758696 data=null 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') [2019-07-30T06:57:34.713Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') [2019-07-30T06:57:34.713Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') [2019-07-30T06:57:34.713Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') [2019-07-30T06:57:34.713Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') [2019-07-30T06:57:34.713Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "\"LASER\"" and with style 'SWT.PUSH') [2019-07-30T06:57:34.713Z] DEBUG - Clicked on [2019-07-30T06:57:34.713Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:34.713Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:34.713Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:34.713Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:34.713Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:34.713Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:34.713Z] DEBUG - matched Scale with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\"" [2019-07-30T06:57:34.713Z] DEBUG - matched Scale with text "", using matcher: (of type 'Scale' and with key=legend.entry.key and value matching "\"LASER\"") [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "\"LASER\"" [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:34.713Z] 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') [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:34.713Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:34.713Z] DEBUG - Clicking on OK [2019-07-30T06:57:34.713Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101758721 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:34.713Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101758721 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:34.713Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101758721 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:34.713Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101758721 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:34.713Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101758721 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:34.713Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101758721 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:34.713Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101758721 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:34.713Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101758608 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} [2019-07-30T06:57:34.713Z] DEBUG - Clicked on [2019-07-30T06:57:35.639Z] DEBUG - number of items : 16 [2019-07-30T06:57:35.639Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:35.639Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101759854 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:35.639Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101759854 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:35.639Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101759854 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:35.639Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101759854 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:35.639Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101759854 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:35.895Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101759939 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:35.895Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101759940 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:35.895Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101759940 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:35.895Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101759940 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:35.895Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101759940 data=null} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:35.895Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:35.895Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' [2019-07-30T06:57:35.895Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.895Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.895Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.895Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.895Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.895Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.895Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.895Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.895Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:35.896Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - Clicking on OK [2019-07-30T06:57:35.896Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101759952 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101759952 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101759952 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101759952 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101759953 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101759953 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101759953 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:35.896Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101759854 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} [2019-07-30T06:57:35.896Z] DEBUG - Clicked on [2019-07-30T06:57:36.152Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' [2019-07-30T06:57:36.152Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:57:50.984Z] DEBUG - number of items : 16 [2019-07-30T06:57:50.984Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:50.984Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101774818 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:50.984Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101774818 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:50.984Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101774818 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:50.984Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101774818 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:50.984Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101774818 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:50.984Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101774908 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:50.984Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101774909 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:50.984Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101774909 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:50.984Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101774909 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:50.984Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101774909 data=null} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:50.984Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:50.984Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:50.984Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - Clicking on OK [2019-07-30T06:57:50.984Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101774921 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101774921 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101774921 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101774921 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101774921 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101774921 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101774921 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:50.984Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101774818 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} [2019-07-30T06:57:50.984Z] DEBUG - Clicked on [2019-07-30T06:57:50.984Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' [2019-07-30T06:57:50.984Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:57:51.547Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:57:51.547Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:57:51.547Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:57:52.107Z] DEBUG - number of items : 16 [2019-07-30T06:57:52.107Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.107Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101776179 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.107Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101776179 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.107Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101776180 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.107Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101776180 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.107Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101776180 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.107Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101776261 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.107Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101776262 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.107Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101776262 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.107Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101776262 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.107Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101776262 data=null} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.107Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.107Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.107Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - Clicking on OK [2019-07-30T06:57:52.107Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101776273 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101776273 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101776273 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101776273 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101776273 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101776273 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101776274 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:52.107Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101776180 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} [2019-07-30T06:57:52.107Z] DEBUG - Clicked on [2019-07-30T06:57:52.362Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' [2019-07-30T06:57:52.362Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:57:52.922Z] DEBUG - number of items : 16 [2019-07-30T06:57:52.922Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.922Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101776949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.922Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101776949 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.922Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101776949 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.922Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101776950 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.922Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101776950 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.922Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101777033 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.922Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101777034 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.922Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101777034 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.922Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101777034 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.922Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101777034 data=null} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.922Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:52.922Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' [2019-07-30T06:57:52.922Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Legend} time=1101777035 data=null doit=true} to Shell with text {Legend} [2019-07-30T06:57:52.922Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.922Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.922Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.922Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "HAIR" [2019-07-30T06:57:52.922Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.922Z] 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') [2019-07-30T06:57:52.922Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.922Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.922Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.922Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:52.922Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:52.922Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:52.922Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:52.922Z] DEBUG - matched Scale with text "", using matcher: with key=legend.entry.key and value matching "HAIR" [2019-07-30T06:57:52.922Z] DEBUG - matched Scale with text "", using matcher: (of type 'Scale' and with key=legend.entry.key and value matching "HAIR") [2019-07-30T06:57:52.922Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:52.922Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:52.922Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:52.922Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:52.922Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:52.922Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:52.922Z] DEBUG - matched Scale with text "", using matcher: with key=legend.entry.key and value matching "HAIR" [2019-07-30T06:57:52.922Z] DEBUG - matched Scale with text "", using matcher: (of type 'Scale' and with key=legend.entry.key and value matching "HAIR") [2019-07-30T06:57:52.922Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:52.922Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:52.922Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:52.923Z] DEBUG - Setting selection on (of type 'Scale' and with key=legend.entry.key and value matching "HAIR") to 25 [2019-07-30T06:57:52.923Z] DEBUG - Sent event Selection [13]: SelectionEvent{Scale {} time=1101777045 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") [2019-07-30T06:57:52.923Z] DEBUG - Set selection on (of type 'Scale' and with key=legend.entry.key and value matching "HAIR") to 25 [2019-07-30T06:57:52.923Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.923Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.923Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.923Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "HAIR" [2019-07-30T06:57:52.923Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.923Z] 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') [2019-07-30T06:57:52.923Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.923Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.923Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.923Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:52.923Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.923Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.923Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.923Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.923Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.923Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:52.923Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:52.923Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:52.923Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:52.923Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:52.923Z] DEBUG - Clicking on OK [2019-07-30T06:57:52.923Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101777052 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:52.923Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101777052 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:52.923Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101777052 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:52.923Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101777052 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:52.923Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101777052 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:52.923Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101777052 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:52.923Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101777052 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:52.923Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101776950 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} [2019-07-30T06:57:52.923Z] DEBUG - Clicked on [2019-07-30T06:57:54.286Z] DEBUG - number of items : 16 [2019-07-30T06:57:54.286Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:54.286Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101778170 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:54.286Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101778170 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:54.286Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101778170 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:54.286Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101778170 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:54.286Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101778170 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:54.286Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101778249 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:54.286Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101778249 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:54.286Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101778249 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:54.286Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101778250 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:54.286Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101778250 data=null} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:54.286Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:54.286Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "HAIR" [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:54.286Z] 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') [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "HAIR" [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:54.286Z] 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') [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - Clicking on [2019-07-30T06:57:54.286Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1101778252 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') [2019-07-30T06:57:54.286Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1101778252 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') [2019-07-30T06:57:54.286Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1101778252 data=null doit=true} to (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') [2019-07-30T06:57:54.286Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1101778252 data=null} to (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') [2019-07-30T06:57:54.286Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1101778252 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') [2019-07-30T06:57:54.286Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1101778252 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') [2019-07-30T06:57:54.286Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1101778252 data=null 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') [2019-07-30T06:57:54.286Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') [2019-07-30T06:57:54.286Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') [2019-07-30T06:57:54.286Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') [2019-07-30T06:57:54.286Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') [2019-07-30T06:57:54.286Z] WARN - Widget is not enabled: (of type 'Button' and with key=legend.entry.key and value matching "HAIR" and with style 'SWT.PUSH') [2019-07-30T06:57:54.286Z] DEBUG - Clicked on [2019-07-30T06:57:54.286Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:54.286Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:54.286Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:54.286Z] DEBUG - matched Scale with text "", using matcher: with key=legend.entry.key and value matching "HAIR" [2019-07-30T06:57:54.286Z] DEBUG - matched Scale with text "", using matcher: (of type 'Scale' and with key=legend.entry.key and value matching "HAIR") [2019-07-30T06:57:54.286Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:54.286Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:54.286Z] DEBUG - matched Scale with text "", using matcher: of type 'Scale' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: with key=legend.entry.key and value matching "HAIR" [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:54.286Z] 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') [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:54.286Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:54.286Z] DEBUG - Clicking on OK [2019-07-30T06:57:54.286Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101778260 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:54.286Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101778260 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:54.286Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101778261 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:54.286Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101778261 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:54.286Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101778261 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:54.286Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101778261 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:54.286Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101778261 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:54.286Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101778170 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} [2019-07-30T06:57:54.286Z] DEBUG - Clicked on [2019-07-30T06:57:55.211Z] DEBUG - number of items : 16 [2019-07-30T06:57:55.211Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:55.211Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101779359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:55.211Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101779359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:55.211Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101779359 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:55.211Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101779359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:55.211Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101779359 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:55.467Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101779468 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:55.468Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101779468 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:55.468Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101779468 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:55.468Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101779468 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:55.468Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101779468 data=null} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:55.468Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:55.468Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:55.468Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - Clicking on OK [2019-07-30T06:57:55.468Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101779476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101779476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101779476 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101779476 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101779476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101779476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101779476 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:55.468Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101779359 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} [2019-07-30T06:57:55.468Z] DEBUG - Clicked on [2019-07-30T06:57:55.468Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' [2019-07-30T06:57:55.468Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:57:56.028Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:57:56.028Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:57:56.028Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:57:56.588Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:57:56.588Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:57:57.150Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:57:57.150Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:57:57.712Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:57:57.712Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:57:58.273Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:57:58.273Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:57:58.527Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:57:58.527Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:57:59.089Z] DEBUG - number of items : 16 [2019-07-30T06:57:59.089Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:59.089Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101783225 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:59.089Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101783225 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:59.089Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101783225 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:59.089Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101783225 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:59.089Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101783225 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:59.089Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101783311 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:59.089Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101783311 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:59.089Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101783311 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:59.089Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101783311 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:59.089Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101783311 data=null} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:59.089Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} [2019-07-30T06:57:59.089Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:57:59.089Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - Clicking on OK [2019-07-30T06:57:59.089Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101783323 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101783323 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101783323 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101783323 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101783324 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:59.089Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101783324 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:59.345Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101783324 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:57:59.345Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101783225 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} [2019-07-30T06:57:59.345Z] DEBUG - Clicked on [2019-07-30T06:57:59.345Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' [2019-07-30T06:57:59.345Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:57:59.906Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:57:59.906Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:57:59.906Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:57:59.906Z] DEBUG - matched Shell with text "Time Event Filter", using matcher: with text 'Time Event Filter' [2019-07-30T06:57:59.906Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Time Event Filter} time=1101784068 data=null doit=true} to Shell with text {Time Event Filter} [2019-07-30T06:57:59.906Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:57:59.906Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:58:00.466Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:58:01.830Z] DEBUG - matched Shell with text "Time Event Filter", using matcher: with text 'Time Event Filter' [2019-07-30T06:58:01.830Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Time Event Filter} time=1101785702 data=null doit=true} to Shell with text {Time Event Filter} [2019-07-30T06:58:01.830Z] DEBUG - matched Text with text "Hat1", using matcher: of type 'Text' [2019-07-30T06:58:01.830Z] DEBUG - matched Text with text "Hat1", using matcher: (of type 'Text') [2019-07-30T06:58:01.830Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:58:01.830Z] DEBUG - Attempting to set focus on (of type 'Text') [2019-07-30T06:58:02.086Z] DEBUG - number of items : 16 [2019-07-30T06:58:02.086Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:02.086Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101786251 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:02.086Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101786251 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:02.086Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101786251 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:02.086Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101786251 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:02.086Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101786251 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:02.086Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101786307 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:02.086Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101786307 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:02.086Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101786307 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:02.086Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101786307 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:02.086Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101786307 data=null} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:02.086Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:02.086Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:02.086Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - Clicking on OK [2019-07-30T06:58:02.086Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101786324 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101786324 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101786324 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101786324 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101786324 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:02.086Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101786324 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:02.342Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101786324 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:02.342Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101786251 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} [2019-07-30T06:58:02.342Z] DEBUG - Clicked on [2019-07-30T06:58:02.342Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.timegraph.stub"' [2019-07-30T06:58:02.342Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:58:02.902Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:58:02.902Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:58:02.902Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:58:02.902Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:58:02.902Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T06:58:03.466Z] DEBUG - number of items : 16 [2019-07-30T06:58:03.466Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:03.466Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101787530 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:03.466Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101787530 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:03.466Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101787530 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:03.466Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101787530 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:03.466Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101787531 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:03.466Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101787617 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:03.466Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101787618 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:03.466Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101787618 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:03.466Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101787618 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:03.466Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101787618 data=null} to ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:03.466Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} [2019-07-30T06:58:03.466Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:03.466Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - Clicking on OK [2019-07-30T06:58:03.466Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101787630 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101787630 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101787630 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101787630 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101787630 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101787630 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101787630 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:03.466Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101787531 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} [2019-07-30T06:58:03.466Z] DEBUG - Clicked on [2019-07-30T06:58:03.466Z] Tests run: 14, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 44.263 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest [2019-07-30T06:58:03.466Z] testTimeLine(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 3.097 s [2019-07-30T06:58:03.466Z] testKeyboardNamespaceNavigation(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 0.815 s [2019-07-30T06:58:03.466Z] testCollapseExpandUsingEnter(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 0.772 s [2019-07-30T06:58:03.466Z] testExpandAndCollapse(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 0.896 s [2019-07-30T06:58:03.466Z] testEventStyling(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 4.523 s [2019-07-30T06:58:03.466Z] testLegendArrow(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 3.27 s [2019-07-30T06:58:03.466Z] testVerticalZoom(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 14.938 s [2019-07-30T06:58:03.466Z] testZoomToSelection(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 1.347 s [2019-07-30T06:58:03.466Z] testExport(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) skipped [2019-07-30T06:58:03.466Z] testLegend(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 3.244 s [2019-07-30T06:58:03.466Z] testHorizontalZoom(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 3.805 s [2019-07-30T06:58:03.466Z] testTimegraphEventFiltering(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 3.024 s [2019-07-30T06:58:03.466Z] testKeyboardNavigation(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) Time elapsed: 1.281 s [2019-07-30T06:58:03.466Z] testPalettes(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.TimeGraphViewTest) skipped [2019-07-30T06:58:03.466Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.XYChartViewTest [2019-07-30T06:58:03.722Z] *** BUG *** [2019-07-30T06:58:03.722Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T06:58:03.722Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T06:58:03.722Z] [2019-07-30T06:58:03.977Z] *** BUG *** [2019-07-30T06:58:03.977Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T06:58:03.977Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T06:58:03.977Z] [2019-07-30T06:58:03.977Z] *** BUG *** [2019-07-30T06:58:03.977Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T06:58:03.977Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T06:58:03.977Z] [2019-07-30T06:58:03.977Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.xychart.stub"' [2019-07-30T06:58:04.538Z] DEBUG - matched with text "", using matcher: of type 'Chart' [2019-07-30T06:58:04.538Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:04.538Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:04.538Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:05.098Z] *** BUG *** [2019-07-30T06:58:05.098Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T06:58:05.098Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T06:58:05.098Z] [2019-07-30T06:58:05.098Z] *** BUG *** [2019-07-30T06:58:05.098Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T06:58:05.098Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T06:58:05.098Z] [2019-07-30T06:58:05.098Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.xychart.stub"' [2019-07-30T06:58:05.098Z] DEBUG - matched with text "", using matcher: of type 'Chart' [2019-07-30T06:58:05.098Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:05.098Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:05.659Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:05.659Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:06.219Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:06.219Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:06.780Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:06.780Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:07.340Z] DEBUG - number of items : 5 [2019-07-30T06:58:07.340Z] DEBUG - Clicking on ToolItem with tooltip text {Zoom In} [2019-07-30T06:58:07.340Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101791344 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} [2019-07-30T06:58:07.340Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101791344 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} [2019-07-30T06:58:07.340Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101791344 data=null doit=true} to ToolItem with tooltip text {Zoom In} [2019-07-30T06:58:07.340Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101791344 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} [2019-07-30T06:58:07.340Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101791344 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} [2019-07-30T06:58:07.340Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101791345 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} [2019-07-30T06:58:07.340Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101791346 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} [2019-07-30T06:58:07.340Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101791346 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} [2019-07-30T06:58:07.340Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101791346 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom In} [2019-07-30T06:58:07.340Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101791346 data=null doit=true} to ToolItem with tooltip text {Zoom In} [2019-07-30T06:58:07.340Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101791346 data=null} to ToolItem with tooltip text {Zoom In} [2019-07-30T06:58:07.340Z] DEBUG - Clicked on ToolItem with tooltip text {Zoom In} [2019-07-30T06:58:07.340Z] DEBUG - number of items : 5 [2019-07-30T06:58:07.340Z] DEBUG - Clicking on ToolItem with tooltip text {Zoom Out} [2019-07-30T06:58:07.340Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101791350 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} [2019-07-30T06:58:07.340Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101791350 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} [2019-07-30T06:58:07.340Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101791350 data=null doit=true} to ToolItem with tooltip text {Zoom Out} [2019-07-30T06:58:07.340Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101791350 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} [2019-07-30T06:58:07.340Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101791350 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} [2019-07-30T06:58:07.340Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101791350 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} [2019-07-30T06:58:07.340Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101791352 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} [2019-07-30T06:58:07.340Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101791355 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} [2019-07-30T06:58:07.340Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101791355 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Zoom Out} [2019-07-30T06:58:07.340Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101791355 data=null doit=true} to ToolItem with tooltip text {Zoom Out} [2019-07-30T06:58:07.340Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101791355 data=null} to ToolItem with tooltip text {Zoom Out} [2019-07-30T06:58:07.340Z] DEBUG - Clicked on ToolItem with tooltip text {Zoom Out} [2019-07-30T06:58:07.340Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:07.340Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:07.340Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:07.340Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:07.901Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.xychart.stub"' [2019-07-30T06:58:08.461Z] DEBUG - matched with text "", using matcher: of type 'Chart' [2019-07-30T06:58:08.461Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:08.461Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:08.461Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:08.461Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:08.461Z] DEBUG - Attempting to set focus on with text {} [2019-07-30T06:58:08.461Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.868 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.XYChartViewTest [2019-07-30T06:58:08.461Z] testZoomToSelection(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.XYChartViewTest) Time elapsed: 1.362 s [2019-07-30T06:58:08.461Z] testHorizontalZoom(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.XYChartViewTest) Time elapsed: 2.752 s [2019-07-30T06:58:08.461Z] testKeyboardNavigation(org.eclipse.tracecompass.tmf.ui.swtbot.tests.views.XYChartViewTest) Time elapsed: 0.66 s [2019-07-30T06:58:08.461Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.project.AddProjectNatureTest [2019-07-30T06:58:09.022Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:58:09.022Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:09.022Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:09.022Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:09.022Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:09.022Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:09.022Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {SomeProject} time=1101793067 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {SomeProject} [2019-07-30T06:58:09.022Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {SomeProject} time=1101793068 data=null doit=true} to TreeItem with text {SomeProject} [2019-07-30T06:58:09.022Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {SomeProject} time=1101793068 data=null} to TreeItem with text {SomeProject} [2019-07-30T06:58:09.022Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {SomeProject} time=1101793068 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {SomeProject} [2019-07-30T06:58:09.022Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101793068 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} [2019-07-30T06:58:09.022Z] [2019-07-30T06:58:09.022Z] !ENTRY org.eclipse.cdt.core 1 0 2019-07-30 06:58:08.918 [2019-07-30T06:58:09.022Z] !MESSAGE Indexed 'SomeProject' (0 sources, 0 headers) in 0.001 sec: 0 declarations; 0 references; 0 unresolved inclusions; 0 syntax errors; 0 unresolved names (0%) [2019-07-30T06:58:09.022Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {SomeProject} time=1101793187 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {SomeProject} [2019-07-30T06:58:09.022Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:09.022Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {SomeProject} time=1101793188 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {SomeProject} [2019-07-30T06:58:09.022Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {SomeProject} time=1101793188 data=null doit=true} to TreeItem with text {SomeProject} [2019-07-30T06:58:09.022Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {SomeProject} time=1101793188 data=null} to TreeItem with text {SomeProject} [2019-07-30T06:58:09.022Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {SomeProject} time=1101793188 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {SomeProject} [2019-07-30T06:58:09.022Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101793189 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} [2019-07-30T06:58:09.022Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {SomeProject} time=1101793194 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {SomeProject} [2019-07-30T06:58:09.278Z] DEBUG - matched MenuItem with text "Confi&gure", using matcher: with mnemonic 'Configure' [2019-07-30T06:58:09.278Z] DEBUG - matched MenuItem with text "Configure or convert...", using matcher: with mnemonic 'Configure or convert to Tracing Project' [2019-07-30T06:58:09.278Z] DEBUG - Clicking on with mnemonic 'Configure or convert to Tracing Project' [2019-07-30T06:58:09.278Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Configure or convert to Tracing Project} time=1101793291 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' [2019-07-30T06:58:09.278Z] DEBUG - Clicked on with mnemonic 'Configure or convert to Tracing Project' [2019-07-30T06:58:09.278Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {SomeProject} time=1101793463 data=null doit=true} to TreeItem with text {SomeProject} [2019-07-30T06:58:09.278Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {SomeProject} time=1101793464 data=null} to TreeItem with text {SomeProject} [2019-07-30T06:58:09.278Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {SomeProject} time=1101793464 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {SomeProject} [2019-07-30T06:58:09.278Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101793464 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} [2019-07-30T06:58:09.278Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {SomeProject} time=1101793470 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {SomeProject} [2019-07-30T06:58:09.278Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Compass} time=1101793470 data=null doit=true} to TreeItem with text {Trace Compass} [2019-07-30T06:58:09.278Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Compass} time=1101793471 data=null} to TreeItem with text {Trace Compass} [2019-07-30T06:58:09.278Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Compass} time=1101793471 data=null button=1 stateMask=0x0 x=109 y=32 count=1} to TreeItem with text {Trace Compass} [2019-07-30T06:58:09.278Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101793471 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} [2019-07-30T06:58:09.278Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Compass} time=1101793473 data=null button=1 stateMask=0x80000 x=93 y=32 count=1} to TreeItem with text {Trace Compass} [2019-07-30T06:58:09.278Z] WARN - Tree item TreeItem with text {Trace Compass} is already expanded. Won't expand it again. [2019-07-30T06:58:11.168Z] DEBUG - matched EditorReference with text "", using matcher: with name '"syslog_collapse"' [2019-07-30T06:58:11.168Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:58:11.168Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:58:11.168Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:58:11.168Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:58:11.168Z] DEBUG - matched MenuItem with text "&Filters and Customi...", using matcher: with mnemonic 'Filters and Customization...' [2019-07-30T06:58:11.168Z] DEBUG - Clicking on with mnemonic 'Filters and Customization...' [2019-07-30T06:58:11.168Z] DEBUG - Clicked on with mnemonic 'Filters and Customization...' [2019-07-30T06:58:11.168Z] DEBUG - matched Shell with text "Filters and Customiz...", using matcher: with text 'Filters and Customization' [2019-07-30T06:58:11.168Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Filters and Customization} time=1101795207 data=null doit=true} to Shell with text {Filters and Customization} [2019-07-30T06:58:11.168Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:58:11.168Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:58:11.168Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T06:58:11.168Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {.* resources} time=1101795209 data=null button=0 stateMask=0x0 x=67 y=33 count=0} to TableItem with text {.* resources} [2019-07-30T06:58:11.168Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {.* resources} time=1101795209 data=null doit=true} to TableItem with text {.* resources} [2019-07-30T06:58:11.168Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {.* resources} time=1101795209 data=null} to TableItem with text {.* resources} [2019-07-30T06:58:11.168Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {.* resources} time=1101795210 data=null button=1 stateMask=0x0 x=67 y=33 count=1} to TableItem with text {.* resources} [2019-07-30T06:58:11.168Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101795215 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} [2019-07-30T06:58:11.168Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {.* resources} time=1101795215 data=null button=1 stateMask=0x80000 x=67 y=33 count=1} to TableItem with text {.* resources} [2019-07-30T06:58:11.168Z] DEBUG - Setting state to unchecked on: .* resources [2019-07-30T06:58:11.168Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T06:58:11.168Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Trace Compass Shadow Projects} time=1101795217 data=null button=0 stateMask=0x0 x=131 y=121 count=0} to TableItem with text {Trace Compass Shadow Projects} [2019-07-30T06:58:11.168Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Trace Compass Shadow Projects} time=1101795217 data=null doit=true} to TableItem with text {Trace Compass Shadow Projects} [2019-07-30T06:58:11.168Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Trace Compass Shadow Projects} time=1101795217 data=null} to TableItem with text {Trace Compass Shadow Projects} [2019-07-30T06:58:11.168Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Trace Compass Shadow Projects} time=1101795221 data=null button=1 stateMask=0x0 x=131 y=121 count=1} to TableItem with text {Trace Compass Shadow Projects} [2019-07-30T06:58:11.168Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101795221 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} [2019-07-30T06:58:11.168Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Trace Compass Shadow Projects} time=1101795222 data=null button=1 stateMask=0x80000 x=131 y=121 count=1} to TableItem with text {Trace Compass Shadow Projects} [2019-07-30T06:58:11.168Z] DEBUG - Setting state to unchecked on: Trace Compass Shadow Projects [2019-07-30T06:58:11.168Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:11.168Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:11.168Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:58:11.168Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:11.168Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:11.168Z] DEBUG - Clicking on OK [2019-07-30T06:58:11.168Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101795223 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:11.168Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101795223 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:11.168Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101795223 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:11.168Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101795223 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:11.168Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101795223 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:11.168Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101795223 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:11.168Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101795223 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:11.168Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Filters and Customization...} time=1101795102 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...' [2019-07-30T06:58:11.168Z] DEBUG - Clicked on [2019-07-30T06:58:11.168Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:58:11.168Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:11.168Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:11.168Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:11.168Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:11.168Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:11.168Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {.tracecompass-SomeProject} time=1101795297 data=null button=0 stateMask=0x0 x=133 y=11 count=0} to TreeItem with text {.tracecompass-SomeProject} [2019-07-30T06:58:11.168Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {.tracecompass-SomeProject} time=1101795297 data=null doit=true} to TreeItem with text {.tracecompass-SomeProject} [2019-07-30T06:58:11.168Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {.tracecompass-SomeProject} time=1101795297 data=null} to TreeItem with text {.tracecompass-SomeProject} [2019-07-30T06:58:11.168Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {.tracecompass-SomeProject} time=1101795298 data=null button=1 stateMask=0x0 x=133 y=11 count=1} to TreeItem with text {.tracecompass-SomeProject} [2019-07-30T06:58:11.168Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101795298 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} [2019-07-30T06:58:11.168Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {.tracecompass-SomeProject} time=1101795322 data=null button=1 stateMask=0x80000 x=133 y=11 count=1} to TreeItem with text {.tracecompass-SomeProject} [2019-07-30T06:58:11.168Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {.tracecompass-SomeProject} time=1101795322 data=null doit=true} to TreeItem with text {.tracecompass-SomeProject} [2019-07-30T06:58:11.168Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {.tracecompass-SomeProject} time=1101795323 data=null} to TreeItem with text {.tracecompass-SomeProject} [2019-07-30T06:58:11.168Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {.tracecompass-SomeProject} time=1101795323 data=null button=1 stateMask=0x0 x=133 y=11 count=1} to TreeItem with text {.tracecompass-SomeProject} [2019-07-30T06:58:11.168Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101795323 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} [2019-07-30T06:58:11.168Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {.tracecompass-SomeProject} time=1101795336 data=null button=1 stateMask=0x80000 x=133 y=11 count=1} to TreeItem with text {.tracecompass-SomeProject} [2019-07-30T06:58:11.168Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1101795337 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T06:58:11.168Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1101795337 data=null} to TreeItem with text {Traces [1]} [2019-07-30T06:58:11.168Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1101795337 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:58:11.168Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101795337 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]} [2019-07-30T06:58:11.168Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1101795340 data=null button=1 stateMask=0x80000 x=75 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:58:11.168Z] WARN - Tree item TreeItem with text {.tracecompass-SomeProject} is already expanded. Won't expand it again. [2019-07-30T06:58:11.168Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:58:11.168Z] DEBUG - matched MenuItem with text "&Filters and Customi...", using matcher: with mnemonic 'Filters and Customization...' [2019-07-30T06:58:11.168Z] DEBUG - Clicking on with mnemonic 'Filters and Customization...' [2019-07-30T06:58:11.424Z] DEBUG - Clicked on with mnemonic 'Filters and Customization...' [2019-07-30T06:58:11.424Z] DEBUG - matched Shell with text "Filters and Customiz...", using matcher: with text 'Filters and Customization' [2019-07-30T06:58:11.424Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Filters and Customization} time=1101795498 data=null doit=true} to Shell with text {Filters and Customization} [2019-07-30T06:58:11.424Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T06:58:11.424Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T06:58:11.424Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T06:58:11.424Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {.* resources} time=1101795499 data=null button=0 stateMask=0x0 x=67 y=33 count=0} to TableItem with text {.* resources} [2019-07-30T06:58:11.424Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {.* resources} time=1101795500 data=null doit=true} to TableItem with text {.* resources} [2019-07-30T06:58:11.424Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {.* resources} time=1101795500 data=null} to TableItem with text {.* resources} [2019-07-30T06:58:11.424Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {.* resources} time=1101795500 data=null button=1 stateMask=0x0 x=67 y=33 count=1} to TableItem with text {.* resources} [2019-07-30T06:58:11.424Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101795500 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} [2019-07-30T06:58:11.424Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {.* resources} time=1101795500 data=null button=1 stateMask=0x80000 x=67 y=33 count=1} to TableItem with text {.* resources} [2019-07-30T06:58:11.424Z] DEBUG - Setting state to checked on: .* resources [2019-07-30T06:58:11.424Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T06:58:11.424Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Trace Compass Shadow Projects} time=1101795501 data=null button=0 stateMask=0x0 x=131 y=121 count=0} to TableItem with text {Trace Compass Shadow Projects} [2019-07-30T06:58:11.424Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Trace Compass Shadow Projects} time=1101795502 data=null doit=true} to TableItem with text {Trace Compass Shadow Projects} [2019-07-30T06:58:11.424Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Trace Compass Shadow Projects} time=1101795502 data=null} to TableItem with text {Trace Compass Shadow Projects} [2019-07-30T06:58:11.424Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Trace Compass Shadow Projects} time=1101795502 data=null button=1 stateMask=0x0 x=131 y=121 count=1} to TableItem with text {Trace Compass Shadow Projects} [2019-07-30T06:58:11.424Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1101795502 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} [2019-07-30T06:58:11.424Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Trace Compass Shadow Projects} time=1101795502 data=null button=1 stateMask=0x80000 x=131 y=121 count=1} to TableItem with text {Trace Compass Shadow Projects} [2019-07-30T06:58:11.424Z] DEBUG - Setting state to checked on: Trace Compass Shadow Projects [2019-07-30T06:58:11.424Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:11.424Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:11.424Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:58:11.424Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:11.424Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:11.424Z] DEBUG - Clicking on OK [2019-07-30T06:58:11.424Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101795507 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:11.424Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101795508 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:11.424Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101795508 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:11.424Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101795508 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:11.424Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101795508 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:11.424Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101795508 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:11.424Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101795508 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:11.424Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Filters and Customization...} time=1101795405 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...' [2019-07-30T06:58:11.424Z] DEBUG - Clicked on [2019-07-30T06:58:11.424Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:58:11.424Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:11.424Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:11.680Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1101795809 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T06:58:11.680Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T06:58:11.680Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:11.680Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:11.680Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:11.680Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {SomeProject} time=1101795813 data=null button=0 stateMask=0x0 x=83 y=11 count=0} to TreeItem with text {SomeProject} [2019-07-30T06:58:11.680Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {SomeProject} time=1101795813 data=null doit=true} to TreeItem with text {SomeProject} [2019-07-30T06:58:11.680Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {SomeProject} time=1101795813 data=null} to TreeItem with text {SomeProject} [2019-07-30T06:58:11.680Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {SomeProject} time=1101795813 data=null button=1 stateMask=0x0 x=83 y=11 count=1} to TreeItem with text {SomeProject} [2019-07-30T06:58:11.680Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101795813 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} [2019-07-30T06:58:11.680Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {SomeProject} time=1101795839 data=null button=1 stateMask=0x80000 x=83 y=11 count=1} to TreeItem with text {SomeProject} [2019-07-30T06:58:11.680Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T06:58:11.680Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T06:58:11.680Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T06:58:12.606Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T06:58:12.606Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T06:58:12.606Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:58:12.606Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:58:12.606Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:12.606Z] DEBUG - matched Button with text "Delete 1 &nested pro...", using matcher: of type 'Button' [2019-07-30T06:58:12.606Z] DEBUG - matched Button with text "Delete 1 &nested pro...", using matcher: with style 'SWT.CHECK' [2019-07-30T06:58:12.606Z] DEBUG - matched Button with text "Delete 1 &nested pro...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:12.606Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:58:12.606Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:12.606Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:12.606Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:12.606Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:58:12.606Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101796506 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:12.606Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101796506 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:12.606Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101796506 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:12.606Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101796506 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:12.606Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101796506 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:12.606Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101796506 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:12.606Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101796506 data=null 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') [2019-07-30T06:58:12.606Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101796515 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:12.606Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101796515 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:12.606Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101796515 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:12.606Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101796515 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:12.606Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101796515 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:12.606Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:12.606Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:58:12.606Z] DEBUG - matched Button with text "Delete 1 &nested pro...", using matcher: of type 'Button' [2019-07-30T06:58:12.606Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:58:12.606Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:12.606Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:12.606Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:58:12.606Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:12.606Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:12.606Z] DEBUG - Clicking on OK [2019-07-30T06:58:12.606Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101796516 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:12.606Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101796516 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:12.606Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101796516 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:12.606Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101796516 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:12.606Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101796516 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:12.606Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101796516 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:12.606Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:12.606Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:12.606Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:12.606Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:12.606Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:12.606Z] DEBUG - Clicked on OK [2019-07-30T06:58:12.861Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101796516 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:12.861Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101795881 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:58:12.861Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.44 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.project.AddProjectNatureTest [2019-07-30T06:58:12.861Z] testConfigureTracingNature(org.eclipse.tracecompass.tmf.ui.swtbot.tests.project.AddProjectNatureTest) Time elapsed: 2.072 s [2019-07-30T06:58:12.861Z] testViewerFilter(org.eclipse.tracecompass.tmf.ui.swtbot.tests.project.AddProjectNatureTest) Time elapsed: 0.533 s [2019-07-30T06:58:12.861Z] Running org.eclipse.tracecompass.tmf.ui.swtbot.tests.tracetype.preferences.TraceTypePreferencePageTest [2019-07-30T06:58:14.748Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1101798564 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} [2019-07-30T06:58:14.748Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' [2019-07-30T06:58:14.748Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' [2019-07-30T06:58:14.748Z] DEBUG - Clicking on with mnemonic 'Preferences' [2019-07-30T06:58:14.748Z] DEBUG - Clicked on with mnemonic 'Preferences' [2019-07-30T06:58:14.748Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' [2019-07-30T06:58:14.748Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1101798788 data=null doit=true} to Shell with text {Preferences} [2019-07-30T06:58:14.748Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:14.748Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:14.748Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:14.748Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:14.748Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1101798791 data=null button=0 stateMask=0x0 x=48 y=473 count=0} to TreeItem with text {Tracing} [2019-07-30T06:58:14.748Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1101798791 data=null doit=true} to TreeItem with text {Tracing} [2019-07-30T06:58:14.748Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1101798791 data=null} to TreeItem with text {Tracing} [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1101798791 data=null button=1 stateMask=0x0 x=48 y=473 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:14.748Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101798791 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} [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1101798828 data=null button=1 stateMask=0x80000 x=48 y=473 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:14.748Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1101798829 data=null doit=true} to TreeItem with text {Tracing} [2019-07-30T06:58:14.748Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1101798829 data=null} to TreeItem with text {Tracing} [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1101798829 data=null button=1 stateMask=0x0 x=48 y=473 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:14.748Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101798829 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} [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1101798835 data=null button=1 stateMask=0x80000 x=48 y=473 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:14.748Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1101798835 data=null button=0 stateMask=0x0 x=80 y=536 count=0} to Tree node with text: Trace Types [2019-07-30T06:58:14.748Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1101798835 data=null doit=true} to Tree node with text: Trace Types [2019-07-30T06:58:14.748Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1101798835 data=null} to Tree node with text: Trace Types [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1101798836 data=null button=1 stateMask=0x0 x=80 y=536 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:14.748Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101798836 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 [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1101798887 data=null button=1 stateMask=0x80000 x=80 y=507 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:14.748Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:14.748Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:14.748Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:14.748Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - Clicking on Check all [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1101798900 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101798900 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:14.748Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1101798900 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:14.748Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1101798900 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1101798900 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1101798901 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:14.748Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1101798901 data=null item=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') [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1101798901 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101798901 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1101798901 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:14.748Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1101798901 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:14.748Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1101798901 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:14.748Z] DEBUG - Clicked on Check all [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - Clicking on &Apply [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1101798902 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') [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101798902 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') [2019-07-30T06:58:14.748Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1101798902 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:14.748Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1101798902 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1101798902 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') [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1101798903 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') [2019-07-30T06:58:14.748Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1101798903 data=null item=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') [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1101798903 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') [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101798903 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') [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1101798903 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') [2019-07-30T06:58:14.748Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1101798903 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:14.748Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1101798903 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:14.748Z] DEBUG - Clicked on &Apply [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') [2019-07-30T06:58:14.748Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:14.748Z] 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') [2019-07-30T06:58:14.748Z] DEBUG - Clicking on Apply and Close [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1101798910 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') [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1101798910 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') [2019-07-30T06:58:14.748Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1101798910 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:14.748Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1101798910 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1101798910 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') [2019-07-30T06:58:14.748Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1101798910 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') [2019-07-30T06:58:14.748Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1101798915 data=null item=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') [2019-07-30T06:58:14.748Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1101798617 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' [2019-07-30T06:58:15.004Z] DEBUG - Clicked on [2019-07-30T06:58:15.004Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.filter"' [2019-07-30T06:58:15.004Z] DEBUG - number of items : 11 [2019-07-30T06:58:15.004Z] DEBUG - Clicking on ToolItem with tooltip text {Import filters} [2019-07-30T06:58:15.004Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101799121 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters} [2019-07-30T06:58:15.004Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101799121 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters} [2019-07-30T06:58:15.004Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101799121 data=null doit=true} to ToolItem with tooltip text {Import filters} [2019-07-30T06:58:15.004Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101799122 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters} [2019-07-30T06:58:15.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101799122 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters} [2019-07-30T06:58:15.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101799122 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} [2019-07-30T06:58:15.004Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101799169 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters} [2019-07-30T06:58:15.004Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101799169 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters} [2019-07-30T06:58:15.004Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101799169 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Import filters} [2019-07-30T06:58:15.004Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101799169 data=null doit=true} to ToolItem with tooltip text {Import filters} [2019-07-30T06:58:15.004Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101799169 data=null} to ToolItem with tooltip text {Import filters} [2019-07-30T06:58:15.004Z] DEBUG - Clicked on ToolItem with tooltip text {Import filters} [2019-07-30T06:58:15.004Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:15.004Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:15.004Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:15.004Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:15.004Z] DEBUG - Expanding nodes FILTER test>WITH TRACETYPE Custom XML : testxmlextension in tree (of type 'Tree') [2019-07-30T06:58:15.004Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER test} time=1101799171 data=null doit=true} to TreeItem with text {FILTER test} [2019-07-30T06:58:15.004Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER test} time=1101799171 data=null} to TreeItem with text {FILTER test} [2019-07-30T06:58:15.004Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER test} time=1101799171 data=null button=1 stateMask=0x0 x=60 y=263 count=1} to TreeItem with text {FILTER test} [2019-07-30T06:58:15.004Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101799172 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} [2019-07-30T06:58:15.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER test} time=1101799172 data=null button=1 stateMask=0x80000 x=60 y=263 count=1} to TreeItem with text {FILTER test} [2019-07-30T06:58:15.004Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1101799172 data=null doit=true} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension [2019-07-30T06:58:15.004Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1101799172 data=null} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension [2019-07-30T06:58:15.004Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1101799173 data=null button=1 stateMask=0x0 x=200 y=284 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension [2019-07-30T06:58:15.004Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101799173 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 [2019-07-30T06:58:15.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1101799173 data=null button=1 stateMask=0x80000 x=200 y=284 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension [2019-07-30T06:58:15.004Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:15.004Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1101799174 data=null button=0 stateMask=0x0 x=200 y=284 count=0} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension [2019-07-30T06:58:15.004Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1101799174 data=null doit=true} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension [2019-07-30T06:58:15.004Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1101799174 data=null} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension [2019-07-30T06:58:15.004Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1101799174 data=null button=1 stateMask=0x0 x=200 y=284 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension [2019-07-30T06:58:15.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101799174 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 [2019-07-30T06:58:15.004Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1101799193 data=null button=1 stateMask=0x80000 x=200 y=260 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension [2019-07-30T06:58:15.004Z] DEBUG - matched Combo with text "Custom XML : testxml...", using matcher: of type 'Combo' [2019-07-30T06:58:15.004Z] DEBUG - matched Combo with text "Custom XML : testxml...", using matcher: (of type 'Combo') [2019-07-30T06:58:15.004Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1101799195 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} [2019-07-30T06:58:15.004Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' [2019-07-30T06:58:15.004Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' [2019-07-30T06:58:15.004Z] DEBUG - Clicking on with mnemonic 'Preferences' [2019-07-30T06:58:15.261Z] DEBUG - Clicked on with mnemonic 'Preferences' [2019-07-30T06:58:15.261Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' [2019-07-30T06:58:15.261Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1101799400 data=null doit=true} to Shell with text {Preferences} [2019-07-30T06:58:15.261Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:15.261Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:15.261Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:15.261Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:15.261Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1101799415 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} [2019-07-30T06:58:15.261Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1101799415 data=null doit=true} to TreeItem with text {Tracing} [2019-07-30T06:58:15.261Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1101799416 data=null} to TreeItem with text {Tracing} [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1101799416 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:15.261Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101799416 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} [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1101799459 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:15.261Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. [2019-07-30T06:58:15.261Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1101799460 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types [2019-07-30T06:58:15.261Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1101799460 data=null doit=true} to Tree node with text: Trace Types [2019-07-30T06:58:15.261Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1101799460 data=null} to Tree node with text: Trace Types [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1101799460 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:15.261Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101799460 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 [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1101799462 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:15.261Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:15.261Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:15.261Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:15.261Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:15.261Z] DEBUG - Clicking on Uncheck all [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1101799464 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') [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1101799464 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') [2019-07-30T06:58:15.261Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1101799464 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:15.261Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1101799464 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1101799465 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') [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1101799465 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') [2019-07-30T06:58:15.261Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1101799465 data=null item=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') [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1101799482 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') [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1101799482 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') [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1101799482 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') [2019-07-30T06:58:15.261Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1101799482 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:15.261Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1101799482 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:15.261Z] DEBUG - Clicked on Uncheck all [2019-07-30T06:58:15.261Z] DEBUG - Expanding nodes Custom XML>testxmlextension in tree (of type 'Tree') [2019-07-30T06:58:15.261Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Custom XML} time=1101799482 data=null doit=true} to TreeItem with text {Custom XML} [2019-07-30T06:58:15.261Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Custom XML} time=1101799482 data=null} to TreeItem with text {Custom XML} [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Custom XML} time=1101799483 data=null button=1 stateMask=0x0 x=86 y=55 count=1} to TreeItem with text {Custom XML} [2019-07-30T06:58:15.261Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101799491 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} [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Custom XML} time=1101799496 data=null button=1 stateMask=0x80000 x=86 y=55 count=1} to TreeItem with text {Custom XML} [2019-07-30T06:58:15.261Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {testxmlextension} time=1101799496 data=null doit=true} to Tree node with text: testxmlextension [2019-07-30T06:58:15.261Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {testxmlextension} time=1101799496 data=null} to Tree node with text: testxmlextension [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {testxmlextension} time=1101799497 data=null button=1 stateMask=0x0 x=119 y=77 count=1} to Tree node with text: testxmlextension [2019-07-30T06:58:15.261Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101799497 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 [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {testxmlextension} time=1101799497 data=null button=1 stateMask=0x80000 x=119 y=77 count=1} to Tree node with text: testxmlextension [2019-07-30T06:58:15.261Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {testxmlextension} time=1101799499 data=null button=0 stateMask=0x0 x=119 y=77 count=0} to Tree node with text: testxmlextension [2019-07-30T06:58:15.261Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {testxmlextension} time=1101799499 data=null doit=true} to Tree node with text: testxmlextension [2019-07-30T06:58:15.261Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {testxmlextension} time=1101799499 data=null} to Tree node with text: testxmlextension [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {testxmlextension} time=1101799499 data=null button=1 stateMask=0x0 x=119 y=77 count=1} to Tree node with text: testxmlextension [2019-07-30T06:58:15.261Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101799499 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 [2019-07-30T06:58:15.261Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {testxmlextension} time=1101799500 data=null button=1 stateMask=0x80000 x=119 y=77 count=1} to Tree node with text: testxmlextension [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected' [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:15.261Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:15.518Z] DEBUG - Clicking on Check selected [2019-07-30T06:58:15.518Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=1101799516 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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1101799516 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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=1101799516 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:15.518Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=1101799516 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:15.518Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=1101799517 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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=1101799517 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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=1101799517 data=null item=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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=1101799518 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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1101799518 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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=1101799518 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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=1101799518 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:15.518Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=1101799518 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:15.518Z] DEBUG - Clicked on Check selected [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:15.518Z] DEBUG - Clicking on &Apply [2019-07-30T06:58:15.518Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1101799520 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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101799520 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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1101799520 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:15.518Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1101799520 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:15.518Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1101799520 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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1101799520 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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1101799520 data=null item=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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1101799521 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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101799521 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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1101799521 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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1101799521 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:15.518Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1101799521 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:15.518Z] DEBUG - Clicked on &Apply [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') [2019-07-30T06:58:15.518Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:15.518Z] 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') [2019-07-30T06:58:15.518Z] DEBUG - Clicking on Apply and Close [2019-07-30T06:58:15.518Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1101799523 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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1101799523 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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1101799523 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:15.518Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1101799523 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:15.518Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1101799523 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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1101799523 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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1101799523 data=null item=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') [2019-07-30T06:58:15.518Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1101799228 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' [2019-07-30T06:58:15.518Z] DEBUG - Clicked on [2019-07-30T06:58:15.518Z] DEBUG - Expanding nodes FILTER test in tree (of type 'Tree') [2019-07-30T06:58:15.518Z] WARN - Tree item TreeItem with text {FILTER test} is already expanded. Won't expand it again. [2019-07-30T06:58:15.519Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:15.519Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER test} time=1101799650 data=null button=0 stateMask=0x0 x=60 y=239 count=0} to TreeItem with text {FILTER test} [2019-07-30T06:58:15.519Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER test} time=1101799650 data=null doit=true} to TreeItem with text {FILTER test} [2019-07-30T06:58:15.519Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER test} time=1101799650 data=null} to TreeItem with text {FILTER test} [2019-07-30T06:58:15.519Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER test} time=1101799651 data=null button=1 stateMask=0x0 x=60 y=239 count=1} to TreeItem with text {FILTER test} [2019-07-30T06:58:15.519Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101799651 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} [2019-07-30T06:58:15.519Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER test} time=1101799675 data=null button=1 stateMask=0x80000 x=60 y=239 count=1} to TreeItem with text {FILTER test} [2019-07-30T06:58:15.519Z] DEBUG - Expanding nodes FILTER test>WITH TRACETYPE Custom XML : testxmlextension in tree (of type 'Tree') [2019-07-30T06:58:15.519Z] WARN - Tree item TreeItem with text {FILTER test} is already expanded. Won't expand it again. [2019-07-30T06:58:15.519Z] WARN - Tree item Tree node with text: WITH TRACETYPE Custom XML : testxmlextension is already expanded. Won't expand it again. [2019-07-30T06:58:15.519Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:15.519Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1101799681 data=null button=0 stateMask=0x0 x=200 y=260 count=0} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension [2019-07-30T06:58:15.519Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1101799681 data=null doit=true} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension [2019-07-30T06:58:15.519Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1101799681 data=null} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension [2019-07-30T06:58:15.519Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1101799681 data=null button=1 stateMask=0x0 x=200 y=260 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension [2019-07-30T06:58:15.519Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101799681 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 [2019-07-30T06:58:15.519Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1101799687 data=null button=1 stateMask=0x80000 x=200 y=260 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension [2019-07-30T06:58:15.519Z] DEBUG - matched Combo with text "Custom XML : testxml...", using matcher: of type 'Combo' [2019-07-30T06:58:15.519Z] DEBUG - matched Combo with text "Custom XML : testxml...", using matcher: (of type 'Combo') [2019-07-30T06:58:15.519Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1101799688 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} [2019-07-30T06:58:15.519Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' [2019-07-30T06:58:15.519Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' [2019-07-30T06:58:15.519Z] DEBUG - Clicking on with mnemonic 'Preferences' [2019-07-30T06:58:15.775Z] DEBUG - Clicked on with mnemonic 'Preferences' [2019-07-30T06:58:15.775Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' [2019-07-30T06:58:15.775Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1101799895 data=null doit=true} to Shell with text {Preferences} [2019-07-30T06:58:15.775Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:15.775Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:15.775Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:15.775Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:15.775Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1101799897 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} [2019-07-30T06:58:15.775Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1101799898 data=null doit=true} to TreeItem with text {Tracing} [2019-07-30T06:58:15.775Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1101799898 data=null} to TreeItem with text {Tracing} [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1101799898 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:15.775Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101799898 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} [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1101799927 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:15.775Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. [2019-07-30T06:58:15.775Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1101799934 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types [2019-07-30T06:58:15.775Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1101799934 data=null doit=true} to Tree node with text: Trace Types [2019-07-30T06:58:15.775Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1101799934 data=null} to Tree node with text: Trace Types [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1101799934 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:15.775Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101799936 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 [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1101799937 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:15.775Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:15.775Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:15.775Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:15.775Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - Clicking on Uncheck all [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1101799976 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1101799976 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1101799976 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:15.775Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1101799976 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1101799976 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1101799976 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1101799976 data=null item=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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1101799977 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1101799977 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1101799977 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1101799977 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:15.775Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1101799977 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:15.775Z] DEBUG - Clicked on Uncheck all [2019-07-30T06:58:15.775Z] DEBUG - Expanding nodes Custom Text>testtxtextension in tree (of type 'Tree') [2019-07-30T06:58:15.775Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Custom Text} time=1101799977 data=null doit=true} to TreeItem with text {Custom Text} [2019-07-30T06:58:15.775Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Custom Text} time=1101799977 data=null} to TreeItem with text {Custom Text} [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Custom Text} time=1101799978 data=null button=1 stateMask=0x0 x=86 y=33 count=1} to TreeItem with text {Custom Text} [2019-07-30T06:58:15.775Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101799978 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} [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Custom Text} time=1101799984 data=null button=1 stateMask=0x80000 x=86 y=33 count=1} to TreeItem with text {Custom Text} [2019-07-30T06:58:15.775Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {testtxtextension} time=1101799984 data=null doit=true} to Tree node with text: testtxtextension [2019-07-30T06:58:15.775Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {testtxtextension} time=1101799984 data=null} to Tree node with text: testtxtextension [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {testtxtextension} time=1101799989 data=null button=1 stateMask=0x0 x=116 y=121 count=1} to Tree node with text: testtxtextension [2019-07-30T06:58:15.775Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101799989 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 [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {testtxtextension} time=1101799989 data=null button=1 stateMask=0x80000 x=116 y=121 count=1} to Tree node with text: testtxtextension [2019-07-30T06:58:15.775Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {testtxtextension} time=1101799991 data=null button=0 stateMask=0x0 x=116 y=121 count=0} to Tree node with text: testtxtextension [2019-07-30T06:58:15.775Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {testtxtextension} time=1101799991 data=null doit=true} to Tree node with text: testtxtextension [2019-07-30T06:58:15.775Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {testtxtextension} time=1101799991 data=null} to Tree node with text: testtxtextension [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {testtxtextension} time=1101799991 data=null button=1 stateMask=0x0 x=116 y=121 count=1} to Tree node with text: testtxtextension [2019-07-30T06:58:15.775Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101799991 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 [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {testtxtextension} time=1101799992 data=null button=1 stateMask=0x80000 x=116 y=121 count=1} to Tree node with text: testtxtextension [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - Clicking on Check selected [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=1101799993 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1101799993 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=1101799993 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:15.775Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=1101799993 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=1101799993 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=1101799993 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=1101799993 data=null item=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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=1101799994 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1101799994 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=1101799994 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=1101799994 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:15.775Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=1101799994 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:15.775Z] DEBUG - Clicked on Check selected [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - Clicking on &Apply [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1101799995 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101799996 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1101800001 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:15.775Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1101800001 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1101800002 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1101800002 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1101800002 data=null item=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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1101800010 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101800010 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1101800010 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') [2019-07-30T06:58:15.775Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1101800010 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:15.775Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1101800011 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:15.775Z] DEBUG - Clicked on &Apply [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:15.775Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:15.776Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:15.776Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:15.776Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:15.776Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:15.776Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:15.776Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' [2019-07-30T06:58:15.776Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') [2019-07-30T06:58:15.776Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:15.776Z] 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') [2019-07-30T06:58:15.776Z] DEBUG - Clicking on Apply and Close [2019-07-30T06:58:15.776Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1101800012 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') [2019-07-30T06:58:15.776Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1101800012 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') [2019-07-30T06:58:15.776Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1101800012 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:15.776Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1101800012 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:15.776Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1101800012 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') [2019-07-30T06:58:15.776Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1101800013 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') [2019-07-30T06:58:16.066Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1101800013 data=null item=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') [2019-07-30T06:58:16.066Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1101799711 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' [2019-07-30T06:58:16.066Z] DEBUG - Clicked on [2019-07-30T06:58:16.066Z] DEBUG - Expanding nodes FILTER test in tree (of type 'Tree') [2019-07-30T06:58:16.066Z] WARN - Tree item TreeItem with text {FILTER test} is already expanded. Won't expand it again. [2019-07-30T06:58:16.066Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:16.066Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {FILTER test} time=1101800133 data=null button=0 stateMask=0x0 x=60 y=239 count=0} to TreeItem with text {FILTER test} [2019-07-30T06:58:16.066Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {FILTER test} time=1101800133 data=null doit=true} to TreeItem with text {FILTER test} [2019-07-30T06:58:16.066Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {FILTER test} time=1101800133 data=null} to TreeItem with text {FILTER test} [2019-07-30T06:58:16.066Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {FILTER test} time=1101800133 data=null button=1 stateMask=0x0 x=60 y=239 count=1} to TreeItem with text {FILTER test} [2019-07-30T06:58:16.066Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101800134 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} [2019-07-30T06:58:16.066Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {FILTER test} time=1101800140 data=null button=1 stateMask=0x80000 x=60 y=239 count=1} to TreeItem with text {FILTER test} [2019-07-30T06:58:16.066Z] DEBUG - Expanding nodes FILTER test>WITH TRACETYPE Custom XML : testxmlextension in tree (of type 'Tree') [2019-07-30T06:58:16.066Z] WARN - Tree item TreeItem with text {FILTER test} is already expanded. Won't expand it again. [2019-07-30T06:58:16.066Z] WARN - Tree item Tree node with text: WITH TRACETYPE Custom XML : testxmlextension is already expanded. Won't expand it again. [2019-07-30T06:58:16.066Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:16.066Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1101800140 data=null button=0 stateMask=0x0 x=200 y=260 count=0} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension [2019-07-30T06:58:16.066Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1101800140 data=null doit=true} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension [2019-07-30T06:58:16.066Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1101800168 data=null} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension [2019-07-30T06:58:16.066Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1101800168 data=null button=1 stateMask=0x0 x=200 y=260 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension [2019-07-30T06:58:16.066Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101800168 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 [2019-07-30T06:58:16.066Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {WITH TRACETYPE Custom XML : testxmlextension} time=1101800173 data=null button=1 stateMask=0x80000 x=200 y=260 count=1} to Tree node with text: WITH TRACETYPE Custom XML : testxmlextension [2019-07-30T06:58:16.066Z] DEBUG - matched Combo with text "Custom XML : testxml...", using matcher: of type 'Combo' [2019-07-30T06:58:16.066Z] DEBUG - matched Combo with text "Custom XML : testxml...", using matcher: (of type 'Combo') [2019-07-30T06:58:16.066Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1101800175 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} [2019-07-30T06:58:16.066Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' [2019-07-30T06:58:16.066Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' [2019-07-30T06:58:16.066Z] DEBUG - Clicking on with mnemonic 'Preferences' [2019-07-30T06:58:16.531Z] DEBUG - Clicked on with mnemonic 'Preferences' [2019-07-30T06:58:16.531Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' [2019-07-30T06:58:16.531Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1101800370 data=null doit=true} to Shell with text {Preferences} [2019-07-30T06:58:16.531Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:16.531Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:16.531Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:16.531Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:16.531Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1101800379 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} [2019-07-30T06:58:16.531Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1101800380 data=null doit=true} to TreeItem with text {Tracing} [2019-07-30T06:58:16.531Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1101800380 data=null} to TreeItem with text {Tracing} [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1101800380 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:16.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101800380 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} [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1101800411 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:16.531Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. [2019-07-30T06:58:16.531Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1101800412 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types [2019-07-30T06:58:16.531Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1101800412 data=null doit=true} to Tree node with text: Trace Types [2019-07-30T06:58:16.531Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1101800412 data=null} to Tree node with text: Trace Types [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1101800412 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:16.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101800412 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 [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1101800413 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:16.531Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:16.531Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:16.531Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:16.531Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - Clicking on Check all [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1101800427 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101800427 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1101800427 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1101800427 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1101800428 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1101800428 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1101800428 data=null item=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') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1101800429 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101800429 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1101800429 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1101800429 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1101800429 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Clicked on Check all [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - Clicking on &Apply [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1101800430 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') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101800430 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') [2019-07-30T06:58:16.531Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1101800430 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1101800430 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1101800430 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') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1101800436 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') [2019-07-30T06:58:16.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1101800436 data=null item=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') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1101800441 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') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101800441 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') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1101800441 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') [2019-07-30T06:58:16.531Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1101800442 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1101800442 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Clicked on &Apply [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:16.531Z] 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') [2019-07-30T06:58:16.531Z] DEBUG - Clicking on Apply and Close [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1101800443 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') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1101800443 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') [2019-07-30T06:58:16.531Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1101800443 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1101800443 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1101800443 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') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1101800443 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') [2019-07-30T06:58:16.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1101800443 data=null item=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') [2019-07-30T06:58:16.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1101800196 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' [2019-07-30T06:58:16.531Z] DEBUG - Clicked on [2019-07-30T06:58:16.531Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1101800552 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} [2019-07-30T06:58:16.531Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' [2019-07-30T06:58:16.531Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' [2019-07-30T06:58:16.531Z] DEBUG - Clicking on with mnemonic 'Preferences' [2019-07-30T06:58:16.531Z] DEBUG - Clicked on with mnemonic 'Preferences' [2019-07-30T06:58:16.531Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' [2019-07-30T06:58:16.531Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1101800733 data=null doit=true} to Shell with text {Preferences} [2019-07-30T06:58:16.531Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:16.531Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:16.531Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:16.531Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:16.531Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1101800736 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} [2019-07-30T06:58:16.531Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1101800736 data=null doit=true} to TreeItem with text {Tracing} [2019-07-30T06:58:16.531Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1101800736 data=null} to TreeItem with text {Tracing} [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1101800736 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:16.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101800736 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} [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1101800771 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:16.531Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. [2019-07-30T06:58:16.531Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1101800772 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types [2019-07-30T06:58:16.531Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1101800772 data=null doit=true} to Tree node with text: Trace Types [2019-07-30T06:58:16.531Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1101800772 data=null} to Tree node with text: Trace Types [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1101800773 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:16.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101800773 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 [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1101800776 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:16.531Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:16.531Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:16.531Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:16.531Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:16.531Z] DEBUG - Clicking on Check all [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1101800779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101800779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1101800779 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1101800779 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1101800779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1101800779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1101800779 data=null item=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') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1101800779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101800779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1101800780 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1101800780 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1101800780 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.531Z] DEBUG - Clicked on Check all [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - Clicking on Uncheck all [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1101800789 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1101800789 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1101800789 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1101800789 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1101800797 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1101800797 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1101800797 data=null item=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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1101800798 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1101800798 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1101800798 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1101800798 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1101800798 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Clicked on Uncheck all [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - Clicking on Check all [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1101800799 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101800799 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1101800799 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1101800799 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1101800799 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1101800799 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1101800799 data=null item=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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1101800806 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101800806 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1101800806 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1101800806 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1101800806 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Clicked on Check all [2019-07-30T06:58:16.867Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Custom XML} time=1101800812 data=null button=0 stateMask=0x0 x=86 y=55 count=0} to TreeItem with text {Custom XML} [2019-07-30T06:58:16.867Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Custom XML} time=1101800812 data=null doit=true} to TreeItem with text {Custom XML} [2019-07-30T06:58:16.867Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Custom XML} time=1101800812 data=null} to TreeItem with text {Custom XML} [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Custom XML} time=1101800813 data=null button=1 stateMask=0x0 x=86 y=55 count=1} to TreeItem with text {Custom XML} [2019-07-30T06:58:16.867Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101800813 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} [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Custom XML} time=1101800813 data=null button=1 stateMask=0x80000 x=86 y=55 count=1} to TreeItem with text {Custom XML} [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - Clicking on Uncheck all [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1101800814 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1101800814 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1101800814 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1101800814 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1101800814 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1101800814 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1101800815 data=null item=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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1101800816 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1101800816 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1101800816 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1101800816 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1101800816 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Clicked on Uncheck all [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - Clicking on Check selected [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=1101800822 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1101800822 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=1101800822 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=1101800822 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=1101800831 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=1101800831 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=1101800831 data=null item=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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=1101800832 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1101800832 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=1101800832 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=1101800832 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=1101800832 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Clicked on Check selected [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - Clicking on Check all [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1101800833 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101800833 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1101800833 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1101800833 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1101800833 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1101800833 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1101800833 data=null item=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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1101800869 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101800869 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1101800869 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1101800869 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1101800869 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Clicked on Check all [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck selected", using matcher: with mnemonic 'Uncheck selected' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck selected", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck selected", using matcher: (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - Clicking on Uncheck selected [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck selected} time=1101800870 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck selected} time=1101800870 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck selected} time=1101800870 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck selected} time=1101800870 data=null} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck selected} time=1101800870 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck selected} time=1101800870 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck selected} time=1101800870 data=null item=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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck selected} time=1101800871 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck selected} time=1101800871 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck selected} time=1101800871 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck selected} time=1101800871 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck selected} time=1101800871 data=null} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Clicked on Uncheck selected [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:16.867Z] DEBUG - Clicking on Uncheck all [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1101800872 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1101800872 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1101800872 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1101800872 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1101800873 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1101800873 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1101800873 data=null item=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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1101800873 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1101800874 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1101800874 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') [2019-07-30T06:58:16.867Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1101800874 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1101800874 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:16.867Z] DEBUG - Clicked on Uncheck all [2019-07-30T06:58:16.867Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:58:16.867Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:58:16.867Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:58:16.867Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:58:17.123Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:17.123Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:17.123Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' [2019-07-30T06:58:17.123Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:17.123Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.123Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:17.123Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:17.123Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:17.123Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:17.123Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:17.123Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:17.123Z] DEBUG - Clicking on Check all [2019-07-30T06:58:17.123Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1101801178 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.123Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101801178 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.123Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1101801178 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.123Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1101801178 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.123Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1101801178 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.123Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1101801178 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.123Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1101801178 data=null item=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') [2019-07-30T06:58:17.123Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1101801180 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.123Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101801180 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.123Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1101801180 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.123Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1101801180 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.123Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1101801180 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.123Z] DEBUG - Clicked on Check all [2019-07-30T06:58:17.123Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T06:58:17.123Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T06:58:17.123Z] DEBUG - matched Text with text "Custom XML", using matcher: of type 'Text' [2019-07-30T06:58:17.123Z] DEBUG - matched Text with text "Custom XML", using matcher: (of type 'Text') [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - Clicking on Check all [2019-07-30T06:58:17.379Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1101801484 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.379Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101801484 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.379Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1101801484 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.379Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1101801484 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.379Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1101801485 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.379Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1101801485 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.379Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1101801485 data=null item=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') [2019-07-30T06:58:17.379Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1101801488 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.379Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101801488 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.379Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1101801488 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.379Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1101801488 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.379Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1101801488 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.379Z] DEBUG - Clicked on Check all [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - Clicking on &Apply [2019-07-30T06:58:17.379Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1101801490 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') [2019-07-30T06:58:17.379Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101801490 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') [2019-07-30T06:58:17.379Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1101801490 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:17.379Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1101801490 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:17.379Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1101801490 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') [2019-07-30T06:58:17.379Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1101801490 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') [2019-07-30T06:58:17.379Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1101801490 data=null item=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') [2019-07-30T06:58:17.379Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1101801490 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') [2019-07-30T06:58:17.379Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101801490 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') [2019-07-30T06:58:17.379Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1101801490 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') [2019-07-30T06:58:17.379Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1101801490 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:17.379Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1101801490 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:17.379Z] DEBUG - Clicked on &Apply [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') [2019-07-30T06:58:17.379Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:17.379Z] 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') [2019-07-30T06:58:17.379Z] DEBUG - Clicking on Apply and Close [2019-07-30T06:58:17.379Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1101801493 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') [2019-07-30T06:58:17.379Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1101801493 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') [2019-07-30T06:58:17.379Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1101801493 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:17.379Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1101801494 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:17.379Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1101801494 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') [2019-07-30T06:58:17.379Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1101801494 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') [2019-07-30T06:58:17.379Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1101801494 data=null item=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') [2019-07-30T06:58:17.379Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1101800560 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' [2019-07-30T06:58:17.379Z] DEBUG - Clicked on [2019-07-30T06:58:17.379Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1101801612 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} [2019-07-30T06:58:17.379Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' [2019-07-30T06:58:17.379Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' [2019-07-30T06:58:17.379Z] DEBUG - Clicking on with mnemonic 'Preferences' [2019-07-30T06:58:17.634Z] DEBUG - Clicked on with mnemonic 'Preferences' [2019-07-30T06:58:17.634Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' [2019-07-30T06:58:17.634Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1101801796 data=null doit=true} to Shell with text {Preferences} [2019-07-30T06:58:17.634Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:17.634Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:17.634Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:17.634Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:17.634Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1101801798 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} [2019-07-30T06:58:17.634Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1101801798 data=null doit=true} to TreeItem with text {Tracing} [2019-07-30T06:58:17.634Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1101801798 data=null} to TreeItem with text {Tracing} [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1101801798 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:17.634Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101801798 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} [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1101801838 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:17.634Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. [2019-07-30T06:58:17.634Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1101801838 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types [2019-07-30T06:58:17.634Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1101801838 data=null doit=true} to Tree node with text: Trace Types [2019-07-30T06:58:17.634Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1101801838 data=null} to Tree node with text: Trace Types [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1101801839 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:17.634Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101801839 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 [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1101801840 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:17.634Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:17.634Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:17.634Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:17.634Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - Clicking on Check all [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1101801842 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101801842 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.634Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1101801842 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.634Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1101801842 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1101801843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1101801843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.634Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1101801843 data=null item=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') [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1101801843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101801843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1101801843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.634Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1101801843 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.634Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1101801843 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:17.634Z] DEBUG - Clicked on Check all [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - Clicking on &Apply [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1101801844 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') [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101801844 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') [2019-07-30T06:58:17.634Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1101801845 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:17.634Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1101801845 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1101801845 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') [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1101801845 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') [2019-07-30T06:58:17.634Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1101801845 data=null item=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') [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1101801845 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') [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101801845 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') [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1101801845 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') [2019-07-30T06:58:17.634Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1101801845 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:17.634Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1101801845 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:17.634Z] DEBUG - Clicked on &Apply [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') [2019-07-30T06:58:17.634Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:17.634Z] 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') [2019-07-30T06:58:17.634Z] DEBUG - Clicking on Apply and Close [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1101801861 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') [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1101801861 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') [2019-07-30T06:58:17.634Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1101801861 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:17.634Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1101801861 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:17.634Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1101801861 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') [2019-07-30T06:58:17.635Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1101801861 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') [2019-07-30T06:58:17.891Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1101801861 data=null item=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') [2019-07-30T06:58:17.891Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1101801619 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' [2019-07-30T06:58:17.891Z] DEBUG - Clicked on [2019-07-30T06:58:17.891Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:58:17.891Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:17.891Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:17.891Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:17.891Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:17.891Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:17.891Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1101802008 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T06:58:17.891Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101802008 data=null doit=true} to TreeItem with text {test} [2019-07-30T06:58:17.891Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101802008 data=null} to TreeItem with text {test} [2019-07-30T06:58:17.891Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101802008 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:58:17.891Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101802009 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T06:58:17.891Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101802014 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:58:17.891Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:17.891Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1101802014 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T06:58:17.891Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101802014 data=null doit=true} to TreeItem with text {test} [2019-07-30T06:58:17.891Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101802014 data=null} to TreeItem with text {test} [2019-07-30T06:58:17.891Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101802015 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:58:17.891Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101802015 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T06:58:17.891Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101802027 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:58:17.891Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101802027 data=null doit=true} to TreeItem with text {test} [2019-07-30T06:58:17.891Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101802027 data=null} to TreeItem with text {test} [2019-07-30T06:58:17.891Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101802027 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:58:17.891Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101802027 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} [2019-07-30T06:58:17.891Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101802029 data=null button=1 stateMask=0x80000 x=39 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:58:17.891Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:17.891Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1101802030 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T06:58:17.891Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1101802030 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T06:58:17.891Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1101802030 data=null} to TreeItem with text {Traces [1]} [2019-07-30T06:58:17.891Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1101802030 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:58:17.891Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101802030 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]} [2019-07-30T06:58:17.891Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1101802034 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:58:17.891Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1101802034 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T06:58:17.891Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1101802034 data=null} to TreeItem with text {Traces [1]} [2019-07-30T06:58:17.891Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1101802045 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:58:17.891Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101802045 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]} [2019-07-30T06:58:17.891Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1101802074 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:58:17.891Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:17.891Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {syslog_collapse} time=1101802075 data=null button=0 stateMask=0x0 x=128 y=74 count=0} to Tree node with text: syslog_collapse [2019-07-30T06:58:17.891Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {syslog_collapse} time=1101802075 data=null doit=true} to Tree node with text: syslog_collapse [2019-07-30T06:58:17.891Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {syslog_collapse} time=1101802075 data=null} to Tree node with text: syslog_collapse [2019-07-30T06:58:17.891Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {syslog_collapse} time=1101802075 data=null button=1 stateMask=0x0 x=128 y=74 count=1} to Tree node with text: syslog_collapse [2019-07-30T06:58:17.891Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101802075 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 [2019-07-30T06:58:17.891Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {syslog_collapse} time=1101802079 data=null button=1 stateMask=0x80000 x=128 y=74 count=1} to Tree node with text: syslog_collapse [2019-07-30T06:58:17.891Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:17.891Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {syslog_collapse} time=1101802079 data=null button=0 stateMask=0x0 x=128 y=74 count=0} to Tree node with text: syslog_collapse [2019-07-30T06:58:17.891Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {syslog_collapse} time=1101802079 data=null doit=true} to Tree node with text: syslog_collapse [2019-07-30T06:58:17.891Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {syslog_collapse} time=1101802079 data=null} to Tree node with text: syslog_collapse [2019-07-30T06:58:17.891Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {syslog_collapse} time=1101802079 data=null button=1 stateMask=0x0 x=128 y=74 count=1} to Tree node with text: syslog_collapse [2019-07-30T06:58:17.891Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101802091 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 [2019-07-30T06:58:17.891Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {syslog_collapse} time=1101802094 data=null button=1 stateMask=0x80000 x=128 y=74 count=1} to Tree node with text: syslog_collapse [2019-07-30T06:58:17.891Z] DEBUG - matched MenuItem with text "Select &Trace Type.....", using matcher: with mnemonic 'Select Trace Type...' [2019-07-30T06:58:17.891Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1101802135 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} [2019-07-30T06:58:18.146Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' [2019-07-30T06:58:18.146Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' [2019-07-30T06:58:18.146Z] DEBUG - Clicking on with mnemonic 'Preferences' [2019-07-30T06:58:18.146Z] DEBUG - Clicked on with mnemonic 'Preferences' [2019-07-30T06:58:18.146Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' [2019-07-30T06:58:18.146Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1101802322 data=null doit=true} to Shell with text {Preferences} [2019-07-30T06:58:18.146Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:18.146Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:18.146Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:18.146Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:18.146Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:18.146Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1101802324 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} [2019-07-30T06:58:18.146Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1101802324 data=null doit=true} to TreeItem with text {Tracing} [2019-07-30T06:58:18.146Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1101802324 data=null} to TreeItem with text {Tracing} [2019-07-30T06:58:18.146Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1101802324 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:18.146Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101802324 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} [2019-07-30T06:58:18.146Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1101802353 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:18.146Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. [2019-07-30T06:58:18.146Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:18.146Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1101802366 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types [2019-07-30T06:58:18.146Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1101802366 data=null doit=true} to Tree node with text: Trace Types [2019-07-30T06:58:18.146Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1101802366 data=null} to Tree node with text: Trace Types [2019-07-30T06:58:18.146Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1101802366 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:18.146Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101802367 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 [2019-07-30T06:58:18.146Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1101802368 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:18.146Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:18.146Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:18.146Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:18.146Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:18.146Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:18.146Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:18.146Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:18.146Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:18.146Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' [2019-07-30T06:58:18.146Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:18.146Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:18.146Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:18.146Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:18.146Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:18.146Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:18.146Z] DEBUG - Clicking on Uncheck all [2019-07-30T06:58:18.146Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1101802370 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') [2019-07-30T06:58:18.146Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1101802370 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') [2019-07-30T06:58:18.146Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1101802370 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:18.146Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1101802370 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:18.146Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1101802376 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') [2019-07-30T06:58:18.146Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1101802377 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') [2019-07-30T06:58:18.146Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1101802377 data=null item=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') [2019-07-30T06:58:18.146Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1101802378 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') [2019-07-30T06:58:18.146Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1101802378 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') [2019-07-30T06:58:18.146Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1101802378 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') [2019-07-30T06:58:18.146Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1101802378 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:18.146Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1101802378 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:18.146Z] DEBUG - Clicked on Uncheck all [2019-07-30T06:58:18.146Z] DEBUG - Expanding nodes Custom Text in tree (of type 'Tree') [2019-07-30T06:58:18.146Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Custom Text} time=1101802378 data=null doit=true} to TreeItem with text {Custom Text} [2019-07-30T06:58:18.146Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Custom Text} time=1101802378 data=null} to TreeItem with text {Custom Text} [2019-07-30T06:58:18.146Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Custom Text} time=1101802379 data=null button=1 stateMask=0x0 x=86 y=33 count=1} to TreeItem with text {Custom Text} [2019-07-30T06:58:18.146Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101802379 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} [2019-07-30T06:58:18.146Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Custom Text} time=1101802380 data=null button=1 stateMask=0x80000 x=86 y=33 count=1} to TreeItem with text {Custom Text} [2019-07-30T06:58:18.146Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:18.402Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Custom Text} time=1101802398 data=null button=0 stateMask=0x0 x=86 y=33 count=0} to TreeItem with text {Custom Text} [2019-07-30T06:58:18.402Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Custom Text} time=1101802401 data=null doit=true} to TreeItem with text {Custom Text} [2019-07-30T06:58:18.402Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Custom Text} time=1101802401 data=null} to TreeItem with text {Custom Text} [2019-07-30T06:58:18.402Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Custom Text} time=1101802401 data=null button=1 stateMask=0x0 x=86 y=33 count=1} to TreeItem with text {Custom Text} [2019-07-30T06:58:18.402Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101802401 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} [2019-07-30T06:58:18.402Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Custom Text} time=1101802401 data=null button=1 stateMask=0x80000 x=86 y=33 count=1} to TreeItem with text {Custom Text} [2019-07-30T06:58:18.402Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:18.402Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected' [2019-07-30T06:58:18.402Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:18.402Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:18.402Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:18.402Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:18.402Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:18.402Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:18.402Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:18.402Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:18.402Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:18.402Z] DEBUG - Clicking on Check selected [2019-07-30T06:58:18.402Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=1101802403 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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1101802403 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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=1101802403 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:18.403Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=1101802403 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=1101802403 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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=1101802403 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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=1101802403 data=null item=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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=1101802404 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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1101802404 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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=1101802404 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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=1101802404 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:18.403Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=1101802404 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:18.403Z] DEBUG - Clicked on Check selected [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:18.403Z] DEBUG - Clicking on &Apply [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1101802406 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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101802406 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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1101802406 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:18.403Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1101802406 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1101802406 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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1101802406 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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1101802406 data=null item=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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1101802407 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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101802407 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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1101802407 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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1101802407 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:18.403Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1101802407 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:18.403Z] DEBUG - Clicked on &Apply [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') [2019-07-30T06:58:18.403Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:18.403Z] 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') [2019-07-30T06:58:18.403Z] DEBUG - Clicking on Apply and Close [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1101802418 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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1101802418 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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1101802419 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:18.403Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1101802419 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1101802419 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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1101802419 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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1101802419 data=null item=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') [2019-07-30T06:58:18.403Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1101802156 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' [2019-07-30T06:58:18.403Z] DEBUG - Clicked on [2019-07-30T06:58:18.403Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:58:18.403Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:18.403Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:18.403Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:18.403Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:18.403Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1101802540 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T06:58:18.403Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101802540 data=null doit=true} to TreeItem with text {test} [2019-07-30T06:58:18.403Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101802540 data=null} to TreeItem with text {test} [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101802541 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:58:18.403Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101802541 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101802575 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:58:18.403Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1101802575 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T06:58:18.403Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101802575 data=null doit=true} to TreeItem with text {test} [2019-07-30T06:58:18.403Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101802575 data=null} to TreeItem with text {test} [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101802576 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:58:18.403Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101802576 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101802581 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:58:18.403Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. [2019-07-30T06:58:18.403Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1101802581 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T06:58:18.403Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1101802582 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T06:58:18.403Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1101802582 data=null} to TreeItem with text {Traces [1]} [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1101802582 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:58:18.403Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101802582 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]} [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1101802595 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:58:18.403Z] WARN - Tree item TreeItem with text {Traces [1]} is already expanded. Won't expand it again. [2019-07-30T06:58:18.403Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {syslog_collapse} time=1101802596 data=null button=0 stateMask=0x0 x=128 y=74 count=0} to Tree node with text: syslog_collapse [2019-07-30T06:58:18.403Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {syslog_collapse} time=1101802596 data=null doit=true} to Tree node with text: syslog_collapse [2019-07-30T06:58:18.403Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {syslog_collapse} time=1101802596 data=null} to Tree node with text: syslog_collapse [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {syslog_collapse} time=1101802597 data=null button=1 stateMask=0x0 x=128 y=74 count=1} to Tree node with text: syslog_collapse [2019-07-30T06:58:18.403Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101802597 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 [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {syslog_collapse} time=1101802600 data=null button=1 stateMask=0x80000 x=128 y=74 count=1} to Tree node with text: syslog_collapse [2019-07-30T06:58:18.403Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {syslog_collapse} time=1101802600 data=null button=0 stateMask=0x0 x=128 y=74 count=0} to Tree node with text: syslog_collapse [2019-07-30T06:58:18.403Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {syslog_collapse} time=1101802600 data=null doit=true} to Tree node with text: syslog_collapse [2019-07-30T06:58:18.403Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {syslog_collapse} time=1101802601 data=null} to Tree node with text: syslog_collapse [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {syslog_collapse} time=1101802601 data=null button=1 stateMask=0x0 x=128 y=74 count=1} to Tree node with text: syslog_collapse [2019-07-30T06:58:18.403Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101802601 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 [2019-07-30T06:58:18.403Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {syslog_collapse} time=1101802613 data=null button=1 stateMask=0x80000 x=128 y=74 count=1} to Tree node with text: syslog_collapse [2019-07-30T06:58:18.659Z] DEBUG - matched MenuItem with text "Select &Trace Type.....", using matcher: with mnemonic 'Select Trace Type...' [2019-07-30T06:58:18.659Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1101802673 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} [2019-07-30T06:58:18.659Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' [2019-07-30T06:58:18.659Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' [2019-07-30T06:58:18.659Z] DEBUG - Clicking on with mnemonic 'Preferences' [2019-07-30T06:58:18.659Z] DEBUG - Clicked on with mnemonic 'Preferences' [2019-07-30T06:58:18.659Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' [2019-07-30T06:58:18.659Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1101802897 data=null doit=true} to Shell with text {Preferences} [2019-07-30T06:58:18.659Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:18.659Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:18.659Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:18.659Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:18.915Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1101802915 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} [2019-07-30T06:58:18.915Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1101802921 data=null doit=true} to TreeItem with text {Tracing} [2019-07-30T06:58:18.915Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1101802921 data=null} to TreeItem with text {Tracing} [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1101802921 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:18.915Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101802921 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} [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1101802950 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:18.915Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. [2019-07-30T06:58:18.915Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1101802951 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types [2019-07-30T06:58:18.915Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1101802958 data=null doit=true} to Tree node with text: Trace Types [2019-07-30T06:58:18.915Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1101802958 data=null} to Tree node with text: Trace Types [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1101802958 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:18.915Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101802959 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 [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1101802960 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:18.915Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:18.915Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:18.915Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:18.915Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - Clicking on Check all [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1101802962 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101802962 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:18.915Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1101802962 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:18.915Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1101802963 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1101802963 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1101802963 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:18.915Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1101802963 data=null item=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') [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1101802964 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101802964 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1101802964 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:18.915Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1101802964 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:18.915Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1101802964 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:18.915Z] DEBUG - Clicked on Check all [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - Clicking on &Apply [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1101802966 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') [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101802966 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') [2019-07-30T06:58:18.915Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1101802966 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:18.915Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1101802966 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1101802966 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') [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1101802966 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') [2019-07-30T06:58:18.915Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1101802966 data=null item=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') [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1101802967 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') [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101802967 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') [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1101802967 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') [2019-07-30T06:58:18.915Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1101802967 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:18.915Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1101802967 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:18.915Z] DEBUG - Clicked on &Apply [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') [2019-07-30T06:58:18.915Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:18.915Z] 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') [2019-07-30T06:58:18.915Z] DEBUG - Clicking on Apply and Close [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1101802982 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') [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1101802982 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') [2019-07-30T06:58:18.915Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1101802982 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:18.915Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1101802982 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1101802982 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') [2019-07-30T06:58:18.915Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1101802982 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') [2019-07-30T06:58:18.915Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1101802982 data=null item=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') [2019-07-30T06:58:18.915Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1101802694 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' [2019-07-30T06:58:18.915Z] DEBUG - Clicked on [2019-07-30T06:58:18.915Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1101803117 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} [2019-07-30T06:58:18.915Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' [2019-07-30T06:58:18.915Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' [2019-07-30T06:58:18.915Z] DEBUG - Clicking on with mnemonic 'Preferences' [2019-07-30T06:58:19.173Z] DEBUG - Clicked on with mnemonic 'Preferences' [2019-07-30T06:58:19.173Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' [2019-07-30T06:58:19.173Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1101803308 data=null doit=true} to Shell with text {Preferences} [2019-07-30T06:58:19.173Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:19.173Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:19.173Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:19.173Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:19.173Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1101803310 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} [2019-07-30T06:58:19.173Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1101803310 data=null doit=true} to TreeItem with text {Tracing} [2019-07-30T06:58:19.173Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1101803310 data=null} to TreeItem with text {Tracing} [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1101803324 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:19.173Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101803324 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} [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1101803349 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:19.173Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. [2019-07-30T06:58:19.173Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1101803349 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types [2019-07-30T06:58:19.173Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1101803349 data=null doit=true} to Tree node with text: Trace Types [2019-07-30T06:58:19.173Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1101803349 data=null} to Tree node with text: Trace Types [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1101803350 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:19.173Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101803350 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 [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1101803351 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:19.173Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:19.173Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:19.173Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:19.173Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - Clicking on Check all [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1101803366 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101803366 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:19.173Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1101803367 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:19.173Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1101803367 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1101803367 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1101803367 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:19.173Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1101803367 data=null item=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') [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1101803367 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1101803368 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1101803368 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:19.173Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1101803368 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:19.173Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1101803368 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T06:58:19.173Z] DEBUG - Clicked on Check all [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - Clicking on &Apply [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1101803379 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') [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101803380 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') [2019-07-30T06:58:19.173Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1101803380 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:19.173Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1101803380 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1101803380 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') [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1101803380 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') [2019-07-30T06:58:19.173Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1101803380 data=null item=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') [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1101803380 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') [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101803380 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') [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1101803380 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') [2019-07-30T06:58:19.173Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1101803380 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:19.173Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1101803380 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:19.173Z] DEBUG - Clicked on &Apply [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') [2019-07-30T06:58:19.173Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:19.173Z] 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') [2019-07-30T06:58:19.173Z] DEBUG - Clicking on Apply and Close [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1101803382 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') [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1101803382 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') [2019-07-30T06:58:19.173Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1101803382 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:19.173Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1101803382 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1101803382 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') [2019-07-30T06:58:19.173Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1101803383 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') [2019-07-30T06:58:19.173Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1101803383 data=null item=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') [2019-07-30T06:58:19.173Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1101803134 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' [2019-07-30T06:58:19.429Z] DEBUG - Clicked on [2019-07-30T06:58:19.429Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/syslog_collapse - Eclipse Platform} time=1101803529 data=null doit=true} to Shell with text {data - test/Traces/syslog_collapse - Eclipse Platform} [2019-07-30T06:58:19.429Z] DEBUG - matched MenuItem with text "&Window", using matcher: with mnemonic 'Window' [2019-07-30T06:58:19.429Z] DEBUG - matched MenuItem with text "&Preferences", using matcher: with mnemonic 'Preferences' [2019-07-30T06:58:19.429Z] DEBUG - Clicking on with mnemonic 'Preferences' [2019-07-30T06:58:19.685Z] DEBUG - Clicked on with mnemonic 'Preferences' [2019-07-30T06:58:19.685Z] DEBUG - matched Shell with text "Preferences", using matcher: with text 'Preferences' [2019-07-30T06:58:19.685Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Preferences} time=1101803720 data=null doit=true} to Shell with text {Preferences} [2019-07-30T06:58:19.685Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:19.685Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:19.685Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:19.685Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:19.685Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Tracing} time=1101803723 data=null button=0 stateMask=0x0 x=48 y=116 count=0} to TreeItem with text {Tracing} [2019-07-30T06:58:19.685Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Tracing} time=1101803723 data=null doit=true} to TreeItem with text {Tracing} [2019-07-30T06:58:19.685Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Tracing} time=1101803723 data=null} to TreeItem with text {Tracing} [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Tracing} time=1101803723 data=null button=1 stateMask=0x0 x=48 y=116 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:19.685Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101803723 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} [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Tracing} time=1101803759 data=null button=1 stateMask=0x80000 x=48 y=116 count=1} to TreeItem with text {Tracing} [2019-07-30T06:58:19.685Z] WARN - Tree item TreeItem with text {Tracing} is already expanded. Won't expand it again. [2019-07-30T06:58:19.685Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Trace Types} time=1101803761 data=null button=0 stateMask=0x0 x=80 y=179 count=0} to Tree node with text: Trace Types [2019-07-30T06:58:19.685Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Trace Types} time=1101803761 data=null doit=true} to Tree node with text: Trace Types [2019-07-30T06:58:19.685Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Trace Types} time=1101803761 data=null} to Tree node with text: Trace Types [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Trace Types} time=1101803762 data=null button=1 stateMask=0x0 x=80 y=179 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:19.685Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101803762 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 [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Trace Types} time=1101803763 data=null button=1 stateMask=0x80000 x=80 y=179 count=1} to Tree node with text: Trace Types [2019-07-30T06:58:19.685Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:19.685Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:19.685Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:19.685Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - Clicking on Uncheck all [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1101803766 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1101803766 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1101803766 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:19.685Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1101803766 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1101803766 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1101803766 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1101803767 data=null item=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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1101803768 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1101803768 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1101803768 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1101803768 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:19.685Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1101803768 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T06:58:19.685Z] DEBUG - Clicked on Uncheck all [2019-07-30T06:58:19.685Z] DEBUG - Expanding nodes Custom Text>testtxtextension in tree (of type 'Tree') [2019-07-30T06:58:19.685Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Custom Text} time=1101803769 data=null doit=true} to TreeItem with text {Custom Text} [2019-07-30T06:58:19.685Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Custom Text} time=1101803769 data=null} to TreeItem with text {Custom Text} [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Custom Text} time=1101803769 data=null button=1 stateMask=0x0 x=86 y=33 count=1} to TreeItem with text {Custom Text} [2019-07-30T06:58:19.685Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101803769 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} [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Custom Text} time=1101803785 data=null button=1 stateMask=0x80000 x=86 y=33 count=1} to TreeItem with text {Custom Text} [2019-07-30T06:58:19.685Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {testtxtextension} time=1101803785 data=null doit=true} to Tree node with text: testtxtextension [2019-07-30T06:58:19.685Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {testtxtextension} time=1101803785 data=null} to Tree node with text: testtxtextension [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {testtxtextension} time=1101803786 data=null button=1 stateMask=0x0 x=116 y=121 count=1} to Tree node with text: testtxtextension [2019-07-30T06:58:19.685Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1101803786 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 [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {testtxtextension} time=1101803786 data=null button=1 stateMask=0x80000 x=116 y=121 count=1} to Tree node with text: testtxtextension [2019-07-30T06:58:19.685Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {testtxtextension} time=1101803803 data=null button=0 stateMask=0x0 x=116 y=121 count=0} to Tree node with text: testtxtextension [2019-07-30T06:58:19.685Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {testtxtextension} time=1101803804 data=null doit=true} to Tree node with text: testtxtextension [2019-07-30T06:58:19.685Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {testtxtextension} time=1101803804 data=null} to Tree node with text: testtxtextension [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {testtxtextension} time=1101803814 data=null button=1 stateMask=0x0 x=116 y=121 count=1} to Tree node with text: testtxtextension [2019-07-30T06:58:19.685Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101803814 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 [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {testtxtextension} time=1101803814 data=null button=1 stateMask=0x80000 x=116 y=121 count=1} to Tree node with text: testtxtextension [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - Clicking on Check selected [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=1101803816 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1101803816 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=1101803816 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:19.685Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=1101803816 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=1101803816 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=1101803816 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=1101803816 data=null item=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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=1101803817 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1101803817 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=1101803817 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=1101803817 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:19.685Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=1101803817 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T06:58:19.685Z] DEBUG - Clicked on Check selected [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "&Apply", using matcher: with mnemonic 'Apply' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "&Apply", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "&Apply", using matcher: (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - Clicking on &Apply [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Apply} time=1101803819 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101803819 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Apply} time=1101803819 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:19.685Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Apply} time=1101803819 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Apply} time=1101803819 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Apply} time=1101803819 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Apply} time=1101803819 data=null item=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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Apply} time=1101803820 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Apply} time=1101803820 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Apply} time=1101803820 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Apply} time=1101803821 data=null doit=true} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:19.685Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Apply} time=1101803821 data=null} to (of type 'Button' and with mnemonic 'Apply' and with style 'SWT.PUSH') [2019-07-30T06:58:19.685Z] DEBUG - Clicked on &Apply [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Restore &Defaults", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "&Apply", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Apply and Close", using matcher: of type 'Button' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Apply and Close", using matcher: with mnemonic 'Apply and Close' [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Apply and Close", using matcher: (with mnemonic 'Apply and Close' or with mnemonic 'OK') [2019-07-30T06:58:19.685Z] DEBUG - matched Button with text "Apply and Close", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:19.685Z] 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') [2019-07-30T06:58:19.685Z] DEBUG - Clicking on Apply and Close [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Apply and Close} time=1101803827 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Apply and Close} time=1101803831 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Apply and Close} time=1101803831 data=null doit=true} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:19.685Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Apply and Close} time=1101803831 data=null} to (of type 'Button' and (with mnemonic 'Apply and Close' or with mnemonic 'OK') and with style 'SWT.PUSH') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Apply and Close} time=1101803832 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Apply and Close} time=1101803832 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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Apply and Close} time=1101803832 data=null item=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') [2019-07-30T06:58:19.685Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Preferences} time=1101803547 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Preferences' [2019-07-30T06:58:19.941Z] DEBUG - Clicked on [2019-07-30T06:58:19.941Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T06:58:19.941Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:19.941Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:19.941Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T06:58:19.941Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T06:58:19.941Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:19.941Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1101803972 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T06:58:19.941Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101803972 data=null doit=true} to TreeItem with text {test} [2019-07-30T06:58:19.941Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101803972 data=null} to TreeItem with text {test} [2019-07-30T06:58:19.941Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101803972 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:58:19.941Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101803972 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T06:58:19.941Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101804005 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:58:19.941Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:19.941Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1101804006 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T06:58:19.941Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101804006 data=null doit=true} to TreeItem with text {test} [2019-07-30T06:58:19.941Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101804006 data=null} to TreeItem with text {test} [2019-07-30T06:58:19.941Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101804006 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:58:19.941Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101804006 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T06:58:19.941Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101804011 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T06:58:19.941Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. [2019-07-30T06:58:19.941Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:19.941Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1101804012 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T06:58:19.941Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1101804012 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T06:58:19.941Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1101804012 data=null} to TreeItem with text {Traces [1]} [2019-07-30T06:58:19.941Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1101804013 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:58:19.941Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101804013 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]} [2019-07-30T06:58:19.941Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1101804027 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:58:19.941Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T06:58:19.941Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1101804027 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T06:58:19.941Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1101804027 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T06:58:19.941Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1101804027 data=null} to TreeItem with text {Traces [1]} [2019-07-30T06:58:19.941Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1101804028 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:58:19.941Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101804028 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]} [2019-07-30T06:58:19.941Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1101804030 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T06:58:19.941Z] DEBUG - matched MenuItem with text "&Import...", using matcher: with mnemonic 'Import...' [2019-07-30T06:58:19.941Z] DEBUG - Clicking on with mnemonic 'Import...' [2019-07-30T06:58:20.197Z] DEBUG - Clicked on with mnemonic 'Import...' [2019-07-30T06:58:20.197Z] DEBUG - matched Shell with text "Trace Import", using matcher: with text 'Trace Import' [2019-07-30T06:58:20.197Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Trace Import} time=1101804398 data=null doit=true} to Shell with text {Trace Import} [2019-07-30T06:58:20.197Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' [2019-07-30T06:58:20.197Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') [2019-07-30T06:58:20.197Z] DEBUG - matched Combo with text "", using matcher: of type 'Combo' [2019-07-30T06:58:20.197Z] DEBUG - matched Combo with text "", using matcher: (of type 'Combo') [2019-07-30T06:58:20.197Z] DEBUG - matched Combo with text "", using matcher: of type 'Button' [2019-07-30T06:58:23.111Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:23.111Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:23.111Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:23.111Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T06:58:23.111Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101807279 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:23.111Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101807280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:23.111Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101807280 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:23.111Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101807280 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:23.111Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101807280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:23.111Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101807280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:23.111Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101807280 data=null 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') [2019-07-30T06:58:23.111Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101807280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:23.111Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101807280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:23.111Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101807280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:23.111Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101807281 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:23.111Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101807281 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:23.111Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T06:58:23.111Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T06:58:23.111Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T06:58:23.111Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T06:58:23.111Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T06:58:23.111Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T06:58:23.111Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T06:58:23.111Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:23.111Z] DEBUG - Clicking on OK [2019-07-30T06:58:23.111Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101807282 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:23.111Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101807282 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:23.111Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101807282 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:23.111Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101807282 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:23.111Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101807282 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:23.111Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101807282 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:23.111Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:23.111Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:23.111Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:23.111Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:23.111Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:23.111Z] DEBUG - Clicked on OK [2019-07-30T06:58:23.673Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101807282 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T06:58:23.673Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101806608 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T06:58:24.234Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.248 s - in org.eclipse.tracecompass.tmf.ui.swtbot.tests.tracetype.preferences.TraceTypePreferencePageTest [2019-07-30T06:58:24.234Z] testFiltersView(org.eclipse.tracecompass.tmf.ui.swtbot.tests.tracetype.preferences.TraceTypePreferencePageTest) Time elapsed: 1.611 s [2019-07-30T06:58:24.234Z] testPreferencePage(org.eclipse.tracecompass.tmf.ui.swtbot.tests.tracetype.preferences.TraceTypePreferencePageTest) Time elapsed: 1.438 s [2019-07-30T06:58:24.234Z] testSelectTraceType(org.eclipse.tracecompass.tmf.ui.swtbot.tests.tracetype.preferences.TraceTypePreferencePageTest) Time elapsed: 1.504 s [2019-07-30T06:58:24.234Z] testImportTraceTypeOptions(org.eclipse.tracecompass.tmf.ui.swtbot.tests.tracetype.preferences.TraceTypePreferencePageTest) Time elapsed: 2.482 s [2019-07-30T06:58:24.234Z] [2019-07-30T06:58:24.234Z] Results: [2019-07-30T06:58:24.234Z] [2019-07-30T06:58:24.234Z] Tests run: 70, Failures: 0, Errors: 0, Skipped: 4 [2019-07-30T06:58:24.234Z] [2019-07-30T06:58:24.490Z] [2019-07-30T06:58:24.490Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-30 06:58:24.332 [2019-07-30T06:58:24.490Z] !MESSAGE The workspace will exit with unsaved changes in this session. [2019-07-30T06:58:25.415Z] [INFO] All tests passed! [2019-07-30T06:58:25.415Z] [INFO] [2019-07-30T06:58:25.415Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:58:25.415Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:58:25.415Z] [INFO] [2019-07-30T06:58:25.415Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:58:25.671Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T06:58:25.671Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:58:25.926Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:58:26.487Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T06:58:26.487Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T06:58:26.487Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes [2019-07-30T06:58:26.743Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:58:26.743Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:58:26.743Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:58:26.743Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T06:58:26.743Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:58:27.000Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T06:58:27.256Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T06:58:27.256Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes [2019-07-30T06:58:27.512Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T06:58:28.438Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes [2019-07-30T06:58:28.438Z] [INFO] [2019-07-30T06:58:28.438Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:58:28.438Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.swtbot.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT.jar [2019-07-30T06:58:28.438Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.swtbot.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT.pom [2019-07-30T06:58:28.438Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.swtbot.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT-sources.jar [2019-07-30T06:58:28.438Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.swtbot.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:58:28.438Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.swtbot.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT-p2metadata.xml [2019-07-30T06:58:28.438Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ui.swtbot.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.ui.swtbot.tests-1.0.9-SNAPSHOT-p2artifacts.xml [2019-07-30T06:58:28.438Z] [INFO] [2019-07-30T06:58:28.438Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ui.swtbot.tests --- [2019-07-30T06:58:28.438Z] [INFO] [2019-07-30T06:58:28.438Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.core.tests >-- [2019-07-30T06:58:28.438Z] [INFO] Building org.eclipse.tracecompass.analysis.timing.core.tests 1.0.4-SNAPSHOT [43/134] [2019-07-30T06:58:28.438Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T06:58:28.438Z] [INFO] [2019-07-30T06:58:28.438Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:28.438Z] [INFO] [2019-07-30T06:58:28.438Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:28.438Z] [INFO] The project's OSGi version is 1.0.4.201907300626 [2019-07-30T06:58:28.438Z] [INFO] [2019-07-30T06:58:28.438Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:28.438Z] [INFO] [2019-07-30T06:58:28.438Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:28.438Z] [INFO] [2019-07-30T06:58:28.438Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:28.438Z] [INFO] [2019-07-30T06:58:28.438Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:28.438Z] [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/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:58:28.438Z] [INFO] [2019-07-30T06:58:28.438Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:28.438Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:58:28.438Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/main/resources [2019-07-30T06:58:28.438Z] [INFO] [2019-07-30T06:58:28.438Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:28.438Z] [INFO] Compiling 9 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/classes [2019-07-30T06:58:28.694Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/org/eclipse/tracecompass/analysis/timing/core/tests/statistics/OfflineStatisticsCalculator.java:[84] [2019-07-30T06:58:28.694Z] Long value = fMapper.apply(element); [2019-07-30T06:58:28.694Z] ^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:58:28.694Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull Function<@NonNull E,@NonNull Long>'. Type 'Function' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:58:28.694Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/org/eclipse/tracecompass/analysis/timing/core/tests/statistics/OfflineStatisticsCalculator.java:[85] [2019-07-30T06:58:28.694Z] if (value <= fMapper.apply(obj)) { [2019-07-30T06:58:28.694Z] ^^^^^^^^^^^^^^^^^^ [2019-07-30T06:58:28.694Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull Function<@NonNull E,@NonNull Long>'. Type 'Function' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:58:28.694Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/org/eclipse/tracecompass/analysis/timing/core/tests/statistics/OfflineStatisticsCalculator.java:[103] [2019-07-30T06:58:28.694Z] Long value = fMapper.apply(element); [2019-07-30T06:58:28.694Z] ^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:58:28.694Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull Function<@NonNull E,@NonNull Long>'. Type 'Function' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:58:28.694Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/org/eclipse/tracecompass/analysis/timing/core/tests/statistics/OfflineStatisticsCalculator.java:[104] [2019-07-30T06:58:28.694Z] if (value >= fMapper.apply(obj)) { [2019-07-30T06:58:28.694Z] ^^^^^^^^^^^^^^^^^^ [2019-07-30T06:58:28.694Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type '@NonNull Function<@NonNull E,@NonNull Long>'. Type 'Function' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:58:28.694Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/org/eclipse/tracecompass/analysis/timing/core/tests/statistics/AbstractStatisticsTest.java:[366] [2019-07-30T06:58:28.694Z] Statistics::update, Statistics::merge); [2019-07-30T06:58:28.694Z] ^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:58:28.694Z] Null type safety: parameter 1 provided via method descriptor BiConsumer,Statistics>.accept(Statistics, Statistics) needs unchecked conversion to conform to '@NonNull IStatistics<@NonNull E>' [2019-07-30T06:58:28.694Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/org/eclipse/tracecompass/analysis/timing/core/tests/statistics/AbstractStatisticsTest.java:[384] [2019-07-30T06:58:28.694Z] Statistics::update, Statistics::merge); [2019-07-30T06:58:28.694Z] ^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:58:28.694Z] Null type safety: parameter 1 provided via method descriptor BiConsumer,Statistics>.accept(Statistics, Statistics) needs unchecked conversion to conform to '@NonNull IStatistics<@NonNull E>' [2019-07-30T06:58:28.694Z] 6 problems (6 warnings) [2019-07-30T06:58:28.694Z] [INFO] [2019-07-30T06:58:28.694Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:28.694Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:58:28.694Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/src/test/resources [2019-07-30T06:58:28.694Z] [INFO] [2019-07-30T06:58:28.694Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:28.694Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT-sources.jar [2019-07-30T06:58:28.694Z] [INFO] [2019-07-30T06:58:28.694Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:28.694Z] [INFO] [2019-07-30T06:58:28.694Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:28.694Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT.jar [2019-07-30T06:58:28.694Z] [INFO] [2019-07-30T06:58:28.694Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:28.694Z] [INFO] [2019-07-30T06:58:28.694Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:28.694Z] [INFO] [2019-07-30T06:58:28.694Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:28.694Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT.jar [2019-07-30T06:58:28.694Z] [INFO] [2019-07-30T06:58:28.694Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:28.694Z] [INFO] [2019-07-30T06:58:28.694Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:30.058Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/work/data/.metadata/.log [2019-07-30T06:58:30.058Z] [INFO] Command line: [2019-07-30T06:58:30.058Z] [/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/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T06:58:30.058Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T06:58:32.573Z] !SESSION 2019-07-30 06:58:30.028 ----------------------------------------------- [2019-07-30T06:58:32.573Z] eclipse.buildId=unknown [2019-07-30T06:58:32.573Z] java.version=1.8.0_202 [2019-07-30T06:58:32.573Z] java.vendor=Oracle Corporation [2019-07-30T06:58:32.573Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T06:58:32.573Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T06:58:32.573Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T06:58:32.573Z] [2019-07-30T06:58:32.573Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 06:58:32.227 [2019-07-30T06:58:32.573Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:58:32.573Z] !STACK 0 [2019-07-30T06:58:32.573Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] [2019-07-30T06:58:32.573Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:58:32.573Z] [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:58:32.573Z] [2019-07-30T06:58:32.573Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 06:58:32.340 [2019-07-30T06:58:32.573Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:58:32.573Z] !STACK 0 [2019-07-30T06:58:32.573Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] [2019-07-30T06:58:32.573Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:58:32.573Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T06:58:32.573Z] -> 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" [2019-07-30T06:58:32.573Z] org.apache.httpcomponents.httpclient.win [35] [2019-07-30T06:58:32.573Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:58:32.573Z] [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:58:32.573Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:58:33.938Z] Running org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest [2019-07-30T06:58:35.306Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.294 s - in org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest [2019-07-30T06:58:35.306Z] testDescending(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0.004 s [2019-07-30T06:58:35.306Z] testMergeStatisticsNodes(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0.001 s [2019-07-30T06:58:35.306Z] parallelStreamBuildingTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0.265 s [2019-07-30T06:58:35.306Z] testNoiseDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0.357 s [2019-07-30T06:58:35.306Z] streamBuildingTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0.142 s [2019-07-30T06:58:35.306Z] testEmpty(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0 s [2019-07-30T06:58:35.306Z] testSmallDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0 s [2019-07-30T06:58:35.306Z] gaussianNoiseTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0.234 s [2019-07-30T06:58:35.306Z] testLargeDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0.131 s [2019-07-30T06:58:35.306Z] testAscending(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0 s [2019-07-30T06:58:35.306Z] testLimitDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0 s [2019-07-30T06:58:35.306Z] mergeStatisticsCornerCaseNodesTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0.008 s [2019-07-30T06:58:35.306Z] testMergeStatisticsRandomNodes(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0.002 s [2019-07-30T06:58:35.306Z] testLargeDatasetNegative(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0.128 s [2019-07-30T06:58:35.306Z] testLimitDataset2(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.LongStatisticsTest) Time elapsed: 0 s [2019-07-30T06:58:35.306Z] Running org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest [2019-07-30T06:58:37.193Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.755 s - in org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest [2019-07-30T06:58:37.193Z] testDescending(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0.005 s [2019-07-30T06:58:37.193Z] testMergeStatisticsNodes(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0 s [2019-07-30T06:58:37.193Z] parallelStreamBuildingTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0.404 s [2019-07-30T06:58:37.193Z] testNoiseDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0.583 s [2019-07-30T06:58:37.193Z] streamBuildingTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0.126 s [2019-07-30T06:58:37.193Z] testEmpty(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0 s [2019-07-30T06:58:37.193Z] testSmallDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0 s [2019-07-30T06:58:37.193Z] gaussianNoiseTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0.155 s [2019-07-30T06:58:37.193Z] testLargeDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0.17 s [2019-07-30T06:58:37.193Z] testAscending(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0 s [2019-07-30T06:58:37.193Z] testLimitDataset(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0 s [2019-07-30T06:58:37.193Z] mergeStatisticsCornerCaseNodesTest(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0.001 s [2019-07-30T06:58:37.193Z] testMergeStatisticsRandomNodes(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0 s [2019-07-30T06:58:37.193Z] testLargeDatasetNegative(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0.307 s [2019-07-30T06:58:37.193Z] testLimitDataset2(org.eclipse.tracecompass.analysis.timing.core.tests.statistics.ObjectStatisticsTest) Time elapsed: 0 s [2019-07-30T06:58:37.193Z] Running org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest [2019-07-30T06:58:38.118Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.741 s - in org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest [2019-07-30T06:58:38.118Z] testPartialPerTypeStatsCancel(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest) Time elapsed: 0.292 s [2019-07-30T06:58:38.118Z] testExecute(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest) Time elapsed: 0.055 s [2019-07-30T06:58:38.118Z] testExecuteNoDepend(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest) Time elapsed: 0.058 s [2019-07-30T06:58:38.118Z] testTotalStats(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest) Time elapsed: 0.088 s [2019-07-30T06:58:38.118Z] testPerTypeStats(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest) Time elapsed: 0.052 s [2019-07-30T06:58:38.118Z] testPartialPerTypeStats(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest) Time elapsed: 0.09 s [2019-07-30T06:58:38.118Z] testExecuteNoTrace(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest) Time elapsed: 0.054 s [2019-07-30T06:58:38.118Z] testPartialStats(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.AbstractStatsAnalysisTest) Time elapsed: 0.051 s [2019-07-30T06:58:38.118Z] Running org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest [2019-07-30T06:58:40.005Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.881 s - in org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest [2019-07-30T06:58:40.005Z] testDescending(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0.001 s [2019-07-30T06:58:40.005Z] testMergeStatisticsNodes(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0 s [2019-07-30T06:58:40.005Z] parallelStreamBuildingTest(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0.64 s [2019-07-30T06:58:40.005Z] testNoiseDataset(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0.398 s [2019-07-30T06:58:40.005Z] streamBuildingTest(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0.15 s [2019-07-30T06:58:40.005Z] testEmpty(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0 s [2019-07-30T06:58:40.005Z] testSmallDataset(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0 s [2019-07-30T06:58:40.005Z] gaussianNoiseTest(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0.316 s [2019-07-30T06:58:40.005Z] testLargeDataset(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0.37 s [2019-07-30T06:58:40.005Z] testAscending(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0.001 s [2019-07-30T06:58:40.005Z] testLimitDataset(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0 s [2019-07-30T06:58:40.005Z] mergeStatisticsCornerCaseNodesTest(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0 s [2019-07-30T06:58:40.005Z] testMergeStatisticsRandomNodes(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0.001 s [2019-07-30T06:58:40.005Z] testLargeDatasetNegative(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0 s [2019-07-30T06:58:40.005Z] testLimitDataset2(org.eclipse.tracecompass.analysis.timing.core.tests.segmentstore.statistics.SegmentStoreStatisticsTest) Time elapsed: 0 s [2019-07-30T06:58:40.005Z] [2019-07-30T06:58:40.005Z] Results: [2019-07-30T06:58:40.005Z] [2019-07-30T06:58:40.005Z] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T06:58:40.005Z] [2019-07-30T06:58:40.930Z] [INFO] All tests passed! [2019-07-30T06:58:40.930Z] [INFO] [2019-07-30T06:58:40.930Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:40.930Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:58:40.930Z] [INFO] [2019-07-30T06:58:40.930Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:41.185Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T06:58:41.185Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:58:41.185Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:58:41.748Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T06:58:41.748Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes [2019-07-30T06:58:41.748Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:58:42.022Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:58:42.022Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T06:58:42.022Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:58:42.022Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T06:58:42.285Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T06:58:42.285Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes [2019-07-30T06:58:42.540Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T06:58:42.540Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T06:58:42.796Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes [2019-07-30T06:58:42.796Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T06:58:42.796Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:58:42.796Z] [INFO] [2019-07-30T06:58:42.796Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:42.796Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT.jar [2019-07-30T06:58:42.796Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT.pom [2019-07-30T06:58:42.796Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT-sources.jar [2019-07-30T06:58:42.796Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:58:42.796Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT-p2metadata.xml [2019-07-30T06:58:42.796Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.core.tests/1.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.core.tests-1.0.4-SNAPSHOT-p2artifacts.xml [2019-07-30T06:58:42.796Z] [INFO] [2019-07-30T06:58:42.796Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.timing.core.tests --- [2019-07-30T06:58:42.796Z] [INFO] [2019-07-30T06:58:42.796Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests >-- [2019-07-30T06:58:42.796Z] [INFO] Building org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests 1.0.2-SNAPSHOT [44/134] [2019-07-30T06:58:42.796Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T06:58:42.796Z] [INFO] [2019-07-30T06:58:42.796Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:58:42.796Z] [INFO] [2019-07-30T06:58:42.796Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:58:42.796Z] [INFO] The project's OSGi version is 1.0.2.201907300626 [2019-07-30T06:58:42.796Z] [INFO] [2019-07-30T06:58:42.796Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:58:42.796Z] [INFO] [2019-07-30T06:58:42.796Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:58:42.796Z] [INFO] [2019-07-30T06:58:42.796Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:58:42.796Z] [INFO] [2019-07-30T06:58:42.796Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:58:42.796Z] [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/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:58:42.796Z] [INFO] [2019-07-30T06:58:42.796Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:58:42.796Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:58:42.796Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/src/main/resources [2019-07-30T06:58:42.796Z] [INFO] [2019-07-30T06:58:42.796Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:58:42.796Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/classes [2019-07-30T06:58:43.052Z] [INFO] [2019-07-30T06:58:43.052Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:58:43.052Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:58:43.052Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/src/test/resources [2019-07-30T06:58:43.052Z] [INFO] [2019-07-30T06:58:43.052Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:58:43.052Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT-sources.jar [2019-07-30T06:58:43.052Z] [INFO] [2019-07-30T06:58:43.052Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:58:43.052Z] [INFO] [2019-07-30T06:58:43.052Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:58:43.052Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT.jar [2019-07-30T06:58:43.308Z] [INFO] [2019-07-30T06:58:43.308Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:58:43.308Z] [INFO] [2019-07-30T06:58:43.308Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:58:43.308Z] [INFO] [2019-07-30T06:58:43.308Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:58:43.308Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT.jar [2019-07-30T06:58:43.308Z] [INFO] [2019-07-30T06:58:43.308Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:58:43.308Z] [INFO] [2019-07-30T06:58:43.308Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:58:44.671Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/work/data/.metadata/.log [2019-07-30T06:58:44.672Z] [INFO] Command line: [2019-07-30T06:58:44.672Z] [/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/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] [2019-07-30T06:58:44.672Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T06:58:47.186Z] !SESSION 2019-07-30 06:58:44.617 ----------------------------------------------- [2019-07-30T06:58:47.186Z] eclipse.buildId=unknown [2019-07-30T06:58:47.186Z] java.version=1.8.0_202 [2019-07-30T06:58:47.186Z] java.vendor=Oracle Corporation [2019-07-30T06:58:47.186Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T06:58:47.186Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread [2019-07-30T06:58:47.186Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog [2019-07-30T06:58:47.186Z] [2019-07-30T06:58:47.186Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 06:58:46.622 [2019-07-30T06:58:47.186Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:58:47.186Z] !STACK 0 [2019-07-30T06:58:47.186Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] [2019-07-30T06:58:47.186Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:58:47.186Z] [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:58:47.186Z] [2019-07-30T06:58:47.186Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 06:58:46.739 [2019-07-30T06:58:47.186Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:58:47.186Z] !STACK 0 [2019-07-30T06:58:47.186Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] [2019-07-30T06:58:47.186Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:58:47.186Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T06:58:47.186Z] -> 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" [2019-07-30T06:58:47.186Z] org.apache.httpcomponents.httpclient.win [36] [2019-07-30T06:58:47.186Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:58:47.186Z] [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:58:47.186Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:58:48.112Z] process 7910: 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 [2019-07-30T06:58:48.112Z] See the manual page for dbus-uuidgen to correct this issue. [2019-07-30T06:58:48.367Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T06:58:48.623Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T06:58:55.154Z] Running org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.callgraph.CallGraphDensityViewTest [2019-07-30T06:58:55.154Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 s - in org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.callgraph.CallGraphDensityViewTest [2019-07-30T06:58:55.154Z] org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.callgraph.CallGraphDensityViewTest skipped [2019-07-30T06:58:55.154Z] Running org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest [2019-07-30T06:58:55.154Z] Display size: 1440x900 [2019-07-30T06:58:55.154Z] OS version=3.10.0-957.1.3.el7.x86_64 [2019-07-30T06:58:55.154Z] GTK version=3.18.9 [2019-07-30T06:58:55.154Z] GTK theme=Ambiance [2019-07-30T06:58:55.154Z] LIBOVERLAY_SCROLLBAR=0 [2019-07-30T06:58:55.154Z] Time zone: Coordinated Universal Time [2019-07-30T06:58:55.154Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). [2019-07-30T06:58:55.154Z] log4j:WARN Please initialize the log4j system properly. [2019-07-30T06:58:56.518Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"' [2019-07-30T06:58:56.518Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T06:58:56.518Z] DEBUG - Double-clicking on TimeGraphControl {*Wrong Thread*} [2019-07-30T06:58:56.518Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphControl {} time=1101840673 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} [2019-07-30T06:58:56.518Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101840674 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} [2019-07-30T06:58:56.518Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphControl {} time=1101840674 data=null doit=true} to TimeGraphControl with text {} [2019-07-30T06:58:56.518Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphControl {} time=1101840674 data=null} to TimeGraphControl with text {} [2019-07-30T06:58:56.518Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=1101840677 data=null button=1 stateMask=0x0 x=482 y=47 count=1} to TimeGraphControl with text {} [2019-07-30T06:58:56.518Z] DEBUG - Sent event Selection [13]: SelectionEvent{TimeGraphControl {} time=1101840680 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TimeGraphControl with text {} [2019-07-30T06:58:56.518Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=1101840681 data=null button=1 stateMask=0x80000 x=482 y=47 count=1} to TimeGraphControl with text {} [2019-07-30T06:58:56.518Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphControl {} time=1101840681 data=null button=1 stateMask=0x0 x=482 y=47 count=2} to TimeGraphControl with text {} [2019-07-30T06:58:56.518Z] DEBUG - Sent event Selection [13]: SelectionEvent{TimeGraphControl {} time=1101840682 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TimeGraphControl with text {} [2019-07-30T06:58:56.518Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TimeGraphControl {} time=1101840682 data=null button=1 stateMask=0x0 x=482 y=47 count=2} to TimeGraphControl with text {} [2019-07-30T06:58:56.518Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{TimeGraphControl {} time=1101840683 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to TimeGraphControl with text {} [2019-07-30T06:58:56.518Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphControl {} time=1101840683 data=null button=1 stateMask=0x80000 x=482 y=47 count=2} to TimeGraphControl with text {} [2019-07-30T06:58:56.518Z] DEBUG - Sent event MouseHover [32]: MouseEvent{TimeGraphControl {} time=1101840684 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} [2019-07-30T06:58:56.518Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphControl {} time=1101840690 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} [2019-07-30T06:58:56.518Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TimeGraphControl {} time=1101840690 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphControl with text {} [2019-07-30T06:58:56.518Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TimeGraphControl {} time=1101840690 data=null doit=true} to TimeGraphControl with text {} [2019-07-30T06:58:56.518Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TimeGraphControl {} time=1101840694 data=null} to TimeGraphControl with text {} [2019-07-30T06:58:56.518Z] DEBUG - Double-clicked on TimeGraphControl {*Wrong Thread*} [2019-07-30T06:58:56.518Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"' [2019-07-30T06:58:56.773Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"' [2019-07-30T06:58:56.773Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"' [2019-07-30T06:58:57.028Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"' [2019-07-30T06:58:57.284Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"' [2019-07-30T06:58:57.284Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"' [2019-07-30T06:58:57.539Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"' [2019-07-30T06:58:57.539Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.internal.analysis.timing.ui.flamegraph.flamegraphView"' [2019-07-30T06:58:57.794Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.217 s - in org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest [2019-07-30T06:58:57.794Z] tryMouseDoubleclickZoom(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest) Time elapsed: 0.719 s [2019-07-30T06:58:57.794Z] cascadeTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest) Time elapsed: 0.099 s [2019-07-30T06:58:57.795Z] multiFunctionRootsTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest) Time elapsed: 0.111 s [2019-07-30T06:58:57.795Z] emptyStateSystemTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest) Time elapsed: 0.1 s [2019-07-30T06:58:57.795Z] largeTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest) Time elapsed: 0.37 s [2019-07-30T06:58:57.795Z] multiFunctionRootsSecondTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest) Time elapsed: 0.103 s [2019-07-30T06:58:57.795Z] mergeSecondLevelCalleesTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest) Time elapsed: 0.095 s [2019-07-30T06:58:57.795Z] mergeFirstLevelCalleesTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest) Time elapsed: 0.094 s [2019-07-30T06:58:57.795Z] treeTest(org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests.flamegraph.FlameGraphTest) Time elapsed: 0.115 s [2019-07-30T06:58:57.795Z] [2019-07-30T06:58:57.795Z] Results: [2019-07-30T06:58:57.795Z] [2019-07-30T06:58:57.795Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1 [2019-07-30T06:58:57.795Z] [2019-07-30T06:58:59.162Z] [INFO] All tests passed! [2019-07-30T06:58:59.162Z] [INFO] [2019-07-30T06:58:59.162Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:58:59.162Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:58:59.162Z] [INFO] [2019-07-30T06:58:59.162Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:59:00.088Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T06:59:00.088Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:59:00.088Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:59:00.343Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T06:59:00.343Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes [2019-07-30T06:59:00.599Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:59:00.599Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:59:00.599Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T06:59:00.599Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:59:00.855Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes [2019-07-30T06:59:00.855Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core.tests' with 23 classes [2019-07-30T06:59:00.855Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T06:59:01.110Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T06:59:01.110Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes [2019-07-30T06:59:01.366Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T06:59:02.292Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes [2019-07-30T06:59:02.292Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T06:59:02.292Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes [2019-07-30T06:59:02.292Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes [2019-07-30T06:59:02.548Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes [2019-07-30T06:59:02.548Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core.tests' with 10 classes [2019-07-30T06:59:02.548Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes [2019-07-30T06:59:02.803Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T06:59:02.803Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T06:59:03.059Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:59:03.059Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT.jar [2019-07-30T06:59:03.059Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT.pom [2019-07-30T06:59:03.059Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT-sources.jar [2019-07-30T06:59:03.059Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:59:03.059Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT-p2metadata.xml [2019-07-30T06:59:03.059Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests/1.0.2-SNAPSHOT/org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests-1.0.2-SNAPSHOT-p2artifacts.xml [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests --- [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng-parent >--- [2019-07-30T06:59:03.059Z] [INFO] Building Trace Compass LTTng Support Parent 5.0.0-SNAPSHOT [45/134] [2019-07-30T06:59:03.059Z] [INFO] --------------------------------[ pom ]--------------------------------- [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng-parent --- [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng-parent --- [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng-parent --- [2019-07-30T06:59:03.059Z] [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/lttng/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng-parent --- [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng-parent --- [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng-parent --- [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng-parent --- [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng-parent --- [2019-07-30T06:59:03.059Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng-parent --- [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng-parent --- [2019-07-30T06:59:03.059Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng-parent-5.0.0-SNAPSHOT.pom [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core >-- [2019-07-30T06:59:03.059Z] [INFO] Building org.eclipse.tracecompass.lttng2.common.core 1.1.1-SNAPSHOT [46/134] [2019-07-30T06:59:03.059Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:03.059Z] [INFO] The project's OSGi version is 1.1.1.201907300626 [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:03.059Z] [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/lttng/org.eclipse.tracecompass.lttng2.common.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:03.059Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:59:03.059Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/src/main/resources [2019-07-30T06:59:03.059Z] [INFO] [2019-07-30T06:59:03.059Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:03.059Z] [INFO] Compiling 4 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/target/classes [2019-07-30T06:59:03.315Z] [INFO] [2019-07-30T06:59:03.315Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:03.315Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:59:03.315Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/src/test/resources [2019-07-30T06:59:03.315Z] [INFO] [2019-07-30T06:59:03.315Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:03.315Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/target/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT-sources.jar [2019-07-30T06:59:03.315Z] [INFO] [2019-07-30T06:59:03.315Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:03.315Z] [INFO] [2019-07-30T06:59:03.315Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:03.315Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/target/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT.jar [2019-07-30T06:59:03.315Z] [INFO] [2019-07-30T06:59:03.315Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:03.315Z] [INFO] [2019-07-30T06:59:03.315Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:03.315Z] [INFO] [2019-07-30T06:59:03.315Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:03.315Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/target/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT.jar [2019-07-30T06:59:03.315Z] [INFO] [2019-07-30T06:59:03.315Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:03.315Z] [INFO] [2019-07-30T06:59:03.315Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:03.315Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:59:03.315Z] [INFO] [2019-07-30T06:59:03.315Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:03.570Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T06:59:03.570Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:59:03.826Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:59:04.081Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T06:59:04.081Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes [2019-07-30T06:59:04.337Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:59:04.337Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:59:04.337Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T06:59:04.337Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:59:04.337Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:59:04.337Z] [INFO] [2019-07-30T06:59:04.337Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:04.337Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/target/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT.jar [2019-07-30T06:59:04.337Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT.pom [2019-07-30T06:59:04.337Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/target/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT-sources.jar [2019-07-30T06:59:04.337Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/target/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:59:04.337Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT-p2metadata.xml [2019-07-30T06:59:04.337Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core-1.1.1-SNAPSHOT-p2artifacts.xml [2019-07-30T06:59:04.337Z] [INFO] [2019-07-30T06:59:04.337Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.common.core --- [2019-07-30T06:59:04.337Z] [INFO] [2019-07-30T06:59:04.337Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core >-- [2019-07-30T06:59:04.337Z] [INFO] Building org.eclipse.tracecompass.tmf.analysis.xml.core 3.2.2-SNAPSHOT [47/134] [2019-07-30T06:59:04.337Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:59:04.337Z] [INFO] [2019-07-30T06:59:04.337Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:04.337Z] [INFO] [2019-07-30T06:59:04.337Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:04.337Z] [INFO] The project's OSGi version is 3.2.2.201907300626 [2019-07-30T06:59:04.337Z] [INFO] [2019-07-30T06:59:04.337Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:04.337Z] [INFO] [2019-07-30T06:59:04.337Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:04.337Z] [INFO] [2019-07-30T06:59:04.337Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:04.337Z] [INFO] [2019-07-30T06:59:04.337Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:04.337Z] [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/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:59:04.337Z] [INFO] [2019-07-30T06:59:04.337Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:04.337Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:59:04.337Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/main/resources [2019-07-30T06:59:04.337Z] [INFO] [2019-07-30T06:59:04.337Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:04.337Z] [INFO] Compiling 94 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/classes [2019-07-30T06:59:04.900Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/fsm/compile/TmfXmlFsmStateCu.java:[83] [2019-07-30T06:59:04.900Z] return new DataDrivenFsm(getId(), fInitialState.generate(), states, fPreCondition.generate(), fConsuming, fMultipleInstances); [2019-07-30T06:59:04.900Z] ^^^^^^ [2019-07-30T06:59:04.900Z] 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>' [2019-07-30T06:59:04.900Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/fsm/model/DataDrivenActionSegment.java:[79] [2019-07-30T06:59:04.900Z] Object value = field.getValue().getValue(event, ITmfStateSystem.ROOT_ATTRIBUTE, scenarioInfo, container); [2019-07-30T06:59:04.900Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:59:04.900Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,@NonNull DataDrivenValue>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:59:04.900Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/IXmlStateSystemContainer.java:[23] [2019-07-30T06:59:04.900Z] * {@link org.eclipse.tracecompass.internal.tmf.analysis.xml.core.model} package [2019-07-30T06:59:04.900Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:59:04.900Z] Javadoc: org.eclipse.tracecompass.internal.tmf.analysis.xml.core.model cannot be resolved to a type [2019-07-30T06:59:04.900Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenTimeGraphDataProvider.java:[162] [2019-07-30T06:59:04.900Z] for (Entry> ssEntry : table.rowMap().entrySet()) { [2019-07-30T06:59:04.900Z] ^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:59:04.900Z] 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>>' [2019-07-30T06:59:04.900Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenTimeGraphDataProvider.java:[186] [2019-07-30T06:59:04.900Z] for (ITmfStateInterval interval : ss.query2D(idToDisplayQuark.keySet(), getTimes(ss, timesRequested))) { [2019-07-30T06:59:04.900Z] ^^^^^^^^^^^^^^ [2019-07-30T06:59:04.900Z] Null type mismatch: required '@NonNull List<@NonNull Long>' but the provided value is inferred as @Nullable [2019-07-30T06:59:04.900Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/fsm/model/DataDrivenActionUpdateStoredFields.java:[55] [2019-07-30T06:59:04.900Z] final String alias = entry.getValue(); [2019-07-30T06:59:04.900Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:59:04.900Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,@NonNull String>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:59:04.900Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/fsm/compile/TmfXmlActionCu.java:[160] [2019-07-30T06:59:04.900Z] fields.put(fieldEntry.getKey(), fieldEntry.getValue().generate()); [2019-07-30T06:59:04.900Z] ^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:59:04.900Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull String,@NonNull TmfXmlStateValueCu>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:59:04.900Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlTimeGraphDataProvider.java:[238] [2019-07-30T06:59:04.900Z] TmfXmlStateSystemPathCu displayCu = TmfXmlStateSystemPathCu.compile(parentEntry.getAnalysisCompilationData(), Collections.singletonList(displayElement)); [2019-07-30T06:59:04.900Z] ^^^^^^^^^^^^^^ [2019-07-30T06:59:04.900Z] Null type safety (type annotations): The expression of type 'Element' needs unchecked conversion to conform to '@NonNull Element' [2019-07-30T06:59:04.900Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlTimeGraphDataProvider.java:[259] [2019-07-30T06:59:04.900Z] buildEntry(ss, subEntryEl, currentEntry, quark, regex, currentEnd, entryList); [2019-07-30T06:59:04.900Z] ^^^^^ [2019-07-30T06:59:04.900Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:59:04.900Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlTimeGraphDataProvider.java:[403] [2019-07-30T06:59:04.900Z] return quarkToRow.values(); [2019-07-30T06:59:04.900Z] ^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:59:04.900Z] Null type safety (type annotations): The expression of type '@NonNull Collection' needs unchecked conversion to conform to '@NonNull Collection<@NonNull ITimeGraphRowModel>' [2019-07-30T06:59:04.900Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/tmf/analysis/xml/core/module/XmlDataProviderManager.java:[122] [2019-07-30T06:59:04.900Z] provider = generateExperimentProviderXy(traces, viewElement); [2019-07-30T06:59:04.900Z] ^^^^^^ [2019-07-30T06:59:04.900Z] Null type safety (type annotations): The expression of type 'Collection' needs unchecked conversion to conform to 'Collection<@NonNull ITmfTrace>' [2019-07-30T06:59:04.900Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/tmf/analysis/xml/core/module/XmlDataProviderManager.java:[184] [2019-07-30T06:59:04.900Z] provider = generateExperimentProviderTimeGraph(traces, viewElement); [2019-07-30T06:59:04.900Z] ^^^^^^ [2019-07-30T06:59:04.900Z] Null type safety (type annotations): The expression of type 'Collection' needs unchecked conversion to conform to 'Collection<@NonNull ITmfTrace>' [2019-07-30T06:59:04.900Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/segment/TmfXmlPatternSegment.java:[175] [2019-07-30T06:59:04.900Z] buffer.putString(entry.getKey()); [2019-07-30T06:59:04.900Z] ^^^^^^^^^^^^^^ [2019-07-30T06:59:04.900Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:59:04.900Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/segment/TmfXmlPatternSegment.java:[202] [2019-07-30T06:59:04.900Z] size += SafeByteBufferFactory.getStringSizeInBuffer(entry.getKey()); [2019-07-30T06:59:04.900Z] ^^^^^^^^^^^^^^ [2019-07-30T06:59:04.900Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:59:04.900Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlXYDataProvider.java:[265] [2019-07-30T06:59:04.900Z] series.getValue().getData()[i] = extractValue(value); [2019-07-30T06:59:04.900Z] ^^^^^^^^^^^^^^^^^ [2019-07-30T06:59:04.900Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Integer,@NonNull IYModel>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:59:05.167Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlXYDataProvider.java:[273] [2019-07-30T06:59:05.167Z] getSeriesDelta(series.getValue().getData()); [2019-07-30T06:59:05.167Z] ^^^^^^^^^^^^^^^^^ [2019-07-30T06:59:05.167Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Integer,@NonNull IYModel>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:59:05.167Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlXYDataProvider.java:[277] [2019-07-30T06:59:05.167Z] return TmfXyResponseFactory.createFailedResponse(e.getMessage()); [2019-07-30T06:59:05.167Z] ^^^^^^^^^^^^^^ [2019-07-30T06:59:05.167Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:59:05.167Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlXYDataProvider.java:[281] [2019-07-30T06:59:05.167Z] return TmfXyResponseFactory.create(TITLE, xValues, Maps.uniqueIndex(map.values(), yModel -> Long.toString(yModel.getId())), complete); [2019-07-30T06:59:05.167Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:59:05.167Z] 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>' [2019-07-30T06:59:05.167Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlXYDataProvider.java:[281] [2019-07-30T06:59:05.167Z] return TmfXyResponseFactory.create(TITLE, xValues, Maps.uniqueIndex(map.values(), yModel -> Long.toString(yModel.getId())), complete); [2019-07-30T06:59:05.167Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:59:05.167Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:59:05.167Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/module/XmlXYDataProvider.java:[368] [2019-07-30T06:59:05.167Z] builder.add(new TmfTreeDataModel(fTraceId, -1, Collections.singletonList(getTrace().getName()))); [2019-07-30T06:59:05.167Z] ^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:59:05.167Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:59:05.167Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[177] [2019-07-30T06:59:05.167Z] int attributeQuark = series.getKey().fQuark; [2019-07-30T06:59:05.167Z] ^^^^^^^^^^^^^^^ [2019-07-30T06:59:05.167Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:59:05.167Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[180] [2019-07-30T06:59:05.167Z] series.getValue().getData()[i] = extractValue(value); [2019-07-30T06:59:05.167Z] ^^^^^^^^^^^^^^^^^ [2019-07-30T06:59:05.167Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:59:05.167Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[187] [2019-07-30T06:59:05.167Z] if (series.getKey().fDisplayType.equals(DisplayType.DELTA)) { [2019-07-30T06:59:05.167Z] ^^^^^^^^^^^^^^^ [2019-07-30T06:59:05.167Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:59:05.167Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[188] [2019-07-30T06:59:05.167Z] getSeriesDelta(series.getValue().getData()); [2019-07-30T06:59:05.167Z] ^^^^^^^^^^^^^^^^^ [2019-07-30T06:59:05.167Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T06:59:05.167Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[192] [2019-07-30T06:59:05.167Z] return TmfXyResponseFactory.createFailedResponse(e.getMessage()); [2019-07-30T06:59:05.167Z] ^^^^^^^^^^^^^^ [2019-07-30T06:59:05.167Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:59:05.167Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[196] [2019-07-30T06:59:05.167Z] return TmfXyResponseFactory.create(TITLE, xValues, Maps.uniqueIndex(map.values(), value -> Long.toString(value.getId())), complete); [2019-07-30T06:59:05.167Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:59:05.167Z] 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>' [2019-07-30T06:59:05.167Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/output/DataDrivenXYDataProvider.java:[196] [2019-07-30T06:59:05.167Z] return TmfXyResponseFactory.create(TITLE, xValues, Maps.uniqueIndex(map.values(), value -> Long.toString(value.getId())), complete); [2019-07-30T06:59:05.167Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:59:05.167Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:59:05.167Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/pattern/stateprovider/XmlPatternAnalysis.java:[319] [2019-07-30T06:59:05.167Z] return ((TmfXmlPatternSegment) segment).getContent().entrySet().stream().map(c -> c.getKey() + '=' + c.getValue()).collect(Collectors.joining(", ")); //$NON-NLS-1$ [2019-07-30T06:59:05.167Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:59:05.167Z] Null type safety (type annotations): The expression of type 'Collector' needs unchecked conversion to conform to 'Collector' [2019-07-30T06:59:05.167Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/pattern/stateprovider/XmlPatternAnalysis.java:[354] [2019-07-30T06:59:05.167Z] properties.put(Objects.requireNonNull(Messages.PatternAnalysis_StateSystemPrefix + ' ' +entry.getKey()), entry.getValue()); [2019-07-30T06:59:05.167Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:59:05.167Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:59:05.167Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/core/pattern/stateprovider/XmlPatternAnalysis.java:[360] [2019-07-30T06:59:05.167Z] properties.put(Objects.requireNonNull(Messages.PatternAnalysis_SegmentStorePrefix + ' ' +entry.getKey()), entry.getValue()); [2019-07-30T06:59:05.167Z] ^^^^^^^^^^^^^^^^ [2019-07-30T06:59:05.167Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T06:59:05.167Z] 30 problems (30 warnings) [2019-07-30T06:59:05.167Z] [INFO] [2019-07-30T06:59:05.167Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:05.167Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:59:05.167Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/test/resources [2019-07-30T06:59:05.167Z] [INFO] [2019-07-30T06:59:05.167Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:05.167Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT-sources.jar [2019-07-30T06:59:05.167Z] [INFO] [2019-07-30T06:59:05.167Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:05.167Z] [INFO] [2019-07-30T06:59:05.167Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:05.167Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT.jar [2019-07-30T06:59:05.167Z] [INFO] [2019-07-30T06:59:05.167Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:05.168Z] [INFO] [2019-07-30T06:59:05.168Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:05.168Z] [INFO] [2019-07-30T06:59:05.168Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:05.168Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT.jar [2019-07-30T06:59:05.423Z] [INFO] [2019-07-30T06:59:05.423Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:05.423Z] [INFO] [2019-07-30T06:59:05.423Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:05.423Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:59:05.423Z] [INFO] [2019-07-30T06:59:05.423Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:05.678Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T06:59:05.678Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:59:05.678Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:59:06.605Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:59:06.605Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:59:06.605Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:59:06.605Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:59:06.605Z] [INFO] [2019-07-30T06:59:06.605Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:06.606Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core/3.2.2-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT.jar [2019-07-30T06:59:06.606Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core/3.2.2-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT.pom [2019-07-30T06:59:06.606Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core/3.2.2-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT-sources.jar [2019-07-30T06:59:06.606Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core/3.2.2-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:59:06.606Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core/3.2.2-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT-p2metadata.xml [2019-07-30T06:59:06.606Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core/3.2.2-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core-3.2.2-SNAPSHOT-p2artifacts.xml [2019-07-30T06:59:06.606Z] [INFO] [2019-07-30T06:59:06.606Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.analysis.xml.core --- [2019-07-30T06:59:06.606Z] [INFO] [2019-07-30T06:59:06.606Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core >-- [2019-07-30T06:59:06.606Z] [INFO] Building org.eclipse.tracecompass.lttng2.kernel.core 3.0.0-SNAPSHOT [48/134] [2019-07-30T06:59:06.606Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T06:59:06.606Z] [INFO] [2019-07-30T06:59:06.606Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:06.606Z] [INFO] [2019-07-30T06:59:06.606Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:06.606Z] [INFO] The project's OSGi version is 3.0.0.201907300626 [2019-07-30T06:59:06.606Z] [INFO] [2019-07-30T06:59:06.606Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:06.606Z] [INFO] [2019-07-30T06:59:06.606Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:06.606Z] [INFO] [2019-07-30T06:59:06.606Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:06.606Z] [INFO] [2019-07-30T06:59:06.606Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:06.606Z] [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/lttng/org.eclipse.tracecompass.lttng2.kernel.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:59:06.606Z] [INFO] [2019-07-30T06:59:06.606Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:06.606Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:59:06.606Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/main/resources [2019-07-30T06:59:06.606Z] [INFO] [2019-07-30T06:59:06.606Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:06.606Z] [INFO] Compiling 28 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/classes [2019-07-30T06:59:06.861Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/org/eclipse/tracecompass/internal/lttng2/kernel/core/event/matching/TcpLttngEventMatching.java:[105] [2019-07-30T06:59:06.861Z] Long sequence = content.getFieldValue(Long.class, layout.fieldPathTcpSeq()); [2019-07-30T06:59:06.861Z] ^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:59:06.861Z] Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]' [2019-07-30T06:59:06.861Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/org/eclipse/tracecompass/internal/lttng2/kernel/core/event/matching/TcpLttngEventMatching.java:[106] [2019-07-30T06:59:06.861Z] Long ack = content.getFieldValue(Long.class, layout.fieldPathTcpAckSeq()); [2019-07-30T06:59:06.861Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:59:06.861Z] Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]' [2019-07-30T06:59:06.861Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/org/eclipse/tracecompass/internal/lttng2/kernel/core/event/matching/TcpLttngEventMatching.java:[107] [2019-07-30T06:59:06.861Z] Long flags = content.getFieldValue(Long.class, layout.fieldPathTcpFlags()); [2019-07-30T06:59:06.861Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T06:59:06.861Z] Null type safety (type annotations): The expression of type 'String @NonNull[]' needs unchecked conversion to conform to '@NonNull String @NonNull[]' [2019-07-30T06:59:06.861Z] 3 problems (3 warnings) [2019-07-30T06:59:06.861Z] [INFO] [2019-07-30T06:59:06.861Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:06.861Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:59:06.861Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/src/test/resources [2019-07-30T06:59:06.861Z] [INFO] [2019-07-30T06:59:06.861Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:06.861Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT-sources.jar [2019-07-30T06:59:06.861Z] [INFO] [2019-07-30T06:59:06.861Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:06.861Z] [INFO] [2019-07-30T06:59:06.861Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:06.861Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT.jar [2019-07-30T06:59:06.861Z] [INFO] [2019-07-30T06:59:06.861Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:06.861Z] [INFO] [2019-07-30T06:59:06.861Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:06.861Z] [INFO] [2019-07-30T06:59:06.861Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:06.861Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT.jar [2019-07-30T06:59:06.861Z] [INFO] [2019-07-30T06:59:06.861Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:06.861Z] [INFO] [2019-07-30T06:59:06.861Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:06.861Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T06:59:06.861Z] [INFO] [2019-07-30T06:59:06.861Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:07.423Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T06:59:07.423Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T06:59:07.423Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T06:59:07.984Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T06:59:07.984Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes [2019-07-30T06:59:07.984Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes [2019-07-30T06:59:07.984Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes [2019-07-30T06:59:08.240Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T06:59:08.240Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T06:59:08.240Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T06:59:08.240Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T06:59:08.496Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T06:59:08.496Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T06:59:08.496Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes [2019-07-30T06:59:08.496Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T06:59:08.752Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes [2019-07-30T06:59:08.752Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T06:59:08.752Z] [INFO] [2019-07-30T06:59:08.752Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:08.752Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core/3.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT.jar [2019-07-30T06:59:08.752Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core/3.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT.pom [2019-07-30T06:59:08.752Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core/3.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT-sources.jar [2019-07-30T06:59:08.752Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core/3.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T06:59:08.752Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core/3.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T06:59:08.752Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core/3.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core-3.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T06:59:08.752Z] [INFO] [2019-07-30T06:59:08.752Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.kernel.core --- [2019-07-30T06:59:08.752Z] [INFO] [2019-07-30T06:59:08.752Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests >-- [2019-07-30T06:59:08.752Z] [INFO] Building org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests 0.0.4-SNAPSHOT [49/134] [2019-07-30T06:59:08.752Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T06:59:08.752Z] [INFO] [2019-07-30T06:59:08.752Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T06:59:08.752Z] [INFO] [2019-07-30T06:59:08.752Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T06:59:08.752Z] [INFO] The project's OSGi version is 0.0.4.201907300626 [2019-07-30T06:59:08.752Z] [INFO] [2019-07-30T06:59:08.752Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T06:59:08.752Z] [INFO] [2019-07-30T06:59:08.752Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T06:59:08.752Z] [INFO] [2019-07-30T06:59:08.752Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T06:59:08.752Z] [INFO] [2019-07-30T06:59:08.752Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T06:59:08.752Z] [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/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T06:59:08.752Z] [INFO] [2019-07-30T06:59:08.752Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T06:59:08.752Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:59:08.752Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/src/main/resources [2019-07-30T06:59:08.752Z] [INFO] [2019-07-30T06:59:08.752Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T06:59:08.752Z] [INFO] Compiling 3 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/classes [2019-07-30T06:59:09.007Z] [INFO] [2019-07-30T06:59:09.007Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T06:59:09.007Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T06:59:09.007Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/src/test/resources [2019-07-30T06:59:09.007Z] [INFO] [2019-07-30T06:59:09.007Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T06:59:09.007Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT-sources.jar [2019-07-30T06:59:09.264Z] [INFO] [2019-07-30T06:59:09.264Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T06:59:09.264Z] [INFO] [2019-07-30T06:59:09.264Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T06:59:09.264Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT.jar [2019-07-30T06:59:09.264Z] [INFO] [2019-07-30T06:59:09.264Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T06:59:09.264Z] [INFO] [2019-07-30T06:59:09.264Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T06:59:09.264Z] [INFO] [2019-07-30T06:59:09.264Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T06:59:09.264Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT.jar [2019-07-30T06:59:09.264Z] [INFO] [2019-07-30T06:59:09.264Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T06:59:09.264Z] [INFO] [2019-07-30T06:59:09.264Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T06:59:10.189Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/work/data/.metadata/.log [2019-07-30T06:59:10.189Z] [INFO] Command line: [2019-07-30T06:59:10.189Z] [/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/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] [2019-07-30T06:59:10.189Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T06:59:12.706Z] !SESSION 2019-07-30 06:59:10.332 ----------------------------------------------- [2019-07-30T06:59:12.706Z] eclipse.buildId=unknown [2019-07-30T06:59:12.706Z] java.version=1.8.0_202 [2019-07-30T06:59:12.706Z] java.vendor=Oracle Corporation [2019-07-30T06:59:12.706Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T06:59:12.706Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread [2019-07-30T06:59:12.706Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog [2019-07-30T06:59:12.706Z] [2019-07-30T06:59:12.706Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 06:59:12.321 [2019-07-30T06:59:12.706Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:59:12.706Z] !STACK 0 [2019-07-30T06:59:12.706Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] [2019-07-30T06:59:12.706Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:59:12.706Z] [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:59:12.706Z] [2019-07-30T06:59:12.706Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 06:59:12.424 [2019-07-30T06:59:12.706Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T06:59:12.706Z] !STACK 0 [2019-07-30T06:59:12.706Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] [2019-07-30T06:59:12.706Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:59:12.706Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T06:59:12.706Z] -> 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" [2019-07-30T06:59:12.706Z] org.apache.httpcomponents.httpclient.win [36] [2019-07-30T06:59:12.706Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T06:59:12.706Z] [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T06:59:12.706Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T06:59:14.070Z] process 8013: 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 [2019-07-30T06:59:14.070Z] See the manual page for dbus-uuidgen to correct this issue. [2019-07-30T06:59:14.326Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T06:59:14.326Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T06:59:20.856Z] Running org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewPinAndCloneTest [2019-07-30T06:59:21.418Z] Display size: 1440x900 [2019-07-30T06:59:21.418Z] OS version=3.10.0-957.1.3.el7.x86_64 [2019-07-30T06:59:21.418Z] GTK version=3.18.9 [2019-07-30T06:59:21.418Z] GTK theme=Ambiance [2019-07-30T06:59:21.418Z] LIBOVERLAY_SCROLLBAR=0 [2019-07-30T06:59:21.418Z] Time zone: Coordinated Universal Time [2019-07-30T06:59:21.418Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). [2019-07-30T06:59:21.418Z] log4j:WARN Please initialize the log4j system properly. [2019-07-30T06:59:22.347Z] *** BUG *** [2019-07-30T06:59:22.347Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T06:59:22.347Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T06:59:22.347Z] [2019-07-30T06:59:22.347Z] *** BUG *** [2019-07-30T06:59:22.347Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T06:59:22.347Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T06:59:22.347Z] [2019-07-30T06:59:22.603Z] *** BUG *** [2019-07-30T06:59:22.603Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T06:59:22.603Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T06:59:22.603Z] [2019-07-30T06:59:22.858Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.counters.ui.view.counters"' [2019-07-30T06:59:22.858Z] DEBUG - matched with text "", using matcher: of type 'Chart' [2019-07-30T06:59:54.881Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"' [2019-07-30T06:59:54.881Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T06:59:54.881Z] DEBUG - number of items : 6 [2019-07-30T06:59:54.881Z] DEBUG - Clicking on ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101897769 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101897770 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101897770 data=null doit=true} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event FocusIn [15]: FocusEvent{ToolItem {} time=1101897770 data=null} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101897770 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101897770 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101897771 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} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101897875 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101897875 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101897876 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101897876 data=null doit=true} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101897876 data=null} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Clicked on ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - matched MenuItem with text "Pin to kernel_vm", using matcher: with mnemonic 'Pin to kernel_vm' [2019-07-30T06:59:54.881Z] DEBUG - Clicking on with mnemonic 'Pin to kernel_vm' [2019-07-30T06:59:54.881Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Pin to kernel_vm} time=1101897882 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' [2019-07-30T06:59:54.881Z] DEBUG - Clicked on with mnemonic 'Pin to kernel_vm' [2019-07-30T06:59:54.881Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters "' [2019-07-30T06:59:54.881Z] DEBUG - number of items : 6 [2019-07-30T06:59:54.881Z] DEBUG - Clicking on ToolItem with tooltip text {Unpin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101898012 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101898012 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101898012 data=null doit=true} to ToolItem with tooltip text {Unpin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101898012 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101898012 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101898013 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} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101898016 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101898017 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101898017 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101898017 data=null doit=true} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101898017 data=null} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Clicked on ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters"' [2019-07-30T06:59:54.881Z] DEBUG - number of items : 6 [2019-07-30T06:59:54.881Z] DEBUG - Clicking on ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101898074 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101898074 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101898074 data=null doit=true} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101898075 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101898075 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101898075 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} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101898076 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101898077 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101898077 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101898078 data=null doit=true} to ToolItem with tooltip text {Unpin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101898078 data=null} to ToolItem with tooltip text {Unpin View} [2019-07-30T06:59:54.881Z] DEBUG - Clicked on ToolItem with tooltip text {Unpin View} [2019-07-30T06:59:54.881Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters "' [2019-07-30T06:59:54.881Z] DEBUG - number of items : 6 [2019-07-30T06:59:54.881Z] DEBUG - Clicking on ToolItem with tooltip text {Unpin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101898090 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101898091 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101898091 data=null doit=true} to ToolItem with tooltip text {Unpin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101898091 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101898091 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101898091 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} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101898094 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101898094 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101898095 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101898095 data=null doit=true} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101898095 data=null} to ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - Clicked on ToolItem with tooltip text {Pin View} [2019-07-30T06:59:54.881Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters"' [2019-07-30T06:59:54.881Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.counters.ui.view.counters"' [2019-07-30T06:59:54.881Z] DEBUG - matched with text "", using matcher: of type 'Chart' [2019-07-30T06:59:56.769Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"' [2019-07-30T06:59:56.769Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:00:08.934Z] DEBUG - matched EditorReference with text "", using matcher: with name '"context-switches-kernel"' [2019-07-30T07:00:08.934Z] DEBUG - number of items : 6 [2019-07-30T07:00:08.934Z] DEBUG - Clicking on ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101911066 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101911067 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101911067 data=null doit=true} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event FocusIn [15]: FocusEvent{ToolItem {} time=1101911067 data=null} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101911067 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101911067 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101911067 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} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101911079 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101911079 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101911079 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101911079 data=null doit=true} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101911079 data=null} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Clicked on ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - matched MenuItem with text "Pin to context-switc...", using matcher: with mnemonic 'Pin to context-switches-kernel' [2019-07-30T07:00:08.934Z] DEBUG - Clicking on ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101911284 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101911285 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101911285 data=null doit=true} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event FocusIn [15]: FocusEvent{ToolItem {} time=1101911285 data=null} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101911285 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101911285 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101911285 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} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101911371 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101911371 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101911371 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101911371 data=null doit=true} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101911372 data=null} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Clicked on ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - matched MenuItem with text "Pin to kernel_vm", using matcher: with mnemonic 'Pin to kernel_vm' [2019-07-30T07:00:08.934Z] DEBUG - Clicking on with mnemonic 'Pin to kernel_vm' [2019-07-30T07:00:08.934Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Pin to kernel_vm} time=1101911374 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' [2019-07-30T07:00:08.934Z] DEBUG - Clicked on with mnemonic 'Pin to kernel_vm' [2019-07-30T07:00:08.934Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters "' [2019-07-30T07:00:08.934Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"' [2019-07-30T07:00:08.934Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:00:08.934Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:00:08.934Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters "' [2019-07-30T07:00:08.934Z] DEBUG - matched EditorReference with text "", using matcher: with name '"context-switches-kernel"' [2019-07-30T07:00:08.934Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:00:08.934Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:00:08.934Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters "' [2019-07-30T07:00:08.934Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"' [2019-07-30T07:00:08.934Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:00:08.934Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:00:08.934Z] DEBUG - matched EditorReference with text "", using matcher: with name '"context-switches-kernel"' [2019-07-30T07:00:08.934Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:00:08.934Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:00:08.934Z] DEBUG - number of items : 6 [2019-07-30T07:00:08.934Z] DEBUG - Clicking on ToolItem with tooltip text {Unpin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101912705 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101912705 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101912705 data=null doit=true} to ToolItem with tooltip text {Unpin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101912705 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101912705 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101912705 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} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101912710 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101912711 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101912711 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101912711 data=null doit=true} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101912711 data=null} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Clicked on ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters"' [2019-07-30T07:00:08.934Z] DEBUG - number of items : 6 [2019-07-30T07:00:08.934Z] DEBUG - Clicking on ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101912817 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101912817 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101912817 data=null doit=true} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101912817 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101912817 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101912818 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} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101912819 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101912820 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101912820 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101912820 data=null doit=true} to ToolItem with tooltip text {Unpin View} [2019-07-30T07:00:08.934Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101912820 data=null} to ToolItem with tooltip text {Unpin View} [2019-07-30T07:00:08.934Z] DEBUG - Clicked on ToolItem with tooltip text {Unpin View} [2019-07-30T07:00:08.934Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters "' [2019-07-30T07:00:08.934Z] DEBUG - matched EditorReference with text "", using matcher: with name '"context-switches-kernel"' [2019-07-30T07:00:08.934Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.counters.ui.view.counters"' [2019-07-30T07:00:08.934Z] DEBUG - matched with text "", using matcher: of type 'Chart' [2019-07-30T07:00:11.451Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"' [2019-07-30T07:00:11.451Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:00:11.451Z] DEBUG - matched MenuItem with text "&New Counters view", using matcher: with mnemonic 'New Counters view' [2019-07-30T07:00:11.708Z] DEBUG - matched MenuItem with text "pinned to kernel_vm", using matcher: with mnemonic 'pinned to kernel_vm' [2019-07-30T07:00:11.708Z] DEBUG - Clicking on with mnemonic 'pinned to kernel_vm' [2019-07-30T07:00:11.708Z] *** BUG *** [2019-07-30T07:00:11.708Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:00:11.708Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:00:11.708Z] [2019-07-30T07:00:11.708Z] *** BUG *** [2019-07-30T07:00:11.708Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:00:11.708Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:00:11.708Z] [2019-07-30T07:00:11.708Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {pinned to kernel_vm} time=1101915802 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' [2019-07-30T07:00:11.964Z] DEBUG - Clicked on with mnemonic 'pinned to kernel_vm' [2019-07-30T07:00:11.964Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters"' [2019-07-30T07:00:11.964Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters "' [2019-07-30T07:00:12.220Z] DEBUG - matched MenuItem with text "pinned to kernel_vm ...", using matcher: with mnemonic 'pinned to kernel_vm | new instance' [2019-07-30T07:00:12.220Z] DEBUG - Clicking on with mnemonic 'pinned to kernel_vm | new instance' [2019-07-30T07:00:12.220Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {pinned to kernel_vm | new instance} time=1101916304 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' [2019-07-30T07:00:12.220Z] DEBUG - Clicked on with mnemonic 'pinned to kernel_vm | new instance' [2019-07-30T07:00:12.220Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters"' [2019-07-30T07:00:13.145Z] *** BUG *** [2019-07-30T07:00:13.145Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:00:13.145Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:00:13.145Z] [2019-07-30T07:00:13.145Z] *** BUG *** [2019-07-30T07:00:13.145Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:00:13.145Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:00:13.145Z] [2019-07-30T07:00:13.145Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Counters "' [2019-07-30T07:00:13.707Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm | 2"' [2019-07-30T07:00:13.962Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"' [2019-07-30T07:00:14.218Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:00:14.218Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:00:14.218Z] DEBUG - number of items : 6 [2019-07-30T07:00:14.218Z] DEBUG - Clicking on ToolItem with tooltip text {Pin View} [2019-07-30T07:00:14.218Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1101918228 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:14.218Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101918228 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:14.218Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1101918229 data=null doit=true} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:14.218Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1101918229 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:14.218Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1101918229 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Pin View} [2019-07-30T07:00:14.218Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1101918229 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} [2019-07-30T07:00:14.218Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1101918231 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T07:00:14.218Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1101918236 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T07:00:14.218Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1101918236 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Unpin View} [2019-07-30T07:00:14.218Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1101918236 data=null doit=true} to ToolItem with tooltip text {Unpin View} [2019-07-30T07:00:14.218Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1101918236 data=null} to ToolItem with tooltip text {Unpin View} [2019-07-30T07:00:14.218Z] DEBUG - Clicked on ToolItem with tooltip text {Unpin View} [2019-07-30T07:00:14.218Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm | 2"' [2019-07-30T07:00:14.218Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:00:14.218Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:00:15.145Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1101919213 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:00:15.145Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:00:15.145Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:00:15.145Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:00:15.145Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:00:15.145Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1101919248 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:00:15.145Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101919249 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:00:15.145Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101919249 data=null} to TreeItem with text {test} [2019-07-30T07:00:15.145Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101919249 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:00:15.145Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101919250 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:00:15.145Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101919279 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:00:15.400Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:00:15.400Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:00:15.400Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:00:15.656Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:00:15.656Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:00:15.656Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:00:15.656Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:00:15.656Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:15.656Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:00:15.656Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:00:15.656Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:00:15.656Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:15.656Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:00:15.656Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101919867 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:15.656Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101919868 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:15.656Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101919868 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:15.656Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101919868 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:15.656Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101919868 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:15.656Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101919868 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:15.656Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101919869 data=null 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') [2019-07-30T07:00:15.656Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101919869 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:15.656Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101919869 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:15.656Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101919869 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:15.656Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101919869 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:15.656Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101919869 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:15.656Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:15.656Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:00:15.656Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:00:15.656Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:00:15.656Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:00:15.656Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:00:15.656Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:00:15.656Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:15.656Z] DEBUG - Clicking on OK [2019-07-30T07:00:15.656Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101919872 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:15.656Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101919873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:15.656Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101919873 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:15.656Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101919873 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:15.656Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101919873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:15.656Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101919873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:15.656Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:15.656Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:15.656Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:15.656Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:15.656Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:15.656Z] DEBUG - Clicked on OK [2019-07-30T07:00:16.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101919874 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:16.584Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101919472 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:00:17.145Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 56.311 s - in org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewPinAndCloneTest [2019-07-30T07:00:17.145Z] testPinSingleTrace(org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewPinAndCloneTest) Time elapsed: 31.725 s [2019-07-30T07:00:17.145Z] testPinTwoTraces(org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewPinAndCloneTest) Time elapsed: 14.873 s [2019-07-30T07:00:17.145Z] testCloneSingleTrace(org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewPinAndCloneTest) Time elapsed: 6.014 s [2019-07-30T07:00:17.145Z] Running org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewTest [2019-07-30T07:00:17.400Z] *** BUG *** [2019-07-30T07:00:17.400Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:00:17.400Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:00:17.400Z] [2019-07-30T07:00:17.400Z] *** BUG *** [2019-07-30T07:00:17.400Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:00:17.400Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:00:17.400Z] [2019-07-30T07:00:17.400Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.counters.ui.view.counters"' [2019-07-30T07:00:17.400Z] DEBUG - matched with text "", using matcher: of type 'Chart' [2019-07-30T07:00:43.887Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"' [2019-07-30T07:00:43.887Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:00:43.887Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:00:43.887Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:00:43.887Z] DEBUG - Setting state to checked on: minor_faults [2019-07-30T07:00:43.887Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.counters.ui.view.counters"' [2019-07-30T07:00:44.142Z] DEBUG - matched with text "", using matcher: of type 'Chart' [2019-07-30T07:00:46.772Z] DEBUG - matched EditorReference with text "", using matcher: with name '"kernel_vm"' [2019-07-30T07:00:46.772Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:00:46.772Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:00:46.772Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:00:46.772Z] DEBUG - Setting state to checked on: kernel_vm [2019-07-30T07:00:46.772Z] DEBUG - Setting state to unchecked on: minor_faults [2019-07-30T07:00:46.772Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1101950906 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:00:46.772Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:00:46.772Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:00:46.772Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:00:46.772Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:00:46.772Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1101950984 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:00:46.772Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1101950984 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:00:46.772Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1101950984 data=null} to TreeItem with text {test} [2019-07-30T07:00:46.772Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1101950984 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:00:46.772Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1101950986 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:00:46.772Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1101950994 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:00:47.027Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:00:47.027Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:00:47.027Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:00:47.953Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:00:47.953Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:00:47.953Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:00:47.953Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:00:47.953Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:47.953Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:00:47.953Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:00:47.953Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:00:47.953Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:47.953Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:00:47.953Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101951879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:47.953Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101951879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:47.953Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101951879 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:47.953Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101951880 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:47.953Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101951880 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:47.953Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101951880 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:47.953Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101951880 data=null 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') [2019-07-30T07:00:47.953Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101951880 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:47.953Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101951880 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:47.953Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101951880 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:47.953Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101951880 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:47.953Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1101951881 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:47.953Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:00:47.953Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:00:47.953Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:00:47.953Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:00:47.953Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:00:47.953Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:00:47.953Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:00:47.953Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:47.953Z] DEBUG - Clicking on OK [2019-07-30T07:00:47.953Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1101951882 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:47.953Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1101951882 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:47.953Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1101951882 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:47.953Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1101951882 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:47.953Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1101951882 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:47.953Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1101951882 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:47.953Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:47.953Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:47.953Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:47.953Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:47.953Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:47.953Z] DEBUG - Clicked on OK [2019-07-30T07:00:48.514Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1101951883 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:00:48.514Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1101951108 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:00:48.770Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.781 s - in org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewTest [2019-07-30T07:00:48.770Z] testDisplayingDataSeries(org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewTest) Time elapsed: 26.713 s [2019-07-30T07:00:48.770Z] testManipulatingTreeViewer(org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests.CounterViewTest) Time elapsed: 2.776 s [2019-07-30T07:00:48.770Z] [2019-07-30T07:00:48.770Z] Results: [2019-07-30T07:00:48.770Z] [2019-07-30T07:00:48.770Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T07:00:48.770Z] [2019-07-30T07:00:49.330Z] [2019-07-30T07:00:49.330Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-30 07:00:49.030 [2019-07-30T07:00:49.330Z] !MESSAGE The workspace will exit with unsaved changes in this session. [2019-07-30T07:00:50.255Z] [INFO] All tests passed! [2019-07-30T07:00:50.255Z] [INFO] [2019-07-30T07:00:50.255Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T07:00:50.255Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:00:50.255Z] [INFO] [2019-07-30T07:00:50.255Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T07:00:50.816Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:00:50.816Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:00:51.071Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:00:51.634Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes [2019-07-30T07:00:51.634Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:00:52.561Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:00:52.561Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes [2019-07-30T07:00:52.817Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes [2019-07-30T07:00:52.817Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes [2019-07-30T07:00:52.817Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.core' with 27 classes [2019-07-30T07:00:53.072Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T07:00:53.072Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes [2019-07-30T07:00:53.072Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes [2019-07-30T07:00:53.072Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes [2019-07-30T07:00:53.072Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:00:53.327Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:00:53.327Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:00:53.327Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:00:53.327Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:00:53.582Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:00:53.582Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes [2019-07-30T07:00:53.582Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes [2019-07-30T07:00:53.582Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes [2019-07-30T07:00:53.838Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T07:00:53.838Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:00:53.838Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T07:00:54.093Z] [INFO] [2019-07-30T07:00:54.093Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T07:00:54.093Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/0.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT.jar [2019-07-30T07:00:54.093Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/0.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT.pom [2019-07-30T07:00:54.093Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/0.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT-sources.jar [2019-07-30T07:00:54.093Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/0.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:00:54.093Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/0.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT-p2metadata.xml [2019-07-30T07:00:54.093Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests/0.0.4-SNAPSHOT/org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests-0.0.4-SNAPSHOT-p2artifacts.xml [2019-07-30T07:00:54.093Z] [INFO] [2019-07-30T07:00:54.093Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests --- [2019-07-30T07:00:54.093Z] [INFO] [2019-07-30T07:00:54.093Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests >-- [2019-07-30T07:00:54.093Z] [INFO] Building org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests 1.0.7-SNAPSHOT [50/134] [2019-07-30T07:00:54.093Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:00:54.093Z] [INFO] [2019-07-30T07:00:54.093Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:00:54.093Z] [INFO] [2019-07-30T07:00:54.093Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:00:54.093Z] [INFO] The project's OSGi version is 1.0.7.201907300626 [2019-07-30T07:00:54.093Z] [INFO] [2019-07-30T07:00:54.093Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:00:54.093Z] [INFO] [2019-07-30T07:00:54.093Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:00:54.093Z] [INFO] [2019-07-30T07:00:54.093Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:00:54.093Z] [INFO] [2019-07-30T07:00:54.093Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:00:54.093Z] [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/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:00:54.093Z] [INFO] [2019-07-30T07:00:54.093Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:00:54.093Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:00:54.093Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/src/main/resources [2019-07-30T07:00:54.093Z] [INFO] [2019-07-30T07:00:54.093Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:00:54.094Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/classes [2019-07-30T07:00:54.348Z] [INFO] [2019-07-30T07:00:54.348Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:00:54.348Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:00:54.348Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/src/test/resources [2019-07-30T07:00:54.348Z] [INFO] [2019-07-30T07:00:54.348Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:00:54.348Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT-sources.jar [2019-07-30T07:00:54.348Z] [INFO] [2019-07-30T07:00:54.348Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:00:54.348Z] [INFO] [2019-07-30T07:00:54.348Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:00:54.348Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT.jar [2019-07-30T07:00:54.348Z] [INFO] [2019-07-30T07:00:54.348Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:00:54.348Z] [INFO] [2019-07-30T07:00:54.348Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:00:54.348Z] [INFO] [2019-07-30T07:00:54.348Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:00:54.348Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT.jar [2019-07-30T07:00:54.604Z] [INFO] [2019-07-30T07:00:54.604Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:00:54.604Z] [INFO] [2019-07-30T07:00:54.604Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:00:55.530Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/work/data/.metadata/.log [2019-07-30T07:00:55.530Z] [INFO] Command line: [2019-07-30T07:00:55.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/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] [2019-07-30T07:00:55.530Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:00:58.243Z] !SESSION 2019-07-30 07:00:55.707 ----------------------------------------------- [2019-07-30T07:00:58.243Z] eclipse.buildId=unknown [2019-07-30T07:00:58.243Z] java.version=1.8.0_202 [2019-07-30T07:00:58.243Z] java.vendor=Oracle Corporation [2019-07-30T07:00:58.243Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:00:58.243Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread [2019-07-30T07:00:58.243Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog [2019-07-30T07:00:58.243Z] [2019-07-30T07:00:58.243Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:00:57.741 [2019-07-30T07:00:58.243Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:00:58.243Z] !STACK 0 [2019-07-30T07:00:58.243Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] [2019-07-30T07:00:58.243Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:00:58.243Z] [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:00:58.243Z] [2019-07-30T07:00:58.243Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:00:57.909 [2019-07-30T07:00:58.243Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:00:58.243Z] !STACK 0 [2019-07-30T07:00:58.243Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] [2019-07-30T07:00:58.243Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:00:58.243Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:00:58.243Z] -> 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" [2019-07-30T07:00:58.243Z] org.apache.httpcomponents.httpclient.win [36] [2019-07-30T07:00:58.243Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:00:58.243Z] [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:00:58.243Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:00:59.171Z] process 8313: 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 [2019-07-30T07:00:59.171Z] See the manual page for dbus-uuidgen to correct this issue. [2019-07-30T07:00:59.732Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:00:59.732Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:01:06.264Z] Running org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest [2019-07-30T07:01:06.264Z] Display size: 1440x900 [2019-07-30T07:01:06.264Z] OS version=3.10.0-957.1.3.el7.x86_64 [2019-07-30T07:01:06.264Z] GTK version=3.18.9 [2019-07-30T07:01:06.264Z] GTK theme=Ambiance [2019-07-30T07:01:06.264Z] LIBOVERLAY_SCROLLBAR=0 [2019-07-30T07:01:06.264Z] Time zone: Coordinated Universal Time [2019-07-30T07:01:06.264Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). [2019-07-30T07:01:06.264Z] log4j:WARN Please initialize the log4j system properly. [2019-07-30T07:01:07.629Z] *** BUG *** [2019-07-30T07:01:07.629Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:01:07.629Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:01:07.629Z] [2019-07-30T07:01:07.629Z] *** BUG *** [2019-07-30T07:01:07.629Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:01:07.629Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:01:07.629Z] [2019-07-30T07:01:07.629Z] *** BUG *** [2019-07-30T07:01:07.629Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:01:07.629Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:01:07.629Z] [2019-07-30T07:01:07.629Z] *** BUG *** [2019-07-30T07:01:07.629Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:01:07.629Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:01:07.629Z] [2019-07-30T07:01:07.629Z] *** BUG *** [2019-07-30T07:01:07.629Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:01:07.629Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:01:07.629Z] [2019-07-30T07:01:07.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1101971714 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} [2019-07-30T07:01:07.629Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1101971719 data=null button=1 stateMask=0x80000 x=524 y=-11 count=1} to TableColumn with text {Duration} [2019-07-30T07:01:07.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1101971780 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} [2019-07-30T07:01:07.629Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1101971783 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:01:07.629Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"' [2019-07-30T07:01:07.885Z] *** BUG *** [2019-07-30T07:01:07.885Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:01:07.885Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:01:07.885Z] [2019-07-30T07:01:07.885Z] *** BUG *** [2019-07-30T07:01:07.885Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:01:07.885Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:01:07.885Z] [2019-07-30T07:01:07.885Z] *** BUG *** [2019-07-30T07:01:07.885Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:01:07.885Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:01:07.885Z] [2019-07-30T07:01:07.885Z] *** BUG *** [2019-07-30T07:01:07.885Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:01:07.885Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:01:07.885Z] [2019-07-30T07:01:07.885Z] *** BUG *** [2019-07-30T07:01:07.885Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:01:07.885Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:01:07.885Z] [2019-07-30T07:01:07.885Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1101972014 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} [2019-07-30T07:01:07.885Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1101972016 data=null button=1 stateMask=0x80000 x=334 y=-11 count=1} to TableColumn with text {Duration} [2019-07-30T07:01:07.885Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1101972066 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} [2019-07-30T07:01:07.885Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1101972067 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:01:07.885Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"' [2019-07-30T07:01:08.141Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"' [2019-07-30T07:01:08.141Z] DEBUG - matched MenuItem with text "Export to TSV...", using matcher: with mnemonic 'Export to TSV...' [2019-07-30T07:01:08.141Z] DEBUG - Clicking on with mnemonic 'Export to TSV...' [2019-07-30T07:01:08.141Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Export to TSV...} time=1101972309 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...' [2019-07-30T07:01:08.141Z] DEBUG - Clicked on with mnemonic 'Export to TSV...' [2019-07-30T07:01:08.141Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"' [2019-07-30T07:01:18.080Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1101980054 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} [2019-07-30T07:01:18.080Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1101981242 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:01:18.080Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1101981243 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} [2019-07-30T07:01:18.336Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1101982482 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:01:18.336Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"' [2019-07-30T07:01:19.700Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1101983921 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} [2019-07-30T07:01:19.700Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1101983924 data=null button=1 stateMask=0x80000 x=524 y=-11 count=1} to TableColumn with text {Duration} [2019-07-30T07:01:19.700Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1101983938 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} [2019-07-30T07:01:19.700Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1101983940 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:01:19.956Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"' [2019-07-30T07:01:26.491Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1101989881 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} [2019-07-30T07:01:27.052Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1101991154 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:01:27.052Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1101991155 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} [2019-07-30T07:01:27.979Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1101992163 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:01:27.979Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"' [2019-07-30T07:01:37.916Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102000463 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} [2019-07-30T07:01:37.916Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102001837 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:01:37.916Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102001838 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} [2019-07-30T07:01:39.281Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102003146 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:01:39.281Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"' [2019-07-30T07:01:49.224Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102011457 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} [2019-07-30T07:01:49.224Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102013299 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:01:49.784Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102013300 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} [2019-07-30T07:01:51.148Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102015154 data=null button=1 stateMask=0x80000 x=524 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:01:51.148Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.TestSegmentStoreTableView"' [2019-07-30T07:01:52.513Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.772 s - in org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest [2019-07-30T07:01:52.513Z] climbTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest) Time elapsed: 0.409 s [2019-07-30T07:01:52.513Z] smallTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest) Time elapsed: 0.219 s [2019-07-30T07:01:52.513Z] testWriteToTsv(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest) Time elapsed: 0.285 s [2019-07-30T07:01:52.513Z] gaussianNoiseTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest) Time elapsed: 11.396 s [2019-07-30T07:01:52.513Z] decrementingTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest) Time elapsed: 0.213 s [2019-07-30T07:01:52.513Z] largeTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest) Time elapsed: 9.905 s [2019-07-30T07:01:52.513Z] onDiskSegStoreTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest) Time elapsed: 10.672 s [2019-07-30T07:01:52.513Z] noiseTest(org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests.table.SegmentTableTest) Time elapsed: 11.965 s [2019-07-30T07:01:52.513Z] [2019-07-30T07:01:52.513Z] Results: [2019-07-30T07:01:52.513Z] [2019-07-30T07:01:52.513Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T07:01:52.513Z] [2019-07-30T07:01:53.876Z] [INFO] All tests passed! [2019-07-30T07:01:53.876Z] [INFO] [2019-07-30T07:01:53.876Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:01:53.876Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:01:53.876Z] [INFO] [2019-07-30T07:01:53.876Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:01:54.437Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:01:54.437Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:01:54.437Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:01:54.695Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T07:01:55.017Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes [2019-07-30T07:01:55.017Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:01:55.017Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:01:55.017Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:01:55.017Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:01:55.017Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core.tests' with 10 classes [2019-07-30T07:01:55.272Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T07:01:55.528Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:01:55.528Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes [2019-07-30T07:01:55.528Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes [2019-07-30T07:01:55.783Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:01:56.709Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes [2019-07-30T07:01:56.709Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes [2019-07-30T07:01:56.965Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes [2019-07-30T07:01:56.965Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:01:57.220Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:01:57.220Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T07:01:57.476Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:01:57.476Z] [INFO] [2019-07-30T07:01:57.476Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:01:57.476Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/1.0.7-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT.jar [2019-07-30T07:01:57.476Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/1.0.7-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT.pom [2019-07-30T07:01:57.476Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/1.0.7-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT-sources.jar [2019-07-30T07:01:57.476Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/1.0.7-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:01:57.476Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/1.0.7-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT-p2metadata.xml [2019-07-30T07:01:57.476Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests/1.0.7-SNAPSHOT/org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests-1.0.7-SNAPSHOT-p2artifacts.xml [2019-07-30T07:01:57.476Z] [INFO] [2019-07-30T07:01:57.476Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests --- [2019-07-30T07:01:57.476Z] [INFO] [2019-07-30T07:01:57.476Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests >-- [2019-07-30T07:01:57.476Z] [INFO] Building org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests 1.0.10-SNAPSHOT [51/134] [2019-07-30T07:01:57.476Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:01:57.476Z] [INFO] [2019-07-30T07:01:57.476Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:01:57.476Z] [INFO] [2019-07-30T07:01:57.476Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:01:57.476Z] [INFO] The project's OSGi version is 1.0.10.201907300626 [2019-07-30T07:01:57.476Z] [INFO] [2019-07-30T07:01:57.476Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:01:57.476Z] [INFO] [2019-07-30T07:01:57.476Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:01:57.476Z] [INFO] [2019-07-30T07:01:57.476Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:01:57.476Z] [INFO] [2019-07-30T07:01:57.476Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:01:57.476Z] [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/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:01:57.476Z] [INFO] [2019-07-30T07:01:57.476Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:01:57.476Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:01:57.476Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/src/main/resources [2019-07-30T07:01:57.476Z] [INFO] [2019-07-30T07:01:57.476Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:01:57.476Z] [INFO] Compiling 5 source files to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/classes [2019-07-30T07:01:57.731Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/src/org/eclipse/tracecompass/analysis/os/linux/ui/swtbot/tests/latency/SystemCallLatencyDensityViewTest.java:[146] [2019-07-30T07:01:57.731Z] fDensityChart = viewBot.bot().widget(WidgetOfType.widgetOfType(Chart.class)); [2019-07-30T07:01:57.731Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T07:01:57.731Z] 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 [2019-07-30T07:01:57.731Z] 1 problem (1 warning) [2019-07-30T07:01:57.731Z] [INFO] [2019-07-30T07:01:57.731Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:01:57.731Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:01:57.731Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/src/test/resources [2019-07-30T07:01:57.731Z] [INFO] [2019-07-30T07:01:57.731Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:01:57.731Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT-sources.jar [2019-07-30T07:01:57.731Z] [INFO] [2019-07-30T07:01:57.731Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:01:57.731Z] [INFO] [2019-07-30T07:01:57.731Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:01:57.731Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT.jar [2019-07-30T07:01:57.986Z] [INFO] [2019-07-30T07:01:57.986Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:01:57.986Z] [INFO] [2019-07-30T07:01:57.986Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:01:57.986Z] [INFO] [2019-07-30T07:01:57.986Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:01:57.986Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT.jar [2019-07-30T07:01:57.986Z] [INFO] [2019-07-30T07:01:57.986Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:01:57.986Z] [INFO] [2019-07-30T07:01:57.986Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:01:59.351Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/work/data/.metadata/.log [2019-07-30T07:01:59.351Z] [INFO] Command line: [2019-07-30T07:01:59.351Z] [/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/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] [2019-07-30T07:01:59.351Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:02:01.864Z] !SESSION 2019-07-30 07:01:59.227 ----------------------------------------------- [2019-07-30T07:02:01.864Z] eclipse.buildId=unknown [2019-07-30T07:02:01.864Z] java.version=1.8.0_202 [2019-07-30T07:02:01.864Z] java.vendor=Oracle Corporation [2019-07-30T07:02:01.864Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:02:01.864Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread [2019-07-30T07:02:01.864Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog [2019-07-30T07:02:01.864Z] [2019-07-30T07:02:01.864Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:02:01.246 [2019-07-30T07:02:01.864Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:02:01.864Z] !STACK 0 [2019-07-30T07:02:01.864Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] [2019-07-30T07:02:01.864Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:02:01.864Z] [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:02:01.864Z] [2019-07-30T07:02:01.864Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:02:01.353 [2019-07-30T07:02:01.864Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:02:01.864Z] !STACK 0 [2019-07-30T07:02:01.864Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] [2019-07-30T07:02:01.864Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:02:01.864Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:02:01.864Z] -> 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" [2019-07-30T07:02:01.864Z] org.apache.httpcomponents.httpclient.win [36] [2019-07-30T07:02:01.864Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:02:01.864Z] [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:02:01.864Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:02:02.790Z] process 8412: 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 [2019-07-30T07:02:02.790Z] See the manual page for dbus-uuidgen to correct this issue. [2019-07-30T07:02:03.351Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:02:03.351Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:02:09.886Z] Running org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyDensityViewTest [2019-07-30T07:02:10.448Z] Display size: 1440x900 [2019-07-30T07:02:10.448Z] OS version=3.10.0-957.1.3.el7.x86_64 [2019-07-30T07:02:10.448Z] GTK version=3.18.9 [2019-07-30T07:02:10.448Z] GTK theme=Ambiance [2019-07-30T07:02:10.448Z] LIBOVERLAY_SCROLLBAR=0 [2019-07-30T07:02:10.448Z] Time zone: Coordinated Universal Time [2019-07-30T07:02:10.448Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). [2019-07-30T07:02:10.448Z] log4j:WARN Please initialize the log4j system properly. [2019-07-30T07:02:11.374Z] *** BUG *** [2019-07-30T07:02:11.374Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:02:11.374Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:02:11.374Z] [2019-07-30T07:02:11.374Z] *** BUG *** [2019-07-30T07:02:11.374Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:02:11.374Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:02:11.374Z] [2019-07-30T07:02:11.374Z] *** BUG *** [2019-07-30T07:02:11.374Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:02:11.374Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:02:11.374Z] [2019-07-30T07:02:11.630Z] *** BUG *** [2019-07-30T07:02:11.630Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:02:11.630Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:02:11.630Z] [2019-07-30T07:02:11.630Z] *** BUG *** [2019-07-30T07:02:11.630Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:02:11.630Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:02:11.630Z] [2019-07-30T07:02:11.630Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.latency.density"' [2019-07-30T07:02:11.630Z] DEBUG - matched Chart with text "", using matcher: of type 'Chart' [2019-07-30T07:02:11.886Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.latency.density"' [2019-07-30T07:02:19.967Z] *** BUG *** [2019-07-30T07:02:19.967Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:02:19.967Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:02:19.967Z] [2019-07-30T07:02:19.967Z] *** BUG *** [2019-07-30T07:02:19.967Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:02:19.967Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:02:19.967Z] [2019-07-30T07:02:19.967Z] *** BUG *** [2019-07-30T07:02:19.967Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:02:19.967Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:02:19.967Z] [2019-07-30T07:02:19.967Z] *** BUG *** [2019-07-30T07:02:19.967Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:02:19.967Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:02:19.967Z] [2019-07-30T07:02:19.967Z] *** BUG *** [2019-07-30T07:02:19.967Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:02:19.967Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:02:19.967Z] [2019-07-30T07:02:21.332Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.latency.density"' [2019-07-30T07:02:21.332Z] DEBUG - matched Chart with text "", using matcher: of type 'Chart' [2019-07-30T07:02:21.332Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102045565 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} [2019-07-30T07:02:21.332Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102045571 data=null button=1 stateMask=0x80000 x=38 y=-11 count=1} to TableColumn with text {Duration} [2019-07-30T07:02:21.587Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102045604 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} [2019-07-30T07:02:21.587Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102045608 data=null button=1 stateMask=0x80000 x=38 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:02:21.843Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1102045884 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:02:21.843Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:02:21.843Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:02:21.843Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:02:21.843Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:02:21.843Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1102045926 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:02:21.843Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1102045927 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:02:21.843Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1102045927 data=null} to TreeItem with text {test} [2019-07-30T07:02:21.843Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1102045927 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:02:21.843Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102045928 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:02:21.843Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1102045983 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:02:22.099Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:02:22.099Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:02:22.099Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:02:23.026Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:02:23.026Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:02:23.026Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:02:23.026Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:02:23.026Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:23.026Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:02:23.026Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:02:23.026Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:02:23.026Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:23.026Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:02:23.026Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102047086 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:23.026Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102047086 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:23.026Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102047087 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:23.026Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102047087 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:23.026Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102047087 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:23.026Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102047087 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:23.026Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102047087 data=null 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') [2019-07-30T07:02:23.026Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102047087 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:23.026Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102047087 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:23.026Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102047088 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:23.026Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102047088 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:23.026Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102047088 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:23.026Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:23.026Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:02:23.026Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:02:23.026Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:02:23.026Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:02:23.026Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:02:23.026Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:02:23.026Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:23.026Z] DEBUG - Clicking on OK [2019-07-30T07:02:23.026Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102047091 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:23.026Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102047091 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:23.026Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102047091 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:23.026Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102047092 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:23.026Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102047092 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:23.026Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102047092 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:23.026Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:23.026Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:23.026Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:23.026Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:23.026Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:23.026Z] DEBUG - Clicked on OK [2019-07-30T07:02:23.587Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102047092 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:23.587Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1102046189 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:02:23.587Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.latency.density"' [2019-07-30T07:02:23.587Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.702 s - in org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyDensityViewTest [2019-07-30T07:02:23.587Z] testWithTrace(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyDensityViewTest) Time elapsed: 12.294 s [2019-07-30T07:02:23.587Z] Running org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest [2019-07-30T07:02:24.147Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:02:24.147Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102048222 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} [2019-07-30T07:02:24.147Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102048225 data=null button=1 stateMask=0x80000 x=334 y=-11 count=1} to TableColumn with text {Duration} [2019-07-30T07:02:24.147Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102048282 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} [2019-07-30T07:02:24.147Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102048286 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:02:24.147Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {System Call} time=1102048306 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} [2019-07-30T07:02:24.147Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {System Call} time=1102048310 data=null button=1 stateMask=0x80000 x=421 y=-12 count=1} to TableColumn with text {System Call} [2019-07-30T07:02:24.147Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {System Call} time=1102048330 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} [2019-07-30T07:02:24.147Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {System Call} time=1102048333 data=null button=1 stateMask=0x80000 x=421 y=-12 count=1} to TableColumn with text {System Call} [2019-07-30T07:02:24.147Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102048383 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} [2019-07-30T07:02:24.147Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102048386 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:02:24.402Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102048406 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} [2019-07-30T07:02:24.402Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102048409 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:02:24.402Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Start Time} time=1102048468 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} [2019-07-30T07:02:24.402Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Start Time} time=1102048470 data=null button=1 stateMask=0x80000 x=74 y=-12 count=1} to TableColumn with text {Start Time} [2019-07-30T07:02:24.402Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:02:24.402Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:02:24.657Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:02:29.900Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:02:29.900Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102053806 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} [2019-07-30T07:02:29.900Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102053809 data=null button=1 stateMask=0x80000 x=334 y=-11 count=1} to TableColumn with text {Duration} [2019-07-30T07:02:29.900Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102053869 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} [2019-07-30T07:02:29.900Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102053872 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:02:29.900Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1102054081 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:02:29.900Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:02:30.156Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:02:30.156Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:02:30.156Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:02:30.156Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1102054175 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:02:30.156Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1102054175 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:02:30.156Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1102054175 data=null} to TreeItem with text {test} [2019-07-30T07:02:30.156Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1102054176 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:02:30.156Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102054176 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:02:30.156Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1102054185 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:02:30.156Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:02:30.156Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:02:30.156Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:02:31.086Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:02:31.086Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:02:31.086Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:02:31.086Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:02:31.086Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:31.086Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:02:31.086Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:02:31.086Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:02:31.086Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:31.086Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:02:31.086Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102055076 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:31.086Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102055076 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:31.086Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102055076 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:31.086Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102055077 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:31.086Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102055077 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:31.086Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102055077 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:31.086Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102055077 data=null 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') [2019-07-30T07:02:31.086Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102055077 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:31.086Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102055077 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:31.086Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102055077 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:31.086Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102055078 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:31.086Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102055078 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:31.086Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:02:31.086Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:02:31.086Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:02:31.087Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:02:31.087Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:02:31.087Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:02:31.087Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:02:31.087Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:31.087Z] DEBUG - Clicking on OK [2019-07-30T07:02:31.087Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102055080 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:31.087Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102055080 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:31.087Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102055080 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:31.087Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102055081 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:31.087Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102055081 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:31.087Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102055081 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:31.087Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:31.087Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:31.087Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:31.087Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:31.087Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:31.087Z] DEBUG - Clicked on OK [2019-07-30T07:02:31.342Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102055081 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:02:31.342Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1102054305 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:02:31.598Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:02:31.598Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:02:31.598Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102055795 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} [2019-07-30T07:02:31.598Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102055796 data=null button=1 stateMask=0x80000 x=334 y=-11 count=1} to TableColumn with text {Duration} [2019-07-30T07:02:31.598Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102055798 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} [2019-07-30T07:02:31.598Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102055799 data=null button=1 stateMask=0x80000 x=334 y=-11 count=1} to TableColumn with text {Duration} [2019-07-30T07:02:31.598Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:02:31.853Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:02:31.853Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:02:31.853Z] DEBUG - matched MenuItem with text "Export to TSV...", using matcher: with mnemonic 'Export to TSV...' [2019-07-30T07:02:31.853Z] DEBUG - Clicking on with mnemonic 'Export to TSV...' [2019-07-30T07:02:31.853Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Export to TSV...} time=1102056095 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...' [2019-07-30T07:02:31.853Z] DEBUG - Clicked on with mnemonic 'Export to TSV...' [2019-07-30T07:02:31.853Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:02:32.109Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:02:42.049Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102065007 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} [2019-07-30T07:02:42.049Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102066271 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:02:42.976Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102066273 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} [2019-07-30T07:02:43.537Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102067720 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:02:43.537Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:02:46.802Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:02:46.802Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102070473 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} [2019-07-30T07:02:46.802Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102070476 data=null button=1 stateMask=0x80000 x=334 y=-11 count=1} to TableColumn with text {Duration} [2019-07-30T07:02:46.802Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102070500 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} [2019-07-30T07:02:46.802Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102070503 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:02:46.802Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:02:46.802Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:02:54.879Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102077999 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} [2019-07-30T07:02:55.439Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102079514 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:02:55.439Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102079515 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} [2019-07-30T07:02:56.802Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102080764 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:02:56.802Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:03:00.066Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:03:08.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102091672 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} [2019-07-30T07:03:08.150Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102091678 data=null button=1 stateMask=0x80000 x=334 y=-11 count=1} to TableColumn with text {Duration} [2019-07-30T07:03:08.150Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102092211 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} [2019-07-30T07:03:08.150Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102092215 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:03:09.076Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:03:12.340Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:03:22.278Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102105589 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} [2019-07-30T07:03:24.165Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102108235 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:03:25.091Z] DEBUG - Sent event Selection [13]: SelectionEvent{TableColumn {Duration} time=1102108236 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} [2019-07-30T07:03:26.978Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableColumn {Duration} time=1102110830 data=null button=1 stateMask=0x80000 x=334 y=-12 count=1} to TableColumn with text {Duration} [2019-07-30T07:03:26.978Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.table"' [2019-07-30T07:03:29.491Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.869 s - in org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest [2019-07-30T07:03:29.491Z] climbTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest) Time elapsed: 0.504 s [2019-07-30T07:03:29.491Z] testWithTrace(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest) Time elapsed: 7.108 s [2019-07-30T07:03:29.491Z] smallTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest) Time elapsed: 0.259 s [2019-07-30T07:03:29.491Z] testWriteToTsv(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest) Time elapsed: 0.305 s [2019-07-30T07:03:29.491Z] gaussianNoiseTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest) Time elapsed: 14.126 s [2019-07-30T07:03:29.491Z] decrementingTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest) Time elapsed: 0.269 s [2019-07-30T07:03:29.491Z] largeTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest) Time elapsed: 12.987 s [2019-07-30T07:03:29.491Z] onDiskSegStoreTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest) Time elapsed: 12.792 s [2019-07-30T07:03:29.491Z] noiseTest(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyTableAnalysisTest) Time elapsed: 17.31 s [2019-07-30T07:03:29.491Z] Running org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyStatisticsTableAnalysisTest [2019-07-30T07:03:29.491Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1102113692 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:03:29.747Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.statistics"' [2019-07-30T07:03:29.747Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:03:29.747Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:03:29.747Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.statistics"' [2019-07-30T07:03:29.747Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.statistics"' [2019-07-30T07:03:34.995Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.statistics"' [2019-07-30T07:03:34.995Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:03:34.995Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:03:35.251Z] DEBUG - matched MenuItem with text "Export to TSV...", using matcher: with mnemonic 'Export to TSV...' [2019-07-30T07:03:35.251Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1102119322 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:03:35.251Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:03:35.251Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:03:35.251Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:03:35.251Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:03:35.251Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1102119384 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:03:35.251Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1102119384 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:03:35.251Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1102119384 data=null} to TreeItem with text {test} [2019-07-30T07:03:35.251Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1102119385 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:03:35.251Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102119385 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:03:35.251Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1102119393 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:03:35.251Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:03:35.251Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:03:35.506Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:03:36.067Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:03:36.067Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:03:36.067Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:03:36.067Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:03:36.067Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:36.067Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:03:36.068Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:03:36.068Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:03:36.068Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:36.068Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:03:36.068Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102120211 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:36.068Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102120211 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:36.068Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102120211 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:36.068Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102120211 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:36.068Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102120211 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:36.068Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102120212 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:36.068Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102120212 data=null 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') [2019-07-30T07:03:36.068Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102120212 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:36.068Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102120212 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:36.068Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102120212 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:36.068Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102120212 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:36.068Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102120212 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:36.068Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:36.068Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:03:36.068Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:03:36.068Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:03:36.068Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:03:36.068Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:03:36.068Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:03:36.068Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:36.068Z] DEBUG - Clicking on OK [2019-07-30T07:03:36.068Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102120214 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:36.068Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102120214 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:36.068Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102120214 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:36.068Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102120214 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:36.068Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102120214 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:36.068Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102120214 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:36.068Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:36.068Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:36.068Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:36.068Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:36.068Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:36.068Z] DEBUG - Clicked on OK [2019-07-30T07:03:36.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102120215 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:36.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1102119495 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:03:36.629Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.timing.ui.segstore.statistics"' [2019-07-30T07:03:36.629Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.1 s - in org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyStatisticsTableAnalysisTest [2019-07-30T07:03:36.629Z] testWithTrace(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyStatisticsTableAnalysisTest) Time elapsed: 6.987 s [2019-07-30T07:03:36.629Z] Running org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyScatterChartViewTest [2019-07-30T07:03:37.190Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.latency.scatter"' [2019-07-30T07:03:37.190Z] DEBUG - matched with text "", using matcher: of type 'Chart' [2019-07-30T07:03:41.350Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' [2019-07-30T07:03:41.350Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:03:41.350Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:03:41.350Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:03:41.350Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:03:41.350Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:03:41.350Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:03:41.350Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:03:41.350Z] DEBUG - Setting state to checked on: bug446190 [2019-07-30T07:03:41.605Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:03:41.605Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:03:41.605Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1102125683 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:03:41.605Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:03:41.605Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:03:41.605Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:03:41.605Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:03:41.605Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1102125711 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:03:41.605Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1102125711 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:03:41.605Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1102125711 data=null} to TreeItem with text {test} [2019-07-30T07:03:41.605Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1102125711 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:03:41.605Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102125712 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:03:41.605Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1102125721 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:03:41.605Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:03:41.605Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:03:41.861Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:03:42.421Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:03:42.421Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:03:42.421Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:03:42.421Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:03:42.421Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:42.421Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:03:42.421Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:03:42.421Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:03:42.421Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:42.421Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:03:42.421Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102126580 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:42.421Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102126581 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:42.421Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102126581 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:42.421Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102126581 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:42.421Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102126581 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:42.421Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102126581 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:42.421Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102126581 data=null 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') [2019-07-30T07:03:42.421Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102126581 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:42.421Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102126581 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:42.421Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102126581 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:42.421Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102126581 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:42.421Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102126582 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:42.421Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:03:42.421Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:03:42.421Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:03:42.421Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:03:42.421Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:03:42.421Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:03:42.421Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:03:42.421Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:42.421Z] DEBUG - Clicking on OK [2019-07-30T07:03:42.421Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102126584 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:42.421Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102126584 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:42.421Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102126584 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:42.421Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102126584 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:42.421Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102126584 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:42.421Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102126584 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:42.421Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:42.421Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:42.421Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:42.421Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:42.421Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:42.421Z] DEBUG - Clicked on OK [2019-07-30T07:03:42.986Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102126585 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:03:42.986Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1102125810 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:03:42.986Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.404 s - in org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyScatterChartViewTest [2019-07-30T07:03:42.986Z] testWithTrace(org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests.latency.SystemCallLatencyScatterChartViewTest) Time elapsed: 4.647 s [2019-07-30T07:03:42.986Z] [2019-07-30T07:03:42.986Z] Results: [2019-07-30T07:03:42.986Z] [2019-07-30T07:03:42.986Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T07:03:42.986Z] [2019-07-30T07:03:43.549Z] [2019-07-30T07:03:43.549Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-30 07:03:43.325 [2019-07-30T07:03:43.549Z] !MESSAGE The workspace will exit with unsaved changes in this session. [2019-07-30T07:03:44.475Z] [INFO] All tests passed! [2019-07-30T07:03:44.475Z] [INFO] [2019-07-30T07:03:44.475Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:03:44.475Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:03:44.475Z] [INFO] [2019-07-30T07:03:44.475Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:03:45.401Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:03:45.401Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:03:45.401Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:03:45.657Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T07:03:45.912Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes [2019-07-30T07:03:45.912Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes [2019-07-30T07:03:45.912Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes [2019-07-30T07:03:45.912Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:03:45.912Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:03:46.167Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:03:46.167Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:03:46.167Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui' with 73 classes [2019-07-30T07:03:46.423Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:03:47.348Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:03:47.348Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes [2019-07-30T07:03:47.348Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T07:03:47.604Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes [2019-07-30T07:03:47.604Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes [2019-07-30T07:03:47.859Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes [2019-07-30T07:03:47.859Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.core' with 27 classes [2019-07-30T07:03:47.859Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes [2019-07-30T07:03:47.859Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests' with 4 classes [2019-07-30T07:03:48.114Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core.tests' with 10 classes [2019-07-30T07:03:48.114Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:03:48.114Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:03:48.369Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes [2019-07-30T07:03:48.369Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes [2019-07-30T07:03:48.369Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T07:03:48.369Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:03:48.369Z] [INFO] [2019-07-30T07:03:48.369Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:03:48.369Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT.jar [2019-07-30T07:03:48.369Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT.pom [2019-07-30T07:03:48.369Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT-sources.jar [2019-07-30T07:03:48.369Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:03:48.369Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT-p2metadata.xml [2019-07-30T07:03:48.369Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests/1.0.10-SNAPSHOT/org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests-1.0.10-SNAPSHOT-p2artifacts.xml [2019-07-30T07:03:48.369Z] [INFO] [2019-07-30T07:03:48.369Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests --- [2019-07-30T07:03:48.369Z] [INFO] [2019-07-30T07:03:48.369Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.core.tests >-- [2019-07-30T07:03:48.369Z] [INFO] Building org.eclipse.tracecompass.tmf.chart.core.tests 1.0.1-SNAPSHOT [52/134] [2019-07-30T07:03:48.369Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:03:48.625Z] [INFO] [2019-07-30T07:03:48.625Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:48.625Z] [INFO] [2019-07-30T07:03:48.625Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:48.625Z] [INFO] The project's OSGi version is 1.0.1.201907300626 [2019-07-30T07:03:48.625Z] [INFO] [2019-07-30T07:03:48.625Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:48.625Z] [INFO] [2019-07-30T07:03:48.625Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:48.625Z] [INFO] [2019-07-30T07:03:48.625Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:48.625Z] [INFO] [2019-07-30T07:03:48.625Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:48.625Z] [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/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:03:48.625Z] [INFO] [2019-07-30T07:03:48.625Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:48.625Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:03:48.625Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/src/main/resources [2019-07-30T07:03:48.625Z] [INFO] [2019-07-30T07:03:48.625Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:48.625Z] [INFO] Compiling 12 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/classes [2019-07-30T07:03:48.625Z] [INFO] [2019-07-30T07:03:48.625Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:48.625Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:03:48.625Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/src/test/resources [2019-07-30T07:03:48.625Z] [INFO] [2019-07-30T07:03:48.625Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:48.625Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT-sources.jar [2019-07-30T07:03:48.625Z] [INFO] [2019-07-30T07:03:48.625Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:48.625Z] [INFO] [2019-07-30T07:03:48.625Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:48.625Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT.jar [2019-07-30T07:03:48.625Z] [INFO] [2019-07-30T07:03:48.625Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:48.625Z] [INFO] [2019-07-30T07:03:48.625Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:48.625Z] [INFO] [2019-07-30T07:03:48.625Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:48.625Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT.jar [2019-07-30T07:03:48.625Z] [INFO] [2019-07-30T07:03:48.625Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:48.880Z] [INFO] [2019-07-30T07:03:48.880Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:49.806Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/work/data/.metadata/.log [2019-07-30T07:03:49.806Z] [INFO] Command line: [2019-07-30T07:03:49.806Z] [/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/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T07:03:49.806Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:03:51.697Z] !SESSION 2019-07-30 07:03:49.729 ----------------------------------------------- [2019-07-30T07:03:51.697Z] eclipse.buildId=unknown [2019-07-30T07:03:51.697Z] java.version=1.8.0_202 [2019-07-30T07:03:51.697Z] java.vendor=Oracle Corporation [2019-07-30T07:03:51.697Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:03:51.697Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T07:03:51.697Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T07:03:51.697Z] [2019-07-30T07:03:51.697Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:03:51.536 [2019-07-30T07:03:51.697Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:03:51.697Z] !STACK 0 [2019-07-30T07:03:51.697Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] [2019-07-30T07:03:51.697Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:03:51.697Z] [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:03:51.697Z] [2019-07-30T07:03:51.697Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:03:51.643 [2019-07-30T07:03:51.697Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:03:51.697Z] !STACK 0 [2019-07-30T07:03:51.697Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] [2019-07-30T07:03:51.697Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:03:51.697Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:03:51.697Z] -> 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" [2019-07-30T07:03:51.697Z] org.apache.httpcomponents.httpclient.win [35] [2019-07-30T07:03:51.697Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:03:51.697Z] [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:03:51.697Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:03:53.060Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.resolver.LongResolverTest [2019-07-30T07:03:53.060Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.tracecompass.tmf.chart.core.tests.resolver.LongResolverTest [2019-07-30T07:03:53.060Z] testComparator(org.eclipse.tracecompass.tmf.chart.core.tests.resolver.LongResolverTest) Time elapsed: 0.003 s [2019-07-30T07:03:53.060Z] testLimitValues(org.eclipse.tracecompass.tmf.chart.core.tests.resolver.LongResolverTest) Time elapsed: 0 s [2019-07-30T07:03:53.060Z] testMapper(org.eclipse.tracecompass.tmf.chart.core.tests.resolver.LongResolverTest) Time elapsed: 0.001 s [2019-07-30T07:03:53.060Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.resolver.DoubleResolverTest [2019-07-30T07:03:53.060Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.chart.core.tests.resolver.DoubleResolverTest [2019-07-30T07:03:53.060Z] testComparator(org.eclipse.tracecompass.tmf.chart.core.tests.resolver.DoubleResolverTest) Time elapsed: 0 s [2019-07-30T07:03:53.060Z] testLimitValues(org.eclipse.tracecompass.tmf.chart.core.tests.resolver.DoubleResolverTest) Time elapsed: 0 s [2019-07-30T07:03:53.060Z] testMapper(org.eclipse.tracecompass.tmf.chart.core.tests.resolver.DoubleResolverTest) Time elapsed: 0 s [2019-07-30T07:03:53.060Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.consumer.NumericalConsumerTest [2019-07-30T07:03:53.060Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.tracecompass.tmf.chart.core.tests.consumer.NumericalConsumerTest [2019-07-30T07:03:53.060Z] testResolver(org.eclipse.tracecompass.tmf.chart.core.tests.consumer.NumericalConsumerTest) Time elapsed: 0.012 s [2019-07-30T07:03:53.060Z] testWithPredicate(org.eclipse.tracecompass.tmf.chart.core.tests.consumer.NumericalConsumerTest) Time elapsed: 0.001 s [2019-07-30T07:03:53.060Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartDataTest [2019-07-30T07:03:53.060Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartDataTest [2019-07-30T07:03:53.060Z] testImmutableSeries(org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartDataTest) Time elapsed: 0.002 s [2019-07-30T07:03:53.060Z] testGetDescriptors(org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartDataTest) Time elapsed: 0 s [2019-07-30T07:03:53.060Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartSeriesTest [2019-07-30T07:03:53.060Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartSeriesTest [2019-07-30T07:03:53.060Z] testConstructor(org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartSeriesTest) Time elapsed: 0 s [2019-07-30T07:03:53.060Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartModelTest [2019-07-30T07:03:53.060Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartModelTest [2019-07-30T07:03:53.060Z] testConstructor(org.eclipse.tracecompass.tmf.chart.core.tests.chart.ChartModelTest) Time elapsed: 0.003 s [2019-07-30T07:03:53.060Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.DurationDescriptorTest [2019-07-30T07:03:53.060Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.DurationDescriptorTest [2019-07-30T07:03:53.060Z] testConstructorWithUnit(org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.DurationDescriptorTest) Time elapsed: 0 s [2019-07-30T07:03:53.060Z] testConstructor(org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.DurationDescriptorTest) Time elapsed: 0 s [2019-07-30T07:03:53.060Z] Running org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.NumericalDescriptorTest [2019-07-30T07:03:53.061Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.NumericalDescriptorTest [2019-07-30T07:03:53.061Z] testConstructorWithUnit(org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.NumericalDescriptorTest) Time elapsed: 0 s [2019-07-30T07:03:53.061Z] testConstructor(org.eclipse.tracecompass.tmf.chart.core.tests.descriptor.NumericalDescriptorTest) Time elapsed: 0 s [2019-07-30T07:03:53.061Z] [2019-07-30T07:03:53.061Z] Results: [2019-07-30T07:03:53.061Z] [2019-07-30T07:03:53.061Z] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T07:03:53.061Z] [2019-07-30T07:03:53.987Z] [INFO] All tests passed! [2019-07-30T07:03:53.987Z] [INFO] [2019-07-30T07:03:53.987Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:53.987Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:03:53.987Z] [INFO] [2019-07-30T07:03:53.987Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:53.987Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:03:53.987Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:03:53.987Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:03:53.987Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:03:54.242Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes [2019-07-30T07:03:54.242Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:03:54.803Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:03:54.803Z] [INFO] [2019-07-30T07:03:54.803Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:54.803Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT.jar [2019-07-30T07:03:54.803Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT.pom [2019-07-30T07:03:54.803Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT-sources.jar [2019-07-30T07:03:54.803Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:03:54.803Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT-p2metadata.xml [2019-07-30T07:03:54.803Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.core.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.core.tests-1.0.1-SNAPSHOT-p2artifacts.xml [2019-07-30T07:03:54.803Z] [INFO] [2019-07-30T07:03:54.803Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.chart.core.tests --- [2019-07-30T07:03:54.803Z] [INFO] [2019-07-30T07:03:54.803Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests >-- [2019-07-30T07:03:54.803Z] [INFO] Building org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests 1.0.3-SNAPSHOT [53/134] [2019-07-30T07:03:54.803Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:03:54.803Z] [INFO] [2019-07-30T07:03:54.803Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:03:54.803Z] [INFO] [2019-07-30T07:03:54.803Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:03:54.803Z] [INFO] The project's OSGi version is 1.0.3.201907300626 [2019-07-30T07:03:54.803Z] [INFO] [2019-07-30T07:03:54.803Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:03:54.803Z] [INFO] [2019-07-30T07:03:54.803Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:03:54.803Z] [INFO] [2019-07-30T07:03:54.803Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:03:54.803Z] [INFO] [2019-07-30T07:03:54.803Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:03:54.803Z] [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/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:03:54.803Z] [INFO] [2019-07-30T07:03:54.803Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:03:54.803Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:03:54.803Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/src/main/resources [2019-07-30T07:03:54.803Z] [INFO] [2019-07-30T07:03:54.803Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:03:54.803Z] [INFO] Compiling 3 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/classes [2019-07-30T07:03:55.060Z] [INFO] [2019-07-30T07:03:55.060Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:03:55.060Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:03:55.060Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/src/test/resources [2019-07-30T07:03:55.060Z] [INFO] [2019-07-30T07:03:55.060Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:03:55.060Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT-sources.jar [2019-07-30T07:03:55.060Z] [INFO] [2019-07-30T07:03:55.060Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:03:55.060Z] [INFO] [2019-07-30T07:03:55.060Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:03:55.060Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT.jar [2019-07-30T07:03:55.060Z] [INFO] [2019-07-30T07:03:55.060Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:03:55.060Z] [INFO] [2019-07-30T07:03:55.060Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:03:55.060Z] [INFO] [2019-07-30T07:03:55.060Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:03:55.060Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT.jar [2019-07-30T07:03:55.060Z] [INFO] [2019-07-30T07:03:55.060Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:03:55.060Z] [INFO] [2019-07-30T07:03:55.060Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:03:56.424Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/work/data/.metadata/.log [2019-07-30T07:03:56.424Z] [INFO] Command line: [2019-07-30T07:03:56.424Z] [/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/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] [2019-07-30T07:03:56.424Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:03:58.311Z] !SESSION 2019-07-30 07:03:56.331 ----------------------------------------------- [2019-07-30T07:03:58.311Z] eclipse.buildId=unknown [2019-07-30T07:03:58.311Z] java.version=1.8.0_202 [2019-07-30T07:03:58.311Z] java.vendor=Oracle Corporation [2019-07-30T07:03:58.311Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:03:58.311Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread [2019-07-30T07:03:58.311Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog [2019-07-30T07:03:58.311Z] [2019-07-30T07:03:58.311Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:03:58.244 [2019-07-30T07:03:58.311Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:03:58.311Z] !STACK 0 [2019-07-30T07:03:58.311Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] [2019-07-30T07:03:58.311Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:03:58.311Z] [2019-07-30T07:03:58.311Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:03:58.311Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:03:58.311Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:03:58.311Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:03:58.311Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:03:58.311Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:03:58.311Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:03:58.311Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:03:58.311Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:03:58.311Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:03:58.566Z] [2019-07-30T07:03:58.566Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:03:58.354 [2019-07-30T07:03:58.566Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:03:58.566Z] !STACK 0 [2019-07-30T07:03:58.566Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] [2019-07-30T07:03:58.566Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:03:58.566Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:03:58.566Z] -> 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" [2019-07-30T07:03:58.566Z] org.apache.httpcomponents.httpclient.win [36] [2019-07-30T07:03:58.566Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:03:58.566Z] [2019-07-30T07:03:58.566Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:03:58.566Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:03:58.566Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:03:58.566Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:03:58.566Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:03:58.566Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:03:58.566Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:03:58.566Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:03:58.566Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:03:58.566Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:03:59.930Z] process 8684: 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 [2019-07-30T07:03:59.930Z] See the manual page for dbus-uuidgen to correct this issue. [2019-07-30T07:04:00.186Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:04:00.186Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:04:06.886Z] Running org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests.dialog.ChartMakerDialogTest [2019-07-30T07:04:06.886Z] Display size: 1440x900 [2019-07-30T07:04:06.886Z] OS version=3.10.0-957.1.3.el7.x86_64 [2019-07-30T07:04:06.886Z] GTK version=3.18.9 [2019-07-30T07:04:06.886Z] GTK theme=Ambiance [2019-07-30T07:04:06.886Z] LIBOVERLAY_SCROLLBAR=0 [2019-07-30T07:04:06.886Z] Time zone: Coordinated Universal Time [2019-07-30T07:04:06.886Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). [2019-07-30T07:04:06.886Z] log4j:WARN Please initialize the log4j system properly. [2019-07-30T07:04:07.813Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.tmf.chart.ui.swtbot.view.stub"' [2019-07-30T07:04:07.813Z] DEBUG - matched MenuItem with text "Create custom chart", using matcher: with mnemonic 'Create custom chart' [2019-07-30T07:04:07.813Z] DEBUG - Clicking on with mnemonic 'Create custom chart' [2019-07-30T07:04:08.068Z] DEBUG - Clicked on with mnemonic 'Create custom chart' [2019-07-30T07:04:08.068Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' [2019-07-30T07:04:08.068Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1102152183 data=null doit=true} to Shell with text {Custom chart creation} [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Clicking on (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1102152195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1102152196 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1102152196 data=null doit=true} to (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1102152196 data=null} to (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1102152196 data=null button=1 stateMask=0x0 x=28 y=27 count=1} to (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1102152197 data=null button=1 stateMask=0x80000 x=28 y=27 count=1} to (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1102152197 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') [2019-07-30T07:04:08.068Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1102152200 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1102152200 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1102152200 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1102152200 data=null doit=true} to (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1102152200 data=null} to (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Clicked on (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:08.068Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' [2019-07-30T07:04:08.068Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: with mnemonic 'Logarithmic Scale X' [2019-07-30T07:04:08.068Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: with style 'SWT.CHECK' [2019-07-30T07:04:08.068Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: (of type 'Button' and with mnemonic 'Logarithmic Scale X' and with style 'SWT.CHECK') [2019-07-30T07:04:08.068Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' [2019-07-30T07:04:08.068Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:04:08.068Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:04:08.068Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:08.068Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' [2019-07-30T07:04:08.068Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' [2019-07-30T07:04:08.068Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: with mnemonic 'Logarithmic Scale Y' [2019-07-30T07:04:08.068Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: with style 'SWT.CHECK' [2019-07-30T07:04:08.068Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') [2019-07-30T07:04:08.068Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:04:08.068Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:04:08.068Z] DEBUG - Setting state to checked on: Integer [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Setting state to unchecked on: Integer [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Setting state to checked on: Duration (ns) [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Setting state to unchecked on: Duration (ns) [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Setting state to checked on: Timestamp [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Setting state to unchecked on: Timestamp [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' [2019-07-30T07:04:08.068Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1102152300 data=null doit=true} to Shell with text {Custom chart creation} [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - Clicking on TableItem with text {String} [2019-07-30T07:04:08.068Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {String} time=1102152303 data=null button=0 stateMask=0x0 x=27 y=11 count=0} to TableItem with text {String} [2019-07-30T07:04:08.068Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {String} time=1102152304 data=null doit=true} to TableItem with text {String} [2019-07-30T07:04:08.068Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T07:04:08.068Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {String} time=1102152305 data=null} to TableItem with text {String} [2019-07-30T07:04:08.068Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {String} time=1102152305 data=null button=1 stateMask=0x0 x=27 y=11 count=1} to TableItem with text {String} [2019-07-30T07:04:08.068Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1102152305 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} [2019-07-30T07:04:08.068Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {String} time=1102152306 data=null button=1 stateMask=0x80000 x=27 y=11 count=1} to TableItem with text {String} [2019-07-30T07:04:08.068Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {String} time=1102152306 data=null button=0 stateMask=0x0 x=27 y=11 count=0} to TableItem with text {String} [2019-07-30T07:04:08.068Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {String} time=1102152306 data=null doit=true} to TableItem with text {String} [2019-07-30T07:04:08.068Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {String} time=1102152306 data=null} to TableItem with text {String} [2019-07-30T07:04:08.068Z] DEBUG - Clicked on TableItem with text {String} [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.068Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - Setting state to checked on: Timestamp [2019-07-30T07:04:08.324Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:08.324Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator' [2019-07-30T07:04:08.324Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator') [2019-07-30T07:04:08.324Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T07:04:08.324Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:08.324Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' [2019-07-30T07:04:08.324Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' [2019-07-30T07:04:08.324Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:04:08.324Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:04:08.324Z] DEBUG - Clicking on [2019-07-30T07:04:08.324Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1102152371 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') [2019-07-30T07:04:08.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1102152372 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') [2019-07-30T07:04:08.324Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1102152372 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:08.324Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1102152372 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:08.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1102152372 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') [2019-07-30T07:04:08.324Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1102152372 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') [2019-07-30T07:04:08.324Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1102152372 data=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') [2019-07-30T07:04:08.324Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1102152379 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') [2019-07-30T07:04:08.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1102152385 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') [2019-07-30T07:04:08.324Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1102152385 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') [2019-07-30T07:04:08.324Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1102152385 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:08.324Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1102152386 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:08.324Z] DEBUG - Clicked on [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - Setting state to checked on: Timestamp [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' [2019-07-30T07:04:08.324Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1102152393 data=null doit=true} to Shell with text {Custom chart creation} [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - Clicking on TableItem with text {String} [2019-07-30T07:04:08.324Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {String} time=1102152395 data=null button=0 stateMask=0x0 x=27 y=11 count=0} to TableItem with text {String} [2019-07-30T07:04:08.324Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {String} time=1102152395 data=null doit=true} to TableItem with text {String} [2019-07-30T07:04:08.324Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T07:04:08.324Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {String} time=1102152402 data=null} to TableItem with text {String} [2019-07-30T07:04:08.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {String} time=1102152403 data=null button=1 stateMask=0x0 x=27 y=11 count=1} to TableItem with text {String} [2019-07-30T07:04:08.324Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1102152403 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} [2019-07-30T07:04:08.324Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {String} time=1102152404 data=null button=1 stateMask=0x80000 x=27 y=11 count=1} to TableItem with text {String} [2019-07-30T07:04:08.324Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {String} time=1102152404 data=null button=0 stateMask=0x0 x=27 y=11 count=0} to TableItem with text {String} [2019-07-30T07:04:08.324Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {String} time=1102152404 data=null doit=true} to TableItem with text {String} [2019-07-30T07:04:08.324Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {String} time=1102152404 data=null} to TableItem with text {String} [2019-07-30T07:04:08.324Z] DEBUG - Clicked on TableItem with text {String} [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:08.324Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:08.324Z] DEBUG - Setting state to checked on: Timestamp2 [2019-07-30T07:04:08.324Z] DEBUG - Setting state to checked on: Timestamp [2019-07-30T07:04:08.324Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:08.324Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:08.324Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator' [2019-07-30T07:04:08.324Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator') [2019-07-30T07:04:08.324Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T07:04:08.324Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:08.324Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' [2019-07-30T07:04:08.324Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' [2019-07-30T07:04:08.324Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:04:08.324Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:04:08.324Z] DEBUG - Clicking on [2019-07-30T07:04:08.324Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1102152410 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') [2019-07-30T07:04:08.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1102152410 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') [2019-07-30T07:04:08.324Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1102152410 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:08.324Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1102152410 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:08.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1102152410 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') [2019-07-30T07:04:08.324Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1102152410 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') [2019-07-30T07:04:08.324Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1102152411 data=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') [2019-07-30T07:04:08.324Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1102152471 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') [2019-07-30T07:04:08.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1102152475 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') [2019-07-30T07:04:08.324Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1102152475 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') [2019-07-30T07:04:08.324Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1102152476 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:08.324Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1102152476 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:08.324Z] DEBUG - Clicked on [2019-07-30T07:04:08.324Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.303 s - in org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests.dialog.ChartMakerDialogTest [2019-07-30T07:04:08.324Z] testBarChartSeries(org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests.dialog.ChartMakerDialogTest) Time elapsed: 0.613 s [2019-07-30T07:04:08.324Z] [2019-07-30T07:04:08.324Z] Results: [2019-07-30T07:04:08.324Z] [2019-07-30T07:04:08.324Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T07:04:08.324Z] [2019-07-30T07:04:10.210Z] [INFO] All tests passed! [2019-07-30T07:04:10.210Z] [INFO] [2019-07-30T07:04:10.210Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:04:10.210Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:04:10.210Z] [INFO] [2019-07-30T07:04:10.210Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:04:10.465Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:04:10.465Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:04:10.465Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:04:11.026Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:04:11.026Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:04:11.281Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes [2019-07-30T07:04:11.281Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:04:11.281Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:04:11.281Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:04:11.538Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T07:04:11.538Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes [2019-07-30T07:04:11.538Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core.tests' with 25 classes [2019-07-30T07:04:11.538Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes [2019-07-30T07:04:11.916Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:04:12.844Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes [2019-07-30T07:04:12.844Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes [2019-07-30T07:04:12.844Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T07:04:13.100Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:04:13.100Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:04:13.100Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes [2019-07-30T07:04:13.356Z] [INFO] [2019-07-30T07:04:13.356Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:04:13.356Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT.jar [2019-07-30T07:04:13.356Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT.pom [2019-07-30T07:04:13.356Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT-sources.jar [2019-07-30T07:04:13.356Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:04:13.356Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT-p2metadata.xml [2019-07-30T07:04:13.356Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests-1.0.3-SNAPSHOT-p2artifacts.xml [2019-07-30T07:04:13.356Z] [INFO] [2019-07-30T07:04:13.356Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests --- [2019-07-30T07:04:13.356Z] [INFO] [2019-07-30T07:04:13.356Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests >-- [2019-07-30T07:04:13.356Z] [INFO] Building org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests 1.0.3-SNAPSHOT [54/134] [2019-07-30T07:04:13.356Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:04:13.356Z] [INFO] [2019-07-30T07:04:13.356Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:13.356Z] [INFO] [2019-07-30T07:04:13.356Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:13.356Z] [INFO] The project's OSGi version is 1.0.3.201907300626 [2019-07-30T07:04:13.356Z] [INFO] [2019-07-30T07:04:13.356Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:13.356Z] [INFO] [2019-07-30T07:04:13.356Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:13.356Z] [INFO] [2019-07-30T07:04:13.356Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:13.356Z] [INFO] [2019-07-30T07:04:13.356Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:13.356Z] [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/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:04:13.356Z] [INFO] [2019-07-30T07:04:13.356Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:13.356Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:04:13.356Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/src/main/resources [2019-07-30T07:04:13.356Z] [INFO] [2019-07-30T07:04:13.356Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:13.356Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/classes [2019-07-30T07:04:13.611Z] [INFO] [2019-07-30T07:04:13.611Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:13.611Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:04:13.611Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/src/test/resources [2019-07-30T07:04:13.611Z] [INFO] [2019-07-30T07:04:13.611Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:13.611Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT-sources.jar [2019-07-30T07:04:13.611Z] [INFO] [2019-07-30T07:04:13.611Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:13.611Z] [INFO] [2019-07-30T07:04:13.611Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:13.611Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT.jar [2019-07-30T07:04:13.611Z] [INFO] [2019-07-30T07:04:13.611Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:13.611Z] [INFO] [2019-07-30T07:04:13.611Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:13.611Z] [INFO] [2019-07-30T07:04:13.611Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:13.611Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT.jar [2019-07-30T07:04:13.611Z] [INFO] [2019-07-30T07:04:13.611Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:13.611Z] [INFO] [2019-07-30T07:04:13.611Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:14.975Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/work/data/.metadata/.log [2019-07-30T07:04:14.975Z] [INFO] Command line: [2019-07-30T07:04:14.975Z] [/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/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] [2019-07-30T07:04:14.975Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:04:17.489Z] !SESSION 2019-07-30 07:04:15.025 ----------------------------------------------- [2019-07-30T07:04:17.489Z] eclipse.buildId=unknown [2019-07-30T07:04:17.489Z] java.version=1.8.0_202 [2019-07-30T07:04:17.489Z] java.vendor=Oracle Corporation [2019-07-30T07:04:17.489Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:04:17.489Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread [2019-07-30T07:04:17.489Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog [2019-07-30T07:04:17.489Z] [2019-07-30T07:04:17.489Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:04:17.017 [2019-07-30T07:04:17.489Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:04:17.489Z] !STACK 0 [2019-07-30T07:04:17.489Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] [2019-07-30T07:04:17.489Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:04:17.489Z] [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:04:17.489Z] [2019-07-30T07:04:17.489Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:04:17.134 [2019-07-30T07:04:17.489Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:04:17.489Z] !STACK 0 [2019-07-30T07:04:17.489Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] [2019-07-30T07:04:17.489Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:04:17.489Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:04:17.489Z] -> 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" [2019-07-30T07:04:17.489Z] org.apache.httpcomponents.httpclient.win [36] [2019-07-30T07:04:17.489Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:04:17.489Z] [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:04:17.489Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:04:18.415Z] process 8751: 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 [2019-07-30T07:04:18.415Z] See the manual page for dbus-uuidgen to correct this issue. [2019-07-30T07:04:18.975Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:04:18.975Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:04:25.508Z] Running org.eclipse.tracecompass.internal.provisional.analysis.lami.ui.views.LamiChartViewerTest [2019-07-30T07:04:25.508Z] Display size: 1440x900 [2019-07-30T07:04:25.508Z] OS version=3.10.0-957.1.3.el7.x86_64 [2019-07-30T07:04:25.508Z] GTK version=3.18.9 [2019-07-30T07:04:25.508Z] GTK theme=Ambiance [2019-07-30T07:04:25.508Z] LIBOVERLAY_SCROLLBAR=0 [2019-07-30T07:04:25.508Z] Time zone: Coordinated Universal Time [2019-07-30T07:04:25.508Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). [2019-07-30T07:04:25.508Z] log4j:WARN Please initialize the log4j system properly. [2019-07-30T07:04:28.022Z] [2019-07-30T07:04:28.022Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 07:04:27.710 [2019-07-30T07:04:28.022Z] !MESSAGE Unexpected error executing analysis with trace A-Test-10K [2019-07-30T07:04:28.022Z] !STACK 0 [2019-07-30T07:04:28.022Z] java.lang.RuntimeException: The parameter should be set [2019-07-30T07:04:28.022Z] at org.eclipse.tracecompass.tmf.tests.stubs.analysis.TestAnalysis.executeAnalysis(TestAnalysis.java:48) [2019-07-30T07:04:28.022Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) [2019-07-30T07:04:28.022Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:04:28.022Z] [2019-07-30T07:04:28.022Z] !ENTRY org.eclipse.tracecompass.tmf.core 4 0 2019-07-30 07:04:27.720 [2019-07-30T07:04:28.022Z] !MESSAGE Exception executing analysis [2019-07-30T07:04:28.022Z] !STACK 0 [2019-07-30T07:04:28.022Z] java.lang.RuntimeException: The parameter should be set [2019-07-30T07:04:28.022Z] at org.eclipse.tracecompass.tmf.tests.stubs.analysis.TestAnalysis.executeAnalysis(TestAnalysis.java:48) [2019-07-30T07:04:28.022Z] at org.eclipse.tracecompass.tmf.core.analysis.TmfAbstractAnalysisModule$1.run(TmfAbstractAnalysisModule.java:393) [2019-07-30T07:04:28.022Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:04:30.534Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:04:30.534Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:04:30.534Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:04:30.534Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:04:30.534Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:04:30.534Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:04:30.534Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1102174576 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:04:30.534Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1102174577 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:04:30.534Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1102174579 data=null} to TreeItem with text {test} [2019-07-30T07:04:30.534Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1102174579 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:04:30.534Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102174580 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:04:30.534Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1102174707 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:04:30.534Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:04:30.534Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1102174712 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:04:30.534Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1102174712 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:04:30.534Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1102174712 data=null} to TreeItem with text {test} [2019-07-30T07:04:30.534Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1102174713 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:04:30.534Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102174713 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:04:30.534Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1102174770 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:04:30.534Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1102174775 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:04:30.534Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1102174775 data=null} to TreeItem with text {test} [2019-07-30T07:04:30.534Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1102174776 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:04:30.790Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102174776 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} [2019-07-30T07:04:30.790Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1102174805 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:04:30.790Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:04:30.790Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102174814 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:04:30.790Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102174815 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:04:30.790Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102174815 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:04:30.790Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102174815 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:04:30.790Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102174818 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]} [2019-07-30T07:04:30.790Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102174879 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:04:30.790Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102174880 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:04:30.790Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102174880 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:04:30.790Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102174880 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:04:30.790Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102174881 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]} [2019-07-30T07:04:30.790Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102174893 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:04:30.790Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {A-Test-10K} time=1102174894 data=null doit=true} to TreeItem with text {A-Test-10K} [2019-07-30T07:04:30.790Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {A-Test-10K} time=1102174894 data=null} to TreeItem with text {A-Test-10K} [2019-07-30T07:04:30.790Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {A-Test-10K} time=1102174894 data=null button=1 stateMask=0x0 x=112 y=74 count=1} to TreeItem with text {A-Test-10K} [2019-07-30T07:04:30.790Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102174895 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} [2019-07-30T07:04:30.790Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {A-Test-10K} time=1102174899 data=null button=1 stateMask=0x80000 x=96 y=74 count=1} to TreeItem with text {A-Test-10K} [2019-07-30T07:04:30.790Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {External Analyses} time=1102174900 data=null doit=true} to TreeItem with text {External Analyses} [2019-07-30T07:04:30.790Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {External Analyses} time=1102174907 data=null} to TreeItem with text {External Analyses} [2019-07-30T07:04:30.790Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {External Analyses} time=1102174963 data=null button=1 stateMask=0x0 x=153 y=116 count=1} to TreeItem with text {External Analyses} [2019-07-30T07:04:30.790Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102174963 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} [2019-07-30T07:04:30.790Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {External Analyses} time=1102174969 data=null button=1 stateMask=0x80000 x=137 y=116 count=1} to TreeItem with text {External Analyses} [2019-07-30T07:04:30.790Z] DEBUG - Double-clicking on TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} [2019-07-30T07:04:30.790Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1102174974 data=null button=0 stateMask=0x0 x=257 y=158 count=0} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} [2019-07-30T07:04:30.790Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1102174975 data=null doit=true} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} [2019-07-30T07:04:30.790Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:04:30.790Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1102174975 data=null} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} [2019-07-30T07:04:30.790Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1102174976 data=null button=1 stateMask=0x0 x=257 y=158 count=1} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} [2019-07-30T07:04:30.790Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102174976 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} [2019-07-30T07:04:30.790Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1102174995 data=null button=1 stateMask=0x80000 x=273 y=158 count=1} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} [2019-07-30T07:04:30.790Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1102174996 data=null button=1 stateMask=0x0 x=273 y=158 count=2} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} [2019-07-30T07:04:30.790Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1102174996 data=null button=1 stateMask=0x0 x=273 y=158 count=2} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} [2019-07-30T07:04:31.045Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1102175282 data=null button=1 stateMask=0x80000 x=273 y=158 count=2} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} [2019-07-30T07:04:31.045Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1102175283 data=null button=0 stateMask=0x0 x=273 y=158 count=0} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} [2019-07-30T07:04:31.045Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1102175283 data=null doit=true} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} [2019-07-30T07:04:31.045Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {stubAnalysis/data/analysisMultipleSimilarRow.data} time=1102175283 data=null} to TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} [2019-07-30T07:04:31.045Z] DEBUG - Double-clicked on TreeItem with text {stubAnalysis/data/analysisMultipleSimilarRow.data} [2019-07-30T07:04:31.301Z] DEBUG - matched Shell with text "External Analysis Pa...", using matcher: with text 'External Analysis Parameters' [2019-07-30T07:04:31.301Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {External Analysis Parameters} time=1102175296 data=null doit=true} to Shell with text {External Analysis Parameters} [2019-07-30T07:04:31.301Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:04:31.301Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:04:31.301Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:04:31.301Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:04:31.301Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:31.301Z] DEBUG - Clicking on OK [2019-07-30T07:04:31.301Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102175302 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:31.301Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102175303 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:31.301Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102175308 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:31.301Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102175308 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:31.301Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102175308 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:31.301Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102175309 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:31.301Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102175309 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:31.301Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1102174996 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} [2019-07-30T07:04:31.565Z] *** BUG *** [2019-07-30T07:04:31.565Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:04:31.565Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:04:31.565Z] [2019-07-30T07:04:31.565Z] *** BUG *** [2019-07-30T07:04:31.565Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:04:31.565Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:04:31.565Z] [2019-07-30T07:04:31.565Z] *** BUG *** [2019-07-30T07:04:31.565Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:04:31.565Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:04:31.565Z] [2019-07-30T07:04:31.565Z] *** BUG *** [2019-07-30T07:04:31.565Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:04:31.565Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:04:31.565Z] [2019-07-30T07:04:31.565Z] *** BUG *** [2019-07-30T07:04:31.565Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:04:31.565Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:04:31.565Z] [2019-07-30T07:04:31.565Z] *** BUG *** [2019-07-30T07:04:31.565Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:04:31.565Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:04:31.565Z] [2019-07-30T07:04:31.565Z] DEBUG - Clicked on [2019-07-30T07:04:31.820Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.lami.views.reportview"' [2019-07-30T07:04:32.075Z] DEBUG - matched MenuItem with text "New custom chart", using matcher: with mnemonic 'New custom chart' [2019-07-30T07:04:32.075Z] DEBUG - Clicking on with mnemonic 'New custom chart' [2019-07-30T07:04:32.075Z] DEBUG - Clicked on with mnemonic 'New custom chart' [2019-07-30T07:04:32.331Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' [2019-07-30T07:04:32.331Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1102176372 data=null doit=true} to Shell with text {Custom chart creation} [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - Clicking on (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1102176378 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1102176378 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1102176379 data=null doit=true} to (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1102176379 data=null} to (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1102176379 data=null button=1 stateMask=0x0 x=28 y=27 count=1} to (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1102176392 data=null button=1 stateMask=0x80000 x=28 y=27 count=1} to (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1102176392 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') [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1102176394 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1102176395 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1102176395 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1102176395 data=null doit=true} to (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1102176395 data=null} to (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - Clicked on (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' [2019-07-30T07:04:32.331Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1102176396 data=null doit=true} to Shell with text {Custom chart creation} [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - Clicking on TableItem with text {Wakee process (name)} [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Wakee process (name)} time=1102176413 data=null button=0 stateMask=0x0 x=81 y=11 count=0} to TableItem with text {Wakee process (name)} [2019-07-30T07:04:32.331Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Wakee process (name)} time=1102176413 data=null doit=true} to TableItem with text {Wakee process (name)} [2019-07-30T07:04:32.331Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T07:04:32.331Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Wakee process (name)} time=1102176473 data=null} to TableItem with text {Wakee process (name)} [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Wakee process (name)} time=1102176473 data=null button=1 stateMask=0x0 x=81 y=11 count=1} to TableItem with text {Wakee process (name)} [2019-07-30T07:04:32.331Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1102176473 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)} [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Wakee process (name)} time=1102176474 data=null button=1 stateMask=0x80000 x=81 y=11 count=1} to TableItem with text {Wakee process (name)} [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {Wakee process (name)} time=1102176474 data=null button=0 stateMask=0x0 x=81 y=11 count=0} to TableItem with text {Wakee process (name)} [2019-07-30T07:04:32.331Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {Wakee process (name)} time=1102176474 data=null doit=true} to TableItem with text {Wakee process (name)} [2019-07-30T07:04:32.331Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {Wakee process (name)} time=1102176474 data=null} to TableItem with text {Wakee process (name)} [2019-07-30T07:04:32.331Z] DEBUG - Clicked on TableItem with text {Wakee process (name)} [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:32.331Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:32.331Z] DEBUG - Setting state to checked on: Scheduling latency (ns) [2019-07-30T07:04:32.331Z] DEBUG - Setting state to checked on: Priority [2019-07-30T07:04:32.331Z] DEBUG - Setting state to checked on: Target CPU [2019-07-30T07:04:32.331Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:32.331Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator' [2019-07-30T07:04:32.331Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator') [2019-07-30T07:04:32.331Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T07:04:32.331Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:32.331Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' [2019-07-30T07:04:32.331Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' [2019-07-30T07:04:32.331Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:04:32.331Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:04:32.331Z] DEBUG - Clicking on [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1102176490 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') [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1102176490 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') [2019-07-30T07:04:32.331Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1102176490 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:32.331Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1102176490 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1102176490 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') [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1102176490 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') [2019-07-30T07:04:32.331Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1102176491 data=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') [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1102176510 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') [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1102176517 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') [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1102176517 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') [2019-07-30T07:04:32.331Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1102176517 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:32.331Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1102176517 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:32.331Z] DEBUG - Clicked on [2019-07-30T07:04:32.331Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' [2019-07-30T07:04:32.331Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1102176574 data=null doit=true} to Shell with text {Custom chart creation} [2019-07-30T07:04:32.331Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:32.331Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:32.331Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:32.331Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:32.331Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' [2019-07-30T07:04:32.331Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' [2019-07-30T07:04:32.331Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:04:32.331Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:04:32.331Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:04:32.331Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:04:32.331Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:32.331Z] DEBUG - Clicking on OK [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102176578 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102176579 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:32.331Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102176579 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:32.331Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102176579 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102176579 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:32.331Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102176579 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:32.587Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102176580 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:32.587Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {New custom chart} time=1102176099 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' [2019-07-30T07:04:32.843Z] DEBUG - Clicked on [2019-07-30T07:04:32.843Z] DEBUG - matched Chart with text "", using matcher: of type 'Chart' [2019-07-30T07:04:32.843Z] DEBUG - Clicking on with mnemonic 'New custom chart' [2019-07-30T07:04:33.099Z] DEBUG - Clicked on with mnemonic 'New custom chart' [2019-07-30T07:04:33.099Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' [2019-07-30T07:04:33.099Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1102177192 data=null doit=true} to Shell with text {Custom chart creation} [2019-07-30T07:04:33.099Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' [2019-07-30T07:04:33.099Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1102177197 data=null doit=true} to Shell with text {Custom chart creation} [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - Clicking on (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1102177206 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1102177207 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1102177207 data=null doit=true} to (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1102177207 data=null} to (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1102177207 data=null button=1 stateMask=0x0 x=28 y=27 count=1} to (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1102177207 data=null button=1 stateMask=0x80000 x=28 y=27 count=1} to (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1102177208 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') [2019-07-30T07:04:33.099Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1102177215 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1102177215 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1102177216 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1102177216 data=null doit=true} to (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1102177216 data=null} to (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - Clicked on (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' [2019-07-30T07:04:33.099Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1102177275 data=null doit=true} to Shell with text {Custom chart creation} [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - Clicking on TableItem with text {Waker process (name)} [2019-07-30T07:04:33.099Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Waker process (name)} time=1102177277 data=null button=0 stateMask=0x0 x=80 y=74 count=0} to TableItem with text {Waker process (name)} [2019-07-30T07:04:33.099Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Waker process (name)} time=1102177278 data=null doit=true} to TableItem with text {Waker process (name)} [2019-07-30T07:04:33.099Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T07:04:33.099Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Waker process (name)} time=1102177279 data=null} to TableItem with text {Waker process (name)} [2019-07-30T07:04:33.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Waker process (name)} time=1102177279 data=null button=1 stateMask=0x0 x=80 y=74 count=1} to TableItem with text {Waker process (name)} [2019-07-30T07:04:33.099Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1102177280 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)} [2019-07-30T07:04:33.099Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Waker process (name)} time=1102177280 data=null button=1 stateMask=0x80000 x=80 y=74 count=1} to TableItem with text {Waker process (name)} [2019-07-30T07:04:33.099Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {Waker process (name)} time=1102177280 data=null button=0 stateMask=0x0 x=80 y=74 count=0} to TableItem with text {Waker process (name)} [2019-07-30T07:04:33.099Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {Waker process (name)} time=1102177280 data=null doit=true} to TableItem with text {Waker process (name)} [2019-07-30T07:04:33.099Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {Waker process (name)} time=1102177280 data=null} to TableItem with text {Waker process (name)} [2019-07-30T07:04:33.099Z] DEBUG - Clicked on TableItem with text {Waker process (name)} [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:33.099Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:33.099Z] DEBUG - Setting state to checked on: Scheduling latency (ns) [2019-07-30T07:04:33.099Z] DEBUG - Setting state to checked on: Priority [2019-07-30T07:04:33.099Z] DEBUG - Setting state to checked on: Target CPU [2019-07-30T07:04:33.099Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:33.099Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator' [2019-07-30T07:04:33.099Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator') [2019-07-30T07:04:33.099Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T07:04:33.099Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:33.099Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' [2019-07-30T07:04:33.099Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' [2019-07-30T07:04:33.099Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:04:33.099Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:04:33.099Z] DEBUG - Clicking on [2019-07-30T07:04:33.099Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1102177300 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') [2019-07-30T07:04:33.099Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1102177301 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') [2019-07-30T07:04:33.099Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1102177301 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:33.099Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1102177303 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:33.099Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1102177303 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') [2019-07-30T07:04:33.100Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1102177303 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') [2019-07-30T07:04:33.100Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1102177304 data=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') [2019-07-30T07:04:33.100Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1102177316 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') [2019-07-30T07:04:33.100Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1102177325 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') [2019-07-30T07:04:33.100Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1102177325 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') [2019-07-30T07:04:33.100Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1102177325 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:33.100Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1102177325 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:33.358Z] DEBUG - Clicked on [2019-07-30T07:04:33.358Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' [2019-07-30T07:04:33.358Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1102177326 data=null doit=true} to Shell with text {Custom chart creation} [2019-07-30T07:04:33.358Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:33.358Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:33.358Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:33.358Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:33.358Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' [2019-07-30T07:04:33.358Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' [2019-07-30T07:04:33.358Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:04:33.358Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:04:33.358Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:04:33.358Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:04:33.358Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:33.358Z] DEBUG - Clicking on OK [2019-07-30T07:04:33.358Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102177329 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:33.358Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102177329 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:33.358Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102177329 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:33.358Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102177329 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:33.358Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102177329 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:33.358Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102177329 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:33.358Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102177329 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:33.358Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {New custom chart} time=1102176984 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' [2019-07-30T07:04:33.358Z] DEBUG - Clicked on [2019-07-30T07:04:33.358Z] DEBUG - matched Chart with text "", using matcher: of type 'Chart' [2019-07-30T07:04:33.614Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' [2019-07-30T07:04:33.614Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: of type 'Button' [2019-07-30T07:04:33.614Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: with mnemonic 'Reset Perspective' [2019-07-30T07:04:33.614Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') [2019-07-30T07:04:33.614Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: with style 'SWT.PUSH' [2019-07-30T07:04:33.614Z] 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') [2019-07-30T07:04:33.614Z] DEBUG - Clicking on &Reset Perspective [2019-07-30T07:04:33.614Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Reset Perspective} time=1102177816 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') [2019-07-30T07:04:33.614Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Reset Perspective} time=1102177816 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') [2019-07-30T07:04:33.614Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Reset Perspective} time=1102177816 data=null doit=true} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') [2019-07-30T07:04:33.614Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Reset Perspective} time=1102177816 data=null} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') [2019-07-30T07:04:33.614Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Reset Perspective} time=1102177816 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') [2019-07-30T07:04:33.614Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Reset Perspective} time=1102177816 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') [2019-07-30T07:04:33.869Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Reset Perspective} time=1102177817 data=null item=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') [2019-07-30T07:04:34.125Z] DEBUG - Clicked on [2019-07-30T07:04:34.125Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:04:34.125Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:04:34.125Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:04:34.125Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:04:34.125Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:04:34.125Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:04:34.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1102178209 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:04:34.125Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1102178209 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:04:34.125Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1102178209 data=null} to TreeItem with text {test} [2019-07-30T07:04:34.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1102178209 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:04:34.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102178209 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:04:34.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1102178288 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:04:34.125Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:04:34.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1102178289 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:04:34.125Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1102178289 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:04:34.125Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1102178289 data=null} to TreeItem with text {test} [2019-07-30T07:04:34.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1102178289 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:04:34.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102178289 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:04:34.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1102178296 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:04:34.125Z] WARN - Tree item TreeItem with text {test} is already expanded. Won't expand it again. [2019-07-30T07:04:34.125Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:04:34.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102178297 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:04:34.125Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102178297 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:04:34.125Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102178297 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:04:34.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102178298 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:04:34.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102178298 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]} [2019-07-30T07:04:34.125Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102178364 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:04:34.125Z] WARN - Tree item TreeItem with text {Traces [1]} is already expanded. Won't expand it again. [2019-07-30T07:04:34.125Z] WARN - Tree item TreeItem with text {A-Test-10K} is already expanded. Won't expand it again. [2019-07-30T07:04:34.125Z] WARN - Tree item TreeItem with text {External Analyses} is already expanded. Won't expand it again. [2019-07-30T07:04:34.125Z] DEBUG - Double-clicking on TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} [2019-07-30T07:04:34.125Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1102178366 data=null button=0 stateMask=0x0 x=251 y=137 count=0} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} [2019-07-30T07:04:34.125Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1102178367 data=null doit=true} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} [2019-07-30T07:04:34.125Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:04:34.125Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1102178367 data=null} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} [2019-07-30T07:04:34.125Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1102178367 data=null button=1 stateMask=0x0 x=251 y=137 count=1} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} [2019-07-30T07:04:34.125Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102178368 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} [2019-07-30T07:04:34.380Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1102178376 data=null button=1 stateMask=0x80000 x=251 y=137 count=1} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} [2019-07-30T07:04:34.380Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1102178376 data=null button=1 stateMask=0x0 x=251 y=137 count=2} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} [2019-07-30T07:04:34.380Z] DEBUG - Sent event MouseDoubleClick [8]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1102178377 data=null button=1 stateMask=0x0 x=251 y=137 count=2} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} [2019-07-30T07:04:34.380Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1102178574 data=null button=1 stateMask=0x80000 x=251 y=137 count=2} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} [2019-07-30T07:04:34.380Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1102178574 data=null button=0 stateMask=0x0 x=251 y=137 count=0} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} [2019-07-30T07:04:34.380Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1102178574 data=null doit=true} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} [2019-07-30T07:04:34.380Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {stubAnalysis/data/analysisMultipleRow.data} time=1102178574 data=null} to TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} [2019-07-30T07:04:34.380Z] DEBUG - Double-clicked on TreeItem with text {stubAnalysis/data/analysisMultipleRow.data} [2019-07-30T07:04:34.380Z] DEBUG - matched Shell with text "External Analysis Pa...", using matcher: with text 'External Analysis Parameters' [2019-07-30T07:04:34.380Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {External Analysis Parameters} time=1102178576 data=null doit=true} to Shell with text {External Analysis Parameters} [2019-07-30T07:04:34.380Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:04:34.380Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:04:34.380Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:04:34.380Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:04:34.381Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:34.381Z] DEBUG - Clicking on OK [2019-07-30T07:04:34.381Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102178577 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:34.381Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102178577 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:34.381Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102178577 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:34.381Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102178578 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:34.381Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102178578 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:34.381Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102178578 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:34.381Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102178578 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:34.381Z] DEBUG - Sent event DefaultSelection [14]: SelectionEvent{Tree {} time=1102178377 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} [2019-07-30T07:04:34.636Z] *** BUG *** [2019-07-30T07:04:34.636Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:04:34.636Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:04:34.636Z] [2019-07-30T07:04:34.636Z] *** BUG *** [2019-07-30T07:04:34.636Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:04:34.636Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:04:34.636Z] [2019-07-30T07:04:34.636Z] *** BUG *** [2019-07-30T07:04:34.636Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:04:34.636Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:04:34.636Z] [2019-07-30T07:04:34.636Z] *** BUG *** [2019-07-30T07:04:34.636Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:04:34.636Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:04:34.636Z] [2019-07-30T07:04:34.892Z] DEBUG - Clicked on [2019-07-30T07:04:34.892Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.lami.views.reportview"' [2019-07-30T07:04:35.147Z] DEBUG - matched MenuItem with text "New custom chart", using matcher: with mnemonic 'New custom chart' [2019-07-30T07:04:35.147Z] DEBUG - Clicking on with mnemonic 'New custom chart' [2019-07-30T07:04:35.403Z] DEBUG - Clicked on with mnemonic 'New custom chart' [2019-07-30T07:04:35.403Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' [2019-07-30T07:04:35.403Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1102179482 data=null doit=true} to Shell with text {Custom chart creation} [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - Clicking on (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1102179484 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1102179485 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1102179485 data=null doit=true} to (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1102179485 data=null} to (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1102179485 data=null button=1 stateMask=0x0 x=28 y=81 count=1} to (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1102179485 data=null button=1 stateMask=0x80000 x=28 y=81 count=1} to (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1102179485 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') [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1102179503 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1102179503 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1102179503 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1102179503 data=null doit=true} to (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1102179503 data=null} to (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - Clicked on (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' [2019-07-30T07:04:35.403Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1102179510 data=null doit=true} to Shell with text {Custom chart creation} [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - Clicking on TableItem with text {Wakeup timestamp} [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Wakeup timestamp} time=1102179515 data=null button=0 stateMask=0x0 x=70 y=11 count=0} to TableItem with text {Wakeup timestamp} [2019-07-30T07:04:35.403Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Wakeup timestamp} time=1102179516 data=null doit=true} to TableItem with text {Wakeup timestamp} [2019-07-30T07:04:35.403Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T07:04:35.403Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Wakeup timestamp} time=1102179516 data=null} to TableItem with text {Wakeup timestamp} [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Wakeup timestamp} time=1102179517 data=null button=1 stateMask=0x0 x=70 y=11 count=1} to TableItem with text {Wakeup timestamp} [2019-07-30T07:04:35.403Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1102179517 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} [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Wakeup timestamp} time=1102179517 data=null button=1 stateMask=0x80000 x=70 y=11 count=1} to TableItem with text {Wakeup timestamp} [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {Wakeup timestamp} time=1102179517 data=null button=0 stateMask=0x0 x=70 y=11 count=0} to TableItem with text {Wakeup timestamp} [2019-07-30T07:04:35.403Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {Wakeup timestamp} time=1102179518 data=null doit=true} to TableItem with text {Wakeup timestamp} [2019-07-30T07:04:35.403Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {Wakeup timestamp} time=1102179518 data=null} to TableItem with text {Wakeup timestamp} [2019-07-30T07:04:35.403Z] DEBUG - Clicked on TableItem with text {Wakeup timestamp} [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - Setting state to checked on: Scheduling latency (ns) [2019-07-30T07:04:35.403Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:35.403Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator' [2019-07-30T07:04:35.403Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator') [2019-07-30T07:04:35.403Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T07:04:35.403Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:35.403Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' [2019-07-30T07:04:35.403Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' [2019-07-30T07:04:35.403Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:04:35.403Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:04:35.403Z] DEBUG - Clicking on [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1102179577 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') [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1102179577 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') [2019-07-30T07:04:35.403Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1102179577 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:35.403Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1102179577 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1102179577 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') [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1102179577 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') [2019-07-30T07:04:35.403Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1102179578 data=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') [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1102179593 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') [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1102179596 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') [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1102179596 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') [2019-07-30T07:04:35.403Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1102179596 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:35.403Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1102179597 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:35.403Z] DEBUG - Clicked on [2019-07-30T07:04:35.403Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' [2019-07-30T07:04:35.403Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1102179598 data=null doit=true} to Shell with text {Custom chart creation} [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.403Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.403Z] DEBUG - Clicking on TableItem with text {Switch timestamp} [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Switch timestamp} time=1102179600 data=null button=0 stateMask=0x0 x=66 y=32 count=0} to TableItem with text {Switch timestamp} [2019-07-30T07:04:35.403Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Switch timestamp} time=1102179601 data=null doit=true} to TableItem with text {Switch timestamp} [2019-07-30T07:04:35.403Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T07:04:35.403Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Switch timestamp} time=1102179601 data=null} to TableItem with text {Switch timestamp} [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Switch timestamp} time=1102179602 data=null button=1 stateMask=0x0 x=66 y=32 count=1} to TableItem with text {Switch timestamp} [2019-07-30T07:04:35.403Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1102179602 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} [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Switch timestamp} time=1102179602 data=null button=1 stateMask=0x80000 x=66 y=32 count=1} to TableItem with text {Switch timestamp} [2019-07-30T07:04:35.403Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {Switch timestamp} time=1102179602 data=null button=0 stateMask=0x0 x=66 y=32 count=0} to TableItem with text {Switch timestamp} [2019-07-30T07:04:35.404Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {Switch timestamp} time=1102179603 data=null doit=true} to TableItem with text {Switch timestamp} [2019-07-30T07:04:35.404Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {Switch timestamp} time=1102179603 data=null} to TableItem with text {Switch timestamp} [2019-07-30T07:04:35.404Z] DEBUG - Clicked on TableItem with text {Switch timestamp} [2019-07-30T07:04:35.404Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.404Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.404Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.404Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.404Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.404Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.404Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.404Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.404Z] DEBUG - Setting state to checked on: Scheduling latency (ns) [2019-07-30T07:04:35.404Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:35.404Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:35.404Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator' [2019-07-30T07:04:35.404Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator') [2019-07-30T07:04:35.404Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T07:04:35.404Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:35.404Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' [2019-07-30T07:04:35.404Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' [2019-07-30T07:04:35.404Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:04:35.404Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:04:35.404Z] DEBUG - Clicking on [2019-07-30T07:04:35.404Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1102179612 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') [2019-07-30T07:04:35.404Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1102179612 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') [2019-07-30T07:04:35.404Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1102179612 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:35.404Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1102179612 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:35.404Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1102179613 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') [2019-07-30T07:04:35.404Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1102179613 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') [2019-07-30T07:04:35.659Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1102179613 data=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') [2019-07-30T07:04:35.659Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1102179670 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') [2019-07-30T07:04:35.659Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1102179673 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') [2019-07-30T07:04:35.659Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1102179673 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') [2019-07-30T07:04:35.659Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1102179673 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:35.659Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1102179674 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:35.659Z] DEBUG - Clicked on [2019-07-30T07:04:35.659Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' [2019-07-30T07:04:35.659Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1102179675 data=null doit=true} to Shell with text {Custom chart creation} [2019-07-30T07:04:35.659Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:35.659Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:35.659Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:35.659Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' [2019-07-30T07:04:35.659Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' [2019-07-30T07:04:35.659Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:04:35.659Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:04:35.659Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:04:35.659Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:04:35.659Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:35.659Z] DEBUG - Clicking on OK [2019-07-30T07:04:35.659Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102179676 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:35.659Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102179676 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:35.659Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102179676 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:35.659Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102179677 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:35.659Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102179677 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:35.659Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102179677 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:35.659Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102179677 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:35.659Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {New custom chart} time=1102179275 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' [2019-07-30T07:04:35.915Z] DEBUG - Clicked on [2019-07-30T07:04:35.915Z] DEBUG - matched Chart with text "", using matcher: of type 'Chart' [2019-07-30T07:04:35.915Z] DEBUG - Clicking on with mnemonic 'New custom chart' [2019-07-30T07:04:35.915Z] DEBUG - Clicked on with mnemonic 'New custom chart' [2019-07-30T07:04:35.915Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' [2019-07-30T07:04:35.915Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1102180117 data=null doit=true} to Shell with text {Custom chart creation} [2019-07-30T07:04:35.915Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.915Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.915Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.915Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.915Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.915Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.915Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:35.915Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:35.915Z] DEBUG - Attempting to set focus on (of type 'Table') [2019-07-30T07:04:35.915Z] DEBUG - Clicking on (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Table {} time=1102180119 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1102180172 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Table {} time=1102180172 data=null doit=true} to (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Table {} time=1102180173 data=null} to (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Table {} time=1102180173 data=null button=1 stateMask=0x0 x=28 y=81 count=1} to (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Table {} time=1102180173 data=null button=1 stateMask=0x80000 x=28 y=81 count=1} to (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1102180173 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Table {} time=1102180177 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Table {} time=1102180177 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Table {} time=1102180177 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Table {} time=1102180177 data=null doit=true} to (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Table {} time=1102180177 data=null} to (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - Clicked on (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' [2019-07-30T07:04:36.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1102180178 data=null doit=true} to Shell with text {Custom chart creation} [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - Clicking on TableItem with text {Wakeup timestamp} [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Wakeup timestamp} time=1102180180 data=null button=0 stateMask=0x0 x=70 y=11 count=0} to TableItem with text {Wakeup timestamp} [2019-07-30T07:04:36.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Wakeup timestamp} time=1102180180 data=null doit=true} to TableItem with text {Wakeup timestamp} [2019-07-30T07:04:36.172Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T07:04:36.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Wakeup timestamp} time=1102180181 data=null} to TableItem with text {Wakeup timestamp} [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Wakeup timestamp} time=1102180187 data=null button=1 stateMask=0x0 x=70 y=11 count=1} to TableItem with text {Wakeup timestamp} [2019-07-30T07:04:36.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1102180193 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} [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Wakeup timestamp} time=1102180194 data=null button=1 stateMask=0x80000 x=70 y=11 count=1} to TableItem with text {Wakeup timestamp} [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {Wakeup timestamp} time=1102180194 data=null button=0 stateMask=0x0 x=70 y=11 count=0} to TableItem with text {Wakeup timestamp} [2019-07-30T07:04:36.172Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {Wakeup timestamp} time=1102180194 data=null doit=true} to TableItem with text {Wakeup timestamp} [2019-07-30T07:04:36.172Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {Wakeup timestamp} time=1102180194 data=null} to TableItem with text {Wakeup timestamp} [2019-07-30T07:04:36.172Z] DEBUG - Clicked on TableItem with text {Wakeup timestamp} [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - Setting state to checked on: Scheduling latency (ns) [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator') [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - Clicking on [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1102180204 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1102180204 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1102180204 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:36.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1102180204 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1102180204 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1102180204 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1102180204 data=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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1102180211 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1102180213 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1102180213 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1102180213 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:36.172Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1102180213 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:36.172Z] DEBUG - Clicked on [2019-07-30T07:04:36.172Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' [2019-07-30T07:04:36.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1102180214 data=null doit=true} to Shell with text {Custom chart creation} [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - Clicking on TableItem with text {Switch timestamp} [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TableItem {Switch timestamp} time=1102180228 data=null button=0 stateMask=0x0 x=66 y=32 count=0} to TableItem with text {Switch timestamp} [2019-07-30T07:04:36.172Z] DEBUG - Sent event Activate [26]: ShellEvent{TableItem {Switch timestamp} time=1102180270 data=null doit=true} to TableItem with text {Switch timestamp} [2019-07-30T07:04:36.172Z] DEBUG - Attempting to set focus on Table with text {} [2019-07-30T07:04:36.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TableItem {Switch timestamp} time=1102180271 data=null} to TableItem with text {Switch timestamp} [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TableItem {Switch timestamp} time=1102180271 data=null button=1 stateMask=0x0 x=66 y=32 count=1} to TableItem with text {Switch timestamp} [2019-07-30T07:04:36.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Table {} time=1102180272 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} [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TableItem {Switch timestamp} time=1102180272 data=null button=1 stateMask=0x80000 x=66 y=32 count=1} to TableItem with text {Switch timestamp} [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TableItem {Switch timestamp} time=1102180272 data=null button=0 stateMask=0x0 x=66 y=32 count=0} to TableItem with text {Switch timestamp} [2019-07-30T07:04:36.172Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TableItem {Switch timestamp} time=1102180272 data=null doit=true} to TableItem with text {Switch timestamp} [2019-07-30T07:04:36.172Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TableItem {Switch timestamp} time=1102180273 data=null} to TableItem with text {Switch timestamp} [2019-07-30T07:04:36.172Z] DEBUG - Clicked on TableItem with text {Switch timestamp} [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: of type 'Table' [2019-07-30T07:04:36.172Z] DEBUG - matched Table with text "", using matcher: (of type 'Table') [2019-07-30T07:04:36.172Z] DEBUG - Setting state to checked on: Scheduling latency (ns) [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Group with text "Series Creator", using matcher: with mnemonic 'Series Creator' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "", using matcher: in group (with mnemonic 'Series Creator') [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "", using matcher: with style 'SWT.PUSH' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "", using matcher: (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - Clicking on [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {} time=1102180277 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1102180277 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {} time=1102180277 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:36.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {} time=1102180277 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {} time=1102180277 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {} time=1102180277 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {} time=1102180277 data=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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {} time=1102180284 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {} time=1102180292 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {} time=1102180292 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {} time=1102180292 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:36.172Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {} time=1102180292 data=null} to (of type 'Button' and in group (with mnemonic 'Series Creator') and with style 'SWT.PUSH') [2019-07-30T07:04:36.172Z] DEBUG - Clicked on [2019-07-30T07:04:36.172Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' [2019-07-30T07:04:36.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1102180293 data=null doit=true} to Shell with text {Custom chart creation} [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: with mnemonic 'Logarithmic Scale Y' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: with style 'SWT.CHECK' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') [2019-07-30T07:04:36.172Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@452aea78 [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Logarithmic Scale Y} time=1102180296 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Logarithmic Scale Y} time=1102180296 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Logarithmic Scale Y} time=1102180296 data=null doit=true} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') [2019-07-30T07:04:36.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Logarithmic Scale Y} time=1102180297 data=null} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Logarithmic Scale Y} time=1102180297 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Logarithmic Scale Y} time=1102180297 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Logarithmic Scale Y} time=1102180297 data=null item=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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Logarithmic Scale Y} time=1102180297 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Logarithmic Scale Y} time=1102180297 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Logarithmic Scale Y} time=1102180297 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') [2019-07-30T07:04:36.172Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Logarithmic Scale Y} time=1102180297 data=null doit=true} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') [2019-07-30T07:04:36.172Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Logarithmic Scale Y} time=1102180297 data=null} to (of type 'Button' and with mnemonic 'Logarithmic Scale Y' and with style 'SWT.CHECK') [2019-07-30T07:04:36.172Z] DEBUG - matched Shell with text "Custom chart creatio...", using matcher: with text 'Custom chart creation' [2019-07-30T07:04:36.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Custom chart creation} time=1102180298 data=null doit=true} to Shell with text {Custom chart creation} [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "Logarithmic Scale X", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "Logarithmic Scale Y", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:04:36.172Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:36.172Z] DEBUG - Clicking on OK [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102180299 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102180299 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:36.172Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102180299 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:36.172Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102180299 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102180300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:36.172Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102180300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:36.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102180300 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:36.172Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {New custom chart} time=1102179978 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' [2019-07-30T07:04:36.427Z] DEBUG - Clicked on [2019-07-30T07:04:36.427Z] DEBUG - matched Chart with text "", using matcher: of type 'Chart' [2019-07-30T07:04:36.682Z] DEBUG - matched Button with text "&No", using matcher: of type 'Button' [2019-07-30T07:04:36.682Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: of type 'Button' [2019-07-30T07:04:36.682Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: with mnemonic 'Reset Perspective' [2019-07-30T07:04:36.682Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') [2019-07-30T07:04:36.682Z] DEBUG - matched Button with text "&Reset Perspective", using matcher: with style 'SWT.PUSH' [2019-07-30T07:04:36.682Z] 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') [2019-07-30T07:04:36.682Z] DEBUG - Clicking on &Reset Perspective [2019-07-30T07:04:36.682Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Reset Perspective} time=1102180769 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') [2019-07-30T07:04:36.682Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Reset Perspective} time=1102180770 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') [2019-07-30T07:04:36.682Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Reset Perspective} time=1102180770 data=null doit=true} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') [2019-07-30T07:04:36.682Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Reset Perspective} time=1102180770 data=null} to (of type 'Button' and (with mnemonic 'Yes' or with mnemonic 'Reset Perspective') and with style 'SWT.PUSH') [2019-07-30T07:04:36.682Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Reset Perspective} time=1102180770 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') [2019-07-30T07:04:36.682Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Reset Perspective} time=1102180770 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') [2019-07-30T07:04:36.682Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Reset Perspective} time=1102180770 data=null item=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') [2019-07-30T07:04:36.938Z] DEBUG - Clicked on [2019-07-30T07:04:36.938Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1102181111 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:04:36.938Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:04:37.193Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:04:37.193Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:04:37.193Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:04:37.193Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1102181199 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:04:37.193Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1102181199 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:04:37.193Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1102181199 data=null} to TreeItem with text {test} [2019-07-30T07:04:37.193Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1102181199 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:04:37.193Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102181200 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:04:37.193Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1102181231 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:04:37.448Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:04:37.448Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:04:37.448Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:04:38.374Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:04:38.374Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:04:38.374Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:04:38.374Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:04:38.374Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:04:38.374Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:04:38.374Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:04:38.374Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:04:38.374Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:04:38.374Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:04:38.374Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102182386 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:04:38.374Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102182386 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:04:38.374Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102182387 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:04:38.374Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102182387 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:04:38.374Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102182387 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:04:38.374Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102182387 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:04:38.374Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102182387 data=null 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') [2019-07-30T07:04:38.374Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102182387 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:04:38.374Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102182387 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:04:38.374Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102182387 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:04:38.374Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102182387 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:04:38.374Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102182387 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:04:38.374Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:04:38.374Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:04:38.374Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:04:38.374Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:04:38.374Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:04:38.374Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:04:38.374Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:04:38.374Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:38.374Z] DEBUG - Clicking on OK [2019-07-30T07:04:38.374Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102182388 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:38.374Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102182389 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:38.374Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102182389 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:38.374Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102182389 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:38.374Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102182389 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:38.375Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102182389 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:38.375Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:38.375Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:38.375Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:38.375Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:38.375Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:38.375Z] DEBUG - Clicked on OK [2019-07-30T07:04:38.938Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102182389 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:04:38.938Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1102181466 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:04:38.938Z] [2019-07-30T07:04:38.938Z] !ENTRY org.eclipse.tracecompass.tmf.core 2 0 2019-07-30 07:04:38.736 [2019-07-30T07:04:38.938Z] !MESSAGE Not unregistering built-in on-demand analysis "stubAnalysis/data/analysisMultipleRow.data" [2019-07-30T07:04:38.938Z] [2019-07-30T07:04:38.938Z] !ENTRY org.eclipse.tracecompass.tmf.core 2 0 2019-07-30 07:04:38.737 [2019-07-30T07:04:38.938Z] !MESSAGE Not unregistering built-in on-demand analysis "stubAnalysis/data/analysisMultipleSimilarRow.data" [2019-07-30T07:04:38.938Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.999 s - in org.eclipse.tracecompass.internal.provisional.analysis.lami.ui.views.LamiChartViewerTest [2019-07-30T07:04:38.938Z] testSimilarRows(org.eclipse.tracecompass.internal.provisional.analysis.lami.ui.views.LamiChartViewerTest) Time elapsed: 3.666 s [2019-07-30T07:04:38.938Z] testScatterMultipleRow(org.eclipse.tracecompass.internal.provisional.analysis.lami.ui.views.LamiChartViewerTest) Time elapsed: 2.941 s [2019-07-30T07:04:38.938Z] [2019-07-30T07:04:38.938Z] Results: [2019-07-30T07:04:38.938Z] [2019-07-30T07:04:38.938Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T07:04:38.938Z] [2019-07-30T07:04:39.498Z] [2019-07-30T07:04:39.498Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-30 07:04:39.243 [2019-07-30T07:04:39.498Z] !MESSAGE The workspace will exit with unsaved changes in this session. [2019-07-30T07:04:40.426Z] [INFO] All tests passed! [2019-07-30T07:04:40.426Z] [INFO] [2019-07-30T07:04:40.426Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:40.426Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:04:40.426Z] [INFO] [2019-07-30T07:04:40.426Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:41.391Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:04:41.391Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:04:41.391Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:04:41.953Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes [2019-07-30T07:04:41.953Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes [2019-07-30T07:04:41.953Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core.tests' with 6 classes [2019-07-30T07:04:41.953Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T07:04:42.514Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.ui' with 29 classes [2019-07-30T07:04:42.514Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:04:43.440Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes [2019-07-30T07:04:43.440Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes [2019-07-30T07:04:43.696Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes [2019-07-30T07:04:43.696Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests' with 6 classes [2019-07-30T07:04:43.696Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:04:43.951Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:04:43.951Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes [2019-07-30T07:04:43.951Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:04:44.206Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:04:44.206Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:04:44.206Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T07:04:44.206Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core.tests' with 25 classes [2019-07-30T07:04:44.206Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:04:44.206Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:04:44.206Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:44.462Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT.jar [2019-07-30T07:04:44.462Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT.pom [2019-07-30T07:04:44.462Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT-sources.jar [2019-07-30T07:04:44.462Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:04:44.462Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT-p2metadata.xml [2019-07-30T07:04:44.462Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/analysis/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests/1.0.3-SNAPSHOT/org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests-1.0.3-SNAPSHOT-p2artifacts.xml [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests --- [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.btf-parent >---- [2019-07-30T07:04:44.462Z] [INFO] Building Trace Compass BTF Support Parent 5.0.0-SNAPSHOT [55/134] [2019-07-30T07:04:44.462Z] [INFO] --------------------------------[ pom ]--------------------------------- [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.btf-parent --- [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.btf-parent --- [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.btf-parent --- [2019-07-30T07:04:44.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/btf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.btf-parent --- [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.btf-parent --- [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.btf-parent --- [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.btf-parent --- [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.btf-parent --- [2019-07-30T07:04:44.462Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.btf-parent --- [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.btf-parent --- [2019-07-30T07:04:44.462Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.btf-parent-5.0.0-SNAPSHOT.pom [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core >----- [2019-07-30T07:04:44.462Z] [INFO] Building org.eclipse.tracecompass.btf.core 2.2.0-SNAPSHOT [56/134] [2019-07-30T07:04:44.462Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:44.462Z] [INFO] The project's OSGi version is 2.2.0.201907300626 [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:44.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/btf/org.eclipse.tracecompass.btf.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:44.462Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:04:44.462Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/src/main/resources [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:44.462Z] [INFO] Compiling 12 source files to /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/target/classes [2019-07-30T07:04:44.462Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/src/org/eclipse/tracecompass/btf/core/analysis/BtfStateProvider.java:[261] [2019-07-30T07:04:44.462Z] throws AttributeNotFoundException { [2019-07-30T07:04:44.462Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T07:04:44.462Z] The declared exception AttributeNotFoundException is not actually thrown by the method updateTaskStateSystem(ITmfStateSystemBuilder, long, BtfEvent, BtfStateProvider.TmfNamedStateValue) from type BtfStateProvider [2019-07-30T07:04:44.462Z] 1 problem (1 warning) [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:44.462Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:04:44.462Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/src/test/resources [2019-07-30T07:04:44.462Z] [INFO] [2019-07-30T07:04:44.462Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:44.719Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/target/org.eclipse.tracecompass.btf.core-2.2.0-SNAPSHOT-sources.jar [2019-07-30T07:04:44.719Z] [INFO] [2019-07-30T07:04:44.719Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:44.719Z] [INFO] [2019-07-30T07:04:44.719Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:44.719Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/target/org.eclipse.tracecompass.btf.core-2.2.0-SNAPSHOT.jar [2019-07-30T07:04:44.719Z] [INFO] [2019-07-30T07:04:44.719Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:44.719Z] [INFO] [2019-07-30T07:04:44.719Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:44.719Z] [INFO] [2019-07-30T07:04:44.719Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:44.719Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/target/org.eclipse.tracecompass.btf.core-2.2.0-SNAPSHOT.jar [2019-07-30T07:04:44.719Z] [INFO] [2019-07-30T07:04:44.719Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:44.719Z] [INFO] [2019-07-30T07:04:44.719Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:44.719Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:04:44.719Z] [INFO] [2019-07-30T07:04:44.719Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:44.719Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:04:44.974Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:04:45.535Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:04:45.535Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:04:45.535Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:04:45.535Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:04:45.535Z] [INFO] [2019-07-30T07:04:45.535Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:45.535Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/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 [2019-07-30T07:04:45.535Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core/2.2.0-SNAPSHOT/org.eclipse.tracecompass.btf.core-2.2.0-SNAPSHOT.pom [2019-07-30T07:04:45.535Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/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 [2019-07-30T07:04:45.535Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/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 [2019-07-30T07:04:45.535Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core/2.2.0-SNAPSHOT/org.eclipse.tracecompass.btf.core-2.2.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:04:45.535Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core/2.2.0-SNAPSHOT/org.eclipse.tracecompass.btf.core-2.2.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:04:45.535Z] [INFO] [2019-07-30T07:04:45.535Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.btf.core --- [2019-07-30T07:04:45.535Z] [INFO] [2019-07-30T07:04:45.535Z] [INFO] -------< org.eclipse.tracecompass:org.eclipse.tracecompass.doc >-------- [2019-07-30T07:04:45.535Z] [INFO] Building Trace Compass Documentation 5.0.0-SNAPSHOT [57/134] [2019-07-30T07:04:45.535Z] [INFO] --------------------------------[ pom ]--------------------------------- [2019-07-30T07:04:45.535Z] [INFO] [2019-07-30T07:04:45.535Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.doc --- [2019-07-30T07:04:45.535Z] [INFO] [2019-07-30T07:04:45.535Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.doc --- [2019-07-30T07:04:45.535Z] [INFO] [2019-07-30T07:04:45.535Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.doc --- [2019-07-30T07:04:45.535Z] [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/doc/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:04:45.535Z] [INFO] [2019-07-30T07:04:45.535Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.doc --- [2019-07-30T07:04:45.535Z] [INFO] [2019-07-30T07:04:45.535Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.doc --- [2019-07-30T07:04:45.535Z] [INFO] [2019-07-30T07:04:45.535Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.doc --- [2019-07-30T07:04:45.535Z] [INFO] [2019-07-30T07:04:45.535Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.doc --- [2019-07-30T07:04:45.535Z] [INFO] [2019-07-30T07:04:45.535Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.doc --- [2019-07-30T07:04:45.535Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:04:45.535Z] [INFO] [2019-07-30T07:04:45.535Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.doc --- [2019-07-30T07:04:45.535Z] [INFO] [2019-07-30T07:04:45.535Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.doc --- [2019-07-30T07:04:45.535Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc-5.0.0-SNAPSHOT.pom [2019-07-30T07:04:45.535Z] [INFO] [2019-07-30T07:04:45.535Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.doc.dev >------ [2019-07-30T07:04:45.535Z] [INFO] Building Trace Compass Developer Guide 5.0.0-SNAPSHOT [58/134] [2019-07-30T07:04:45.535Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T07:04:45.535Z] [INFO] [2019-07-30T07:04:45.535Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:04:45.535Z] [INFO] [2019-07-30T07:04:45.535Z] [INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:04:45.790Z] 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 [2019-07-30T07:04:45.790Z] 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 [2019-07-30T07:04:45.790Z] 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 [2019-07-30T07:04:46.046Z] 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 [2019-07-30T07:04:46.046Z] 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 [2019-07-30T07:04:46.046Z] 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 [2019-07-30T07:04:46.046Z] 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 39 kB/s) [2019-07-30T07:04:46.046Z] 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 [2019-07-30T07:04:46.046Z] 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 [2019-07-30T07:04:46.046Z] 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 [2019-07-30T07:04:46.302Z] 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 [2019-07-30T07:04:46.302Z] 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 [2019-07-30T07:04:46.302Z] 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 [2019-07-30T07:04:46.302Z] 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 312 kB/s) [2019-07-30T07:04:46.302Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom [2019-07-30T07:04:46.302Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom [2019-07-30T07:04:46.302Z] 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 [2019-07-30T07:04:46.557Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom [2019-07-30T07:04:46.557Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom [2019-07-30T07:04:46.557Z] 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 [2019-07-30T07:04:46.557Z] 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 191 kB/s) [2019-07-30T07:04:46.557Z] 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 [2019-07-30T07:04:46.557Z] 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 [2019-07-30T07:04:46.557Z] 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 [2019-07-30T07:04:46.813Z] 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 [2019-07-30T07:04:46.813Z] 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 [2019-07-30T07:04:46.813Z] 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 [2019-07-30T07:04:46.813Z] 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 70 kB/s) [2019-07-30T07:04:46.813Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/apache/ant/ant/1.9.6/ant-1.9.6.pom [2019-07-30T07:04:46.813Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.9.6/ant-1.9.6.pom [2019-07-30T07:04:46.813Z] 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 [2019-07-30T07:04:47.068Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/apache/ant/ant/1.9.6/ant-1.9.6.pom [2019-07-30T07:04:47.068Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/apache/ant/ant/1.9.6/ant-1.9.6.pom [2019-07-30T07:04:47.068Z] 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 [2019-07-30T07:04:47.068Z] 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 292 kB/s) [2019-07-30T07:04:47.068Z] 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 [2019-07-30T07:04:47.068Z] 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 [2019-07-30T07:04:47.068Z] 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 [2019-07-30T07:04:47.324Z] 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 [2019-07-30T07:04:47.324Z] 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 [2019-07-30T07:04:47.324Z] 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 [2019-07-30T07:04:47.324Z] 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 267 kB/s) [2019-07-30T07:04:47.324Z] 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 [2019-07-30T07:04:47.324Z] 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 [2019-07-30T07:04:47.581Z] 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 [2019-07-30T07:04:47.581Z] 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 [2019-07-30T07:04:47.581Z] 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 [2019-07-30T07:04:47.581Z] 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 [2019-07-30T07:04:47.917Z] 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 10 kB/s) [2019-07-30T07:04:47.917Z] 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 [2019-07-30T07:04:47.917Z] 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 [2019-07-30T07:04:47.917Z] 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 [2019-07-30T07:04:48.172Z] 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 [2019-07-30T07:04:48.172Z] 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 [2019-07-30T07:04:48.172Z] 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 [2019-07-30T07:04:48.172Z] 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 59 kB/s) [2019-07-30T07:04:48.172Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/21.0/guava-21.0.pom [2019-07-30T07:04:48.172Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/21.0/guava-21.0.pom [2019-07-30T07:04:48.172Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/guava/guava/21.0/guava-21.0.pom [2019-07-30T07:04:48.427Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/21.0/guava-21.0.pom [2019-07-30T07:04:48.427Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/21.0/guava-21.0.pom [2019-07-30T07:04:48.427Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.pom [2019-07-30T07:04:48.427Z] 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 318 kB/s) [2019-07-30T07:04:48.427Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom [2019-07-30T07:04:48.427Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom [2019-07-30T07:04:48.427Z] 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 [2019-07-30T07:04:48.683Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom [2019-07-30T07:04:48.683Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom [2019-07-30T07:04:48.683Z] 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 [2019-07-30T07:04:48.683Z] 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 345 kB/s) [2019-07-30T07:04:48.683Z] 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 [2019-07-30T07:04:48.683Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/com/google/guava/guava/21.0/guava-21.0.jar [2019-07-30T07:04:48.683Z] 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 [2019-07-30T07:04:48.683Z] 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 [2019-07-30T07:04:48.683Z] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/groups/releases/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar [2019-07-30T07:04:48.683Z] 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 [2019-07-30T07:04:48.683Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/21.0/guava-21.0.jar [2019-07-30T07:04:48.683Z] 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 [2019-07-30T07:04:48.683Z] 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 [2019-07-30T07:04:48.683Z] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar [2019-07-30T07:04:48.939Z] 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 [2019-07-30T07:04:48.939Z] Downloading from jboss-public-repository-group: http://repository.jboss.org/nexus/content/groups/public/com/google/guava/guava/21.0/guava-21.0.jar [2019-07-30T07:04:48.939Z] 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 [2019-07-30T07:04:48.939Z] 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 [2019-07-30T07:04:48.939Z] 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 [2019-07-30T07:04:48.939Z] 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 [2019-07-30T07:04:48.939Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/com/google/guava/guava/21.0/guava-21.0.jar [2019-07-30T07:04:48.939Z] 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 [2019-07-30T07:04:48.939Z] 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 [2019-07-30T07:04:48.939Z] Downloading from rcptt-snapshots: https://repo.eclipse.org/content/repositories/rcptt-snapshots/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar [2019-07-30T07:04:48.939Z] 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 [2019-07-30T07:04:48.939Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/com/google/guava/guava/21.0/guava-21.0.jar [2019-07-30T07:04:48.939Z] 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 [2019-07-30T07:04:48.939Z] 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 [2019-07-30T07:04:48.939Z] Downloading from rcptt-releases: https://repo.eclipse.org/content/repositories/rcptt-releases/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar [2019-07-30T07:04:48.939Z] 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 [2019-07-30T07:04:48.939Z] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.jar [2019-07-30T07:04:48.939Z] 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 [2019-07-30T07:04:48.939Z] 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 [2019-07-30T07:04:48.939Z] 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 [2019-07-30T07:04:49.196Z] 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 (2): 0/2.5 MB | 4.1/345 kB Progress (2): 0/2.5 MB | 4.1/345 kB Progress (2): 0/2.5 MB | 7.7/345 kB Progress (2): 0/2.5 MB | 7.7/345 kB Progress (2): 0/2.5 MB | 12/345 kB Progress (2): 0/2.5 MB | 12/345 kB Progress (3): 0/2.5 MB | 12/345 kB | 4.1/74 kB Progress (3): 0/2.5 MB | 12/345 kB | 4.1/74 kB Progress (3): 0/2.5 MB | 16/345 kB | 4.1/74 kB Progress (3): 0/2.5 MB | 16/345 kB | 7.7/74 kB Progress (3): 0/2.5 MB | 20/345 kB | 7.7/74 kB Progress (3): 0/2.5 MB | 20/345 kB | 7.7/74 kB Progress (3): 0/2.5 MB | 24/345 kB | 7.7/74 kB Progress (3): 0/2.5 MB | 24/345 kB | 12/74 kB Progress (3): 0/2.5 MB | 28/345 kB | 12/74 kB Progress (4): 0/2.5 MB | 28/345 kB | 12/74 kB | 4.1/294 kB Progress (4): 0/2.5 MB | 28/345 kB | 12/74 kB | 4.1/294 kB Progress (4): 0/2.5 MB | 28/345 kB | 12/74 kB | 7.7/294 kB Progress (4): 0/2.5 MB | 32/345 kB | 12/74 kB | 7.7/294 kB Progress (4): 0/2.5 MB | 32/345 kB | 16/74 kB | 7.7/294 kB Progress (4): 0/2.5 MB | 36/345 kB | 16/74 kB | 7.7/294 kB Progress (4): 0/2.5 MB | 36/345 kB | 16/74 kB | 12/294 kB Progress (4): 0.1/2.5 MB | 36/345 kB | 16/74 kB | 12/294 kB Progress (4): 0.1/2.5 MB | 36/345 kB | 16/74 kB | 16/294 kB Progress (4): 0.1/2.5 MB | 40/345 kB | 16/74 kB | 16/294 kB Progress (4): 0.1/2.5 MB | 40/345 kB | 20/74 kB | 16/294 kB Progress (4): 0.1/2.5 MB | 44/345 kB | 20/74 kB | 16/294 kB Progress (4): 0.1/2.5 MB | 44/345 kB | 20/74 kB | 20/294 kB Progress (4): 0.1/2.5 MB | 44/345 kB | 20/74 kB | 20/294 kB Progress (5): 0.1/2.5 MB | 44/345 kB | 20/74 kB | 20/294 kB | 4.1/39 kB Progress (5): 0.1/2.5 MB | 44/345 kB | 20/74 kB | 24/294 kB | 4.1/39 kB Progress (5): 0.1/2.5 MB | 48/345 kB | 20/74 kB | 24/294 kB | 4.1/39 kB Progress (5): 0.1/2.5 MB | 48/345 kB | 24/74 kB | 24/294 kB | 4.1/39 kB Progress (5): 0.1/2.5 MB | 52/345 kB | 24/74 kB | 24/294 kB | 4.1/39 kB Progress (5): 0.1/2.5 MB | 52/345 kB | 24/74 kB | 28/294 kB | 4.1/39 kB Progress (5): 0.1/2.5 MB | 52/345 kB | 24/74 kB | 28/294 kB | 7.7/39 kB Progress (5): 0.1/2.5 MB | 52/345 kB | 24/74 kB | 28/294 kB | 7.7/39 kB Progress (5): 0.1/2.5 MB | 52/345 kB | 24/74 kB | 32/294 kB | 7.7/39 kB Progress (5): 0.1/2.5 MB | 56/345 kB | 24/74 kB | 32/294 kB | 7.7/39 kB Progress (5): 0.1/2.5 MB | 56/345 kB | 28/74 kB | 32/294 kB | 7.7/39 kB Progress (5): 0.1/2.5 MB | 60/345 kB | 28/74 kB | 32/294 kB | 7.7/39 kB Progress (5): 0.1/2.5 MB | 60/345 kB | 28/74 kB | 36/294 kB | 7.7/39 kB Progress (5): 0.1/2.5 MB | 60/345 kB | 28/74 kB | 36/294 kB | 7.7/39 kB Progress (5): 0.1/2.5 MB | 60/345 kB | 28/74 kB | 36/294 kB | 12/39 kB Progress (5): 0.1/2.5 MB | 60/345 kB | 28/74 kB | 36/294 kB | 12/39 kB Progress (5): 0.1/2.5 MB | 60/345 kB | 28/74 kB | 40/294 kB | 12/39 kB Progress (5): 0.1/2.5 MB | 64/345 kB | 28/74 kB | 40/294 kB | 12/39 kB Progress (5): 0.1/2.5 MB | 64/345 kB | 32/74 kB | 40/294 kB | 12/39 kB Progress (5): 0.1/2.5 MB | 68/345 kB | 32/74 kB | 40/294 kB | 12/39 kB Progress (5): 0.1/2.5 MB | 68/345 kB | 32/74 kB | 44/294 kB | 12/39 kB Progress (5): 0.1/2.5 MB | 68/345 kB | 32/74 kB | 44/294 kB | 12/39 kB Progress (5): 0.1/2.5 MB | 68/345 kB | 32/74 kB | 44/294 kB | 16/39 kB Progress (5): 0.1/2.5 MB | 68/345 kB | 32/74 kB | 44/294 kB | 16/39 kB Progress (5): 0.1/2.5 MB | 68/345 kB | 32/74 kB | 48/294 kB | 16/39 kB Progress (5): 0.1/2.5 MB | 72/345 kB | 32/74 kB | 48/294 kB | 16/39 kB Progress (5): 0.1/2.5 MB | 72/345 kB | 36/74 kB | 48/294 kB | 16/39 kB Progress (5): 0.1/2.5 MB | 76/345 kB | 36/74 kB | 48/294 kB | 16/39 kB Progress (5): 0.1/2.5 MB | 76/345 kB | 36/74 kB | 52/294 kB | 16/39 kB Progress (5): 0.1/2.5 MB | 76/345 kB | 36/74 kB | 52/294 kB | 16/39 kB Progress (5): 0.1/2.5 MB | 76/345 kB | 36/74 kB | 52/294 kB | 20/39 kB Progress (5): 0.1/2.5 MB | 76/345 kB | 36/74 kB | 52/294 kB | 20/39 kB Progress (5): 0.1/2.5 MB | 76/345 kB | 36/74 kB | 56/294 kB | 20/39 kB Progress (5): 0.1/2.5 MB | 80/345 kB | 36/74 kB | 56/294 kB | 20/39 kB Progress (5): 0.1/2.5 MB | 80/345 kB | 40/74 kB | 56/294 kB | 20/39 kB Progress (5): 0.1/2.5 MB | 84/345 kB | 40/74 kB | 56/294 kB | 20/39 kB Progress (5): 0.1/2.5 MB | 84/345 kB | 40/74 kB | 60/294 kB | 20/39 kB Progress (5): 0.1/2.5 MB | 84/345 kB | 40/74 kB | 60/294 kB | 20/39 kB Progress (5): 0.1/2.5 MB | 84/345 kB | 40/74 kB | 60/294 kB | 24/39 kB Progress (5): 0.1/2.5 MB | 84/345 kB | 40/74 kB | 60/294 kB | 24/39 kB Progress (5): 0.1/2.5 MB | 84/345 kB | 40/74 kB | 64/294 kB | 24/39 kB Progress (5): 0.1/2.5 MB | 88/345 kB | 40/74 kB | 64/294 kB | 24/39 kB Progress (5): 0.1/2.5 MB | 88/345 kB | 44/74 kB | 64/294 kB | 24/39 kB Progress (5): 0.1/2.5 MB | 92/345 kB | 44/74 kB | 64/294 kB | 24/39 kB Progress (5): 0.1/2.5 MB | 92/345 kB | 44/74 kB | 68/294 kB | 24/39 kB Progress (5): 0.1/2.5 MB | 92/345 kB | 44/74 kB | 68/294 kB | 24/39 kB Progress (5): 0.1/2.5 MB | 92/345 kB | 44/74 kB | 68/294 kB | 28/39 kB Progress (5): 0.1/2.5 MB | 92/345 kB | 44/74 kB | 68/294 kB | 28/39 kB Progress (5): 0.1/2.5 MB | 92/345 kB | 44/74 kB | 72/294 kB | 28/39 kB Progress (5): 0.1/2.5 MB | 96/345 kB | 44/74 kB | 72/294 kB | 28/39 kB Progress (5): 0.1/2.5 MB | 96/345 kB | 48/74 kB | 72/294 kB | 28/39 kB Progress (5): 0.1/2.5 MB | 98/345 kB | 48/74 kB | 72/294 kB | 28/39 kB Progress (5): 0.1/2.5 MB | 98/345 kB | 48/74 kB | 76/294 kB | 28/39 kB Progress (5): 0.1/2.5 MB | 98/345 kB | 48/74 kB | 76/294 kB | 28/39 kB Progress (5): 0.1/2.5 MB | 98/345 kB | 48/74 kB | 76/294 kB | 32/39 kB Progress (5): 0.1/2.5 MB | 98/345 kB | 48/74 kB | 76/294 kB | 32/39 kB Progress (5): 0.1/2.5 MB | 98/345 kB | 48/74 kB | 80/294 kB | 32/39 kB Progress (5): 0.1/2.5 MB | 102/345 kB | 48/74 kB | 80/294 kB | 32/39 kB Progress (5): 0.1/2.5 MB | 102/345 kB | 52/74 kB | 80/294 kB | 32/39 kB Progress (5): 0.1/2.5 MB | 106/345 kB | 52/74 kB | 80/294 kB | 32/39 kB Progress (5): 0.1/2.5 MB | 106/345 kB | 52/74 kB | 84/294 kB | 32/39 kB Progress (5): 0.1/2.5 MB | 106/345 kB | 52/74 kB | 84/294 kB | 32/39 kB Progress (5): 0.1/2.5 MB | 106/345 kB | 52/74 kB | 84/294 kB | 36/39 kB Progress (5): 0.1/2.5 MB | 106/345 kB | 52/74 kB | 84/294 kB | 36/39 kB Progress (5): 0.1/2.5 MB | 106/345 kB | 52/74 kB | 88/294 kB | 36/39 kB Progress (5): 0.1/2.5 MB | 110/345 kB | 52/74 kB | 88/294 kB | 36/39 kB Progress (5): 0.1/2.5 MB | 110/345 kB | 56/74 kB | 88/294 kB | 36/39 kB Progress (5): 0.1/2.5 MB | 114/345 kB | 56/74 kB | 88/294 kB | 36/39 kB Progress (5): 0.1/2.5 MB | 114/345 kB | 56/74 kB | 92/294 kB | 36/39 kB Progress (5): 0.1/2.5 MB | 114/345 kB | 56/74 kB | 92/294 kB | 36/39 kB Progress (5): 0.1/2.5 MB | 114/345 kB | 56/74 kB | 92/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 114/345 kB | 56/74 kB | 92/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 114/345 kB | 56/74 kB | 96/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 118/345 kB | 56/74 kB | 96/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 118/345 kB | 60/74 kB | 96/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 122/345 kB | 60/74 kB | 96/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 122/345 kB | 60/74 kB | 100/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 122/345 kB | 60/74 kB | 100/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 122/345 kB | 60/74 kB | 104/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 126/345 kB | 60/74 kB | 104/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 126/345 kB | 64/74 kB | 104/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 130/345 kB | 64/74 kB | 104/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 130/345 kB | 64/74 kB | 108/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 130/345 kB | 64/74 kB | 108/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 130/345 kB | 64/74 kB | 112/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 134/345 kB | 64/74 kB | 112/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 134/345 kB | 68/74 kB | 112/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 138/345 kB | 68/74 kB | 112/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 138/345 kB | 68/74 kB | 116/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 138/345 kB | 68/74 kB | 116/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 138/345 kB | 68/74 kB | 120/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 142/345 kB | 68/74 kB | 120/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 142/345 kB | 72/74 kB | 120/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 146/345 kB | 72/74 kB | 120/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 146/345 kB | 72/74 kB | 124/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 146/345 kB | 72/74 kB | 124/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 146/345 kB | 72/74 kB | 128/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 150/345 kB | 72/74 kB | 128/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 150/345 kB | 74 kB | 128/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 154/345 kB | 74 kB | 128/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 154/345 kB | 74 kB | 132/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 154/345 kB | 74 kB | 132/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 154/345 kB | 74 kB | 136/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 158/345 kB | 74 kB | 136/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 158/345 kB | 74 kB | 140/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 158/345 kB | 74 kB | 140/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 158/345 kB | 74 kB | 144/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 162/345 kB | 74 kB | 144/294 kB | 39 kB Progress (5): 0.1/2.5 MB | 162/345 kB | 74 kB | 148/294 kB | 39 kB Progress (5): 0.2/2.5 MB | 162/345 kB | 74 kB | 148/294 kB | 39 kB Progress (5): 0.2/2.5 MB | 162/345 kB | 74 kB | 152/294 kB | 39 kB Progress (5): 0.2/2.5 MB | 166/345 kB | 74 kB | 152/294 kB | 39 kB Progress (5): 0.2/2.5 MB | 166/345 kB | 74 kB | 156/294 kB | 39 kB Progress (5): 0.2/2.5 MB | 166/345 kB | 74 kB | 156/294 kB | 39 kB Progress (5): 0.2/2.5 MB | 166/345 kB | 74 kB | 160/294 kB | 39 kB Progress (5): 0.2/2.5 MB | 170/345 kB | 74 kB | 160/294 kB | 39 kB Progress (5): 0.2/2.5 MB | 170/345 kB | 74 kB | 164/294 kB | 39 kB Progress (5): 0.2/2.5 MB | 170/345 kB | 74 kB | 164/294 kB | 39 kB Progress (5): 0.2/2.5 MB | 170/345 kB | 74 kB | 164/294 kB | 39 kB Progress (5): 0.2/2.5 MB | 174/345 kB | 74 kB | 164/294 kB | 39 kB Progress (5): 0.2/2.5 MB | 174/345 kB | 74 kB | 168/294 kB | 39 kB Progress (5): 0.2/2.5 MB | 174/345 kB | 74 kB | 168/294 kB | 39 kB Progress (5): 0.2/2.5 MB | 174/345 kB | 74 kB | 172/294 kB | 39 kB Progress (5): 0.2/2.5 MB | 178/345 kB | 74 kB | 172/294 kB | 39 kB Progress (5): 0.2/2.5 MB | 178/345 kB | 74 kB | 176/294 kB | 39 kB Progress (5): 0.2/2.5 MB | 178/345 kB | 74 kB | 176/294 kB | 39 kB Progress (5): 0.2/2.5 MB | 178/345 kB | 74 kB | 180/294 kB | 39 kB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/mylyn/docs/org.eclipse.mylyn.wikitext.ant/3.0.7/org.eclipse.mylyn.wikitext.ant-3.0.7.jar (39 kB at 770 kB/s) [2019-07-30T07:04:49.196Z] Progress (4): 0.2/2.5 MB | 182/345 kB | 74 kB | 180/294 kB Progress (4): 0.2/2.5 MB | 182/345 kB | 74 kB | 184/294 kB Progress (4): 0.2/2.5 MB | 182/345 kB | 74 kB | 184/294 kB Progress (4): 0.2/2.5 MB | 182/345 kB | 74 kB | 188/294 kB Progress (4): 0.2/2.5 MB | 186/345 kB | 74 kB | 188/294 kB Progress (4): 0.2/2.5 MB | 186/345 kB | 74 kB | 192/294 kB Progress (4): 0.2/2.5 MB | 186/345 kB | 74 kB | 192/294 kB Progress (4): 0.2/2.5 MB | 186/345 kB | 74 kB | 196/294 kB Progress (4): 0.2/2.5 MB | 190/345 kB | 74 kB | 196/294 kB Progress (4): 0.2/2.5 MB | 190/345 kB | 74 kB | 197/294 kB Progress (4): 0.2/2.5 MB | 190/345 kB | 74 kB | 197/294 kB Progress (4): 0.2/2.5 MB | 190/345 kB | 74 kB | 201/294 kB Progress (4): 0.2/2.5 MB | 194/345 kB | 74 kB | 201/294 kB Progress (4): 0.2/2.5 MB | 194/345 kB | 74 kB | 205/294 kB Progress (4): 0.2/2.5 MB | 194/345 kB | 74 kB | 205/294 kB Progress (4): 0.2/2.5 MB | 194/345 kB | 74 kB | 209/294 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 1.4 MB/s) [2019-07-30T07:04:49.196Z] Progress (3): 0.2/2.5 MB | 198/345 kB | 209/294 kB Progress (3): 0.2/2.5 MB | 198/345 kB | 213/294 kB Progress (3): 0.2/2.5 MB | 198/345 kB | 213/294 kB Progress (3): 0.2/2.5 MB | 198/345 kB | 217/294 kB Progress (3): 0.2/2.5 MB | 202/345 kB | 217/294 kB Progress (3): 0.2/2.5 MB | 202/345 kB | 221/294 kB Progress (3): 0.2/2.5 MB | 202/345 kB | 221/294 kB Progress (3): 0.2/2.5 MB | 202/345 kB | 225/294 kB Progress (3): 0.2/2.5 MB | 206/345 kB | 225/294 kB Progress (3): 0.2/2.5 MB | 206/345 kB | 229/294 kB Progress (3): 0.2/2.5 MB | 206/345 kB | 229/294 kB Progress (3): 0.2/2.5 MB | 206/345 kB | 229/294 kB Progress (3): 0.2/2.5 MB | 210/345 kB | 229/294 kB Progress (3): 0.2/2.5 MB | 210/345 kB | 233/294 kB Progress (3): 0.2/2.5 MB | 210/345 kB | 233/294 kB Progress (3): 0.2/2.5 MB | 210/345 kB | 237/294 kB Progress (3): 0.2/2.5 MB | 214/345 kB | 237/294 kB Progress (3): 0.2/2.5 MB | 214/345 kB | 241/294 kB Progress (3): 0.2/2.5 MB | 214/345 kB | 241/294 kB Progress (3): 0.2/2.5 MB | 214/345 kB | 245/294 kB Progress (3): 0.2/2.5 MB | 218/345 kB | 245/294 kB Progress (3): 0.2/2.5 MB | 218/345 kB | 249/294 kB Progress (3): 0.2/2.5 MB | 218/345 kB | 249/294 kB Progress (3): 0.2/2.5 MB | 218/345 kB | 253/294 kB Progress (3): 0.2/2.5 MB | 222/345 kB | 253/294 kB Progress (3): 0.2/2.5 MB | 222/345 kB | 257/294 kB Progress (3): 0.2/2.5 MB | 222/345 kB | 257/294 kB Progress (3): 0.2/2.5 MB | 222/345 kB | 261/294 kB Progress (3): 0.2/2.5 MB | 226/345 kB | 261/294 kB Progress (3): 0.2/2.5 MB | 226/345 kB | 265/294 kB Progress (3): 0.2/2.5 MB | 226/345 kB | 265/294 kB Progress (3): 0.2/2.5 MB | 226/345 kB | 269/294 kB Progress (3): 0.2/2.5 MB | 230/345 kB | 269/294 kB Progress (3): 0.2/2.5 MB | 230/345 kB | 273/294 kB Progress (3): 0.2/2.5 MB | 230/345 kB | 273/294 kB Progress (3): 0.2/2.5 MB | 230/345 kB | 277/294 kB Progress (3): 0.2/2.5 MB | 234/345 kB | 277/294 kB Progress (3): 0.2/2.5 MB | 234/345 kB | 281/294 kB Progress (3): 0.2/2.5 MB | 234/345 kB | 281/294 kB Progress (3): 0.2/2.5 MB | 234/345 kB | 285/294 kB Progress (3): 0.2/2.5 MB | 238/345 kB | 285/294 kB Progress (3): 0.2/2.5 MB | 238/345 kB | 289/294 kB Progress (3): 0.2/2.5 MB | 238/345 kB | 289/294 kB Progress (3): 0.2/2.5 MB | 238/345 kB | 293/294 kB Progress (3): 0.2/2.5 MB | 242/345 kB | 293/294 kB Progress (3): 0.2/2.5 MB | 242/345 kB | 294 kB Progress (3): 0.2/2.5 MB | 242/345 kB | 294 kB Progress (3): 0.2/2.5 MB | 246/345 kB | 294 kB Progress (3): 0.2/2.5 MB | 246/345 kB | 294 kB Progress (3): 0.2/2.5 MB | 250/345 kB | 294 kB Progress (3): 0.2/2.5 MB | 250/345 kB | 294 kB Progress (3): 0.2/2.5 MB | 254/345 kB | 294 kB Progress (3): 0.2/2.5 MB | 254/345 kB | 294 kB Progress (3): 0.2/2.5 MB | 258/345 kB | 294 kB Progress (3): 0.2/2.5 MB | 258/345 kB | 294 kB Progress (3): 0.2/2.5 MB | 262/345 kB | 294 kB Progress (3): 0.3/2.5 MB | 262/345 kB | 294 kB Progress (3): 0.3/2.5 MB | 266/345 kB | 294 kB Progress (3): 0.3/2.5 MB | 266/345 kB | 294 kB Progress (3): 0.3/2.5 MB | 270/345 kB | 294 kB Progress (3): 0.3/2.5 MB | 270/345 kB | 294 kB Progress (3): 0.3/2.5 MB | 274/345 kB | 294 kB Progress (3): 0.3/2.5 MB | 274/345 kB | 294 kB Progress (3): 0.3/2.5 MB | 278/345 kB | 294 kB Progress (3): 0.3/2.5 MB | 278/345 kB | 294 kB Progress (3): 0.3/2.5 MB | 282/345 kB | 294 kB Progress (3): 0.3/2.5 MB | 282/345 kB | 294 kB Progress (3): 0.3/2.5 MB | 286/345 kB | 294 kB Progress (3): 0.3/2.5 MB | 286/345 kB | 294 kB Progress (3): 0.3/2.5 MB | 290/345 kB | 294 kB Progress (3): 0.3/2.5 MB | 294/345 kB | 294 kB Progress (3): 0.3/2.5 MB | 298/345 kB | 294 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.5 MB/s) [2019-07-30T07:04:49.196Z] Progress (2): 0.3/2.5 MB | 302/345 kB Progress (2): 0.3/2.5 MB | 306/345 kB Progress (2): 0.3/2.5 MB | 310/345 kB Progress (2): 0.3/2.5 MB | 314/345 kB Progress (2): 0.3/2.5 MB | 318/345 kB Progress (2): 0.3/2.5 MB | 322/345 kB Progress (2): 0.3/2.5 MB | 326/345 kB Progress (2): 0.3/2.5 MB | 330/345 kB Progress (2): 0.3/2.5 MB | 334/345 kB Progress (2): 0.3/2.5 MB | 338/345 kB Progress (2): 0.3/2.5 MB | 342/345 kB Progress (2): 0.3/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 4.7 MB/s) [2019-07-30T07:04:49.452Z] Progress (1): 0.3/2.5 MB Progress (1): 0.3/2.5 MB Progress (1): 0.3/2.5 MB Progress (1): 0.3/2.5 MB Progress (1): 0.3/2.5 MB Progress (1): 0.3/2.5 MB Progress (1): 0.3/2.5 MB Progress (1): 0.3/2.5 MB Progress (1): 0.3/2.5 MB Progress (1): 0.3/2.5 MB Progress (1): 0.3/2.5 MB Progress (1): 0.3/2.5 MB Progress (1): 0.3/2.5 MB Progress (1): 0.3/2.5 MB Progress (1): 0.3/2.5 MB Progress (1): 0.3/2.5 MB Progress (1): 0.3/2.5 MB Progress (1): 0.3/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.4/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.5/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.6/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.7/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.8/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 0.9/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.0/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.1/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.2/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.3/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.4/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.5/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.6/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.7/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.8/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 1.9/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.0/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.1/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.2/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.3/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.4/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5/2.5 MB Progress (1): 2.5 MB Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.jar (2.5 MB at 7.6 MB/s) [2019-07-30T07:04:49.708Z] [INFO] Executing tasks [2019-07-30T07:04:49.708Z] [2019-07-30T07:04:49.708Z] main: [2019-07-30T07:04:49.708Z] [2019-07-30T07:04:49.708Z] clean: [2019-07-30T07:04:49.708Z] [INFO] Executed tasks [2019-07-30T07:04:49.708Z] [INFO] [2019-07-30T07:04:49.708Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:04:49.708Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target [2019-07-30T07:04:49.708Z] [INFO] [2019-07-30T07:04:49.708Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:04:49.708Z] [INFO] The project's OSGi version is 5.0.0.201907300626 [2019-07-30T07:04:49.708Z] [INFO] [2019-07-30T07:04:49.708Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:04:49.708Z] [INFO] [2019-07-30T07:04:49.708Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:04:49.708Z] [INFO] [2019-07-30T07:04:49.708Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:04:49.708Z] [INFO] [2019-07-30T07:04:49.708Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:04:49.708Z] [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/doc/org.eclipse.tracecompass.doc.dev/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:04:49.708Z] [INFO] [2019-07-30T07:04:49.708Z] [INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:04:49.708Z] [INFO] Executing tasks [2019-07-30T07:04:49.708Z] [2019-07-30T07:04:49.708Z] main: [2019-07-30T07:04:49.708Z] [2019-07-30T07:04:49.708Z] build: [2019-07-30T07:04:50.270Z] Help: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/doc /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/doc/Developer-Guide.html [2019-07-30T07:04:50.270Z] [2019-07-30T07:04:50.270Z] test: [2019-07-30T07:04:50.525Z] [xmlvalidate] 19 file(s) have been successfully validated. [2019-07-30T07:04:50.525Z] [INFO] Executed tasks [2019-07-30T07:04:50.525Z] [INFO] [2019-07-30T07:04:50.525Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:04:50.525Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:04:50.525Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/src/main/resources [2019-07-30T07:04:50.525Z] [INFO] [2019-07-30T07:04:50.525Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:04:50.525Z] [INFO] [2019-07-30T07:04:50.525Z] [INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:04:50.525Z] [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.8/ [2019-07-30T07:04:50.525Z] [INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.8 [2019-07-30T07:04:50.525Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.8/ (449B) [2019-07-30T07:04:50.525Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/4.8/ (449B) [2019-07-30T07:04:50.781Z] [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.8/categoriesPhoton/ (1.46kB) [2019-07-30T07:04:50.781Z] [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/4.8/categoriesPhoton/ (1.46kB) [2019-07-30T07:04:50.781Z] [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/ [2019-07-30T07:04:50.781Z] [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/ [2019-07-30T07:04:51.037Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/ [2019-07-30T07:04:51.037Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/ [2019-07-30T07:04:51.963Z] [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/ [2019-07-30T07:04:51.963Z] [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) [2019-07-30T07:04:51.963Z] [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) [2019-07-30T07:04:52.890Z] [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) [2019-07-30T07:04:53.450Z] [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) [2019-07-30T07:04:53.450Z] [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) [2019-07-30T07:04:54.376Z] [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) [2019-07-30T07:04:54.376Z] [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) [2019-07-30T07:04:55.742Z] [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) [2019-07-30T07:04:55.743Z] [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) [2019-07-30T07:04:55.743Z] [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) [2019-07-30T07:04:55.743Z] [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) [2019-07-30T07:04:56.119Z] [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) [2019-07-30T07:04:56.119Z] [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) [2019-07-30T07:04:56.119Z] [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) [2019-07-30T07:04:56.119Z] [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) [2019-07-30T07:04:56.374Z] [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) [2019-07-30T07:04:56.374Z] [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) [2019-07-30T07:04:56.374Z] [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) [2019-07-30T07:04:56.374Z] [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) [2019-07-30T07:04:56.629Z] [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) [2019-07-30T07:04:56.629Z] [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) [2019-07-30T07:04:56.629Z] [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) [2019-07-30T07:04:56.629Z] [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) [2019-07-30T07:04:57.189Z] [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) [2019-07-30T07:04:57.189Z] [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) [2019-07-30T07:04:57.445Z] [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) [2019-07-30T07:04:57.445Z] [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) [2019-07-30T07:04:57.445Z] [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) [2019-07-30T07:04:57.445Z] [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) [2019-07-30T07:04:57.700Z] [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) [2019-07-30T07:04:57.700Z] [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) [2019-07-30T07:04:57.700Z] [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) [2019-07-30T07:04:57.700Z] [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) [2019-07-30T07:04:57.955Z] [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) [2019-07-30T07:04:57.955Z] [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) [2019-07-30T07:04:57.955Z] [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) [2019-07-30T07:04:57.955Z] [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) [2019-07-30T07:04:58.211Z] [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) [2019-07-30T07:04:58.211Z] [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) [2019-07-30T07:05:03.451Z] [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) [2019-07-30T07:05:03.451Z] [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) [2019-07-30T07:05:03.451Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/eclipserun-work/data/.metadata/.log [2019-07-30T07:05:03.451Z] [INFO] Command line: [2019-07-30T07:05:03.451Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -install, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/eclipserun-work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index] [2019-07-30T07:05:03.451Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:05:05.338Z] Buildfile: build.xml [2019-07-30T07:05:05.338Z] [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found. [2019-07-30T07:05:05.338Z] [2019-07-30T07:05:05.338Z] build.index: [2019-07-30T07:05:07.228Z] BUILD SUCCESSFUL [2019-07-30T07:05:07.228Z] [2019-07-30T07:05:07.228Z] BUILD SUCCESSFUL [2019-07-30T07:05:07.228Z] Total time: 2 seconds [2019-07-30T07:05:08.154Z] [INFO] [2019-07-30T07:05:08.154Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:05:08.154Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:05:08.154Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/src/test/resources [2019-07-30T07:05:08.154Z] [INFO] [2019-07-30T07:05:08.154Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:05:08.154Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT-sources.jar [2019-07-30T07:05:08.154Z] [INFO] [2019-07-30T07:05:08.154Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:05:08.154Z] [INFO] [2019-07-30T07:05:08.154Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:05:08.154Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT.jar [2019-07-30T07:05:08.154Z] [INFO] [2019-07-30T07:05:08.154Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:05:08.154Z] [INFO] [2019-07-30T07:05:08.154Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:05:08.154Z] [INFO] [2019-07-30T07:05:08.154Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:05:08.154Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT.jar [2019-07-30T07:05:08.410Z] [INFO] [2019-07-30T07:05:08.410Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:05:08.410Z] [INFO] [2019-07-30T07:05:08.410Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:05:08.410Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:05:08.410Z] [INFO] [2019-07-30T07:05:08.410Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:05:08.410Z] [INFO] [2019-07-30T07:05:08.410Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:05:08.410Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.dev/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT.jar [2019-07-30T07:05:08.410Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.dev/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT.pom [2019-07-30T07:05:08.410Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.dev/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT-sources.jar [2019-07-30T07:05:08.410Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.dev/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:05:08.410Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.dev/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:05:08.410Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.dev/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.dev/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.dev-5.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:05:08.410Z] [INFO] [2019-07-30T07:05:08.410Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.doc.dev --- [2019-07-30T07:05:08.410Z] [INFO] [2019-07-30T07:05:08.410Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.ui >-- [2019-07-30T07:05:08.410Z] [INFO] Building org.eclipse.tracecompass.tmf.analysis.xml.ui 2.1.8-SNAPSHOT [59/134] [2019-07-30T07:05:08.410Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T07:05:08.410Z] [INFO] [2019-07-30T07:05:08.410Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:08.410Z] [INFO] [2019-07-30T07:05:08.410Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:08.410Z] [INFO] The project's OSGi version is 2.1.8.201907300626 [2019-07-30T07:05:08.410Z] [INFO] [2019-07-30T07:05:08.410Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:08.410Z] [INFO] [2019-07-30T07:05:08.410Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:08.410Z] [INFO] [2019-07-30T07:05:08.410Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:08.410Z] [INFO] [2019-07-30T07:05:08.410Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:08.410Z] [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/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:05:08.410Z] [INFO] [2019-07-30T07:05:08.410Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:08.410Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:05:08.410Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/src/main/resources [2019-07-30T07:05:08.410Z] [INFO] [2019-07-30T07:05:08.410Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:08.410Z] [INFO] Compiling 28 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/classes [2019-07-30T07:05:08.666Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/ui/views/xychart/XmlTreeViewer.java:[45] [2019-07-30T07:05:08.666Z] TmfTreeDataModel model = ((TmfGenericTreeEntry) element).getModel(); [2019-07-30T07:05:08.666Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T07:05:08.666Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry [2019-07-30T07:05:08.666Z] 2. INFO in /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/src/org/eclipse/tracecompass/internal/tmf/analysis/xml/ui/views/xychart/XmlTreeViewer.java (at line 45) [2019-07-30T07:05:08.666Z] TmfTreeDataModel model = ((TmfGenericTreeEntry) element).getModel(); [2019-07-30T07:05:08.666Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T07:05:08.666Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'TmfGenericTreeEntry<@NonNull TmfTreeDataModel>'. Type 'TmfGenericTreeEntry' doesn't seem to be designed with null type annotations in mind [2019-07-30T07:05:08.666Z] 2 problems (0 errors, 1 warning, 1 info) [2019-07-30T07:05:08.666Z] [INFO] [2019-07-30T07:05:08.666Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:08.666Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:05:08.666Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/src/test/resources [2019-07-30T07:05:08.666Z] [INFO] [2019-07-30T07:05:08.666Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:08.666Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT-sources.jar [2019-07-30T07:05:08.666Z] [INFO] [2019-07-30T07:05:08.666Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:08.666Z] [INFO] [2019-07-30T07:05:08.666Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:08.666Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT.jar [2019-07-30T07:05:08.666Z] [INFO] [2019-07-30T07:05:08.666Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:08.666Z] [INFO] [2019-07-30T07:05:08.666Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:08.666Z] [INFO] [2019-07-30T07:05:08.666Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:08.666Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT.jar [2019-07-30T07:05:08.921Z] [INFO] [2019-07-30T07:05:08.921Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:08.921Z] [INFO] [2019-07-30T07:05:08.921Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:08.921Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:05:08.921Z] [INFO] [2019-07-30T07:05:08.921Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:09.176Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:05:09.176Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:05:09.176Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:05:09.737Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:05:09.737Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:05:09.737Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes [2019-07-30T07:05:09.993Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:05:10.918Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:05:10.918Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes [2019-07-30T07:05:11.174Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:05:11.174Z] [INFO] [2019-07-30T07:05:11.174Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:11.174Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui/2.1.8-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT.jar [2019-07-30T07:05:11.174Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui/2.1.8-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT.pom [2019-07-30T07:05:11.174Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui/2.1.8-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT-sources.jar [2019-07-30T07:05:11.174Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui/2.1.8-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:05:11.174Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui/2.1.8-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT-p2metadata.xml [2019-07-30T07:05:11.174Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.ui/2.1.8-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.ui-2.1.8-SNAPSHOT-p2artifacts.xml [2019-07-30T07:05:11.174Z] [INFO] [2019-07-30T07:05:11.174Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.analysis.xml.ui --- [2019-07-30T07:05:11.174Z] [INFO] [2019-07-30T07:05:11.174Z] [INFO] -------< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf >-------- [2019-07-30T07:05:11.174Z] [INFO] Building org.eclipse.tracecompass.tmf 5.0.0-SNAPSHOT [60/134] [2019-07-30T07:05:11.174Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2019-07-30T07:05:11.174Z] [INFO] [2019-07-30T07:05:11.174Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf --- [2019-07-30T07:05:11.174Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/target [2019-07-30T07:05:11.174Z] [INFO] [2019-07-30T07:05:11.174Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.tmf --- [2019-07-30T07:05:11.174Z] [INFO] The project's OSGi version is 5.0.0.201907300626 [2019-07-30T07:05:11.174Z] [INFO] [2019-07-30T07:05:11.174Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf --- [2019-07-30T07:05:11.174Z] [INFO] [2019-07-30T07:05:11.174Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf --- [2019-07-30T07:05:11.174Z] [INFO] [2019-07-30T07:05:11.174Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf --- [2019-07-30T07:05:11.174Z] [INFO] [2019-07-30T07:05:11.174Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf --- [2019-07-30T07:05:11.174Z] [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/tmf/org.eclipse.tracecompass.tmf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:05:11.174Z] [INFO] [2019-07-30T07:05:11.174Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf --- [2019-07-30T07:05:11.174Z] [INFO] [2019-07-30T07:05:11.174Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf --- [2019-07-30T07:05:11.174Z] [INFO] [2019-07-30T07:05:11.174Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.tmf --- [2019-07-30T07:05:11.174Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/target/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT.jar [2019-07-30T07:05:11.174Z] [INFO] [2019-07-30T07:05:11.174Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf --- [2019-07-30T07:05:11.174Z] [INFO] [2019-07-30T07:05:11.174Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.tmf --- [2019-07-30T07:05:11.174Z] [INFO] [2019-07-30T07:05:11.174Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf --- [2019-07-30T07:05:11.430Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/target/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT-sources-feature.jar [2019-07-30T07:05:11.430Z] [INFO] [2019-07-30T07:05:11.430Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf --- [2019-07-30T07:05:11.430Z] [INFO] [2019-07-30T07:05:11.430Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf --- [2019-07-30T07:05:11.430Z] [INFO] [2019-07-30T07:05:11.430Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf --- [2019-07-30T07:05:11.430Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:05:11.430Z] [INFO] [2019-07-30T07:05:11.430Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf --- [2019-07-30T07:05:11.990Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:05:11.990Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:05:11.990Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:05:12.551Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes [2019-07-30T07:05:12.806Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:05:13.733Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:05:13.733Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T07:05:13.733Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes [2019-07-30T07:05:13.733Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:05:13.733Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes [2019-07-30T07:05:13.733Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:05:13.733Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:05:13.733Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:05:13.988Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes [2019-07-30T07:05:13.988Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes [2019-07-30T07:05:13.988Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:05:14.243Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:05:14.243Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.dev' with 0 classes [2019-07-30T07:05:14.243Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes [2019-07-30T07:05:14.243Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui' with 42 classes [2019-07-30T07:05:14.243Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes [2019-07-30T07:05:14.243Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes [2019-07-30T07:05:14.498Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:05:14.498Z] [INFO] [2019-07-30T07:05:14.498Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf --- [2019-07-30T07:05:14.498Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/target/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT.jar [2019-07-30T07:05:14.498Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT.pom [2019-07-30T07:05:14.498Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/target/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT-sources-feature.jar [2019-07-30T07:05:14.498Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:05:14.498Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf-5.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:05:14.498Z] [INFO] [2019-07-30T07:05:14.498Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf --- [2019-07-30T07:05:14.498Z] [INFO] [2019-07-30T07:05:14.498Z] [INFO] ------< org.eclipse.tracecompass:org.eclipse.tracecompass.btf.ui >------ [2019-07-30T07:05:14.498Z] [INFO] Building org.eclipse.tracecompass.btf.ui 1.0.2-SNAPSHOT [61/134] [2019-07-30T07:05:14.498Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T07:05:14.498Z] [INFO] [2019-07-30T07:05:14.498Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:14.498Z] [INFO] [2019-07-30T07:05:14.498Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:14.498Z] [INFO] The project's OSGi version is 1.0.2.201907300626 [2019-07-30T07:05:14.498Z] [INFO] [2019-07-30T07:05:14.498Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:14.498Z] [INFO] [2019-07-30T07:05:14.498Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:14.498Z] [INFO] [2019-07-30T07:05:14.498Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:14.498Z] [INFO] [2019-07-30T07:05:14.498Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:14.498Z] [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/btf/org.eclipse.tracecompass.btf.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:05:14.498Z] [INFO] [2019-07-30T07:05:14.498Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:14.498Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:05:14.498Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/src/main/resources [2019-07-30T07:05:14.498Z] [INFO] [2019-07-30T07:05:14.498Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:14.498Z] [INFO] Compiling 3 source files to /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/target/classes [2019-07-30T07:05:14.498Z] [INFO] [2019-07-30T07:05:14.498Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:14.498Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:05:14.498Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/src/test/resources [2019-07-30T07:05:14.498Z] [INFO] [2019-07-30T07:05:14.498Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:14.498Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/target/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT-sources.jar [2019-07-30T07:05:14.498Z] [INFO] [2019-07-30T07:05:14.498Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:14.498Z] [INFO] [2019-07-30T07:05:14.498Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:14.498Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/target/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT.jar [2019-07-30T07:05:14.754Z] [INFO] [2019-07-30T07:05:14.754Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:14.754Z] [INFO] [2019-07-30T07:05:14.754Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:14.754Z] [INFO] [2019-07-30T07:05:14.754Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:14.754Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/target/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT.jar [2019-07-30T07:05:14.754Z] [INFO] [2019-07-30T07:05:14.754Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:14.754Z] [INFO] [2019-07-30T07:05:14.754Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:14.754Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:05:14.754Z] [INFO] [2019-07-30T07:05:14.754Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:14.754Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:05:14.754Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:05:15.009Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:05:15.265Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:05:15.265Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:05:15.521Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.btf.core' with 15 classes [2019-07-30T07:05:15.521Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:05:16.450Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes [2019-07-30T07:05:16.705Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:05:16.705Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:05:16.705Z] [INFO] [2019-07-30T07:05:16.705Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:16.705Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/target/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.ui/1.0.2-SNAPSHOT/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT.jar [2019-07-30T07:05:16.705Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.ui/1.0.2-SNAPSHOT/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT.pom [2019-07-30T07:05:16.705Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/target/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.ui/1.0.2-SNAPSHOT/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT-sources.jar [2019-07-30T07:05:16.705Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/target/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.ui/1.0.2-SNAPSHOT/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:05:16.705Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.ui/1.0.2-SNAPSHOT/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT-p2metadata.xml [2019-07-30T07:05:16.705Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.ui/1.0.2-SNAPSHOT/org.eclipse.tracecompass.btf.ui-1.0.2-SNAPSHOT-p2artifacts.xml [2019-07-30T07:05:16.705Z] [INFO] [2019-07-30T07:05:16.705Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.btf.ui --- [2019-07-30T07:05:16.705Z] [INFO] [2019-07-30T07:05:16.705Z] [INFO] -------< org.eclipse.tracecompass:org.eclipse.tracecompass.btf >-------- [2019-07-30T07:05:16.705Z] [INFO] Building org.eclipse.tracecompass.btf 5.0.0-SNAPSHOT [62/134] [2019-07-30T07:05:16.705Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2019-07-30T07:05:16.705Z] [INFO] [2019-07-30T07:05:16.705Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.btf --- [2019-07-30T07:05:16.705Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/target [2019-07-30T07:05:16.705Z] [INFO] [2019-07-30T07:05:16.705Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.btf --- [2019-07-30T07:05:16.705Z] [INFO] The project's OSGi version is 5.0.0.201907300626 [2019-07-30T07:05:16.705Z] [INFO] [2019-07-30T07:05:16.705Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.btf --- [2019-07-30T07:05:16.705Z] [INFO] [2019-07-30T07:05:16.705Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.btf --- [2019-07-30T07:05:16.705Z] [INFO] [2019-07-30T07:05:16.705Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.btf --- [2019-07-30T07:05:16.705Z] [INFO] [2019-07-30T07:05:16.705Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.btf --- [2019-07-30T07:05:16.705Z] [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/btf/org.eclipse.tracecompass.btf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:05:16.705Z] [INFO] [2019-07-30T07:05:16.705Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.btf --- [2019-07-30T07:05:16.705Z] [INFO] [2019-07-30T07:05:16.705Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.btf --- [2019-07-30T07:05:16.705Z] [INFO] [2019-07-30T07:05:16.705Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.btf --- [2019-07-30T07:05:16.705Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/target/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT.jar [2019-07-30T07:05:16.705Z] [INFO] [2019-07-30T07:05:16.705Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.btf --- [2019-07-30T07:05:16.705Z] [INFO] [2019-07-30T07:05:16.705Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.btf --- [2019-07-30T07:05:16.705Z] [INFO] [2019-07-30T07:05:16.705Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.btf --- [2019-07-30T07:05:16.961Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/target/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT-sources-feature.jar [2019-07-30T07:05:16.961Z] [INFO] [2019-07-30T07:05:16.961Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.btf --- [2019-07-30T07:05:16.961Z] [INFO] [2019-07-30T07:05:16.961Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.btf --- [2019-07-30T07:05:16.961Z] [INFO] [2019-07-30T07:05:16.961Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.btf --- [2019-07-30T07:05:16.961Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:05:16.961Z] [INFO] [2019-07-30T07:05:16.961Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.btf --- [2019-07-30T07:05:17.521Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:05:17.521Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:05:17.521Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:05:18.081Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes [2019-07-30T07:05:18.081Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:05:19.008Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:05:19.008Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T07:05:19.008Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes [2019-07-30T07:05:19.008Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:05:19.263Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes [2019-07-30T07:05:19.263Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:05:19.263Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:05:19.263Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:05:19.263Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes [2019-07-30T07:05:19.263Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes [2019-07-30T07:05:19.519Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.btf.core' with 15 classes [2019-07-30T07:05:19.519Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf' with 0 classes [2019-07-30T07:05:19.519Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.btf.ui' with 6 classes [2019-07-30T07:05:19.519Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes [2019-07-30T07:05:19.519Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:05:19.774Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:05:19.774Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.dev' with 0 classes [2019-07-30T07:05:19.774Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui' with 42 classes [2019-07-30T07:05:19.774Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes [2019-07-30T07:05:19.774Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes [2019-07-30T07:05:20.030Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:05:20.030Z] [INFO] [2019-07-30T07:05:20.030Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.btf --- [2019-07-30T07:05:20.030Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/target/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT.jar [2019-07-30T07:05:20.030Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT.pom [2019-07-30T07:05:20.030Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/target/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT-sources-feature.jar [2019-07-30T07:05:20.030Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:05:20.030Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.btf-5.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:05:20.030Z] [INFO] [2019-07-30T07:05:20.030Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.btf --- [2019-07-30T07:05:20.030Z] [INFO] [2019-07-30T07:05:20.030Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.btf.core.tests >-- [2019-07-30T07:05:20.030Z] [INFO] Building org.eclipse.tracecompass.btf.core.tests 1.0.0-SNAPSHOT [63/134] [2019-07-30T07:05:20.030Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:05:20.030Z] [INFO] [2019-07-30T07:05:20.030Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:20.030Z] [INFO] [2019-07-30T07:05:20.030Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:20.030Z] [INFO] The project's OSGi version is 1.0.0.201907300626 [2019-07-30T07:05:20.030Z] [INFO] [2019-07-30T07:05:20.030Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:20.030Z] [INFO] [2019-07-30T07:05:20.030Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:20.030Z] [INFO] [2019-07-30T07:05:20.030Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:20.030Z] [INFO] [2019-07-30T07:05:20.030Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:20.030Z] [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/btf/org.eclipse.tracecompass.btf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:05:20.030Z] [INFO] [2019-07-30T07:05:20.030Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:20.030Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:05:20.030Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/src/main/resources [2019-07-30T07:05:20.030Z] [INFO] [2019-07-30T07:05:20.030Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:20.030Z] [INFO] Compiling 4 source files to /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/classes [2019-07-30T07:05:20.030Z] [INFO] [2019-07-30T07:05:20.030Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:20.030Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:05:20.030Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/src/test/resources [2019-07-30T07:05:20.030Z] [INFO] [2019-07-30T07:05:20.030Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:20.030Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT-sources.jar [2019-07-30T07:05:20.030Z] [INFO] [2019-07-30T07:05:20.030Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:20.030Z] [INFO] [2019-07-30T07:05:20.030Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:20.030Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT.jar [2019-07-30T07:05:20.285Z] [INFO] [2019-07-30T07:05:20.285Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:20.285Z] [INFO] [2019-07-30T07:05:20.285Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:20.285Z] [INFO] [2019-07-30T07:05:20.285Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:20.285Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT.jar [2019-07-30T07:05:20.285Z] [INFO] [2019-07-30T07:05:20.285Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:20.285Z] [INFO] [2019-07-30T07:05:20.285Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:21.211Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/work/data/.metadata/.log [2019-07-30T07:05:21.211Z] [INFO] Command line: [2019-07-30T07:05:21.211Z] [/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/btf/org.eclipse.tracecompass.btf.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T07:05:21.211Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:05:24.475Z] !SESSION 2019-07-30 07:05:21.507 ----------------------------------------------- [2019-07-30T07:05:24.475Z] eclipse.buildId=unknown [2019-07-30T07:05:24.475Z] java.version=1.8.0_202 [2019-07-30T07:05:24.475Z] java.vendor=Oracle Corporation [2019-07-30T07:05:24.475Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:05:24.475Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T07:05:24.475Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T07:05:24.475Z] [2019-07-30T07:05:24.475Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:05:23.824 [2019-07-30T07:05:24.475Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:05:24.475Z] !STACK 0 [2019-07-30T07:05:24.475Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] [2019-07-30T07:05:24.475Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:05:24.475Z] [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:05:24.475Z] [2019-07-30T07:05:24.475Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:05:23.935 [2019-07-30T07:05:24.475Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:05:24.475Z] !STACK 0 [2019-07-30T07:05:24.475Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] [2019-07-30T07:05:24.475Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:05:24.475Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:05:24.475Z] -> 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" [2019-07-30T07:05:24.475Z] org.apache.httpcomponents.httpclient.win [35] [2019-07-30T07:05:24.475Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:05:24.475Z] [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:05:24.475Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:05:25.838Z] Running org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest [2019-07-30T07:05:26.096Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 s - in org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest [2019-07-30T07:05:26.096Z] testReadProperties(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest) Time elapsed: 0.169 s [2019-07-30T07:05:26.096Z] testValidate(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest) Time elapsed: 0.024 s [2019-07-30T07:05:26.096Z] testTwoContexts(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest) Time elapsed: 0.063 s [2019-07-30T07:05:26.096Z] testRead10thEvent1(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest) Time elapsed: 0.005 s [2019-07-30T07:05:26.096Z] testRead10thEvent2(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest) Time elapsed: 0.004 s [2019-07-30T07:05:26.096Z] testSeek1stEvent(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest) Time elapsed: 0.003 s [2019-07-30T07:05:26.096Z] testReadCommentLineEvent1(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest) Time elapsed: 0.011 s [2019-07-30T07:05:26.096Z] testReadCommentLineEvent2(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest) Time elapsed: 0.065 s [2019-07-30T07:05:26.096Z] testRead1stEvent(org.eclipse.tracecompass.btf.core.tests.trace.BtfTraceTest) Time elapsed: 0.003 s [2019-07-30T07:05:26.096Z] [2019-07-30T07:05:26.096Z] Results: [2019-07-30T07:05:26.096Z] [2019-07-30T07:05:26.096Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T07:05:26.096Z] [2019-07-30T07:05:27.024Z] [INFO] All tests passed! [2019-07-30T07:05:27.024Z] [INFO] [2019-07-30T07:05:27.024Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:27.024Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:05:27.024Z] [INFO] [2019-07-30T07:05:27.024Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:27.024Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.btf.core' with 15 classes [2019-07-30T07:05:27.024Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:05:27.024Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:05:27.585Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:05:27.585Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:05:27.585Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:05:27.585Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:05:27.585Z] [INFO] [2019-07-30T07:05:27.585Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:27.585Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT.jar [2019-07-30T07:05:27.585Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT.pom [2019-07-30T07:05:27.585Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT-sources.jar [2019-07-30T07:05:27.585Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:05:27.585Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:05:27.585Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/btf/org.eclipse.tracecompass.btf.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.btf.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.btf.core.tests-1.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:05:27.585Z] [INFO] [2019-07-30T07:05:27.585Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.btf.core.tests --- [2019-07-30T07:05:27.585Z] [INFO] [2019-07-30T07:05:27.585Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.common.core.tests >-- [2019-07-30T07:05:27.585Z] [INFO] Building org.eclipse.tracecompass.common.core.tests 1.1.5-SNAPSHOT [64/134] [2019-07-30T07:05:27.585Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:05:27.585Z] [INFO] [2019-07-30T07:05:27.585Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:27.585Z] [INFO] [2019-07-30T07:05:27.585Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:27.585Z] [INFO] The project's OSGi version is 1.1.5.201907300626 [2019-07-30T07:05:27.585Z] [INFO] [2019-07-30T07:05:27.585Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:27.585Z] [INFO] [2019-07-30T07:05:27.585Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:27.585Z] [INFO] [2019-07-30T07:05:27.585Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:27.585Z] [INFO] [2019-07-30T07:05:27.585Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:27.585Z] [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/common/org.eclipse.tracecompass.common.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:05:27.585Z] [INFO] [2019-07-30T07:05:27.585Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:27.585Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:05:27.585Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/src/main/resources [2019-07-30T07:05:27.585Z] [INFO] [2019-07-30T07:05:27.585Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:27.585Z] [INFO] Compiling 13 source files to /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/classes [2019-07-30T07:05:27.841Z] [INFO] [2019-07-30T07:05:27.841Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:27.841Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:05:27.841Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/src/test/resources [2019-07-30T07:05:27.841Z] [INFO] [2019-07-30T07:05:27.841Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:27.841Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT-sources.jar [2019-07-30T07:05:27.841Z] [INFO] [2019-07-30T07:05:27.841Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:27.841Z] [INFO] [2019-07-30T07:05:27.841Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:27.841Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT.jar [2019-07-30T07:05:27.841Z] [INFO] [2019-07-30T07:05:27.841Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:27.841Z] [INFO] [2019-07-30T07:05:27.841Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:27.841Z] [INFO] [2019-07-30T07:05:27.841Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:27.841Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT.jar [2019-07-30T07:05:28.097Z] [INFO] [2019-07-30T07:05:28.097Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:28.097Z] [INFO] [2019-07-30T07:05:28.097Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:28.658Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/work/data/.metadata/.log [2019-07-30T07:05:28.658Z] [INFO] Command line: [2019-07-30T07:05:28.658Z] [/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/common/org.eclipse.tracecompass.common.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T07:05:28.658Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:05:30.545Z] !SESSION 2019-07-30 07:05:28.807 ----------------------------------------------- [2019-07-30T07:05:30.545Z] eclipse.buildId=unknown [2019-07-30T07:05:30.545Z] java.version=1.8.0_202 [2019-07-30T07:05:30.545Z] java.vendor=Oracle Corporation [2019-07-30T07:05:30.545Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:05:30.545Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T07:05:30.545Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T07:05:30.545Z] [2019-07-30T07:05:30.545Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:05:30.519 [2019-07-30T07:05:30.545Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:05:30.545Z] !STACK 0 [2019-07-30T07:05:30.545Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [50] [2019-07-30T07:05:30.545Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:05:30.545Z] [2019-07-30T07:05:30.545Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:05:30.545Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:05:30.545Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:05:30.545Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:05:30.545Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:05:30.545Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:05:30.545Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:05:30.545Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:05:30.545Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:05:30.545Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:05:30.800Z] [2019-07-30T07:05:30.800Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:05:30.621 [2019-07-30T07:05:30.800Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:05:30.800Z] !STACK 0 [2019-07-30T07:05:30.800Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [123] [2019-07-30T07:05:30.800Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:05:30.800Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:05:30.800Z] -> 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" [2019-07-30T07:05:30.800Z] org.apache.httpcomponents.httpclient.win [31] [2019-07-30T07:05:30.800Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:05:30.800Z] [2019-07-30T07:05:30.800Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:05:30.800Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:05:30.800Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:05:30.800Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:05:30.800Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:05:30.800Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:05:30.800Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:05:30.800Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:05:30.800Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:05:30.800Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:05:31.727Z] Running org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest [2019-07-30T07:05:31.983Z] Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s - in org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest [2019-07-30T07:05:31.983Z] testFormatIllegalArgument[0: 3 - 3](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:31.984Z] testParseObject[0: 3 - 3](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:31.984Z] testFormat[0: 3 - 3](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[0: 3 - 3](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[1: 5.6 - 5.6](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[1: 5.6 - 5.6](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:31.984Z] testFormat[1: 5.6 - 5.6](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[1: 5.6 - 5.6](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[2: 1.235 - 1.2](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[2: 1.235 - 1.2](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[2: 1.235 - 1.2](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[2: 1.235 - 1.2](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[3: 1.01 - 1](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:31.984Z] testParseObject[3: 1.01 - 1](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[3: 1.01 - 1](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[3: 1.01 - 1](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[4: 975 - 975](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[4: 975 - 975](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[4: 975 - 975](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[4: 975 - 975](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[5: 1,000 - 1 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[5: 1,000 - 1 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:31.984Z] testFormat[5: 1,000 - 1 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[5: 1,000 - 1 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[6: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[6: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[6: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[6: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[7: -4,000 - -4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[7: -4,000 - -4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[7: -4,000 - -4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[7: -4,000 - -4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[8: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[8: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[8: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[8: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[9: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[9: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[9: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[9: 4,000 - 4 k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[10: 12,345,678 - 12.3 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[10: 12,345,678 - 12.3 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[10: 12,345,678 - 12.3 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[10: 12,345,678 - 12.3 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[11: 2,147,483,647 - 2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[11: 2,147,483,647 - 2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[11: 2,147,483,647 - 2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[11: 2,147,483,647 - 2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[12: -2,147,483,648 - -2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[12: -2,147,483,648 - -2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[12: -2,147,483,648 - -2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[12: -2,147,483,648 - -2.1 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[13: 9,223,372,036,854,775,807 - 9223.4 P](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:31.984Z] testParseObject[13: 9,223,372,036,854,775,807 - 9223.4 P](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[13: 9,223,372,036,854,775,807 - 9223.4 P](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[13: 9,223,372,036,854,775,807 - 9223.4 P](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[14: 98,765,432.123 - 98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[14: 98,765,432.123 - 98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:31.984Z] testFormat[14: 98,765,432.123 - 98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[14: 98,765,432.123 - 98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[15: -98,765,432.123 - -98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[15: -98,765,432.123 - -98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:31.984Z] testFormat[15: -98,765,432.123 - -98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[15: -98,765,432.123 - -98.8 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[16: 555,555,555,555 - 555.6 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[16: 555,555,555,555 - 555.6 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[16: 555,555,555,555 - 555.6 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[16: 555,555,555,555 - 555.6 G](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[17: 555,555,555,555,555 - 555.6 T](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[17: 555,555,555,555,555 - 555.6 T](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[17: 555,555,555,555,555 - 555.6 T](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[17: 555,555,555,555,555 - 555.6 T](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[18: 100,100,000 - 100.1 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[18: 100,100,000 - 100.1 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[18: 100,100,000 - 100.1 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[18: 100,100,000 - 100.1 M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[19: 0.1 - 100 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[19: 0.1 - 100 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[19: 0.1 - 100 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[19: 0.1 - 100 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[20: 0.001 - 1 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[20: 0.001 - 1 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[20: 0.001 - 1 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[20: 0.001 - 1 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[21: 0 - 1 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[21: 0 - 1 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[21: 0 - 1 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[21: 0 - 1 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[22: 0 - 1 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[22: 0 - 1 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[22: 0 - 1 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[22: 0 - 1 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[23: 0 - 1 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[23: 0 - 1 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[23: 0 - 1 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[23: 0 - 1 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[24: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[24: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[24: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[24: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[25: -0.04 - -40 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[25: -0.04 - -40 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[25: -0.04 - -40 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:31.984Z] testParseObject2[25: -0.04 - -40 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[26: 0.002 - 2 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[26: 0.002 - 2 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[26: 0.002 - 2 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[26: 0.002 - 2 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[27: 0.056 - 55.5 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[27: 0.056 - 55.5 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[27: 0.056 - 55.5 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[27: 0.056 - 55.5 m](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[28: 0 - 492.8 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[28: 0 - 492.8 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[28: 0 - 492.8 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[28: 0 - 492.8 ��](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[29: 0 - 251 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[29: 0 - 251 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[29: 0 - 251 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[29: 0 - 251 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[30: 0 - 43 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[30: 0 - 43 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[30: 0 - 43 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[30: 0 - 43 p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[31: 0 - 45.6 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[31: 0 - 45.6 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[31: 0 - 45.6 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[31: 0 - 45.6 n](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] 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 [2019-07-30T07:05:31.984Z] 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 [2019-07-30T07:05:31.984Z] testFormat[32: 179,769,313,486,231,570,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000,000 - 1.7976931348623157E308](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] 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 [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[33: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[33: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[33: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[33: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[34: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[34: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[34: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[34: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[35: -��� - -���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[35: -��� - -���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[35: -��� - -���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[35: -��� - -���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[36: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[36: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[36: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[36: ��� - ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[37: null - Toto](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:31.984Z] testParseObject[37: null - Toto](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[37: null - Toto](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[37: null - Toto](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[38: null - 1.2 s](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[38: null - 1.2 s](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[38: null - 1.2 s](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[38: null - 1.2 s](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[39: null - 1.2 ms](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[39: null - 1.2 ms](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:31.984Z] testFormat[39: null - 1.2 ms](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[39: null - 1.2 ms](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[40: null - ��� k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[40: null - ��� k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[40: null - ��� k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[40: null - ��� k](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0.048 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[41: null - -��� p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[41: null - -��� p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[41: null - -��� p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[41: null - -��� p](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[42: null - ���M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[42: null - ���M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[42: null - ���M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[42: null - ���M](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[43: null - 1.2 m ](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[43: null - 1.2 m ](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[43: null - 1.2 m ](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[43: null - 1.2 m ](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] Running org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest [2019-07-30T07:05:31.984Z] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest [2019-07-30T07:05:31.984Z] testParseObject[0: 0 - 0 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[0: 0 - 0 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[0: 0 - 0 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[0: 0 - 0 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:31.984Z] testParseObject[1: 3 - 3 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[1: 3 - 3 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[1: 3 - 3 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[1: 3 - 3 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[2: 975 - 975 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[2: 975 - 975 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0.051 s [2019-07-30T07:05:31.984Z] testFormat[2: 975 - 975 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[2: 975 - 975 B](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[3: 1,024 - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[3: 1,024 - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[3: 1,024 - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[3: 1,024 - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[4: 1,048,576 - 1 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[4: 1,048,576 - 1 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[4: 1,048,576 - 1 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[4: 1,048,576 - 1 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[5: 1,073,741,824 - 1 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[5: 1,073,741,824 - 1 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[5: 1,073,741,824 - 1 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[5: 1,073,741,824 - 1 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[6: 1,099,511,627,776 - 1 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[6: 1,099,511,627,776 - 1 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[6: 1,099,511,627,776 - 1 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:31.984Z] testParseObject2[6: 1,099,511,627,776 - 1 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[7: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[7: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[7: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[7: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[8: -4,096 - -4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[8: -4,096 - -4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[8: -4,096 - -4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[8: -4,096 - -4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[9: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[9: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[9: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[9: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[10: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[10: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[10: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[10: 4,096 - 4 KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[11: 12,345,678 - 11.774 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[11: 12,345,678 - 11.774 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[11: 12,345,678 - 11.774 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[11: 12,345,678 - 11.774 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[12: 2,147,483,647 - 2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[12: 2,147,483,647 - 2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[12: 2,147,483,647 - 2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[12: 2,147,483,647 - 2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[13: -2,147,483,648 - -2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[13: -2,147,483,648 - -2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[13: -2,147,483,648 - -2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[13: -2,147,483,648 - -2 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[14: 9,223,372,036,854,775,807 - 8388608 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[14: 9,223,372,036,854,775,807 - 8388608 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[14: 9,223,372,036,854,775,807 - 8388608 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[14: 9,223,372,036,854,775,807 - 8388608 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[15: 98,765,432.123 - 94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[15: 98,765,432.123 - 94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[15: 98,765,432.123 - 94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[15: 98,765,432.123 - 94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[16: -98,765,432.123 - -94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[16: -98,765,432.123 - -94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[16: -98,765,432.123 - -94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[16: -98,765,432.123 - -94.19 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:31.984Z] testParseObject[17: 555,555,555,555 - 517.401 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[17: 555,555,555,555 - 517.401 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[17: 555,555,555,555 - 517.401 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[17: 555,555,555,555 - 517.401 GB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[18: 555,555,555,555,555 - 505.275 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[18: 555,555,555,555,555 - 505.275 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:31.984Z] testFormat[18: 555,555,555,555,555 - 505.275 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[18: 555,555,555,555,555 - 505.275 TB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[20: null - .0001 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[20: null - .0001 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[20: null - .0001 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[20: null - .0001 MB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[21: null - 1KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[21: null - 1KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[21: null - 1KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[21: null - 1KB](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[22: null - 1KB ](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[22: null - 1KB ](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[22: null - 1KB ](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[22: null - 1KB ](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject[23: null - 1KB potato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormatIllegalArgument[23: null - 1KB potato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testFormat[23: null - 1KB potato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] testParseObject2[23: null - 1KB potato](org.eclipse.tracecompass.common.core.tests.format.DataSizeFormatTest) Time elapsed: 0 s [2019-07-30T07:05:31.984Z] Running org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest [2019-07-30T07:05:32.242Z] Tests run: 92, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest [2019-07-30T07:05:32.242Z] testParseObject[0: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[0: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[0: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:32.242Z] testParseObject2[0: 0 - 0](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[1: 3 - 3 ns](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[1: 3 - 3 ns](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[1: 3 - 3 ns](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[1: 3 - 3 ns](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[2: 1,975 - 1.975 ��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[2: 1,975 - 1.975 ��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[2: 1,975 - 1.975 ��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[2: 1,975 - 1.975 ��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[3: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[3: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[3: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[3: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[4: -200,000,000 - -200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[4: -200,000,000 - -200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[4: -200,000,000 - -200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[4: -200,000,000 - -200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[5: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[5: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[5: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[5: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[6: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[6: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[6: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[6: 200,000,000 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[7: 2,100,000,000 - 2.1 s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[7: 2,100,000,000 - 2.1 s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[7: 2,100,000,000 - 2.1 s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[7: 2,100,000,000 - 2.1 s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[8: 314,159,264 - 314.159 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[8: 314,159,264 - 314.159 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[8: 314,159,264 - 314.159 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[8: 314,159,264 - 314.159 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[9: 200,001,000 - 200.001 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[9: 200,001,000 - 200.001 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[9: 200,001,000 - 200.001 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[9: 200,001,000 - 200.001 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[10: 200,000,100 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[10: 200,000,100 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[10: 200,000,100 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[10: 200,000,100 - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[11: null - 200ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[11: null - 200ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[11: null - 200ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[11: null - 200ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[12: null - 200ms ](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[12: null - 200ms ](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[12: null - 200ms ](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[12: null - 200ms ](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[13: null - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[13: null - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[13: null - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[13: null - 200 ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[14: null - 1.5ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[14: null - 1.5ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[14: null - 1.5ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[14: null - 1.5ms](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[15: null - 1.5us](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[15: null - 1.5us](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[15: null - 1.5us](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[15: null - 1.5us](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[16: null - 1.5��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[16: null - 1.5��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[16: null - 1.5��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[16: null - 1.5��s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[17: null - 1.5usdt](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[17: null - 1.5usdt](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[17: null - 1.5usdt](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[17: null - 1.5usdt](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[18: null - 1.5hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[18: null - 1.5hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[18: null - 1.5hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[18: null - 1.5hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[19: null - 15](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[19: null - 15](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[19: null - 15](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[19: null - 15](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[20: null - hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[20: null - hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[20: null - hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[20: null - hello](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[21: null - 0.000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[21: null - 0.000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[21: null - 0.000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[21: null - 0.000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[22: null - .000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[22: null - .000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[22: null - .000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[22: null - .000001s](org.eclipse.tracecompass.common.core.tests.format.SubSecondTimeWithUnitFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] Running org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest [2019-07-30T07:05:32.242Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest [2019-07-30T07:05:32.242Z] testFormat[0: 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[1: 3](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[2: 975](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[3: 1,000](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[4: 4,000](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[5: -4,000](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[6: -0.04](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[7: 0.002](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[8: 0.056](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[9: 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[10: 0](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[11: ���](org.eclipse.tracecompass.common.core.tests.format.DecimalUnitFormatFactorTest) Time elapsed: 0.001 s [2019-07-30T07:05:32.242Z] 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 [2019-07-30T07:05:32.242Z] Running org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest [2019-07-30T07:05:32.242Z] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest [2019-07-30T07:05:32.242Z] testParseObject[0: 0 - 0 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[0: 0 - 0 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[0: 0 - 0 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[0: 0 - 0 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[1: 3 - 3 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[1: 3 - 3 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[1: 3 - 3 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[1: 3 - 3 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[2: 975 - 975 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[2: 975 - 975 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[2: 975 - 975 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[2: 975 - 975 B/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[3: 1,024 - 1 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[3: 1,024 - 1 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[3: 1,024 - 1 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[3: 1,024 - 1 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[4: 1,048,576 - 1 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[4: 1,048,576 - 1 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[4: 1,048,576 - 1 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[4: 1,048,576 - 1 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[5: 1,073,741,824 - 1 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[5: 1,073,741,824 - 1 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[5: 1,073,741,824 - 1 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[5: 1,073,741,824 - 1 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[6: 1,099,511,627,776 - 1 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[6: 1,099,511,627,776 - 1 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[6: 1,099,511,627,776 - 1 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[6: 1,099,511,627,776 - 1 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[7: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[7: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[7: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[7: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:32.242Z] testParseObject[8: -4,096 - -4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[8: -4,096 - -4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[8: -4,096 - -4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[8: -4,096 - -4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[9: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[9: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[9: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[9: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[10: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[10: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[10: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[10: 4,096 - 4 KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[11: 12,345,678 - 11.774 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[11: 12,345,678 - 11.774 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[11: 12,345,678 - 11.774 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[11: 12,345,678 - 11.774 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[12: 2,147,483,647 - 2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[12: 2,147,483,647 - 2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[12: 2,147,483,647 - 2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[12: 2,147,483,647 - 2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:32.242Z] testParseObject[13: -2,147,483,648 - -2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[13: -2,147,483,648 - -2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[13: -2,147,483,648 - -2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[13: -2,147,483,648 - -2 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[14: 9,223,372,036,854,775,807 - 8388608 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[14: 9,223,372,036,854,775,807 - 8388608 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[14: 9,223,372,036,854,775,807 - 8388608 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[14: 9,223,372,036,854,775,807 - 8388608 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[15: 98,765,432.123 - 94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[15: 98,765,432.123 - 94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[15: 98,765,432.123 - 94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[15: 98,765,432.123 - 94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[16: -98,765,432.123 - -94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[16: -98,765,432.123 - -94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[16: -98,765,432.123 - -94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[16: -98,765,432.123 - -94.19 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[17: 555,555,555,555 - 517.401 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[17: 555,555,555,555 - 517.401 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[17: 555,555,555,555 - 517.401 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[17: 555,555,555,555 - 517.401 GB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[18: 555,555,555,555,555 - 505.275 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[18: 555,555,555,555,555 - 505.275 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[18: 555,555,555,555,555 - 505.275 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[18: 555,555,555,555,555 - 505.275 TB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0.001 s [2019-07-30T07:05:32.242Z] testFormat[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[19: null - 1234 TPotato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[20: null - .0001 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[20: null - .0001 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[20: null - .0001 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[20: null - .0001 MB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[21: null - 1KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[21: null - 1KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[21: null - 1KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[21: null - 1KB/s](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[22: null - 1KB/s ](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[22: null - 1KB/s ](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[22: null - 1KB/s ](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[22: null - 1KB/s ](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[23: null - 1KB/s potato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[23: null - 1KB/s potato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[23: null - 1KB/s potato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[23: null - 1KB/s potato](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject[24: null - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormatIllegalArgument[24: null - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testFormat[24: null - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testParseObject2[24: null - 1 KB](org.eclipse.tracecompass.common.core.tests.format.DataSpeedFormatTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] Running org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest [2019-07-30T07:05:32.242Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest [2019-07-30T07:05:32.242Z] testSameSign(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0.002 s [2019-07-30T07:05:32.242Z] testAdd100L(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testAdd0L(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testMult0(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testMult1(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testAdd0(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testMultLimit(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testAddLimit(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testMultLimitL(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testAddLimitL(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testMult100(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s [2019-07-30T07:05:32.242Z] testAdd100(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s [2019-07-30T07:05:32.243Z] testMult100L(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0.001 s [2019-07-30T07:05:32.243Z] testMult0L(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s [2019-07-30T07:05:32.243Z] testMult1L(org.eclipse.tracecompass.common.core.tests.math.SaturatedArithmeticTest) Time elapsed: 0 s [2019-07-30T07:05:32.243Z] Running org.eclipse.tracecompass.common.core.tests.xml.TestTransform [2019-07-30T07:05:32.804Z] [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. [2019-07-30T07:05:32.804Z] [Fatal Error] :1:4: Recursive entity reference "A". (Reference path: A -> B -> A), [2019-07-30T07:05:32.804Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.518 s - in org.eclipse.tracecompass.common.core.tests.xml.TestTransform [2019-07-30T07:05:32.804Z] testXmlInjection(org.eclipse.tracecompass.common.core.tests.xml.TestTransform) skipped [2019-07-30T07:05:32.804Z] testBillionLaughs(org.eclipse.tracecompass.common.core.tests.xml.TestTransform) Time elapsed: 0.516 s [2019-07-30T07:05:32.804Z] testRecursiveEntityReference(org.eclipse.tracecompass.common.core.tests.xml.TestTransform) Time elapsed: 0.001 s [2019-07-30T07:05:32.804Z] Running org.eclipse.tracecompass.common.core.tests.ObjectUtilsTest [2019-07-30T07:05:32.804Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.common.core.tests.ObjectUtilsTest [2019-07-30T07:05:32.804Z] testDeepHashCode(org.eclipse.tracecompass.common.core.tests.ObjectUtilsTest) Time elapsed: 0.002 s [2019-07-30T07:05:32.804Z] testDeepEquals(org.eclipse.tracecompass.common.core.tests.ObjectUtilsTest) Time elapsed: 0 s [2019-07-30T07:05:32.804Z] Running org.eclipse.tracecompass.common.core.tests.log.LoggerTest [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog [2019-07-30T07:05:32.804Z] WARNING: {"ts":15089477707505795,"ph":"s","tid":1,"name":"foo","cat":"mydog","id":"0x1"} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog close [2019-07-30T07:05:32.804Z] WARNING: {"ts":15089477715536631,"ph":"f","tid":1,"cat":"mydog","id":"0x1"} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog [2019-07-30T07:05:32.804Z] WARNING: {"ts":15089477716662065,"ph":"s","tid":1,"name":"foo","cat":"myspider","id":"0x2"} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog close [2019-07-30T07:05:32.804Z] WARNING: {"ts":15089477718287319,"ph":"f","tid":1,"cat":"myspider","id":"0x2"} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog [2019-07-30T07:05:32.804Z] WARNING: {"ts":15089477723118233,"ph":"s","tid":1,"name":"foo","cat":"null","id":"0x3"} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog close [2019-07-30T07:05:32.804Z] WARNING: {"ts":15089477723578431,"ph":"f","tid":1,"cat":"null","id":"0x3"} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog [2019-07-30T07:05:32.804Z] WARNING: {"ts":15089477724942539,"ph":"B","tid":1,"name":"foo"} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close [2019-07-30T07:05:32.804Z] WARNING: {"ts":15089477726617874,"ph":"E","tid":1} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog [2019-07-30T07:05:32.804Z] WARNING: {"ts":15089477728678281,"ph":"s","tid":1,"name":"foo","cat":"myspider","id":"0x5"} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog close [2019-07-30T07:05:32.804Z] WARNING: {"ts":15089477729150316,"ph":"f","tid":1,"cat":"myspider","id":"0x5"} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog [2019-07-30T07:05:32.804Z] INFO: {"ts":15089477734281376,"ph":"B","tid":1,"name":"foo"} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog [2019-07-30T07:05:32.804Z] INFO: {"ts":15089477734621569,"ph":"B","tid":1,"name":"bar"} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close [2019-07-30T07:05:32.804Z] INFO: {"ts":15089477734992017,"ph":"E","tid":1} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close [2019-07-30T07:05:32.804Z] INFO: {"ts":15089477735341245,"ph":"E","tid":1} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog [2019-07-30T07:05:32.804Z] WARNING: {"ts":15089477736139898,"ph":"B","tid":1,"name":"foo","args":{"Pen:Pineapple":"Apple:Pen"}} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close [2019-07-30T07:05:32.804Z] WARNING: {"ts":15089477736464501,"ph":"E","tid":1} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog [2019-07-30T07:05:32.804Z] WARNING: {"ts":15089477736811422,"ph":"B","tid":1,"name":"foo","args":{"msg":"Pen:Pineapple:Apple:Pen"}} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close [2019-07-30T07:05:32.804Z] WARNING: {"ts":15089477737142667,"ph":"E","tid":1} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog [2019-07-30T07:05:32.804Z] WARNING: {"ts":15089477737428993,"ph":"B","tid":1,"name":"foo","args":{"pen":"pineapple","apple":"pen","number_of_badgers":12}} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close [2019-07-30T07:05:32.804Z] WARNING: {"ts":15089477737687444,"ph":"E","tid":1} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog [2019-07-30T07:05:32.804Z] WARNING: {"ts":15089477738290729,"ph":"B","tid":1,"name":"foo"} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close [2019-07-30T07:05:32.804Z] WARNING: {"ts":15089477738869126,"ph":"E","tid":1} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils traceInstant [2019-07-30T07:05:32.804Z] INFO: {"ts":15089477741209252,"ph":"i","tid":1,"name":"test null value","args":{"nullvalue":"null"}} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils traceInstant [2019-07-30T07:05:32.804Z] INFO: {"ts":15089477741784123,"ph":"i","tid":1,"name":"test null key","args":{"null":"value"}} [2019-07-30T07:05:32.804Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog [2019-07-30T07:05:32.804Z] INFO: {"ts":15089477742639202,"ph":"B","tid":1,"name":"foo"} [2019-07-30T07:05:33.060Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog [2019-07-30T07:05:33.060Z] INFO: {"ts":15089477742874455,"ph":"B","tid":1,"name":"bar"} [2019-07-30T07:05:33.060Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close [2019-07-30T07:05:33.060Z] INFO: {"ts":15089477800197174,"ph":"E","tid":1} [2019-07-30T07:05:33.060Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close [2019-07-30T07:05:33.060Z] INFO: {"ts":15089477800446965,"ph":"E","tid":1} [2019-07-30T07:05:33.060Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog [2019-07-30T07:05:33.060Z] WARNING: {"ts":15089477800916710,"ph":"s","tid":1,"name":"foo","cat":"myspider","id":"0x6"} [2019-07-30T07:05:33.060Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$FlowScopeLog close [2019-07-30T07:05:33.060Z] WARNING: {"ts":15089477801234643,"ph":"f","tid":1,"cat":"myspider","id":"0x6"} [2019-07-30T07:05:33.060Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog [2019-07-30T07:05:33.060Z] INFO: {"ts":15089477804204880,"ph":"B","tid":1,"name":"world"} [2019-07-30T07:05:33.060Z] Jul 30, 2019 7:05:32 AM org.eclipse.tracecompass.common.core.log.TraceCompassLogUtils$ScopeLog close [2019-07-30T07:05:33.060Z] INFO: {"ts":15089477804394408,"ph":"E","tid":1} [2019-07-30T07:05:33.060Z] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.tracecompass.common.core.tests.log.LoggerTest [2019-07-30T07:05:33.060Z] testFlowLogLevels(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.015 s [2019-07-30T07:05:33.060Z] testFlowWithData(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.002 s [2019-07-30T07:05:33.060Z] testObjectLifespan(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.004 s [2019-07-30T07:05:33.060Z] testFlowBuilderNoExtra(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.001 s [2019-07-30T07:05:33.060Z] testNestingWithData(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.003 s [2019-07-30T07:05:33.060Z] testFlowFiltered(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.002 s [2019-07-30T07:05:33.060Z] testFlowBuilderCatThenParent(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.001 s [2019-07-30T07:05:33.060Z] testNestingFiltered(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.001 s [2019-07-30T07:05:33.060Z] testAsyncMessages(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.003 s [2019-07-30T07:05:33.060Z] testNestingException(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.002 s [2019-07-30T07:05:33.060Z] testAttributeFailRepeatedArgs(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0 s [2019-07-30T07:05:33.060Z] testAttributes(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.002 s [2019-07-30T07:05:33.060Z] testNestingLogLevels(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.001 s [2019-07-30T07:05:33.060Z] testCounter(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.002 s [2019-07-30T07:05:33.060Z] testNullArguments(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.001 s [2019-07-30T07:05:33.060Z] testNesting(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.058 s [2019-07-30T07:05:33.060Z] testFlowBuilderParentThenCat(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.001 s [2019-07-30T07:05:33.060Z] testMarker(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.001 s [2019-07-30T07:05:33.060Z] testInstant(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0 s [2019-07-30T07:05:33.060Z] testCollectionLifespan(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0 s [2019-07-30T07:05:33.060Z] testHelloWorld(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0.001 s [2019-07-30T07:05:33.060Z] testAttributeFail3Args(org.eclipse.tracecompass.common.core.tests.log.LoggerTest) Time elapsed: 0 s [2019-07-30T07:05:33.060Z] Running org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest [2019-07-30T07:05:33.060Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest [2019-07-30T07:05:33.060Z] testCheckContentsArrayNullElement(org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest) Time elapsed: 0.001 s [2019-07-30T07:05:33.060Z] testCheckContentsArray(org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest) Time elapsed: 0.001 s [2019-07-30T07:05:33.060Z] testCheckContentsArrayNullRef(org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest) Time elapsed: 0 s [2019-07-30T07:05:33.060Z] testCheckContentsStreamNullElement(org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest) Time elapsed: 0.003 s [2019-07-30T07:05:33.060Z] testCheckContentsStreamNullRef(org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest) Time elapsed: 0 s [2019-07-30T07:05:33.060Z] testCheckContentsStream(org.eclipse.tracecompass.common.core.tests.NonNullUtilsTest) Time elapsed: 0 s [2019-07-30T07:05:33.060Z] Running org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest [2019-07-30T07:05:33.060Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest [2019-07-30T07:05:33.060Z] testIteratorContents(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0.017 s [2019-07-30T07:05:33.060Z] testOddInsertions(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0.006 s [2019-07-30T07:05:33.060Z] testMultiThread(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0.001 s [2019-07-30T07:05:33.060Z] testConcurrentIteration(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0.052 s [2019-07-30T07:05:33.060Z] testSingleInsertion(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0 s [2019-07-30T07:05:33.060Z] testBlockingPeek(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0.001 s [2019-07-30T07:05:33.060Z] testInvalidConstructor1(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0 s [2019-07-30T07:05:33.060Z] testInvalidConstructor2(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0 s [2019-07-30T07:05:33.060Z] testInvalidConstructor4(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0 s [2019-07-30T07:05:33.060Z] testInvalidConstructor5(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0 s [2019-07-30T07:05:33.060Z] testIsEmpty(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0 s [2019-07-30T07:05:33.060Z] testSimpleInsertion(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0.001 s [2019-07-30T07:05:33.060Z] testLargeInsertion(org.eclipse.tracecompass.common.core.tests.collect.BufferedBlockingQueueTest) Time elapsed: 0 s [2019-07-30T07:05:33.060Z] [2019-07-30T07:05:33.060Z] Results: [2019-07-30T07:05:33.060Z] [2019-07-30T07:05:33.060Z] Tests run: 538, Failures: 0, Errors: 0, Skipped: 1 [2019-07-30T07:05:33.060Z] [2019-07-30T07:05:33.986Z] [INFO] All tests passed! [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:33.986Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:33.986Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:33.986Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core.tests/1.1.5-SNAPSHOT/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT.jar [2019-07-30T07:05:33.986Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core.tests/1.1.5-SNAPSHOT/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT.pom [2019-07-30T07:05:33.986Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core.tests/1.1.5-SNAPSHOT/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT-sources.jar [2019-07-30T07:05:33.986Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core.tests/1.1.5-SNAPSHOT/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:05:33.986Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core.tests/1.1.5-SNAPSHOT/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT-p2metadata.xml [2019-07-30T07:05:33.986Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/common/org.eclipse.tracecompass.common.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.common.core.tests/1.1.5-SNAPSHOT/org.eclipse.tracecompass.common.core.tests-1.1.5-SNAPSHOT-p2artifacts.xml [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.common.core.tests --- [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] -------< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf >-------- [2019-07-30T07:05:33.986Z] [INFO] Building org.eclipse.tracecompass.ctf 5.0.0-SNAPSHOT [65/134] [2019-07-30T07:05:33.986Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.ctf --- [2019-07-30T07:05:33.986Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/target [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.ctf --- [2019-07-30T07:05:33.986Z] [INFO] The project's OSGi version is 5.0.0.201907300626 [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.ctf --- [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.ctf --- [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.ctf --- [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.ctf --- [2019-07-30T07:05:33.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/ctf/org.eclipse.tracecompass.ctf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.ctf --- [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.ctf --- [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.ctf --- [2019-07-30T07:05:33.986Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/target/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT.jar [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.ctf --- [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.ctf --- [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.ctf --- [2019-07-30T07:05:33.986Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/target/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT-sources-feature.jar [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.ctf --- [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.ctf --- [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.ctf --- [2019-07-30T07:05:33.986Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:05:33.986Z] [INFO] [2019-07-30T07:05:33.986Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.ctf --- [2019-07-30T07:05:33.986Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:05:34.242Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:05:34.497Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:05:34.497Z] [INFO] [2019-07-30T07:05:34.497Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.ctf --- [2019-07-30T07:05:34.497Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/target/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT.jar [2019-07-30T07:05:34.497Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT.pom [2019-07-30T07:05:34.497Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/target/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT-sources-feature.jar [2019-07-30T07:05:34.497Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:05:34.497Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.ctf-5.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:05:34.497Z] [INFO] [2019-07-30T07:05:34.497Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.ctf --- [2019-07-30T07:05:34.497Z] [INFO] [2019-07-30T07:05:34.497Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.ctf.parser.tests >-- [2019-07-30T07:05:34.497Z] [INFO] Building org.eclipse.tracecompass.ctf.parser.tests 1.0.1-SNAPSHOT [66/134] [2019-07-30T07:05:34.497Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:05:34.497Z] [INFO] [2019-07-30T07:05:34.497Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:34.497Z] [INFO] [2019-07-30T07:05:34.497Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:34.497Z] [INFO] The project's OSGi version is 1.0.1.201907300626 [2019-07-30T07:05:34.497Z] [INFO] [2019-07-30T07:05:34.497Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:34.497Z] [INFO] [2019-07-30T07:05:34.497Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:34.497Z] [INFO] [2019-07-30T07:05:34.497Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:34.497Z] [INFO] [2019-07-30T07:05:34.497Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:34.497Z] [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/ctf/org.eclipse.tracecompass.ctf.parser.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:05:34.497Z] [INFO] [2019-07-30T07:05:34.497Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:34.497Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:05:34.497Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/src/main/resources [2019-07-30T07:05:34.497Z] [INFO] [2019-07-30T07:05:34.497Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:34.497Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/classes [2019-07-30T07:05:34.497Z] [INFO] [2019-07-30T07:05:34.497Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:34.497Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:05:34.497Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/src/test/resources [2019-07-30T07:05:34.497Z] [INFO] [2019-07-30T07:05:34.497Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:34.497Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT-sources.jar [2019-07-30T07:05:34.497Z] [INFO] [2019-07-30T07:05:34.497Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:34.497Z] [INFO] [2019-07-30T07:05:34.497Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:34.497Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT.jar [2019-07-30T07:05:34.753Z] [INFO] [2019-07-30T07:05:34.753Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:34.753Z] [INFO] [2019-07-30T07:05:34.753Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:34.753Z] [INFO] [2019-07-30T07:05:34.753Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:34.753Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT.jar [2019-07-30T07:05:34.753Z] [INFO] [2019-07-30T07:05:34.753Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:34.753Z] [INFO] [2019-07-30T07:05:34.753Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:35.324Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/work/data/.metadata/.log [2019-07-30T07:05:35.324Z] [INFO] Command line: [2019-07-30T07:05:35.324Z] [/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/ctf/org.eclipse.tracecompass.ctf.parser.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T07:05:35.324Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:05:37.338Z] !SESSION 2019-07-30 07:05:35.480 ----------------------------------------------- [2019-07-30T07:05:37.338Z] eclipse.buildId=unknown [2019-07-30T07:05:37.338Z] java.version=1.8.0_202 [2019-07-30T07:05:37.338Z] java.vendor=Oracle Corporation [2019-07-30T07:05:37.338Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:05:37.338Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T07:05:37.339Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T07:05:37.339Z] [2019-07-30T07:05:37.339Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:05:37.234 [2019-07-30T07:05:37.339Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:05:37.339Z] !STACK 0 [2019-07-30T07:05:37.339Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [49] [2019-07-30T07:05:37.339Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:05:37.339Z] [2019-07-30T07:05:37.339Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:05:37.339Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:05:37.339Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:05:37.339Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:05:37.339Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:05:37.339Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:05:37.339Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:05:37.339Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:05:37.339Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:05:37.339Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:05:37.594Z] [2019-07-30T07:05:37.594Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:05:37.333 [2019-07-30T07:05:37.594Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:05:37.594Z] !STACK 0 [2019-07-30T07:05:37.594Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [122] [2019-07-30T07:05:37.594Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:05:37.594Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:05:37.594Z] -> 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" [2019-07-30T07:05:37.594Z] org.apache.httpcomponents.httpclient.win [30] [2019-07-30T07:05:37.594Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:05:37.594Z] [2019-07-30T07:05:37.594Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:05:37.594Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:05:37.594Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:05:37.594Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:05:37.594Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:05:37.594Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:05:37.594Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:05:37.594Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:05:37.594Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:05:37.594Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:05:39.481Z] Running org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest [2019-07-30T07:05:39.481Z] Tests run: 20, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.094 s - in org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest [2019-07-30T07:05:39.481Z] testSymbols(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0.061 s [2019-07-30T07:05:39.481Z] testStringLiteral(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s [2019-07-30T07:05:39.481Z] testCharLiteral(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0.001 s [2019-07-30T07:05:39.481Z] testLiteralSuffixes(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s [2019-07-30T07:05:39.481Z] testLiteralPrefixes(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s [2019-07-30T07:05:39.481Z] testMixedComment(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s [2019-07-30T07:05:39.481Z] testWhitespaces(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s [2019-07-30T07:05:39.481Z] testLineCommentWithEOF(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) skipped [2019-07-30T07:05:39.481Z] testIdentifierLetters(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s [2019-07-30T07:05:39.481Z] testMultiLineComment(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s [2019-07-30T07:05:39.481Z] testComment(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s [2019-07-30T07:05:39.481Z] testLineComment(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s [2019-07-30T07:05:39.481Z] testNestedComment(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s [2019-07-30T07:05:39.481Z] testLiteralDigits(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s [2019-07-30T07:05:39.481Z] testLiteralZero(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s [2019-07-30T07:05:39.481Z] testKeywords(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0.001 s [2019-07-30T07:05:39.481Z] testEscapeStringLiteral(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0.001 s [2019-07-30T07:05:39.481Z] testEscapeCharLiteral(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s [2019-07-30T07:05:39.481Z] testIdentifier(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s [2019-07-30T07:05:39.481Z] testLiterals(org.eclipse.tracecompass.ctf.parser.tests.CtfLexerTest) Time elapsed: 0 s [2019-07-30T07:05:39.481Z] Running org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest [2019-07-30T07:05:39.737Z] Tests run: 22, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.329 s - in org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest [2019-07-30T07:05:39.737Z] testDeclaratorOfEnumDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) skipped [2019-07-30T07:05:39.737Z] testCharacterLiteralPrimaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0.096 s [2019-07-30T07:05:39.737Z] testEnumDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0.002 s [2019-07-30T07:05:39.737Z] testIntegerLiteralPrimaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0.001 s [2019-07-30T07:05:39.737Z] testKeywordPrimaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0 s [2019-07-30T07:05:39.737Z] testStringLiteralPrimaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0 s [2019-07-30T07:05:39.737Z] testTraceDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) skipped [2019-07-30T07:05:39.737Z] testEnvDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0.002 s [2019-07-30T07:05:39.737Z] testMixedUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0 s [2019-07-30T07:05:39.737Z] testArrayUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0.001 s [2019-07-30T07:05:39.737Z] testMemberUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0 s [2019-07-30T07:05:39.737Z] testFloatingTypeAliasDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0.001 s [2019-07-30T07:05:39.737Z] testIntegerTypeAliasDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0.001 s [2019-07-30T07:05:39.737Z] testPointerUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0 s [2019-07-30T07:05:39.737Z] testTypedefDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) skipped [2019-07-30T07:05:39.737Z] testUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0.016 s [2019-07-30T07:05:39.737Z] testIdentifierPrimaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0 s [2019-07-30T07:05:39.737Z] testSpecialArrayUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0.001 s [2019-07-30T07:05:39.737Z] testDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0 s [2019-07-30T07:05:39.737Z] testSimpleUnaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0 s [2019-07-30T07:05:39.737Z] testEmptyDeclaration(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) skipped [2019-07-30T07:05:39.737Z] testPrimaryExpression(org.eclipse.tracecompass.ctf.parser.tests.CtfParserTest) Time elapsed: 0 s [2019-07-30T07:05:39.737Z] [2019-07-30T07:05:39.737Z] Results: [2019-07-30T07:05:39.737Z] [2019-07-30T07:05:39.737Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 5 [2019-07-30T07:05:39.737Z] [2019-07-30T07:05:41.101Z] [INFO] All tests passed! [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:41.101Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:41.101Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:41.101Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT.jar [2019-07-30T07:05:41.101Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT.pom [2019-07-30T07:05:41.101Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT-sources.jar [2019-07-30T07:05:41.101Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:05:41.101Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT-p2metadata.xml [2019-07-30T07:05:41.101Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.ctf.parser.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.ctf.parser.tests/1.0.1-SNAPSHOT/org.eclipse.tracecompass.ctf.parser.tests-1.0.1-SNAPSHOT-p2artifacts.xml [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.ctf.parser.tests --- [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf >------ [2019-07-30T07:05:41.101Z] [INFO] Building org.eclipse.tracecompass.tmf.ctf 5.0.0-SNAPSHOT [67/134] [2019-07-30T07:05:41.101Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ctf --- [2019-07-30T07:05:41.101Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/target [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.tmf.ctf --- [2019-07-30T07:05:41.101Z] [INFO] The project's OSGi version is 5.0.0.201907300626 [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ctf --- [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ctf --- [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ctf --- [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ctf --- [2019-07-30T07:05:41.101Z] [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/ctf/org.eclipse.tracecompass.tmf.ctf/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ctf --- [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ctf --- [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.tmf.ctf --- [2019-07-30T07:05:41.101Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/target/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT.jar [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ctf --- [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.tmf.ctf --- [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ctf --- [2019-07-30T07:05:41.101Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/target/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT-sources-feature.jar [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ctf --- [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ctf --- [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.ctf --- [2019-07-30T07:05:41.101Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:05:41.101Z] [INFO] [2019-07-30T07:05:41.101Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.ctf --- [2019-07-30T07:05:41.661Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:05:41.661Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:05:41.917Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:05:42.172Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes [2019-07-30T07:05:42.427Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:05:43.354Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:05:43.354Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T07:05:43.354Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes [2019-07-30T07:05:43.354Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:05:43.354Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes [2019-07-30T07:05:43.354Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:05:43.354Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:05:43.354Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:05:43.609Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes [2019-07-30T07:05:43.609Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes [2019-07-30T07:05:43.609Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:05:43.864Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:05:43.864Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf' with 0 classes [2019-07-30T07:05:43.864Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.dev' with 0 classes [2019-07-30T07:05:43.864Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes [2019-07-30T07:05:43.864Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui' with 42 classes [2019-07-30T07:05:44.120Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes [2019-07-30T07:05:44.120Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes [2019-07-30T07:05:44.120Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:05:44.120Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf' with 0 classes [2019-07-30T07:05:44.120Z] [INFO] [2019-07-30T07:05:44.120Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ctf --- [2019-07-30T07:05:44.120Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/target/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT.jar [2019-07-30T07:05:44.120Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT.pom [2019-07-30T07:05:44.120Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/target/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT-sources-feature.jar [2019-07-30T07:05:44.120Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:05:44.120Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf-5.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:05:44.120Z] [INFO] [2019-07-30T07:05:44.120Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ctf --- [2019-07-30T07:05:44.120Z] [INFO] [2019-07-30T07:05:44.120Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests >-- [2019-07-30T07:05:44.120Z] [INFO] Building org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests 1.0.8-SNAPSHOT [68/134] [2019-07-30T07:05:44.120Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:05:44.120Z] [INFO] [2019-07-30T07:05:44.120Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:05:44.120Z] [INFO] [2019-07-30T07:05:44.120Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:05:44.120Z] [INFO] The project's OSGi version is 1.0.8.201907300626 [2019-07-30T07:05:44.120Z] [INFO] [2019-07-30T07:05:44.120Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:05:44.120Z] [INFO] [2019-07-30T07:05:44.120Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:05:44.120Z] [INFO] [2019-07-30T07:05:44.120Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:05:44.120Z] [INFO] [2019-07-30T07:05:44.120Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:05:44.120Z] [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/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:05:44.120Z] [INFO] [2019-07-30T07:05:44.120Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:05:44.120Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:05:44.120Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/src/main/resources [2019-07-30T07:05:44.120Z] [INFO] [2019-07-30T07:05:44.120Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:05:44.120Z] [INFO] Compiling 5 source files to /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/classes [2019-07-30T07:05:44.375Z] [INFO] [2019-07-30T07:05:44.375Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:05:44.375Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:05:44.375Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/src/test/resources [2019-07-30T07:05:44.375Z] [INFO] [2019-07-30T07:05:44.375Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:05:44.375Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT-sources.jar [2019-07-30T07:05:44.375Z] [INFO] [2019-07-30T07:05:44.375Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:05:44.375Z] [INFO] [2019-07-30T07:05:44.375Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:05:44.375Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT.jar [2019-07-30T07:05:44.375Z] [INFO] [2019-07-30T07:05:44.375Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:05:44.375Z] [INFO] [2019-07-30T07:05:44.375Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:05:44.375Z] [INFO] [2019-07-30T07:05:44.375Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:05:44.375Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT.jar [2019-07-30T07:05:44.631Z] [INFO] [2019-07-30T07:05:44.631Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:05:44.631Z] [INFO] [2019-07-30T07:05:44.631Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:05:45.556Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/work/data/.metadata/.log [2019-07-30T07:05:45.556Z] [INFO] Command line: [2019-07-30T07:05:45.556Z] [/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/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] [2019-07-30T07:05:45.556Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:05:48.170Z] !SESSION 2019-07-30 07:05:45.610 ----------------------------------------------- [2019-07-30T07:05:48.170Z] eclipse.buildId=unknown [2019-07-30T07:05:48.170Z] java.version=1.8.0_202 [2019-07-30T07:05:48.170Z] java.vendor=Oracle Corporation [2019-07-30T07:05:48.170Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:05:48.170Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread [2019-07-30T07:05:48.170Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog [2019-07-30T07:05:48.170Z] [2019-07-30T07:05:48.170Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:05:47.636 [2019-07-30T07:05:48.170Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:05:48.170Z] !STACK 0 [2019-07-30T07:05:48.170Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] [2019-07-30T07:05:48.170Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:05:48.170Z] [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:05:48.170Z] [2019-07-30T07:05:48.170Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:05:47.744 [2019-07-30T07:05:48.170Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:05:48.170Z] !STACK 0 [2019-07-30T07:05:48.170Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] [2019-07-30T07:05:48.170Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:05:48.170Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:05:48.170Z] -> 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" [2019-07-30T07:05:48.170Z] org.apache.httpcomponents.httpclient.win [36] [2019-07-30T07:05:48.170Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:05:48.170Z] [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:05:48.170Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:05:50.056Z] process 9153: 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 [2019-07-30T07:05:50.056Z] See the manual page for dbus-uuidgen to correct this issue. [2019-07-30T07:05:50.618Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:05:50.618Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:05:58.696Z] Running org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest [2019-07-30T07:05:58.952Z] Display size: 1440x900 [2019-07-30T07:05:58.952Z] OS version=3.10.0-957.1.3.el7.x86_64 [2019-07-30T07:05:58.952Z] GTK version=3.18.9 [2019-07-30T07:05:58.952Z] GTK theme=Ambiance [2019-07-30T07:05:58.952Z] LIBOVERLAY_SCROLLBAR=0 [2019-07-30T07:05:58.952Z] Time zone: Coordinated Universal Time [2019-07-30T07:05:58.952Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). [2019-07-30T07:05:58.952Z] log4j:WARN Please initialize the log4j system properly. [2019-07-30T07:05:59.877Z] *** BUG *** [2019-07-30T07:05:59.877Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:05:59.877Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:05:59.877Z] [2019-07-30T07:05:59.877Z] *** BUG *** [2019-07-30T07:05:59.877Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:05:59.877Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:05:59.877Z] [2019-07-30T07:06:00.132Z] *** BUG *** [2019-07-30T07:06:00.132Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:06:00.132Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:06:00.132Z] [2019-07-30T07:06:00.132Z] *** BUG *** [2019-07-30T07:06:00.132Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:06:00.132Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:06:00.132Z] [2019-07-30T07:06:00.132Z] *** BUG *** [2019-07-30T07:06:00.132Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:06:00.132Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:06:00.132Z] [2019-07-30T07:06:00.132Z] *** BUG *** [2019-07-30T07:06:00.132Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:06:00.132Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:06:00.132Z] [2019-07-30T07:06:00.132Z] *** BUG *** [2019-07-30T07:06:00.132Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:06:00.132Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:06:00.132Z] [2019-07-30T07:06:04.514Z] *** BUG *** [2019-07-30T07:06:04.514Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:06:04.514Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:06:04.514Z] [2019-07-30T07:06:04.514Z] *** BUG *** [2019-07-30T07:06:04.514Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:06:04.514Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:06:04.514Z] [2019-07-30T07:06:04.514Z] *** BUG *** [2019-07-30T07:06:04.514Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:06:04.514Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:06:04.514Z] [2019-07-30T07:07:25.888Z] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 85.748 s - in org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest [2019-07-30T07:07:25.888Z] testImportFromDirectory(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 4.297 s [2019-07-30T07:07:25.888Z] testExtractArchivesFromArchive(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 4.219 s [2019-07-30T07:07:25.888Z] testImportFromDirectoryLinksPreserveFolder(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 2.5 s [2019-07-30T07:07:25.888Z] testExtractArchivesFromArchivePreserveFolder(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 3.669 s [2019-07-30T07:07:25.888Z] testExtractArchivesFromDirectory(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 2.405 s [2019-07-30T07:07:25.888Z] testImportFromArchive(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 9.405 s [2019-07-30T07:07:25.888Z] testExtractArchivesFromDirectoryLinksPreserveStruture(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 8.314 s [2019-07-30T07:07:25.888Z] testEmptyFile(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 1.141 s [2019-07-30T07:07:25.888Z] testEmptyDirectory(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 0.732 s [2019-07-30T07:07:25.888Z] testArchiveWithColons(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 1.327 s [2019-07-30T07:07:25.888Z] testImportFromDirectoryOverwriteRenameAll(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 5.284 s [2019-07-30T07:07:25.888Z] testEmptyArchive(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 1.397 s [2019-07-30T07:07:25.888Z] testNestedEmptyArchive(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 2.109 s [2019-07-30T07:07:25.888Z] testImportFromArchiveOverwrite(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 4.525 s [2019-07-30T07:07:25.888Z] testImportFromArchiveWithExperiment(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 2.17 s [2019-07-30T07:07:25.888Z] testDirectoryWithEmptyArchive(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 1.413 s [2019-07-30T07:07:25.888Z] testImportWithExperimentOverwriteTraces(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 4.183 s [2019-07-30T07:07:25.888Z] testImportWithExperimentValidation(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 2.219 s [2019-07-30T07:07:25.888Z] testImportFromDirectoryPreserveFolder(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 2.102 s [2019-07-30T07:07:25.888Z] testImportWithExperiment(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 2.08 s [2019-07-30T07:07:25.888Z] testImportFromDirectoryLinks(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 1.939 s [2019-07-30T07:07:25.888Z] testImportFromDirectoryOverwrite(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 3.976 s [2019-07-30T07:07:25.888Z] testExtractArchivesFromDirectoryLinks(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 2.121 s [2019-07-30T07:07:25.888Z] testImportFromDirectoryOverwriteOverwriteAll(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 4.462 s [2019-07-30T07:07:25.888Z] testImportFromArchivePreserveFolder(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.StandardImportAndReadSmokeTest) Time elapsed: 2.097 s [2019-07-30T07:07:25.888Z] Running org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.trim.CtfTmfExperimentTrimmingTest [2019-07-30T07:07:33.973Z] [2019-07-30T07:07:33.973Z] !ENTRY org.eclipse.tracecompass.tmf.core 2 0 2019-07-30 07:07:32.544 [2019-07-30T07:07:33.973Z] !MESSAGE Average clock correction (1395672078866874959) is higher than threshold of 500000 ns for experiment [TmfExperiment (Experiment)] [2019-07-30T07:07:38.135Z] [2019-07-30T07:07:38.135Z] !ENTRY org.eclipse.tracecompass.tmf.core 2 0 2019-07-30 07:07:37.628 [2019-07-30T07:07:38.135Z] !MESSAGE Average clock correction (1395672078866874959) is higher than threshold of 500000 ns for experiment [TmfExperiment (Experiment-trimmed)] [2019-07-30T07:07:44.668Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.532 s - in org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.trim.CtfTmfExperimentTrimmingTest [2019-07-30T07:07:44.668Z] testTrimEvents(org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.trim.CtfTmfExperimentTrimmingTest) Time elapsed: 10.503 s [2019-07-30T07:07:44.668Z] Running org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace [2019-07-30T07:07:44.924Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:07:45.485Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:45.485Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:45.485Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:45.485Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:45.485Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:45.485Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102369521 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:45.485Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102369521 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:45.485Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102369521 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:45.485Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102369521 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:45.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102369522 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} [2019-07-30T07:07:45.485Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102369554 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:45.485Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:45.485Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102369557 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:45.485Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102369557 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:45.485Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102369557 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:45.485Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102369558 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:45.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102369558 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} [2019-07-30T07:07:45.485Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102369563 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:45.485Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102369563 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:45.485Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102369563 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:45.485Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102369564 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:45.485Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102369564 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} [2019-07-30T07:07:45.485Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102369566 data=null button=1 stateMask=0x80000 x=88 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:45.485Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:45.485Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [0]} time=1102369567 data=null button=0 stateMask=0x0 x=75 y=53 count=0} to TreeItem with text {Traces [0]} [2019-07-30T07:07:45.485Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [0]} time=1102369567 data=null doit=true} to TreeItem with text {Traces [0]} [2019-07-30T07:07:45.485Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [0]} time=1102369567 data=null} to TreeItem with text {Traces [0]} [2019-07-30T07:07:45.485Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [0]} time=1102369567 data=null button=1 stateMask=0x0 x=75 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T07:07:45.485Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102369567 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]} [2019-07-30T07:07:45.485Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [0]} time=1102369580 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [0]} [2019-07-30T07:07:45.485Z] [2019-07-30T07:07:45.485Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:07:45.421 [2019-07-30T07:07:45.485Z] !MESSAGE Error initializing trace. [2019-07-30T07:07:45.485Z] [2019-07-30T07:07:45.485Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Array length is negative [2019-07-30T07:07:45.485Z] !STACK 0 [2019-07-30T07:07:45.485Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Array length is negative [2019-07-30T07:07:45.485Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:07:45.485Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:07:45.485Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:07:45.485Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:07:45.485Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:07:45.485Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:07:45.485Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:07:45.485Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:07:45.485Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:07:45.485Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:07:45.485Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Array length is negative [2019-07-30T07:07:45.485Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:163) [2019-07-30T07:07:45.485Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypedefParser.parse(TypedefParser.java:99) [2019-07-30T07:07:45.485Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:282) [2019-07-30T07:07:45.485Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) [2019-07-30T07:07:45.485Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:07:45.485Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:07:45.485Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:07:45.485Z] ... 9 more [2019-07-30T07:07:46.046Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:07:46.046Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102370177 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:07:46.046Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:46.046Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:46.046Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:07:46.046Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:07:46.046Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:46.046Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:46.046Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:07:46.046Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:07:46.046Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:46.046Z] DEBUG - Clicking on OK [2019-07-30T07:07:46.046Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102370179 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:46.046Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102370179 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:46.046Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102370179 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:46.046Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102370179 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:46.046Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102370179 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:46.046Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102370179 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:46.046Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102370179 data=null 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') [2019-07-30T07:07:46.046Z] DEBUG - Clicked on [2019-07-30T07:07:46.302Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:07:46.302Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:46.302Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:46.302Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:46.302Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:46.302Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:46.302Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102370513 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:46.302Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102370513 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:46.302Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102370513 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:46.302Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102370514 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:46.302Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102370514 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} [2019-07-30T07:07:46.558Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102370571 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:46.558Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:46.558Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102370572 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:46.558Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102370572 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:46.558Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102370572 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:46.558Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102370573 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:46.558Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102370573 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} [2019-07-30T07:07:46.558Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102370578 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:46.558Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:07:46.558Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:46.558Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102370578 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:07:46.558Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102370579 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:07:46.558Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102370579 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:07:46.558Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102370579 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:46.558Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102370579 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]} [2019-07-30T07:07:46.558Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102370592 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:46.558Z] [2019-07-30T07:07:46.558Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:07:46.435 [2019-07-30T07:07:46.558Z] !MESSAGE Error initializing trace. [2019-07-30T07:07:46.558Z] [2019-07-30T07:07:46.558Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: x [2019-07-30T07:07:46.558Z] !STACK 0 [2019-07-30T07:07:46.558Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: x [2019-07-30T07:07:46.558Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:07:46.558Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:07:46.558Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:07:46.558Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:07:46.558Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:07:46.558Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:07:46.558Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:07:46.558Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:07:46.558Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:07:46.558Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:07:46.558Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: x [2019-07-30T07:07:46.558Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.isSignedIntegerField(TypeDeclaratorParser.java:236) [2019-07-30T07:07:46.558Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:173) [2019-07-30T07:07:46.558Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypedefParser.parse(TypedefParser.java:99) [2019-07-30T07:07:46.558Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:282) [2019-07-30T07:07:46.558Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) [2019-07-30T07:07:46.558Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:07:46.558Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:07:46.558Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:07:46.558Z] ... 9 more [2019-07-30T07:07:47.119Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:07:47.119Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102371192 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:07:47.119Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:47.119Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:47.119Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:07:47.119Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:07:47.119Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:47.119Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:47.119Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:07:47.119Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:07:47.119Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:47.119Z] DEBUG - Clicking on OK [2019-07-30T07:07:47.119Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102371193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:47.119Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102371193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:47.119Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102371193 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:47.119Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102371193 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:47.119Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102371194 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:47.119Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102371194 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:47.119Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102371194 data=null 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') [2019-07-30T07:07:47.119Z] DEBUG - Clicked on [2019-07-30T07:07:47.375Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:07:47.375Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:47.375Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:47.375Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:47.375Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:47.375Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:47.375Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102371517 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:47.375Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102371517 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:47.375Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102371517 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:47.375Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102371517 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:47.375Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102371517 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} [2019-07-30T07:07:47.375Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102371535 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:47.375Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:47.375Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102371563 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:47.375Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102371563 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:47.375Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102371563 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:47.375Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102371563 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:47.375Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102371563 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} [2019-07-30T07:07:47.375Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102371571 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:47.375Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:07:47.375Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:47.375Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102371572 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:07:47.375Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102371572 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:07:47.375Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102371572 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:07:47.375Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102371572 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:47.375Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102371572 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]} [2019-07-30T07:07:47.375Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102371586 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:47.631Z] [2019-07-30T07:07:47.631Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:07:47.381 [2019-07-30T07:07:47.631Z] !MESSAGE Error initializing trace. [2019-07-30T07:07:47.631Z] [2019-07-30T07:07:47.631Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value svp [2019-07-30T07:07:47.631Z] !STACK 0 [2019-07-30T07:07:47.631Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value svp [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:07:47.631Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:07:47.631Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value svp [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.SignedParser.parse(SignedParser.java:67) [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:164) [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123) [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139) [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130) [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96) [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285) [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:07:47.631Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:07:47.631Z] ... 9 more [2019-07-30T07:07:48.417Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:07:48.417Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102372138 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:07:48.417Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:48.417Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:48.417Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:07:48.418Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:07:48.418Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:48.418Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:48.418Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:07:48.418Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:07:48.418Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:48.418Z] DEBUG - Clicking on OK [2019-07-30T07:07:48.418Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102372140 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:48.418Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102372140 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:48.418Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102372140 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:48.418Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102372140 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:48.418Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102372140 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:48.418Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102372140 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:48.418Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102372140 data=null 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') [2019-07-30T07:07:48.418Z] DEBUG - Clicked on [2019-07-30T07:07:48.768Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:07:48.768Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:48.768Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:48.768Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:48.768Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:48.768Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:48.768Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102372470 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:48.768Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102372470 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:48.769Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102372470 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:48.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102372470 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:48.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102372470 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} [2019-07-30T07:07:48.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102372491 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:48.769Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:48.769Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102372491 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:48.769Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102372492 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:48.769Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102372492 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:48.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102372492 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:48.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102372492 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} [2019-07-30T07:07:48.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102372497 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:48.769Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:07:48.769Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:48.769Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102372498 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:07:48.769Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102372498 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:07:48.769Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102372498 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:07:48.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102372499 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:48.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102372499 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]} [2019-07-30T07:07:48.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102372509 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:48.769Z] [2019-07-30T07:07:48.769Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:07:48.423 [2019-07-30T07:07:48.769Z] !MESSAGE Error initializing trace. [2019-07-30T07:07:48.769Z] [2019-07-30T07:07:48.769Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid integer format: 23452397856348975623897562893746589237465289374658923764598237645897234658723648579236 [2019-07-30T07:07:48.769Z] !STACK 0 [2019-07-30T07:07:48.769Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid integer format: 23452397856348975623897562893746589237465289374658923764598237645897234658723648579236 [2019-07-30T07:07:48.769Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:07:48.769Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:07:48.769Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:07:48.769Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:07:48.769Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:07:48.769Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:07:48.769Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:07:48.769Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:07:48.769Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:07:48.769Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:07:48.769Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid integer format: 23452397856348975623897562893746589237465289374658923764598237645897234658723648579236 [2019-07-30T07:07:48.769Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.UnaryIntegerParser.parse(UnaryIntegerParser.java:56) [2019-07-30T07:07:48.769Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.trace.VersionNumberParser.parse(VersionNumberParser.java:57) [2019-07-30T07:07:48.769Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.trace.TraceDeclarationParser.parse(TraceDeclarationParser.java:144) [2019-07-30T07:07:48.769Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseTrace(IOStructGen.java:251) [2019-07-30T07:07:48.769Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:150) [2019-07-30T07:07:48.769Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:07:48.769Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:07:48.769Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:07:48.769Z] ... 9 more [2019-07-30T07:07:48.769Z] Caused by: java.lang.NumberFormatException: For input string: "23452397856348975623897562893746589237465289374658923764598237645897234658723648579236" [2019-07-30T07:07:48.769Z] at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) [2019-07-30T07:07:48.769Z] at java.lang.Long.parseLong(Long.java:592) [2019-07-30T07:07:48.769Z] at java.lang.Long.valueOf(Long.java:776) [2019-07-30T07:07:48.769Z] at java.lang.Long.decode(Long.java:928) [2019-07-30T07:07:48.769Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.UnaryIntegerParser.parse(UnaryIntegerParser.java:54) [2019-07-30T07:07:48.769Z] ... 16 more [2019-07-30T07:07:49.024Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:07:49.024Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102373272 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:07:49.024Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:49.024Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:49.024Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:07:49.024Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:07:49.024Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:49.024Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:49.024Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:07:49.024Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:07:49.024Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:49.024Z] DEBUG - Clicking on OK [2019-07-30T07:07:49.024Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102373273 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:49.024Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102373273 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:49.024Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102373274 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:49.024Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102373274 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:49.024Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102373274 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:49.024Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102373274 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:49.280Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102373274 data=null 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') [2019-07-30T07:07:49.280Z] DEBUG - Clicked on [2019-07-30T07:07:49.536Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:07:49.536Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:49.536Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:49.536Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:49.536Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:49.536Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:49.536Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102373584 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:49.536Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102373585 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:49.536Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102373585 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:49.536Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102373585 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:49.536Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102373585 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} [2019-07-30T07:07:49.536Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102373600 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:49.536Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:49.536Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102373600 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:49.536Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102373600 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:49.536Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102373600 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:49.536Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102373601 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:49.536Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102373601 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} [2019-07-30T07:07:49.536Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102373605 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:49.536Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:07:49.536Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:49.536Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102373606 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:07:49.536Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102373606 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:07:49.536Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102373606 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:07:49.536Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102373606 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:49.536Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102373606 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]} [2019-07-30T07:07:49.536Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102373618 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:49.536Z] [2019-07-30T07:07:49.536Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:07:49.448 [2019-07-30T07:07:49.536Z] !MESSAGE Error initializing trace. [2019-07-30T07:07:49.536Z] [2019-07-30T07:07:49.536Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: uint32_t [2019-07-30T07:07:49.536Z] !STACK 0 [2019-07-30T07:07:49.536Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: uint32_t [2019-07-30T07:07:49.536Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:07:49.536Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:07:49.536Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:07:49.536Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:07:49.536Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:07:49.536Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:07:49.536Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:07:49.536Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:07:49.536Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:07:49.536Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:07:49.536Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: uint32_t [2019-07-30T07:07:49.536Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.isSignedIntegerField(TypeDeclaratorParser.java:236) [2019-07-30T07:07:49.536Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:173) [2019-07-30T07:07:49.536Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypedefParser.parse(TypedefParser.java:99) [2019-07-30T07:07:49.536Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:282) [2019-07-30T07:07:49.536Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) [2019-07-30T07:07:49.536Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:07:49.536Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:07:49.536Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:07:49.536Z] ... 9 more [2019-07-30T07:07:50.097Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:07:50.097Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102374205 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:07:50.097Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:50.097Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:50.097Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:07:50.097Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:07:50.097Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:50.097Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:50.097Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:07:50.097Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:07:50.097Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:50.097Z] DEBUG - Clicking on OK [2019-07-30T07:07:50.097Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102374206 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:50.097Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102374206 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:50.097Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102374206 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:50.097Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102374206 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:50.097Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102374206 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:50.097Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102374206 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:50.097Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102374206 data=null 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') [2019-07-30T07:07:50.097Z] DEBUG - Clicked on [2019-07-30T07:07:50.353Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:07:50.353Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:50.353Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:50.353Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:50.353Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:50.353Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:50.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102374470 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:50.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102374471 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:50.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102374471 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:50.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102374471 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:50.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102374471 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} [2019-07-30T07:07:50.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102374488 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:50.353Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:50.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102374488 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:50.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102374488 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:50.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102374488 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:50.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102374489 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:50.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102374489 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} [2019-07-30T07:07:50.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102374493 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:50.353Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:07:50.353Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:50.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102374494 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:07:50.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102374494 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:07:50.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102374494 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:07:50.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102374495 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:50.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102374495 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]} [2019-07-30T07:07:50.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102374506 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:50.353Z] [2019-07-30T07:07:50.353Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:07:50.336 [2019-07-30T07:07:50.353Z] !MESSAGE Error initializing trace. [2019-07-30T07:07:50.353Z] [2019-07-30T07:07:50.353Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: NoViableAltException(14@[]) at metadata:17:19 [2019-07-30T07:07:50.353Z] !STACK 0 [2019-07-30T07:07:50.353Z] org.eclipse.tracecompass.internal.ctf.core.event.metadata.CtfAntlrException: NoViableAltException(14@[]) at metadata:17:19 [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:172) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:07:50.353Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:07:50.353Z] Caused by: NoViableAltException(14@[]) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.postfixExpression(CTFParser.java:1251) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.unaryExpression(CTFParser.java:1431) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.directDeclaratorLength(CTFParser.java:5965) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.directDeclaratorSuffix(CTFParser.java:5882) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.directDeclarator(CTFParser.java:5814) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.declarator(CTFParser.java:5700) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.declaratorList(CTFParser.java:2032) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.declaration(CTFParser.java:1721) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.parse(CTFParser.java:348) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.createAST(Metadata.java:303) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:253) [2019-07-30T07:07:50.353Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:07:50.353Z] ... 9 more [2019-07-30T07:07:50.913Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:07:50.913Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102375093 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:07:50.913Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:50.913Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:50.913Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:07:50.913Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:07:50.913Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:50.913Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:50.913Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:07:50.913Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:07:50.913Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:50.913Z] DEBUG - Clicking on OK [2019-07-30T07:07:50.913Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102375094 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:50.913Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102375094 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:50.913Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102375094 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:50.913Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102375094 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:50.913Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102375094 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:50.913Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102375094 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:50.913Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102375094 data=null 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') [2019-07-30T07:07:50.913Z] DEBUG - Clicked on [2019-07-30T07:07:51.169Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:07:51.169Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:51.169Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:51.169Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:51.169Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:51.169Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:51.169Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102375370 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:51.169Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102375370 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:51.169Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102375370 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:51.169Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102375371 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:51.169Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102375371 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} [2019-07-30T07:07:51.169Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102375381 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:51.169Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:51.169Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102375388 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:51.169Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102375388 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:51.169Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102375388 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:51.169Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102375389 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:51.169Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102375389 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} [2019-07-30T07:07:51.169Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102375394 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:51.169Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:07:51.169Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:51.169Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102375394 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:07:51.169Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102375394 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:07:51.169Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102375395 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:07:51.169Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102375395 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:51.169Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102375395 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]} [2019-07-30T07:07:51.169Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102375404 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:51.425Z] [2019-07-30T07:07:51.425Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:07:51.331 [2019-07-30T07:07:51.425Z] !MESSAGE Error initializing trace. [2019-07-30T07:07:51.425Z] [2019-07-30T07:07:51.425Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid integer format: 0xFFFFFFFFU [2019-07-30T07:07:51.425Z] !STACK 0 [2019-07-30T07:07:51.425Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid integer format: 0xFFFFFFFFU [2019-07-30T07:07:51.425Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:07:51.425Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:07:51.425Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:07:51.425Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:07:51.425Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:07:51.425Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:07:51.425Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:07:51.425Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:07:51.425Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:07:51.425Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:07:51.425Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid integer format: 0xFFFFFFFFU [2019-07-30T07:07:51.425Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.UnaryIntegerParser.parse(UnaryIntegerParser.java:56) [2019-07-30T07:07:51.425Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.AlignmentParser.parse(AlignmentParser.java:82) [2019-07-30T07:07:51.425Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:179) [2019-07-30T07:07:51.425Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129) [2019-07-30T07:07:51.425Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288) [2019-07-30T07:07:51.425Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) [2019-07-30T07:07:51.425Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:07:51.425Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:07:51.425Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:07:51.425Z] ... 9 more [2019-07-30T07:07:51.425Z] Caused by: java.lang.NumberFormatException: For input string: "FFFFFFFFU" [2019-07-30T07:07:51.425Z] at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) [2019-07-30T07:07:51.425Z] at java.lang.Long.parseLong(Long.java:589) [2019-07-30T07:07:51.425Z] at java.lang.Long.valueOf(Long.java:776) [2019-07-30T07:07:51.425Z] at java.lang.Long.decode(Long.java:928) [2019-07-30T07:07:51.425Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.UnaryIntegerParser.parse(UnaryIntegerParser.java:54) [2019-07-30T07:07:51.425Z] ... 17 more [2019-07-30T07:07:51.985Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:07:51.985Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102376156 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:07:51.985Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:51.985Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:51.985Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:07:51.985Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:07:51.985Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:51.985Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:51.985Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:07:51.985Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:07:51.985Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:51.985Z] DEBUG - Clicking on OK [2019-07-30T07:07:51.985Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102376156 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:51.985Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102376156 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:51.985Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102376156 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:51.985Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102376156 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:51.985Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102376157 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:51.985Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102376157 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:51.985Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102376157 data=null 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') [2019-07-30T07:07:51.985Z] DEBUG - Clicked on [2019-07-30T07:07:52.241Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:07:52.241Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:52.241Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:52.241Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:52.241Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:52.241Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:52.241Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102376417 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:52.241Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102376418 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:52.241Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102376418 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:52.241Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102376418 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:52.241Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102376418 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} [2019-07-30T07:07:52.241Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102376464 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:52.241Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:52.241Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102376465 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:52.241Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102376465 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:52.241Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102376465 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:52.241Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102376465 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:52.241Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102376465 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} [2019-07-30T07:07:52.241Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102376470 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:52.241Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:07:52.241Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:52.241Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102376470 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:07:52.241Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102376471 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:07:52.241Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102376471 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:07:52.241Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102376471 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:52.241Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102376471 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]} [2019-07-30T07:07:52.241Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102376477 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:52.497Z] [2019-07-30T07:07:52.497Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:07:52.325 [2019-07-30T07:07:52.497Z] !MESSAGE Error initializing trace. [2019-07-30T07:07:52.497Z] [2019-07-30T07:07:52.497Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for encoding [2019-07-30T07:07:52.497Z] !STACK 0 [2019-07-30T07:07:52.497Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for encoding [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:07:52.497Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:07:52.497Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for encoding [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.string.EncodingParser.parse(EncodingParser.java:61) [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:179) [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123) [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139) [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130) [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96) [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285) [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:07:52.497Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:07:52.497Z] ... 9 more [2019-07-30T07:07:53.059Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:07:53.059Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102377083 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:07:53.059Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:53.059Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:53.059Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:07:53.059Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:07:53.059Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:53.059Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:53.059Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:07:53.059Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:07:53.059Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:53.059Z] DEBUG - Clicking on OK [2019-07-30T07:07:53.059Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102377084 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:53.059Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102377084 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:53.059Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102377084 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:53.059Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102377084 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:53.059Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102377084 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:53.059Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102377084 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:53.059Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102377084 data=null 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') [2019-07-30T07:07:53.059Z] DEBUG - Clicked on [2019-07-30T07:07:53.059Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:07:53.059Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:53.059Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:53.059Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:53.059Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:53.059Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:53.059Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102377296 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:53.059Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102377297 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:53.059Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102377297 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:53.059Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102377297 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:53.059Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102377297 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} [2019-07-30T07:07:53.314Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102377314 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:53.314Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:53.314Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102377315 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:53.314Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102377315 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:53.314Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102377315 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:53.314Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102377315 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:53.314Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102377362 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} [2019-07-30T07:07:53.314Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102377367 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:53.314Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:07:53.314Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:53.314Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102377367 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:07:53.314Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102377368 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:07:53.314Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102377368 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:07:53.314Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102377368 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:53.314Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102377368 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]} [2019-07-30T07:07:53.314Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102377374 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:53.314Z] [2019-07-30T07:07:53.314Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:07:53.218 [2019-07-30T07:07:53.314Z] !MESSAGE Error initializing trace. [2019-07-30T07:07:53.314Z] [2019-07-30T07:07:53.314Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Identifier has already been defined:xxx [2019-07-30T07:07:53.314Z] !STACK 0 [2019-07-30T07:07:53.314Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Identifier has already been defined:xxx [2019-07-30T07:07:53.314Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:07:53.314Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:07:53.314Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:07:53.314Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:07:53.314Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:07:53.314Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:07:53.314Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:07:53.314Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:07:53.314Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:07:53.314Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:07:53.314Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Identifier has already been defined:xxx [2019-07-30T07:07:53.314Z] at org.eclipse.tracecompass.ctf.core.event.metadata.DeclarationScope.registerIdentifier(DeclarationScope.java:193) [2019-07-30T07:07:53.314Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructDeclarationParser.parse(StructDeclarationParser.java:114) [2019-07-30T07:07:53.314Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructBodyParser.parse(StructBodyParser.java:150) [2019-07-30T07:07:53.314Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:224) [2019-07-30T07:07:53.314Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129) [2019-07-30T07:07:53.314Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288) [2019-07-30T07:07:53.314Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) [2019-07-30T07:07:53.314Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:07:53.314Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:07:53.314Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:07:53.314Z] ... 9 more [2019-07-30T07:07:53.875Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:07:53.875Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102377974 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:07:53.875Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:53.875Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:53.875Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:07:53.875Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:07:53.875Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:53.875Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:53.875Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:07:53.875Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:07:53.875Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:53.875Z] DEBUG - Clicking on OK [2019-07-30T07:07:53.875Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102377975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:53.875Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102377975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:53.875Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102377975 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:53.875Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102377976 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:53.875Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102377976 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:53.875Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102377976 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:53.875Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102377976 data=null 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') [2019-07-30T07:07:53.875Z] DEBUG - Clicked on [2019-07-30T07:07:54.131Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:07:54.131Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:54.131Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:54.131Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:54.131Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:54.131Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:54.131Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102378207 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:54.131Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102378207 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:54.131Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102378207 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:54.131Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102378207 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:54.131Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102378207 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} [2019-07-30T07:07:54.131Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102378222 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:54.131Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:54.131Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102378223 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:54.131Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102378223 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:54.131Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102378223 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:54.131Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102378223 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:54.131Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102378224 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} [2019-07-30T07:07:54.131Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102378268 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:54.131Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:07:54.131Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:54.131Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102378268 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:07:54.131Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102378268 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:07:54.131Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102378268 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:07:54.131Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102378269 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:54.131Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102378269 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]} [2019-07-30T07:07:54.131Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102378275 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:54.387Z] [2019-07-30T07:07:54.387Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:07:54.130 [2019-07-30T07:07:54.387Z] !MESSAGE Error initializing trace. [2019-07-30T07:07:54.387Z] [2019-07-30T07:07:54.387Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: uint32_t [2019-07-30T07:07:54.387Z] !STACK 0 [2019-07-30T07:07:54.387Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: uint32_t [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:07:54.387Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:07:54.387Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: uint32_t [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.isSignedIntegerField(TypeDeclaratorParser.java:236) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:173) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructDeclarationParser.parse(StructDeclarationParser.java:112) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructBodyParser.parse(StructBodyParser.java:150) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:224) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.event.EventDeclarationParser.parse(EventDeclarationParser.java:171) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.event.EventParser.parse(EventParser.java:121) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseEvents(IOStructGen.java:187) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:177) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:07:54.387Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:07:54.387Z] ... 9 more [2019-07-30T07:07:54.947Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:07:54.947Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102378950 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:07:54.947Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:54.947Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:54.947Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:07:54.947Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:07:54.947Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:54.947Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:54.947Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:07:54.947Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:07:54.947Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:54.947Z] DEBUG - Clicking on OK [2019-07-30T07:07:54.947Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102378951 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:54.947Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102378951 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:54.947Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102378951 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:54.947Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102378951 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:54.947Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102378951 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:54.947Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102378951 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:54.947Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102378951 data=null 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') [2019-07-30T07:07:54.947Z] DEBUG - Clicked on [2019-07-30T07:07:55.203Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:07:55.203Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:55.203Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:55.203Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:55.203Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:55.203Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:55.203Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102379209 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:55.203Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102379209 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:55.203Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102379209 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:55.203Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102379210 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:55.203Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102379210 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} [2019-07-30T07:07:55.203Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102379226 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:55.203Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:55.203Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102379227 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:55.203Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102379227 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:55.203Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102379227 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:55.203Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102379227 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:55.203Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102379228 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} [2019-07-30T07:07:55.203Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102379267 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:55.203Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:07:55.203Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:55.203Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102379268 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:07:55.203Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102379268 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:07:55.203Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102379268 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:07:55.203Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102379269 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:55.203Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102379269 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]} [2019-07-30T07:07:55.203Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102379276 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:55.203Z] [2019-07-30T07:07:55.203Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:07:55.128 [2019-07-30T07:07:55.203Z] !MESSAGE Error initializing trace. [2019-07-30T07:07:55.203Z] [2019-07-30T07:07:55.203Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: MismatchedTokenException(57!=72) at metadata:9:27 [2019-07-30T07:07:55.203Z] !STACK 0 [2019-07-30T07:07:55.203Z] org.eclipse.tracecompass.internal.ctf.core.event.metadata.CtfAntlrException: MismatchedTokenException(57!=72) at metadata:9:27 [2019-07-30T07:07:55.203Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:172) [2019-07-30T07:07:55.203Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:07:55.203Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:07:55.203Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:07:55.203Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:07:55.203Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:07:55.203Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:07:55.203Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:07:55.203Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:07:55.203Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:07:55.203Z] Caused by: MismatchedTokenException(57!=72) [2019-07-30T07:07:55.203Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.recoverFromMismatchedToken(CTFParser.java:229) [2019-07-30T07:07:55.203Z] at org.antlr.runtime.BaseRecognizer.match(BaseRecognizer.java:115) [2019-07-30T07:07:55.203Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.declaration(CTFParser.java:1730) [2019-07-30T07:07:55.203Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.parse(CTFParser.java:348) [2019-07-30T07:07:55.203Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.createAST(Metadata.java:303) [2019-07-30T07:07:55.203Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:253) [2019-07-30T07:07:55.203Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:07:55.203Z] ... 9 more [2019-07-30T07:07:55.767Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:07:55.767Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102380004 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:07:55.767Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:55.767Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:55.767Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:07:55.767Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:07:55.767Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:55.767Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:55.767Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:07:55.767Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:07:55.767Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:55.767Z] DEBUG - Clicking on OK [2019-07-30T07:07:55.767Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102380005 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:55.767Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102380005 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:55.767Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102380005 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:55.767Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102380005 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:55.767Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102380005 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:55.767Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102380005 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:56.022Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102380005 data=null 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') [2019-07-30T07:07:56.022Z] DEBUG - Clicked on [2019-07-30T07:07:56.278Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:07:56.278Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:56.278Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:56.278Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:56.278Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:56.278Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:56.278Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102380317 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:56.278Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102380318 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:56.278Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102380318 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:56.278Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102380318 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:56.278Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102380318 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} [2019-07-30T07:07:56.278Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102380371 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:56.278Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:56.278Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102380372 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:56.278Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102380372 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:56.278Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102380372 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:56.278Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102380372 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:56.278Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102380372 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} [2019-07-30T07:07:56.278Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102380377 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:56.278Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:07:56.278Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:56.278Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102380377 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:07:56.278Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102380377 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:07:56.278Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102380377 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:07:56.278Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102380378 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:56.278Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102380378 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]} [2019-07-30T07:07:56.278Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102380391 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:56.278Z] [2019-07-30T07:07:56.278Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:07:56.225 [2019-07-30T07:07:56.278Z] !MESSAGE Error initializing trace. [2019-07-30T07:07:56.278Z] [2019-07-30T07:07:56.278Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for encoding [2019-07-30T07:07:56.278Z] !STACK 0 [2019-07-30T07:07:56.278Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for encoding [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:07:56.278Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:07:56.278Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for encoding [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.string.EncodingParser.parse(EncodingParser.java:58) [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:179) [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123) [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139) [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130) [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96) [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285) [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:07:56.278Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:07:56.278Z] ... 9 more [2019-07-30T07:07:56.841Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:07:56.841Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102381046 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:07:56.841Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:56.841Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:56.841Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:07:56.841Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:07:56.841Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:56.841Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:56.841Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:07:56.841Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:07:56.841Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:56.841Z] DEBUG - Clicking on OK [2019-07-30T07:07:56.841Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102381047 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:56.841Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102381047 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:56.841Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102381047 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:56.841Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102381047 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:56.841Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102381048 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:56.841Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102381048 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:56.841Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102381048 data=null 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') [2019-07-30T07:07:57.096Z] DEBUG - Clicked on [2019-07-30T07:07:57.353Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:07:57.353Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:57.353Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:57.353Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:57.353Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:57.353Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:57.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102381370 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:57.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102381370 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:57.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102381370 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:57.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102381370 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:57.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102381371 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} [2019-07-30T07:07:57.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102381394 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:57.353Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:57.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102381394 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:57.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102381395 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:57.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102381395 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:57.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102381395 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:57.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102381395 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} [2019-07-30T07:07:57.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102381399 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:57.353Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:07:57.353Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:57.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102381400 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:07:57.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102381400 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:07:57.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102381400 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:07:57.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102381401 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:57.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102381401 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]} [2019-07-30T07:07:57.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102381410 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:57.353Z] [2019-07-30T07:07:57.353Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:07:57.220 [2019-07-30T07:07:57.353Z] !MESSAGE Error initializing trace. [2019-07-30T07:07:57.353Z] [2019-07-30T07:07:57.353Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment [2019-07-30T07:07:57.353Z] !STACK 0 [2019-07-30T07:07:57.353Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment [2019-07-30T07:07:57.353Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:07:57.353Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:07:57.353Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:07:57.353Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:07:57.353Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:07:57.353Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:07:57.353Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:07:57.353Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:07:57.353Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:07:57.353Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:07:57.353Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment [2019-07-30T07:07:57.353Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.AlignmentParser.parse(AlignmentParser.java:91) [2019-07-30T07:07:57.353Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:179) [2019-07-30T07:07:57.353Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129) [2019-07-30T07:07:57.353Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288) [2019-07-30T07:07:57.353Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) [2019-07-30T07:07:57.353Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:07:57.353Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:07:57.353Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:07:57.353Z] ... 9 more [2019-07-30T07:07:57.915Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:07:57.915Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102381977 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:07:57.915Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:57.915Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:57.915Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:07:57.915Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:07:57.915Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:57.915Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:57.915Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:07:57.915Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:07:57.915Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:57.915Z] DEBUG - Clicking on OK [2019-07-30T07:07:57.915Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102381978 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:57.915Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102381978 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:57.915Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102381978 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:57.915Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102381978 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:57.915Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102381978 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:57.915Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102381978 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:57.915Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102381978 data=null 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') [2019-07-30T07:07:57.915Z] DEBUG - Clicked on [2019-07-30T07:07:58.171Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:07:58.171Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:58.171Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:58.171Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:58.171Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:58.171Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:58.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102382194 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102382195 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102382195 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102382195 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102382195 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} [2019-07-30T07:07:58.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102382212 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.171Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:58.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102382213 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102382213 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102382213 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102382213 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102382214 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} [2019-07-30T07:07:58.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102382219 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.171Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:07:58.171Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:58.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102382220 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:07:58.171Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102382220 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:07:58.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102382220 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:07:58.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102382220 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:58.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102382220 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]} [2019-07-30T07:07:58.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102382268 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:58.171Z] [2019-07-30T07:07:58.171Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:07:58.080 [2019-07-30T07:07:58.171Z] !MESSAGE Error initializing trace. [2019-07-30T07:07:58.171Z] [2019-07-30T07:07:58.171Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: NoViableAltException(75@[]) at metadata:17:19 [2019-07-30T07:07:58.171Z] !STACK 0 [2019-07-30T07:07:58.171Z] org.eclipse.tracecompass.internal.ctf.core.event.metadata.CtfAntlrException: NoViableAltException(75@[]) at metadata:17:19 [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:172) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:07:58.171Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:07:58.171Z] Caused by: NoViableAltException(75@[]) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.postfixExpression(CTFParser.java:1251) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.unaryExpression(CTFParser.java:1431) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.directDeclaratorLength(CTFParser.java:5965) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.directDeclaratorSuffix(CTFParser.java:5882) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.directDeclarator(CTFParser.java:5814) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.declarator(CTFParser.java:5700) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.declaratorList(CTFParser.java:2032) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.declaration(CTFParser.java:1721) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.parse(CTFParser.java:348) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.createAST(Metadata.java:303) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:253) [2019-07-30T07:07:58.171Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:07:58.171Z] ... 9 more [2019-07-30T07:07:58.732Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:07:58.732Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102382905 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:07:58.732Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:58.732Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:58.732Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:07:58.732Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:07:58.732Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:58.732Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:58.732Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:07:58.732Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:07:58.732Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:58.732Z] DEBUG - Clicking on OK [2019-07-30T07:07:58.732Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102382906 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:58.732Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102382906 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:58.732Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102382906 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:58.732Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102382906 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:58.732Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102382906 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:58.732Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102382906 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:58.732Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102382906 data=null 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') [2019-07-30T07:07:58.732Z] DEBUG - Clicked on [2019-07-30T07:07:58.988Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:07:58.988Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:58.988Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:58.988Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:07:58.988Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:07:58.988Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:58.988Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102383166 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.988Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102383166 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102383166 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102383166 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.988Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102383166 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} [2019-07-30T07:07:58.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102383177 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.988Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:58.988Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102383177 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.988Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102383177 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102383177 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102383178 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.988Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102383178 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} [2019-07-30T07:07:58.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102383187 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:07:58.988Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:07:58.988Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:07:58.988Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102383187 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:07:58.988Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102383188 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:07:58.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102383188 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:07:58.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102383188 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:58.988Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102383188 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]} [2019-07-30T07:07:58.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102383194 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:07:59.243Z] [2019-07-30T07:07:59.243Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:07:59.047 [2019-07-30T07:07:59.243Z] !MESSAGE Error initializing trace. [2019-07-30T07:07:59.243Z] [2019-07-30T07:07:59.243Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value [2019-07-30T07:07:59.243Z] !STACK 0 [2019-07-30T07:07:59.243Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:07:59.243Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:07:59.243Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.SignedParser.parse(SignedParser.java:87) [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:164) [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123) [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139) [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130) [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96) [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285) [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:07:59.243Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:07:59.243Z] ... 9 more [2019-07-30T07:07:59.806Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:07:59.806Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102383886 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:07:59.806Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:59.806Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:59.806Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:07:59.806Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:07:59.806Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:07:59.806Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:07:59.806Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:07:59.806Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:07:59.806Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:59.806Z] DEBUG - Clicking on OK [2019-07-30T07:07:59.806Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102383887 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:59.806Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102383887 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:59.806Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102383887 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:59.806Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102383887 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:59.806Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102383887 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:59.806Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102383887 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:07:59.806Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102383887 data=null 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') [2019-07-30T07:07:59.806Z] DEBUG - Clicked on [2019-07-30T07:08:00.062Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:08:00.062Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:08:00.062Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:08:00.062Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:08:00.062Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:08:00.062Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:00.062Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102384165 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.062Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102384165 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.062Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102384166 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.062Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102384166 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102384166 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} [2019-07-30T07:08:00.062Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102384176 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.062Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:00.062Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102384177 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.062Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102384177 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.062Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102384177 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.062Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102384177 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102384177 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} [2019-07-30T07:08:00.062Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102384187 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.062Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:08:00.062Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:00.062Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102384187 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:08:00.062Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102384187 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:08:00.062Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102384187 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:08:00.062Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102384188 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:08:00.062Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102384188 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]} [2019-07-30T07:08:00.062Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102384194 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:08:00.062Z] [2019-07-30T07:08:00.062Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:08:00.038 [2019-07-30T07:08:00.062Z] !MESSAGE Error initializing trace. [2019-07-30T07:08:00.062Z] [2019-07-30T07:08:00.062Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for size [2019-07-30T07:08:00.062Z] !STACK 0 [2019-07-30T07:08:00.062Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for size [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:08:00.062Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:08:00.062Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for size [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.SizeParser.parse(SizeParser.java:67) [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:170) [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123) [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139) [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130) [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96) [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285) [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:08:00.062Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:08:00.062Z] ... 9 more [2019-07-30T07:08:00.988Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:08:00.988Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102384885 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:08:00.988Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:08:00.988Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:08:00.988Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:08:00.988Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:08:00.988Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:08:00.988Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:08:00.988Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:08:00.988Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:08:00.988Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:00.988Z] DEBUG - Clicking on OK [2019-07-30T07:08:00.988Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102384886 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:00.988Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102384886 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:00.988Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102384886 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:00.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102384886 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:00.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102384887 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:00.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102384887 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:00.988Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102384887 data=null 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') [2019-07-30T07:08:00.988Z] DEBUG - Clicked on [2019-07-30T07:08:00.988Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:08:00.988Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:08:00.988Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:08:00.988Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:08:00.988Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:08:00.988Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:00.988Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102385132 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.988Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102385132 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102385132 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102385133 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.988Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102385133 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} [2019-07-30T07:08:00.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102385168 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.988Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:00.988Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102385169 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.988Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102385169 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102385169 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102385169 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.988Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102385169 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} [2019-07-30T07:08:00.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102385174 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:00.988Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:08:00.988Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:00.988Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102385175 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:08:00.988Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102385175 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:08:00.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102385175 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:08:00.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102385175 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:08:00.988Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102385175 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]} [2019-07-30T07:08:00.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102385187 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:08:01.243Z] [2019-07-30T07:08:01.244Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:08:01.051 [2019-07-30T07:08:01.244Z] !MESSAGE Error initializing trace. [2019-07-30T07:08:01.244Z] [2019-07-30T07:08:01.244Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment : 0 [2019-07-30T07:08:01.244Z] !STACK 0 [2019-07-30T07:08:01.244Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment : 0 [2019-07-30T07:08:01.244Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:08:01.244Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:08:01.244Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:08:01.244Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:08:01.244Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:08:01.244Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:08:01.244Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:08:01.244Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:08:01.244Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:08:01.244Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:08:01.244Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment : 0 [2019-07-30T07:08:01.244Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.AlignmentParser.parse(AlignmentParser.java:85) [2019-07-30T07:08:01.244Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:179) [2019-07-30T07:08:01.244Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129) [2019-07-30T07:08:01.244Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288) [2019-07-30T07:08:01.244Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) [2019-07-30T07:08:01.244Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:08:01.244Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:08:01.244Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:08:01.244Z] ... 9 more [2019-07-30T07:08:01.805Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:08:01.805Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102385886 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:08:01.805Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:08:01.805Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:08:01.805Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:08:01.805Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:08:01.805Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:08:01.805Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:08:01.805Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:08:01.805Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:08:01.805Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:01.805Z] DEBUG - Clicking on OK [2019-07-30T07:08:01.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102385887 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:01.805Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102385887 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:01.805Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102385887 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:01.805Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102385887 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:01.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102385887 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:01.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102385887 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:01.805Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102385887 data=null 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') [2019-07-30T07:08:01.805Z] DEBUG - Clicked on [2019-07-30T07:08:02.061Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:08:02.061Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:08:02.061Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:08:02.061Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:08:02.061Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:08:02.061Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:02.061Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102386169 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.061Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102386170 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.061Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102386170 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.061Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102386170 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.061Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102386170 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} [2019-07-30T07:08:02.061Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102386179 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.061Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:02.061Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102386180 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.061Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102386180 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.061Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102386180 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.061Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102386180 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.061Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102386180 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} [2019-07-30T07:08:02.061Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102386190 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.061Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:08:02.061Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:02.061Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102386190 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:08:02.061Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102386190 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:08:02.061Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102386190 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:08:02.061Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102386191 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:08:02.061Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102386191 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]} [2019-07-30T07:08:02.061Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102386197 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:08:02.061Z] [2019-07-30T07:08:02.061Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:08:01.987 [2019-07-30T07:08:02.061Z] !MESSAGE Error initializing trace. [2019-07-30T07:08:02.061Z] [2019-07-30T07:08:02.061Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: x [2019-07-30T07:08:02.061Z] !STACK 0 [2019-07-30T07:08:02.061Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: x [2019-07-30T07:08:02.061Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:08:02.061Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:08:02.061Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:08:02.061Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:08:02.061Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:08:02.061Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:08:02.061Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:08:02.061Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:08:02.061Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:08:02.061Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:08:02.061Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Is not an integer: x [2019-07-30T07:08:02.061Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.isSignedIntegerField(TypeDeclaratorParser.java:236) [2019-07-30T07:08:02.061Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:173) [2019-07-30T07:08:02.061Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypedefParser.parse(TypedefParser.java:99) [2019-07-30T07:08:02.061Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:282) [2019-07-30T07:08:02.061Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) [2019-07-30T07:08:02.061Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:08:02.061Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:08:02.061Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:08:02.061Z] ... 9 more [2019-07-30T07:08:02.623Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:08:02.623Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102386744 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:08:02.623Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:08:02.623Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:08:02.623Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:08:02.623Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:08:02.623Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:08:02.623Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:08:02.623Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:08:02.623Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:08:02.623Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:02.623Z] DEBUG - Clicking on OK [2019-07-30T07:08:02.623Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102386745 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:02.623Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102386745 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:02.623Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102386745 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:02.623Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102386745 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:02.623Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102386745 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:02.623Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102386745 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:02.623Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102386745 data=null 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') [2019-07-30T07:08:02.623Z] DEBUG - Clicked on [2019-07-30T07:08:02.879Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:08:02.879Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:08:02.879Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:08:02.879Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:08:02.879Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:08:02.879Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:02.879Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102386998 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.879Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102386998 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.879Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102386998 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.879Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102386999 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.879Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102386999 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} [2019-07-30T07:08:02.879Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102387013 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.879Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:02.879Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102387014 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.879Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102387014 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.879Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102387014 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.879Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102387015 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.879Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102387015 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} [2019-07-30T07:08:02.879Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102387020 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:02.879Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:08:02.879Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:02.879Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102387021 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:08:02.879Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102387067 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:08:02.879Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102387067 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:08:02.879Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102387068 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:08:02.879Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102387068 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]} [2019-07-30T07:08:02.879Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102387076 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:08:03.135Z] [2019-07-30T07:08:03.135Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:08:02.924 [2019-07-30T07:08:03.135Z] !MESSAGE Error initializing trace. [2019-07-30T07:08:03.135Z] [2019-07-30T07:08:03.135Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment : -8 [2019-07-30T07:08:03.135Z] !STACK 0 [2019-07-30T07:08:03.135Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment : -8 [2019-07-30T07:08:03.135Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:08:03.135Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:08:03.135Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:08:03.135Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:08:03.135Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:08:03.135Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:08:03.135Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:08:03.135Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:08:03.135Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:08:03.135Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:08:03.135Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment : -8 [2019-07-30T07:08:03.135Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.AlignmentParser.parse(AlignmentParser.java:85) [2019-07-30T07:08:03.135Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:179) [2019-07-30T07:08:03.135Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129) [2019-07-30T07:08:03.135Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288) [2019-07-30T07:08:03.135Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) [2019-07-30T07:08:03.135Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:08:03.135Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:08:03.135Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:08:03.135Z] ... 9 more [2019-07-30T07:08:03.391Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:08:03.391Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102387630 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:08:03.391Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:08:03.391Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:08:03.391Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:08:03.391Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:08:03.391Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:08:03.391Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:08:03.391Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:08:03.391Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:08:03.391Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:03.391Z] DEBUG - Clicking on OK [2019-07-30T07:08:03.391Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102387631 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:03.391Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102387631 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:03.391Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102387631 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:03.391Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102387631 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:03.391Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102387631 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:03.391Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102387631 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:03.646Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102387631 data=null 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') [2019-07-30T07:08:03.646Z] DEBUG - Clicked on [2019-07-30T07:08:03.646Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:08:03.646Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:08:03.646Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:08:03.646Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:08:03.646Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:08:03.646Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:03.646Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102387887 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:03.646Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102387888 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:03.646Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102387888 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:03.646Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102387888 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:03.646Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102387888 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} [2019-07-30T07:08:03.902Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102387907 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:03.902Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:03.902Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102387908 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:03.902Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102387908 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:03.902Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102387908 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:03.902Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102387908 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:03.902Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102387909 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} [2019-07-30T07:08:03.902Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102387966 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:03.902Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:08:03.902Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:03.902Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102387967 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:08:03.902Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102387967 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:08:03.902Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102387967 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:08:03.902Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102387967 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:08:03.902Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102387967 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]} [2019-07-30T07:08:03.902Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102387974 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:08:03.902Z] [2019-07-30T07:08:03.902Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:08:03.769 [2019-07-30T07:08:03.902Z] !MESSAGE Error initializing trace. [2019-07-30T07:08:03.902Z] [2019-07-30T07:08:03.902Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: struct a already defined. [2019-07-30T07:08:03.902Z] !STACK 0 [2019-07-30T07:08:03.902Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: struct a already defined. [2019-07-30T07:08:03.902Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:08:03.902Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:08:03.902Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:08:03.902Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:08:03.902Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:08:03.902Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:08:03.902Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:08:03.902Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:08:03.902Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:08:03.902Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:08:03.902Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: struct a already defined. [2019-07-30T07:08:03.902Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:216) [2019-07-30T07:08:03.902Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129) [2019-07-30T07:08:03.902Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288) [2019-07-30T07:08:03.902Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) [2019-07-30T07:08:03.902Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:08:03.902Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:08:03.902Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:08:03.902Z] ... 9 more [2019-07-30T07:08:04.466Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:08:04.466Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102388526 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:08:04.466Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:08:04.466Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:08:04.466Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:08:04.466Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:08:04.466Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:08:04.466Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:08:04.466Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:08:04.466Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:08:04.466Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:04.466Z] DEBUG - Clicking on OK [2019-07-30T07:08:04.466Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102388527 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:04.466Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102388527 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:04.466Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102388527 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:04.466Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102388527 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:04.466Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102388527 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:04.466Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102388527 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:04.466Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102388527 data=null 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') [2019-07-30T07:08:04.466Z] DEBUG - Clicked on [2019-07-30T07:08:04.819Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:08:04.819Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:08:04.819Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:08:04.819Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:08:04.819Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:08:04.819Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:04.819Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102388783 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:04.819Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102388783 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:04.819Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102388783 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:04.819Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102388784 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:04.819Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102388784 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} [2019-07-30T07:08:04.819Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102388800 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:04.819Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:04.819Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102388800 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:04.819Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102388800 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:04.819Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102388800 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:04.819Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102388801 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:04.819Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102388801 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} [2019-07-30T07:08:04.819Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102388808 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:04.819Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:08:04.819Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:04.819Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102388809 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:08:04.819Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102388809 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:08:04.819Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102388809 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:08:04.819Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102388809 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:08:04.819Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102388809 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]} [2019-07-30T07:08:04.819Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102388818 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:08:04.819Z] [2019-07-30T07:08:04.819Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:08:04.710 [2019-07-30T07:08:04.819Z] !MESSAGE Error initializing trace. [2019-07-30T07:08:04.819Z] [2019-07-30T07:08:04.819Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment [2019-07-30T07:08:04.819Z] !STACK 0 [2019-07-30T07:08:04.819Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment [2019-07-30T07:08:04.819Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:08:04.819Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:08:04.819Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:08:04.819Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:08:04.819Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:08:04.819Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:08:04.819Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:08:04.819Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:08:04.819Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:08:04.819Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:08:04.819Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for alignment [2019-07-30T07:08:04.819Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.AlignmentParser.parse(AlignmentParser.java:91) [2019-07-30T07:08:04.819Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.struct.StructParser.parse(StructParser.java:179) [2019-07-30T07:08:04.819Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:129) [2019-07-30T07:08:04.819Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:288) [2019-07-30T07:08:04.819Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) [2019-07-30T07:08:04.819Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:08:04.819Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:08:04.819Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:08:04.819Z] ... 9 more [2019-07-30T07:08:05.392Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:08:05.392Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102389574 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:08:05.392Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:08:05.392Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:08:05.392Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:08:05.392Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:08:05.392Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:08:05.392Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:08:05.392Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:08:05.392Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:08:05.392Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:05.392Z] DEBUG - Clicking on OK [2019-07-30T07:08:05.392Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102389575 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:05.392Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102389575 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:05.392Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102389575 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:05.392Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102389575 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:05.392Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102389575 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:05.392Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102389576 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:05.392Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102389576 data=null 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') [2019-07-30T07:08:05.392Z] DEBUG - Clicked on [2019-07-30T07:08:05.647Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:08:05.647Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:08:05.647Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:08:05.647Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:08:05.647Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:08:05.647Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:05.647Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102389809 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:05.647Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102389809 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:05.647Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102389809 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:05.647Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102389810 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:05.647Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102389810 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} [2019-07-30T07:08:05.647Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102389825 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:05.647Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:05.647Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102389826 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:05.647Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102389826 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:05.647Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102389826 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:05.647Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102389826 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:05.647Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102389826 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} [2019-07-30T07:08:05.647Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102389830 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:05.647Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:08:05.647Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:05.647Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102389831 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:08:05.647Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102389831 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:08:05.647Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102389831 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:08:05.647Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102389831 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:08:05.647Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102389832 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]} [2019-07-30T07:08:05.647Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102389871 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:08:05.903Z] [2019-07-30T07:08:05.903Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:08:05.664 [2019-07-30T07:08:05.903Z] !MESSAGE Error initializing trace. [2019-07-30T07:08:05.903Z] [2019-07-30T07:08:05.903Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for size [2019-07-30T07:08:05.903Z] !STACK 0 [2019-07-30T07:08:05.903Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for size [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:08:05.903Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:08:05.903Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid value for size [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.SizeParser.parse(SizeParser.java:63) [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:170) [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123) [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139) [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130) [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96) [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285) [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:08:05.903Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:08:05.903Z] ... 9 more [2019-07-30T07:08:06.464Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:08:06.464Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102390421 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:08:06.464Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:08:06.464Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:08:06.464Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:08:06.464Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:08:06.464Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:08:06.464Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:08:06.464Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:08:06.464Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:08:06.464Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:06.464Z] DEBUG - Clicking on OK [2019-07-30T07:08:06.464Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102390422 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:06.464Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102390422 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:06.464Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102390422 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:06.464Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102390422 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:06.464Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102390422 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:06.464Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102390422 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:06.464Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102390422 data=null 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') [2019-07-30T07:08:06.464Z] DEBUG - Clicked on [2019-07-30T07:08:06.464Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:08:06.464Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:08:06.464Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:08:06.464Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:08:06.464Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:08:06.464Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:06.464Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102390672 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:06.464Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102390672 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:06.464Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102390672 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:06.464Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102390673 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:06.464Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102390673 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} [2019-07-30T07:08:06.464Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102390683 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:06.464Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:06.464Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102390684 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:06.464Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102390684 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:06.464Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102390684 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:06.464Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102390684 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:06.464Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102390684 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} [2019-07-30T07:08:06.464Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102390693 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:06.464Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:08:06.464Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:06.464Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102390694 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:08:06.464Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102390694 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:08:06.464Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102390694 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:08:06.464Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102390694 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:08:06.464Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102390694 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]} [2019-07-30T07:08:06.464Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102390700 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:08:06.719Z] [2019-07-30T07:08:06.719Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:08:06.542 [2019-07-30T07:08:06.719Z] !MESSAGE Error initializing trace. [2019-07-30T07:08:06.719Z] [2019-07-30T07:08:06.719Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value [2019-07-30T07:08:06.719Z] !STACK 0 [2019-07-30T07:08:06.719Z] org.eclipse.tracecompass.ctf.core.CTFException: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:170) [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:08:06.719Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:08:06.719Z] Caused by: org.eclipse.tracecompass.internal.ctf.core.event.metadata.ParseException: Invalid boolean value [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.SignedParser.parse(SignedParser.java:87) [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.integer.IntegerDeclarationParser.parse(IntegerDeclarationParser.java:164) [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeSpecifierListParser.parse(TypeSpecifierListParser.java:123) [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeDeclaratorParser.parse(TypeDeclaratorParser.java:139) [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasTargetParser.parse(TypeAliasTargetParser.java:130) [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.tsdl.TypeAliasParser.parse(TypeAliasParser.java:96) [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRootDeclaration(IOStructGen.java:285) [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.parseRoot(IOStructGen.java:143) [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.internal.ctf.core.event.metadata.IOStructGen.generate(IOStructGen.java:95) [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:257) [2019-07-30T07:08:06.719Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:08:06.719Z] ... 9 more [2019-07-30T07:08:07.280Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:08:07.280Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102391298 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:08:07.280Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:08:07.280Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:08:07.280Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:08:07.281Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:08:07.281Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:08:07.281Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:08:07.281Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:08:07.281Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:08:07.281Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:07.281Z] DEBUG - Clicking on OK [2019-07-30T07:08:07.281Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102391298 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:07.281Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102391298 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:07.281Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102391298 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:07.281Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102391298 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:07.281Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102391299 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:07.281Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102391299 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:07.281Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102391299 data=null 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') [2019-07-30T07:08:07.281Z] DEBUG - Clicked on [2019-07-30T07:08:07.537Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Project Explorer"' [2019-07-30T07:08:07.537Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:08:07.537Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:08:07.537Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:08:07.537Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:08:07.537Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:07.537Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102391586 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:07.537Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102391586 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:07.537Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102391586 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:07.537Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102391586 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:07.537Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102391586 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} [2019-07-30T07:08:07.537Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102391602 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:07.537Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:07.537Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102391602 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:07.537Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102391602 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:07.537Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102391603 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:07.537Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102391603 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:07.537Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102391603 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} [2019-07-30T07:08:07.537Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102391608 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:07.537Z] WARN - Tree item TreeItem with text {TestInvalidCtfTraces} is already expanded. Won't expand it again. [2019-07-30T07:08:07.537Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:07.537Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Traces [1]} time=1102391609 data=null button=0 stateMask=0x0 x=91 y=53 count=0} to TreeItem with text {Traces [1]} [2019-07-30T07:08:07.537Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Traces [1]} time=1102391609 data=null doit=true} to TreeItem with text {Traces [1]} [2019-07-30T07:08:07.537Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Traces [1]} time=1102391609 data=null} to TreeItem with text {Traces [1]} [2019-07-30T07:08:07.537Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Traces [1]} time=1102391609 data=null button=1 stateMask=0x0 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:08:07.537Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102391609 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]} [2019-07-30T07:08:07.537Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Traces [1]} time=1102391621 data=null button=1 stateMask=0x80000 x=91 y=53 count=1} to TreeItem with text {Traces [1]} [2019-07-30T07:08:07.537Z] [2019-07-30T07:08:07.537Z] !ENTRY org.eclipse.tracecompass.tmf.ui 4 0 2019-07-30 07:08:07.448 [2019-07-30T07:08:07.537Z] !MESSAGE Error initializing trace. [2019-07-30T07:08:07.537Z] [2019-07-30T07:08:07.537Z] org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException: NoViableAltException(73@[]) at metadata:7:11 [2019-07-30T07:08:07.537Z] !STACK 0 [2019-07-30T07:08:07.537Z] org.eclipse.tracecompass.internal.ctf.core.event.metadata.CtfAntlrException: NoViableAltException(73@[]) at metadata:7:11 [2019-07-30T07:08:07.537Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:172) [2019-07-30T07:08:07.537Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:189) [2019-07-30T07:08:07.537Z] at org.eclipse.tracecompass.ctf.core.trace.CTFTrace.(CTFTrace.java:164) [2019-07-30T07:08:07.537Z] at org.eclipse.tracecompass.tmf.ctf.core.trace.CtfTmfTrace.initTrace(CtfTmfTrace.java:225) [2019-07-30T07:08:07.537Z] at org.eclipse.tracecompass.tmf.core.trace.TmfTrace.initTrace(TmfTrace.java:225) [2019-07-30T07:08:07.537Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openTraceElement(TmfOpenTraceHelper.java:281) [2019-07-30T07:08:07.537Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.openProjectElement(TmfOpenTraceHelper.java:340) [2019-07-30T07:08:07.537Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper.access$1(TmfOpenTraceHelper.java:337) [2019-07-30T07:08:07.537Z] at org.eclipse.tracecompass.tmf.ui.project.model.TmfOpenTraceHelper$OpenProjectElementJob.run(TmfOpenTraceHelper.java:454) [2019-07-30T07:08:07.537Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:08:07.537Z] Caused by: NoViableAltException(73@[]) [2019-07-30T07:08:07.537Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.structSpecifier(CTFParser.java:3107) [2019-07-30T07:08:07.537Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.typeSpecifier(CTFParser.java:2573) [2019-07-30T07:08:07.537Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.declarationSpecifiers(CTFParser.java:1927) [2019-07-30T07:08:07.537Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.declaration(CTFParser.java:1706) [2019-07-30T07:08:07.537Z] at org.eclipse.tracecompass.ctf.parser.CTFParser.parse(CTFParser.java:348) [2019-07-30T07:08:07.537Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.createAST(Metadata.java:303) [2019-07-30T07:08:07.537Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.readMetaDataText(Metadata.java:253) [2019-07-30T07:08:07.537Z] at org.eclipse.tracecompass.ctf.core.trace.Metadata.parseFile(Metadata.java:165) [2019-07-30T07:08:07.537Z] ... 9 more [2019-07-30T07:08:08.098Z] DEBUG - matched Shell with text "Open Trace", using matcher: with text 'Open Trace' [2019-07-30T07:08:08.098Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Open Trace} time=1102392265 data=null doit=true} to Shell with text {Open Trace} [2019-07-30T07:08:08.098Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:08:08.098Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:08:08.098Z] DEBUG - matched Label with text "Error initializing t...", using matcher: of type 'Label' [2019-07-30T07:08:08.098Z] DEBUG - matched Label with text "Error initializing t...", using matcher: (of type 'Label') [2019-07-30T07:08:08.098Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:08:08.098Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:08:08.098Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:08:08.098Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:08:08.098Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:08.098Z] DEBUG - Clicking on OK [2019-07-30T07:08:08.098Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102392266 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:08.098Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102392266 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:08.098Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102392266 data=null doit=true} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:08.098Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102392266 data=null} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:08.098Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102392266 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:08.098Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102392266 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.PUSH') [2019-07-30T07:08:08.098Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102392267 data=null 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') [2019-07-30T07:08:08.098Z] DEBUG - Clicked on [2019-07-30T07:08:08.354Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1102392489 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:08:08.354Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:08:08.354Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:08:08.354Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:08:08.354Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:08:08.354Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102392493 data=null button=0 stateMask=0x0 x=104 y=11 count=0} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:08.354Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {TestInvalidCtfTraces} time=1102392493 data=null doit=true} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:08.354Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {TestInvalidCtfTraces} time=1102392493 data=null} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:08.354Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102392494 data=null button=1 stateMask=0x0 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:08.354Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102392494 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} [2019-07-30T07:08:08.354Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {TestInvalidCtfTraces} time=1102392513 data=null button=1 stateMask=0x80000 x=104 y=11 count=1} to TreeItem with text {TestInvalidCtfTraces} [2019-07-30T07:08:08.609Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:08:08.609Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:08:08.609Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:08:09.171Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:08:09.171Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:08:09.171Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:08:09.171Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:08:09.171Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:08:09.171Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:08:09.171Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:08:09.171Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:08:09.171Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:08:09.171Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:08:09.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102393267 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:08:09.171Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102393267 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:08:09.171Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102393267 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:08:09.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102393267 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:08:09.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102393268 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:08:09.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102393268 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:08:09.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102393268 data=null 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') [2019-07-30T07:08:09.171Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102393268 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:08:09.171Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102393268 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:08:09.171Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102393268 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:08:09.171Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102393268 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:08:09.171Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102393268 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:08:09.171Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:08:09.171Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:08:09.171Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:08:09.171Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:08:09.171Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:08:09.171Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:08:09.171Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:08:09.171Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:08:09.171Z] DEBUG - Clicking on OK [2019-07-30T07:08:09.171Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102393269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:08:09.171Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102393269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:08:09.171Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102393269 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:08:09.171Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102393269 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:08:09.171Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102393269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:08:09.171Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102393269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:08:09.171Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:08:09.171Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:08:09.171Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:08:09.171Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:08:09.171Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:08:09.171Z] DEBUG - Clicked on OK [2019-07-30T07:08:09.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102393269 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:08:09.171Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1102392605 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:08:09.733Z] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.983 s - in org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace [2019-07-30T07:08:09.733Z] testOpen[0: ../../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.497 s [2019-07-30T07:08:09.733Z] testOpen[1: ../../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.004 s [2019-07-30T07:08:09.733Z] testOpen[2: ../../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: 0.952 s [2019-07-30T07:08:09.733Z] testOpen[3: ../../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.115 s [2019-07-30T07:08:09.733Z] testOpen[4: ../../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: 0.886 s [2019-07-30T07:08:09.733Z] testOpen[5: ../../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: 0.9 s [2019-07-30T07:08:09.733Z] testOpen[6: ../../ctf/org.eclipse.tracecompass.ctf.core.tests/traces/ctf-testsuite/tests/1.8/regression/metadata/fail/struct-align-huge](org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests.TestInvalidCtfTrace) Time elapsed: 1.047 s [2019-07-30T07:08:09.733Z] testOpen[7: ../../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: 0.879 s [2019-07-30T07:08:09.733Z] testOpen[8: ../../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: 0.911 s [2019-07-30T07:08:09.733Z] testOpen[9: ../../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.002 s [2019-07-30T07:08:09.733Z] testOpen[10: ../../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: 1.108 s [2019-07-30T07:08:09.733Z] testOpen[11: ../../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.052 s [2019-07-30T07:08:09.733Z] testOpen[12: ../../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: 0.825 s [2019-07-30T07:08:09.733Z] testOpen[13: ../../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: 0.944 s [2019-07-30T07:08:09.733Z] testOpen[14: ../../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: 0.983 s [2019-07-30T07:08:09.733Z] testOpen[15: ../../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.009 s [2019-07-30T07:08:09.733Z] testOpen[16: ../../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.038 s [2019-07-30T07:08:09.733Z] testOpen[17: ../../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: 0.828 s [2019-07-30T07:08:09.733Z] 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.89 s [2019-07-30T07:08:09.733Z] testOpen[19: ../../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: 0.895 s [2019-07-30T07:08:09.733Z] testOpen[20: ../../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.026 s [2019-07-30T07:08:09.733Z] testOpen[21: ../../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: 0.861 s [2019-07-30T07:08:09.733Z] testOpen[22: ../../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: 0.915 s [2019-07-30T07:08:09.733Z] 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: 0.905 s [2019-07-30T07:08:09.733Z] [2019-07-30T07:08:09.733Z] Results: [2019-07-30T07:08:09.733Z] [2019-07-30T07:08:09.733Z] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T07:08:09.733Z] [2019-07-30T07:08:09.988Z] [2019-07-30T07:08:09.988Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-30 07:08:09.858 [2019-07-30T07:08:09.988Z] !MESSAGE The workspace will exit with unsaved changes in this session. [2019-07-30T07:08:11.351Z] [INFO] All tests passed! [2019-07-30T07:08:11.351Z] [INFO] [2019-07-30T07:08:11.351Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:08:11.351Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:08:11.351Z] [INFO] [2019-07-30T07:08:11.351Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:08:11.606Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:08:11.606Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:08:11.862Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:08:12.422Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:08:12.678Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:08:12.678Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes [2019-07-30T07:08:12.678Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:08:12.678Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:08:12.934Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:08:12.934Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T07:08:12.934Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:08:12.934Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T07:08:13.189Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:08:13.189Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes [2019-07-30T07:08:13.445Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:08:14.824Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes [2019-07-30T07:08:14.824Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes [2019-07-30T07:08:14.824Z] [INFO] [2019-07-30T07:08:14.824Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:08:14.824Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT.jar [2019-07-30T07:08:14.824Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT.pom [2019-07-30T07:08:14.824Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT-sources.jar [2019-07-30T07:08:14.824Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:08:14.824Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT-p2metadata.xml [2019-07-30T07:08:14.824Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/ctf/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests/1.0.8-SNAPSHOT/org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests-1.0.8-SNAPSHOT-p2artifacts.xml [2019-07-30T07:08:14.824Z] [INFO] [2019-07-30T07:08:14.824Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests --- [2019-07-30T07:08:14.824Z] [INFO] [2019-07-30T07:08:14.824Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.doc.user >----- [2019-07-30T07:08:14.824Z] [INFO] Building Trace Compass User Guide 5.0.0-SNAPSHOT [69/134] [2019-07-30T07:08:14.824Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T07:08:14.824Z] [INFO] [2019-07-30T07:08:14.824Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:14.824Z] [INFO] [2019-07-30T07:08:14.824Z] [INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:14.824Z] [INFO] Executing tasks [2019-07-30T07:08:14.824Z] [2019-07-30T07:08:14.824Z] main: [2019-07-30T07:08:14.824Z] [2019-07-30T07:08:14.824Z] clean: [2019-07-30T07:08:14.824Z] [INFO] Executed tasks [2019-07-30T07:08:14.824Z] [INFO] [2019-07-30T07:08:14.824Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:14.824Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target [2019-07-30T07:08:14.824Z] [INFO] [2019-07-30T07:08:14.824Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:15.080Z] [INFO] The project's OSGi version is 5.0.0.201907300626 [2019-07-30T07:08:15.080Z] [INFO] [2019-07-30T07:08:15.080Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:15.080Z] [INFO] [2019-07-30T07:08:15.080Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:15.080Z] [INFO] [2019-07-30T07:08:15.080Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:15.080Z] [INFO] [2019-07-30T07:08:15.080Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:15.080Z] [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/doc/org.eclipse.tracecompass.doc.user/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:08:15.080Z] [INFO] [2019-07-30T07:08:15.080Z] [INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:15.080Z] [INFO] Executing tasks [2019-07-30T07:08:15.080Z] [2019-07-30T07:08:15.080Z] main: [2019-07-30T07:08:15.080Z] [2019-07-30T07:08:15.080Z] build: [2019-07-30T07:08:15.335Z] Help: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/doc /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/doc/User-Guide.html [2019-07-30T07:08:15.335Z] [2019-07-30T07:08:15.335Z] test: [2019-07-30T07:08:15.335Z] [xmlvalidate] 18 file(s) have been successfully validated. [2019-07-30T07:08:15.335Z] [INFO] Executed tasks [2019-07-30T07:08:15.335Z] [INFO] [2019-07-30T07:08:15.335Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:15.335Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:08:15.335Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/src/main/resources [2019-07-30T07:08:15.335Z] [INFO] [2019-07-30T07:08:15.335Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:15.335Z] [INFO] [2019-07-30T07:08:15.335Z] [INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:15.591Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/eclipserun-work/data/.metadata/.log [2019-07-30T07:08:15.591Z] [INFO] Command line: [2019-07-30T07:08:15.591Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -install, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/eclipserun-work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index] [2019-07-30T07:08:15.591Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:08:17.477Z] Buildfile: build.xml [2019-07-30T07:08:17.477Z] [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found. [2019-07-30T07:08:17.477Z] [2019-07-30T07:08:17.477Z] build.index: [2019-07-30T07:08:19.988Z] BUILD SUCCESSFUL [2019-07-30T07:08:19.988Z] [2019-07-30T07:08:19.988Z] BUILD SUCCESSFUL [2019-07-30T07:08:19.988Z] Total time: 2 seconds [2019-07-30T07:08:20.243Z] [INFO] [2019-07-30T07:08:20.243Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:20.243Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:08:20.243Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/src/test/resources [2019-07-30T07:08:20.243Z] [INFO] [2019-07-30T07:08:20.243Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:20.243Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT-sources.jar [2019-07-30T07:08:20.243Z] [INFO] [2019-07-30T07:08:20.243Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:20.243Z] [INFO] [2019-07-30T07:08:20.243Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:20.498Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT.jar [2019-07-30T07:08:21.059Z] [INFO] [2019-07-30T07:08:21.059Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:21.059Z] [INFO] [2019-07-30T07:08:21.059Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:21.059Z] [INFO] [2019-07-30T07:08:21.059Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:21.059Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT.jar [2019-07-30T07:08:21.619Z] [INFO] [2019-07-30T07:08:21.619Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:21.619Z] [INFO] [2019-07-30T07:08:21.620Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:21.620Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:08:21.620Z] [INFO] [2019-07-30T07:08:21.620Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:21.620Z] [INFO] [2019-07-30T07:08:21.620Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:21.620Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT.jar [2019-07-30T07:08:21.620Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT.pom [2019-07-30T07:08:21.620Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT-sources.jar [2019-07-30T07:08:21.620Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:08:21.620Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:08:21.620Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.doc.user/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.doc.user-5.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:08:21.620Z] [INFO] [2019-07-30T07:08:21.620Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.doc.user --- [2019-07-30T07:08:21.620Z] [INFO] [2019-07-30T07:08:21.620Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.doc.user >-- [2019-07-30T07:08:21.620Z] [INFO] Building Trace Compass GDB Tracepoint Analysis User Guide 5.0.0-SNAPSHOT [70/134] [2019-07-30T07:08:21.620Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T07:08:21.620Z] [INFO] [2019-07-30T07:08:21.620Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:21.620Z] [INFO] [2019-07-30T07:08:21.620Z] [INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:21.620Z] [INFO] Executing tasks [2019-07-30T07:08:21.620Z] [2019-07-30T07:08:21.620Z] main: [2019-07-30T07:08:21.620Z] [2019-07-30T07:08:21.620Z] clean: [2019-07-30T07:08:21.620Z] [INFO] Executed tasks [2019-07-30T07:08:21.620Z] [INFO] [2019-07-30T07:08:21.620Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:21.620Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target [2019-07-30T07:08:21.620Z] [INFO] [2019-07-30T07:08:21.620Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:21.620Z] [INFO] The project's OSGi version is 5.0.0.201907300626 [2019-07-30T07:08:21.620Z] [INFO] [2019-07-30T07:08:21.620Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:21.620Z] [INFO] [2019-07-30T07:08:21.620Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:21.620Z] [INFO] [2019-07-30T07:08:21.620Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:21.620Z] [INFO] [2019-07-30T07:08:21.620Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:21.620Z] [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/doc/org.eclipse.tracecompass.gdbtrace.doc.user/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:08:21.620Z] [INFO] [2019-07-30T07:08:21.620Z] [INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:21.875Z] [INFO] Executing tasks [2019-07-30T07:08:21.875Z] [2019-07-30T07:08:21.875Z] main: [2019-07-30T07:08:21.875Z] [2019-07-30T07:08:21.875Z] build: [2019-07-30T07:08:21.875Z] Help: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/doc /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/doc/User-Guide.html [2019-07-30T07:08:21.875Z] [2019-07-30T07:08:21.875Z] test: [2019-07-30T07:08:21.875Z] [xmlvalidate] 8 file(s) have been successfully validated. [2019-07-30T07:08:21.875Z] [INFO] Executed tasks [2019-07-30T07:08:21.875Z] [INFO] [2019-07-30T07:08:21.875Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:21.875Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:08:21.875Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/src/main/resources [2019-07-30T07:08:21.875Z] [INFO] [2019-07-30T07:08:21.875Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:21.875Z] [INFO] [2019-07-30T07:08:21.875Z] [INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:21.875Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/eclipserun-work/data/.metadata/.log [2019-07-30T07:08:21.875Z] [INFO] Command line: [2019-07-30T07:08:21.875Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -install, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/eclipserun-work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index] [2019-07-30T07:08:21.875Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:08:23.762Z] Buildfile: build.xml [2019-07-30T07:08:23.762Z] [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found. [2019-07-30T07:08:23.762Z] [2019-07-30T07:08:23.762Z] build.index: [2019-07-30T07:08:25.916Z] BUILD SUCCESSFUL [2019-07-30T07:08:25.916Z] [2019-07-30T07:08:25.916Z] BUILD SUCCESSFUL [2019-07-30T07:08:25.916Z] Total time: 1 second [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:08:26.173Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/src/test/resources [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT-sources.jar [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT.jar [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT.jar [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT.jar [2019-07-30T07:08:26.173Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT.pom [2019-07-30T07:08:26.173Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT-sources.jar [2019-07-30T07:08:26.173Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:08:26.173Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:08:26.173Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.gdbtrace.doc.user/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.doc.user-5.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.gdbtrace.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.rcp.doc.user >--- [2019-07-30T07:08:26.173Z] [INFO] Building Trace Compass RCP User Guide 5.0.0-SNAPSHOT [71/134] [2019-07-30T07:08:26.173Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] Executing tasks [2019-07-30T07:08:26.173Z] [2019-07-30T07:08:26.173Z] main: [2019-07-30T07:08:26.173Z] [2019-07-30T07:08:26.173Z] clean: [2019-07-30T07:08:26.173Z] [INFO] Executed tasks [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] The project's OSGi version is 5.0.0.201907300626 [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:26.173Z] [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/doc/org.eclipse.tracecompass.rcp.doc.user/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] Executing tasks [2019-07-30T07:08:26.173Z] [2019-07-30T07:08:26.173Z] main: [2019-07-30T07:08:26.173Z] [2019-07-30T07:08:26.173Z] build: [2019-07-30T07:08:26.173Z] Help: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/doc /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/doc/User-Guide.html [2019-07-30T07:08:26.173Z] [2019-07-30T07:08:26.173Z] test: [2019-07-30T07:08:26.173Z] [xmlvalidate] 2 file(s) have been successfully validated. [2019-07-30T07:08:26.173Z] [INFO] Executed tasks [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:08:26.173Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/src/main/resources [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:26.173Z] [INFO] [2019-07-30T07:08:26.173Z] [INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:26.429Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/eclipserun-work/data/.metadata/.log [2019-07-30T07:08:26.429Z] [INFO] Command line: [2019-07-30T07:08:26.429Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -install, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/eclipserun-work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index] [2019-07-30T07:08:26.429Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:08:28.314Z] Buildfile: build.xml [2019-07-30T07:08:28.314Z] [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found. [2019-07-30T07:08:28.314Z] [2019-07-30T07:08:28.314Z] build.index: [2019-07-30T07:08:29.677Z] BUILD SUCCESSFUL [2019-07-30T07:08:29.677Z] [2019-07-30T07:08:29.677Z] BUILD SUCCESSFUL [2019-07-30T07:08:29.677Z] Total time: 1 second [2019-07-30T07:08:30.238Z] [INFO] [2019-07-30T07:08:30.238Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:30.238Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:08:30.238Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/src/test/resources [2019-07-30T07:08:30.238Z] [INFO] [2019-07-30T07:08:30.238Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:30.238Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT-sources.jar [2019-07-30T07:08:30.238Z] [INFO] [2019-07-30T07:08:30.238Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:30.238Z] [INFO] [2019-07-30T07:08:30.238Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:30.238Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT.jar [2019-07-30T07:08:30.494Z] [INFO] [2019-07-30T07:08:30.494Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:30.494Z] [INFO] [2019-07-30T07:08:30.494Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:30.494Z] [INFO] [2019-07-30T07:08:30.494Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:30.494Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT.jar [2019-07-30T07:08:30.494Z] [INFO] [2019-07-30T07:08:30.494Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:30.494Z] [INFO] [2019-07-30T07:08:30.494Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:30.494Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:08:30.494Z] [INFO] [2019-07-30T07:08:30.494Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:30.494Z] [INFO] [2019-07-30T07:08:30.494Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:30.494Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT.jar [2019-07-30T07:08:30.495Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT.pom [2019-07-30T07:08:30.495Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT-sources.jar [2019-07-30T07:08:30.495Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:08:30.495Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:08:30.495Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.rcp.doc.user/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.rcp.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.rcp.doc.user-5.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:08:30.495Z] [INFO] [2019-07-30T07:08:30.495Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.rcp.doc.user --- [2019-07-30T07:08:30.495Z] [INFO] [2019-07-30T07:08:30.495Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.pcap.doc.user >-- [2019-07-30T07:08:30.495Z] [INFO] Building Trace Compass Pcap User Guide 5.0.0-SNAPSHOT [72/134] [2019-07-30T07:08:30.495Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T07:08:30.495Z] [INFO] [2019-07-30T07:08:30.495Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:30.495Z] [INFO] [2019-07-30T07:08:30.495Z] [INFO] --- maven-antrun-plugin:1.8:run (clean-documentation) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:30.495Z] [INFO] Executing tasks [2019-07-30T07:08:30.495Z] [2019-07-30T07:08:30.495Z] main: [2019-07-30T07:08:30.495Z] [2019-07-30T07:08:30.495Z] clean: [2019-07-30T07:08:30.495Z] [INFO] Executed tasks [2019-07-30T07:08:30.495Z] [INFO] [2019-07-30T07:08:30.495Z] [INFO] --- maven-clean-plugin:3.0.0:clean (clean-index) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:30.495Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target [2019-07-30T07:08:30.495Z] [INFO] [2019-07-30T07:08:30.495Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:30.495Z] [INFO] The project's OSGi version is 5.0.0.201907300626 [2019-07-30T07:08:30.495Z] [INFO] [2019-07-30T07:08:30.495Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:30.495Z] [INFO] [2019-07-30T07:08:30.495Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:30.495Z] [INFO] [2019-07-30T07:08:30.495Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:30.495Z] [INFO] [2019-07-30T07:08:30.495Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:30.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/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:08:30.495Z] [INFO] [2019-07-30T07:08:30.495Z] [INFO] --- maven-antrun-plugin:1.8:run (generate-documentation) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:30.495Z] [INFO] Executing tasks [2019-07-30T07:08:30.495Z] [2019-07-30T07:08:30.495Z] main: [2019-07-30T07:08:30.495Z] [2019-07-30T07:08:30.495Z] build: [2019-07-30T07:08:30.495Z] Help: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/doc /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/doc/User-Guide.html [2019-07-30T07:08:30.495Z] [2019-07-30T07:08:30.495Z] test: [2019-07-30T07:08:30.495Z] [xmlvalidate] 1 file(s) have been successfully validated. [2019-07-30T07:08:30.495Z] [INFO] Executed tasks [2019-07-30T07:08:30.495Z] [INFO] [2019-07-30T07:08:30.495Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:30.495Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:08:30.495Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/src/main/resources [2019-07-30T07:08:30.495Z] [INFO] [2019-07-30T07:08:30.495Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:30.495Z] [INFO] [2019-07-30T07:08:30.495Z] [INFO] --- tycho-eclipserun-plugin:1.3.0:eclipse-run (default) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:30.750Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/eclipserun-work/data/.metadata/.log [2019-07-30T07:08:30.750Z] [INFO] Command line: [2019-07-30T07:08:30.750Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -install, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/eclipserun-work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/eclipserun-work/configuration, -application, org.eclipse.ant.core.antRunner, -buildfile, build.xml, build.index] [2019-07-30T07:08:30.750Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:08:32.635Z] Buildfile: build.xml [2019-07-30T07:08:32.635Z] [taskdef] Could not load definitions from resource org/eclipse/mylyn/wikitext/ant/tasks.properties. It could not be found. [2019-07-30T07:08:32.635Z] [2019-07-30T07:08:32.635Z] build.index: [2019-07-30T07:08:34.000Z] BUILD SUCCESSFUL [2019-07-30T07:08:34.000Z] [2019-07-30T07:08:34.000Z] BUILD SUCCESSFUL [2019-07-30T07:08:34.000Z] Total time: 1 second [2019-07-30T07:08:34.562Z] [INFO] [2019-07-30T07:08:34.562Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:34.562Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:08:34.562Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/src/test/resources [2019-07-30T07:08:34.562Z] [INFO] [2019-07-30T07:08:34.562Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:34.562Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT-sources.jar [2019-07-30T07:08:34.562Z] [INFO] [2019-07-30T07:08:34.562Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:34.562Z] [INFO] [2019-07-30T07:08:34.562Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:34.562Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT.jar [2019-07-30T07:08:34.562Z] [INFO] [2019-07-30T07:08:34.562Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:34.562Z] [INFO] [2019-07-30T07:08:34.562Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:34.562Z] [INFO] [2019-07-30T07:08:34.562Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:34.562Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT.jar [2019-07-30T07:08:34.562Z] [INFO] [2019-07-30T07:08:34.562Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:34.562Z] [INFO] [2019-07-30T07:08:34.818Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:34.818Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:08:34.818Z] [INFO] [2019-07-30T07:08:34.818Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:34.818Z] [INFO] [2019-07-30T07:08:34.818Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:34.818Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT.jar [2019-07-30T07:08:34.818Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT.pom [2019-07-30T07:08:34.818Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT-sources.jar [2019-07-30T07:08:35.073Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:08:35.073Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:08:35.073Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.tmf.pcap.doc.user/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.pcap.doc.user/5.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.pcap.doc.user-5.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:08:35.073Z] [INFO] [2019-07-30T07:08:35.073Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.pcap.doc.user --- [2019-07-30T07:08:35.073Z] [INFO] [2019-07-30T07:08:35.073Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.examples >----- [2019-07-30T07:08:35.073Z] [INFO] Building org.eclipse.tracecompass.examples 1.0.4-SNAPSHOT [73/134] [2019-07-30T07:08:35.073Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T07:08:35.073Z] [INFO] [2019-07-30T07:08:35.073Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:35.073Z] [INFO] [2019-07-30T07:08:35.073Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:35.073Z] [INFO] The project's OSGi version is 1.0.4.201907300626 [2019-07-30T07:08:35.073Z] [INFO] [2019-07-30T07:08:35.073Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:35.073Z] [INFO] [2019-07-30T07:08:35.073Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:35.073Z] [INFO] [2019-07-30T07:08:35.073Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:35.073Z] [INFO] [2019-07-30T07:08:35.073Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:35.073Z] [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/doc/org.eclipse.tracecompass.examples/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:08:35.073Z] [INFO] [2019-07-30T07:08:35.073Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:35.073Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:08:35.073Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/src/main/resources [2019-07-30T07:08:35.073Z] [INFO] [2019-07-30T07:08:35.073Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:35.073Z] [INFO] Compiling 4 source files to /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/target/classes [2019-07-30T07:08:35.330Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/src/org/eclipse/tracecompass/examples/ui/viewers/histogram/HistogramTreeViewer.java:[39] [2019-07-30T07:08:35.330Z] TmfGenericTreeEntry genericEntry = (TmfGenericTreeEntry) element; [2019-07-30T07:08:35.330Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T07:08:35.330Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry [2019-07-30T07:08:35.330Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/src/org/eclipse/tracecompass/examples/ui/viewers/histogram/HistogramTreeViewer.java:[48] [2019-07-30T07:08:35.330Z] TmfGenericTreeEntry genericEntry = (TmfGenericTreeEntry) element; [2019-07-30T07:08:35.330Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T07:08:35.330Z] Type safety: Unchecked cast from Object to TmfGenericTreeEntry [2019-07-30T07:08:35.330Z] 2 problems (2 warnings) [2019-07-30T07:08:35.330Z] [INFO] [2019-07-30T07:08:35.330Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:35.330Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:08:35.330Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/src/test/resources [2019-07-30T07:08:35.330Z] [INFO] [2019-07-30T07:08:35.330Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:35.330Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/target/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT-sources.jar [2019-07-30T07:08:35.330Z] [INFO] [2019-07-30T07:08:35.330Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:35.330Z] [INFO] [2019-07-30T07:08:35.330Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:35.330Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/target/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT.jar [2019-07-30T07:08:35.330Z] [INFO] [2019-07-30T07:08:35.330Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:35.330Z] [INFO] [2019-07-30T07:08:35.330Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:35.330Z] [INFO] [2019-07-30T07:08:35.330Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:35.330Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/target/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT.jar [2019-07-30T07:08:35.330Z] [INFO] [2019-07-30T07:08:35.330Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:35.330Z] [INFO] [2019-07-30T07:08:35.330Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:35.330Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:08:35.330Z] [INFO] [2019-07-30T07:08:35.330Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:35.585Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:08:35.585Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:08:35.585Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:08:36.580Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:08:37.141Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:08:37.141Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:08:37.397Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:37.397Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/target/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.examples/1.0.4-SNAPSHOT/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT.jar [2019-07-30T07:08:37.397Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.examples/1.0.4-SNAPSHOT/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT.pom [2019-07-30T07:08:37.397Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/target/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.examples/1.0.4-SNAPSHOT/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT-sources.jar [2019-07-30T07:08:37.397Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/target/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.examples/1.0.4-SNAPSHOT/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:08:37.397Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.examples/1.0.4-SNAPSHOT/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT-p2metadata.xml [2019-07-30T07:08:37.397Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/doc/org.eclipse.tracecompass.examples/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.examples/1.0.4-SNAPSHOT/org.eclipse.tracecompass.examples-1.0.4-SNAPSHOT-p2artifacts.xml [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.examples --- [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace-parent >-- [2019-07-30T07:08:37.397Z] [INFO] Building Trace Compass GDB Tracepoint Analysis Parent 5.0.0-SNAPSHOT [74/134] [2019-07-30T07:08:37.397Z] [INFO] --------------------------------[ pom ]--------------------------------- [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace-parent --- [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace-parent --- [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace-parent --- [2019-07-30T07:08:37.397Z] [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/gdbtrace/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace-parent --- [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace-parent --- [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace-parent --- [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace-parent --- [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.gdbtrace-parent --- [2019-07-30T07:08:37.397Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.gdbtrace-parent --- [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace-parent --- [2019-07-30T07:08:37.397Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/pom.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace-parent/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace-parent-5.0.0-SNAPSHOT.pom [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core >--- [2019-07-30T07:08:37.397Z] [INFO] Building org.eclipse.tracecompass.gdbtrace.core 1.0.2-SNAPSHOT [75/134] [2019-07-30T07:08:37.397Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:37.397Z] [INFO] The project's OSGi version is 1.0.2.201907300626 [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:37.397Z] [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/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:37.397Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:08:37.397Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/src/main/resources [2019-07-30T07:08:37.397Z] [INFO] [2019-07-30T07:08:37.397Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:37.397Z] [INFO] Compiling 7 source files to /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/classes [2019-07-30T07:08:37.958Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/src/org/eclipse/tracecompass/internal/gdbtrace/core/trace/DsfGdbAdaptor.java:[426] [2019-07-30T07:08:37.958Z] ICommandControlDMContext cmdControlDMC = DMContexts.getAncestorOfType(context, ICommandControlDMContext.class); [2019-07-30T07:08:37.958Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T07:08:37.958Z] 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 [2019-07-30T07:08:37.958Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/src/org/eclipse/tracecompass/internal/gdbtrace/core/trace/DsfGdbAdaptor.java:[441] [2019-07-30T07:08:37.958Z] IBreakpointsTargetDMContext bpTargetDMC = DMContexts.getAncestorOfType(containerDMC , IBreakpointsTargetDMContext.class); [2019-07-30T07:08:37.958Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T07:08:37.958Z] 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 [2019-07-30T07:08:37.958Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/src/org/eclipse/tracecompass/internal/gdbtrace/core/trace/DsfGdbAdaptor.java:[466] [2019-07-30T07:08:37.958Z] MIBreakpointDMData breakpoint = new MIBreakpointDMData(breakpoints[i]); [2019-07-30T07:08:37.958Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T07:08:37.958Z] The constructor MIBreakpointDMData(MIBreakpoint) is deprecated [2019-07-30T07:08:37.958Z] 3 problems (3 warnings) [2019-07-30T07:08:37.958Z] [INFO] [2019-07-30T07:08:37.958Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:37.958Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:08:37.958Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/src/test/resources [2019-07-30T07:08:37.958Z] [INFO] [2019-07-30T07:08:37.958Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:37.958Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT-sources.jar [2019-07-30T07:08:37.958Z] [INFO] [2019-07-30T07:08:37.958Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:37.958Z] [INFO] [2019-07-30T07:08:37.958Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:37.958Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT.jar [2019-07-30T07:08:37.958Z] [INFO] [2019-07-30T07:08:37.958Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:37.958Z] [INFO] [2019-07-30T07:08:37.958Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:37.958Z] [INFO] [2019-07-30T07:08:37.958Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:37.958Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT.jar [2019-07-30T07:08:37.958Z] [INFO] [2019-07-30T07:08:37.958Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:37.958Z] [INFO] [2019-07-30T07:08:37.958Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:37.958Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:08:37.958Z] [INFO] [2019-07-30T07:08:37.958Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:37.958Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:08:38.214Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:08:38.214Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:08:38.776Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:08:39.714Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:08:39.970Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:08:39.970Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:08:39.970Z] [INFO] [2019-07-30T07:08:39.970Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:39.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT.jar [2019-07-30T07:08:39.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT.pom [2019-07-30T07:08:39.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT-sources.jar [2019-07-30T07:08:39.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:08:39.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT-p2metadata.xml [2019-07-30T07:08:39.970Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core/1.0.2-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core-1.0.2-SNAPSHOT-p2artifacts.xml [2019-07-30T07:08:39.970Z] [INFO] [2019-07-30T07:08:39.970Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.gdbtrace.core --- [2019-07-30T07:08:39.970Z] [INFO] [2019-07-30T07:08:39.970Z] [INFO] ---< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui >---- [2019-07-30T07:08:39.970Z] [INFO] Building org.eclipse.tracecompass.gdbtrace.ui 1.1.1-SNAPSHOT [76/134] [2019-07-30T07:08:39.970Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T07:08:39.970Z] [INFO] [2019-07-30T07:08:39.970Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:39.970Z] [INFO] [2019-07-30T07:08:39.970Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:39.970Z] [INFO] The project's OSGi version is 1.1.1.201907300626 [2019-07-30T07:08:39.970Z] [INFO] [2019-07-30T07:08:39.970Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:39.970Z] [INFO] [2019-07-30T07:08:39.970Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:39.970Z] [INFO] [2019-07-30T07:08:39.970Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:39.970Z] [INFO] [2019-07-30T07:08:39.970Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:39.970Z] [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/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:08:39.970Z] [INFO] [2019-07-30T07:08:39.970Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:39.970Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:08:39.970Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/src/main/resources [2019-07-30T07:08:39.970Z] [INFO] [2019-07-30T07:08:39.970Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:39.970Z] [INFO] Compiling 6 source files to /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/classes [2019-07-30T07:08:40.225Z] [INFO] [2019-07-30T07:08:40.225Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:40.225Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:08:40.225Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/src/test/resources [2019-07-30T07:08:40.225Z] [INFO] [2019-07-30T07:08:40.225Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:40.225Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT-sources.jar [2019-07-30T07:08:40.481Z] [INFO] [2019-07-30T07:08:40.481Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:40.481Z] [INFO] [2019-07-30T07:08:40.481Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:40.481Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT.jar [2019-07-30T07:08:40.481Z] [INFO] [2019-07-30T07:08:40.481Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:40.481Z] [INFO] [2019-07-30T07:08:40.481Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:40.481Z] [INFO] [2019-07-30T07:08:40.481Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:40.481Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT.jar [2019-07-30T07:08:40.481Z] [INFO] [2019-07-30T07:08:40.481Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:40.481Z] [INFO] [2019-07-30T07:08:40.481Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:40.481Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:08:40.481Z] [INFO] [2019-07-30T07:08:40.481Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:40.481Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:08:40.737Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:08:40.737Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.gdbtrace.core' with 17 classes [2019-07-30T07:08:40.737Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:08:41.297Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:08:42.224Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:08:42.224Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:08:42.480Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:08:42.480Z] [INFO] [2019-07-30T07:08:42.480Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:42.480Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui/1.1.1-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT.jar [2019-07-30T07:08:42.480Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui/1.1.1-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT.pom [2019-07-30T07:08:42.480Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui/1.1.1-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT-sources.jar [2019-07-30T07:08:42.480Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui/1.1.1-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:08:42.480Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui/1.1.1-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT-p2metadata.xml [2019-07-30T07:08:42.480Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui/1.1.1-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui-1.1.1-SNAPSHOT-p2artifacts.xml [2019-07-30T07:08:42.480Z] [INFO] [2019-07-30T07:08:42.480Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.gdbtrace.ui --- [2019-07-30T07:08:42.480Z] [INFO] [2019-07-30T07:08:42.480Z] [INFO] -----< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace >----- [2019-07-30T07:08:42.480Z] [INFO] Building org.eclipse.tracecompass.gdbtrace 5.0.0-SNAPSHOT [77/134] [2019-07-30T07:08:42.480Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2019-07-30T07:08:42.480Z] [INFO] [2019-07-30T07:08:42.480Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace --- [2019-07-30T07:08:42.480Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/target [2019-07-30T07:08:42.480Z] [INFO] [2019-07-30T07:08:42.480Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.gdbtrace --- [2019-07-30T07:08:42.480Z] [INFO] The project's OSGi version is 5.0.0.201907300626 [2019-07-30T07:08:42.480Z] [INFO] [2019-07-30T07:08:42.480Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.gdbtrace --- [2019-07-30T07:08:42.480Z] [INFO] [2019-07-30T07:08:42.480Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.gdbtrace --- [2019-07-30T07:08:42.480Z] [INFO] [2019-07-30T07:08:42.480Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace --- [2019-07-30T07:08:42.480Z] [INFO] [2019-07-30T07:08:42.480Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace --- [2019-07-30T07:08:42.480Z] [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/gdbtrace/org.eclipse.tracecompass.gdbtrace/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:08:42.480Z] [INFO] [2019-07-30T07:08:42.480Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace --- [2019-07-30T07:08:42.480Z] [INFO] [2019-07-30T07:08:42.480Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.gdbtrace --- [2019-07-30T07:08:42.480Z] [INFO] [2019-07-30T07:08:42.480Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.gdbtrace --- [2019-07-30T07:08:42.480Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/target/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT.jar [2019-07-30T07:08:42.480Z] [INFO] [2019-07-30T07:08:42.480Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.gdbtrace --- [2019-07-30T07:08:42.480Z] [INFO] [2019-07-30T07:08:42.480Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.gdbtrace --- [2019-07-30T07:08:42.480Z] [INFO] [2019-07-30T07:08:42.480Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace --- [2019-07-30T07:08:42.480Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/target/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT-sources-feature.jar [2019-07-30T07:08:42.480Z] [INFO] [2019-07-30T07:08:42.480Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace --- [2019-07-30T07:08:42.480Z] [INFO] [2019-07-30T07:08:42.480Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace --- [2019-07-30T07:08:42.480Z] [INFO] [2019-07-30T07:08:42.480Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.gdbtrace --- [2019-07-30T07:08:42.480Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:08:42.480Z] [INFO] [2019-07-30T07:08:42.480Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.gdbtrace --- [2019-07-30T07:08:43.406Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:08:43.406Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:08:43.662Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:08:43.917Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes [2019-07-30T07:08:44.173Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:08:45.100Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:08:45.357Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T07:08:45.357Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes [2019-07-30T07:08:45.357Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:08:45.357Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes [2019-07-30T07:08:45.357Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:08:45.357Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:08:45.612Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:08:45.612Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes [2019-07-30T07:08:45.612Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes [2019-07-30T07:08:45.612Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:08:45.867Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:08:45.867Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.dev' with 0 classes [2019-07-30T07:08:45.867Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.gdbtrace.core' with 17 classes [2019-07-30T07:08:45.867Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.gdbtrace.doc.user' with 0 classes [2019-07-30T07:08:45.867Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf' with 0 classes [2019-07-30T07:08:45.867Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.gdbtrace.ui' with 8 classes [2019-07-30T07:08:45.867Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes [2019-07-30T07:08:46.123Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui' with 42 classes [2019-07-30T07:08:46.123Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes [2019-07-30T07:08:46.123Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes [2019-07-30T07:08:46.123Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:08:46.123Z] [INFO] [2019-07-30T07:08:46.123Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace --- [2019-07-30T07:08:46.123Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/target/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT.jar [2019-07-30T07:08:46.123Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT.pom [2019-07-30T07:08:46.123Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/target/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT-sources-feature.jar [2019-07-30T07:08:46.123Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:08:46.123Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace/5.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace-5.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:08:46.123Z] [INFO] [2019-07-30T07:08:46.123Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.gdbtrace --- [2019-07-30T07:08:46.123Z] [INFO] [2019-07-30T07:08:46.123Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.core.tests >-- [2019-07-30T07:08:46.123Z] [INFO] Building org.eclipse.tracecompass.gdbtrace.core.tests 1.0.0-SNAPSHOT [78/134] [2019-07-30T07:08:46.123Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:08:46.378Z] [INFO] [2019-07-30T07:08:46.378Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:46.378Z] [INFO] [2019-07-30T07:08:46.378Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:46.378Z] [INFO] The project's OSGi version is 1.0.0.201907300626 [2019-07-30T07:08:46.378Z] [INFO] [2019-07-30T07:08:46.378Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:46.378Z] [INFO] [2019-07-30T07:08:46.378Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:46.378Z] [INFO] [2019-07-30T07:08:46.378Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:46.378Z] [INFO] [2019-07-30T07:08:46.378Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:46.378Z] [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/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:08:46.378Z] [INFO] [2019-07-30T07:08:46.378Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:46.378Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:08:46.378Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/src/main/resources [2019-07-30T07:08:46.378Z] [INFO] [2019-07-30T07:08:46.378Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:46.378Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/classes [2019-07-30T07:08:46.378Z] [INFO] [2019-07-30T07:08:46.378Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:46.378Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:08:46.378Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/src/test/resources [2019-07-30T07:08:46.378Z] [INFO] [2019-07-30T07:08:46.378Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:46.378Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT-sources.jar [2019-07-30T07:08:46.378Z] [INFO] [2019-07-30T07:08:46.378Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:46.378Z] [INFO] [2019-07-30T07:08:46.378Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:46.378Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT.jar [2019-07-30T07:08:46.378Z] [INFO] [2019-07-30T07:08:46.378Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:46.378Z] [INFO] [2019-07-30T07:08:46.378Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:46.378Z] [INFO] [2019-07-30T07:08:46.378Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:46.378Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT.jar [2019-07-30T07:08:46.378Z] [INFO] [2019-07-30T07:08:46.378Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:46.378Z] [INFO] [2019-07-30T07:08:46.378Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:47.743Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/work/data/.metadata/.log [2019-07-30T07:08:47.743Z] [INFO] Command line: [2019-07-30T07:08:47.743Z] [/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/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T07:08:47.743Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:08:49.628Z] !SESSION 2019-07-30 07:08:47.572 ----------------------------------------------- [2019-07-30T07:08:49.628Z] eclipse.buildId=unknown [2019-07-30T07:08:49.628Z] java.version=1.8.0_202 [2019-07-30T07:08:49.628Z] java.vendor=Oracle Corporation [2019-07-30T07:08:49.628Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:08:49.628Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T07:08:49.628Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T07:08:49.628Z] [2019-07-30T07:08:49.628Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:08:49.545 [2019-07-30T07:08:49.628Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:08:49.628Z] !STACK 0 [2019-07-30T07:08:49.628Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [85] [2019-07-30T07:08:49.628Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:08:49.628Z] [2019-07-30T07:08:49.628Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:08:49.628Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:08:49.628Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:08:49.628Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:08:49.628Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:08:49.628Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:08:49.628Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:08:49.628Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:08:49.628Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:08:49.628Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:08:49.884Z] [2019-07-30T07:08:49.884Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:08:49.629 [2019-07-30T07:08:49.884Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:08:49.884Z] !STACK 0 [2019-07-30T07:08:49.884Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [149] [2019-07-30T07:08:49.884Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:08:49.884Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:08:49.884Z] -> 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" [2019-07-30T07:08:49.884Z] org.apache.httpcomponents.httpclient.win [36] [2019-07-30T07:08:49.884Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:08:49.884Z] [2019-07-30T07:08:49.884Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:08:49.884Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:08:49.884Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:08:49.884Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:08:49.884Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:08:49.884Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:08:49.884Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:08:49.884Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:08:49.884Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:08:49.884Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:08:50.810Z] Running org.eclipse.tracecompass.gdbtrace.core.tests.GdbTraceCorePluginTest [2019-07-30T07:08:51.066Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.tracecompass.gdbtrace.core.tests.GdbTraceCorePluginTest [2019-07-30T07:08:51.066Z] testPluginId(org.eclipse.tracecompass.gdbtrace.core.tests.GdbTraceCorePluginTest) Time elapsed: 0.001 s [2019-07-30T07:08:51.066Z] testGetDefault(org.eclipse.tracecompass.gdbtrace.core.tests.GdbTraceCorePluginTest) Time elapsed: 0 s [2019-07-30T07:08:51.066Z] [2019-07-30T07:08:51.066Z] Results: [2019-07-30T07:08:51.066Z] [2019-07-30T07:08:51.066Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T07:08:51.066Z] [2019-07-30T07:08:51.991Z] [INFO] All tests passed! [2019-07-30T07:08:51.991Z] [INFO] [2019-07-30T07:08:51.991Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:51.991Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:08:51.991Z] [INFO] [2019-07-30T07:08:51.991Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:51.991Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:08:51.991Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:08:52.246Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.gdbtrace.core' with 17 classes [2019-07-30T07:08:52.246Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:08:53.173Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:08:54.098Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:08:54.098Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:08:54.098Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:08:54.098Z] [INFO] [2019-07-30T07:08:54.098Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:54.098Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT.jar [2019-07-30T07:08:54.098Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT.pom [2019-07-30T07:08:54.098Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT-sources.jar [2019-07-30T07:08:54.098Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:08:54.098Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:08:54.354Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.core.tests-1.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:08:54.354Z] [INFO] [2019-07-30T07:08:54.354Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.gdbtrace.core.tests --- [2019-07-30T07:08:54.354Z] [INFO] [2019-07-30T07:08:54.354Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.gdbtrace.ui.tests >-- [2019-07-30T07:08:54.354Z] [INFO] Building org.eclipse.tracecompass.gdbtrace.ui.tests 1.0.0-SNAPSHOT [79/134] [2019-07-30T07:08:54.354Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:08:54.354Z] [INFO] [2019-07-30T07:08:54.354Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:08:54.354Z] [INFO] [2019-07-30T07:08:54.354Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:08:54.354Z] [INFO] The project's OSGi version is 1.0.0.201907300626 [2019-07-30T07:08:54.354Z] [INFO] [2019-07-30T07:08:54.354Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:08:54.354Z] [INFO] [2019-07-30T07:08:54.354Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:08:54.354Z] [INFO] [2019-07-30T07:08:54.354Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:08:54.354Z] [INFO] [2019-07-30T07:08:54.354Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:08:54.354Z] [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/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:08:54.354Z] [INFO] [2019-07-30T07:08:54.354Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:08:54.354Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:08:54.354Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/src/main/resources [2019-07-30T07:08:54.354Z] [INFO] [2019-07-30T07:08:54.354Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:08:54.354Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/classes [2019-07-30T07:08:54.354Z] [INFO] [2019-07-30T07:08:54.354Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:08:54.354Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:08:54.354Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/src/test/resources [2019-07-30T07:08:54.354Z] [INFO] [2019-07-30T07:08:54.354Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:08:54.354Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT-sources.jar [2019-07-30T07:08:54.354Z] [INFO] [2019-07-30T07:08:54.354Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:08:54.354Z] [INFO] [2019-07-30T07:08:54.354Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:08:54.354Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT.jar [2019-07-30T07:08:54.354Z] [INFO] [2019-07-30T07:08:54.354Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:08:54.354Z] [INFO] [2019-07-30T07:08:54.354Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:08:54.609Z] [INFO] [2019-07-30T07:08:54.609Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:08:54.609Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT.jar [2019-07-30T07:08:54.609Z] [INFO] [2019-07-30T07:08:54.609Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:08:54.609Z] [INFO] [2019-07-30T07:08:54.609Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:08:55.779Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/work/data/.metadata/.log [2019-07-30T07:08:55.779Z] [INFO] Command line: [2019-07-30T07:08:55.779Z] [/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/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T07:08:55.779Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:08:57.665Z] !SESSION 2019-07-30 07:08:55.625 ----------------------------------------------- [2019-07-30T07:08:57.665Z] eclipse.buildId=unknown [2019-07-30T07:08:57.665Z] java.version=1.8.0_202 [2019-07-30T07:08:57.665Z] java.vendor=Oracle Corporation [2019-07-30T07:08:57.665Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:08:57.665Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T07:08:57.665Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T07:08:57.665Z] [2019-07-30T07:08:57.665Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:08:57.541 [2019-07-30T07:08:57.665Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:08:57.665Z] !STACK 0 [2019-07-30T07:08:57.665Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [85] [2019-07-30T07:08:57.665Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:08:57.665Z] [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:08:57.665Z] [2019-07-30T07:08:57.665Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:08:57.625 [2019-07-30T07:08:57.665Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:08:57.665Z] !STACK 0 [2019-07-30T07:08:57.665Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [149] [2019-07-30T07:08:57.665Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:08:57.665Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:08:57.665Z] -> 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" [2019-07-30T07:08:57.665Z] org.apache.httpcomponents.httpclient.win [36] [2019-07-30T07:08:57.665Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:08:57.665Z] [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:08:57.665Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:08:59.028Z] process 10089: 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 [2019-07-30T07:08:59.028Z] See the manual page for dbus-uuidgen to correct this issue. [2019-07-30T07:08:59.283Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:08:59.283Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:09:09.219Z] Running org.eclipse.tracecompass.gdbtrace.ui.tests.GdbTraceUIPluginTest [2019-07-30T07:09:09.219Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.tracecompass.gdbtrace.ui.tests.GdbTraceUIPluginTest [2019-07-30T07:09:09.219Z] testPluginId(org.eclipse.tracecompass.gdbtrace.ui.tests.GdbTraceUIPluginTest) Time elapsed: 0.001 s [2019-07-30T07:09:09.219Z] testGetDefault(org.eclipse.tracecompass.gdbtrace.ui.tests.GdbTraceUIPluginTest) Time elapsed: 0 s [2019-07-30T07:09:09.219Z] [2019-07-30T07:09:09.219Z] Results: [2019-07-30T07:09:09.219Z] [2019-07-30T07:09:09.219Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T07:09:09.219Z] [2019-07-30T07:09:09.780Z] [INFO] All tests passed! [2019-07-30T07:09:09.780Z] [INFO] [2019-07-30T07:09:09.780Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:09:09.780Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:09:09.780Z] [INFO] [2019-07-30T07:09:09.780Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:09:10.036Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:09:10.036Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:09:10.036Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.gdbtrace.core' with 17 classes [2019-07-30T07:09:10.292Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:09:10.852Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:09:12.219Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.gdbtrace.ui' with 8 classes [2019-07-30T07:09:12.219Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:09:12.219Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:09:12.219Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:09:12.219Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT.jar [2019-07-30T07:09:12.219Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT.pom [2019-07-30T07:09:12.219Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT-sources.jar [2019-07-30T07:09:12.219Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:09:12.219Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:09:12.219Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/gdbtrace/org.eclipse.tracecompass.gdbtrace.ui.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.gdbtrace.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.gdbtrace.ui.tests-1.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.gdbtrace.ui.tests --- [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.common.core.tests >-- [2019-07-30T07:09:12.219Z] [INFO] Building org.eclipse.tracecompass.lttng2.common.core.tests 1.0.0-SNAPSHOT [80/134] [2019-07-30T07:09:12.219Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:12.219Z] [INFO] The project's OSGi version is 1.0.0.201907300626 [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:12.219Z] [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/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:12.219Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:09:12.219Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/src/main/resources [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:12.219Z] [INFO] Compiling 2 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/classes [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:12.219Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:09:12.219Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/src/test/resources [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:12.219Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT-sources.jar [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:12.219Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT.jar [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:12.219Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT.jar [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:12.219Z] [INFO] [2019-07-30T07:09:12.219Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:13.156Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/work/data/.metadata/.log [2019-07-30T07:09:13.156Z] [INFO] Command line: [2019-07-30T07:09:13.156Z] [/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/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T07:09:13.156Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:09:15.047Z] !SESSION 2019-07-30 07:09:13.177 ----------------------------------------------- [2019-07-30T07:09:15.047Z] eclipse.buildId=unknown [2019-07-30T07:09:15.047Z] java.version=1.8.0_202 [2019-07-30T07:09:15.047Z] java.vendor=Oracle Corporation [2019-07-30T07:09:15.047Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:09:15.047Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T07:09:15.047Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T07:09:15.047Z] [2019-07-30T07:09:15.047Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:09:15.019 [2019-07-30T07:09:15.047Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:09:15.047Z] !STACK 0 [2019-07-30T07:09:15.047Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] [2019-07-30T07:09:15.047Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:09:15.047Z] [2019-07-30T07:09:15.047Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:09:15.047Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:09:15.047Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:09:15.047Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:09:15.047Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:09:15.047Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:09:15.047Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:09:15.047Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:09:15.047Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:09:15.047Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:09:15.303Z] [2019-07-30T07:09:15.303Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:09:15.126 [2019-07-30T07:09:15.303Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:09:15.303Z] !STACK 0 [2019-07-30T07:09:15.303Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] [2019-07-30T07:09:15.303Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:09:15.303Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:09:15.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" [2019-07-30T07:09:15.303Z] org.apache.httpcomponents.httpclient.win [35] [2019-07-30T07:09:15.303Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:09:15.303Z] [2019-07-30T07:09:15.303Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:09:15.303Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:09:15.303Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:09:15.303Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:09:15.303Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:09:15.303Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:09:15.303Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:09:15.303Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:09:15.303Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:09:15.303Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:09:16.229Z] Running org.eclipse.tracecompass.lttng2.common.core.tests.ActivatorTest [2019-07-30T07:09:16.229Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.tracecompass.lttng2.common.core.tests.ActivatorTest [2019-07-30T07:09:16.229Z] testGetDefault(org.eclipse.tracecompass.lttng2.common.core.tests.ActivatorTest) Time elapsed: 0.001 s [2019-07-30T07:09:16.229Z] [2019-07-30T07:09:16.229Z] Results: [2019-07-30T07:09:16.229Z] [2019-07-30T07:09:16.229Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T07:09:16.229Z] [2019-07-30T07:09:17.241Z] [INFO] All tests passed! [2019-07-30T07:09:17.241Z] [INFO] [2019-07-30T07:09:17.241Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:17.241Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:09:17.241Z] [INFO] [2019-07-30T07:09:17.241Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:17.241Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:09:17.241Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:09:17.497Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:09:17.752Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T07:09:17.752Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes [2019-07-30T07:09:18.007Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:09:18.007Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:09:18.007Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:09:18.007Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:09:18.262Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes [2019-07-30T07:09:18.262Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:09:18.262Z] [INFO] [2019-07-30T07:09:18.262Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:18.262Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT.jar [2019-07-30T07:09:18.262Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT.pom [2019-07-30T07:09:18.262Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT-sources.jar [2019-07-30T07:09:18.262Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:09:18.262Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:09:18.262Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.common.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.common.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.common.core.tests-1.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:09:18.262Z] [INFO] [2019-07-30T07:09:18.262Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.common.core.tests --- [2019-07-30T07:09:18.262Z] [INFO] [2019-07-30T07:09:18.262Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core >-- [2019-07-30T07:09:18.262Z] [INFO] Building org.eclipse.tracecompass.lttng2.control.core 1.2.1-SNAPSHOT [81/134] [2019-07-30T07:09:18.262Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T07:09:18.262Z] [INFO] [2019-07-30T07:09:18.262Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:18.262Z] [INFO] [2019-07-30T07:09:18.262Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:18.262Z] [INFO] The project's OSGi version is 1.2.1.201907300626 [2019-07-30T07:09:18.262Z] [INFO] [2019-07-30T07:09:18.262Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:18.262Z] [INFO] [2019-07-30T07:09:18.262Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:18.262Z] [INFO] [2019-07-30T07:09:18.262Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:18.262Z] [INFO] [2019-07-30T07:09:18.262Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:18.262Z] [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/lttng/org.eclipse.tracecompass.lttng2.control.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:09:18.262Z] [INFO] [2019-07-30T07:09:18.262Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:18.262Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:09:18.262Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/src/main/resources [2019-07-30T07:09:18.262Z] [INFO] [2019-07-30T07:09:18.262Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:18.262Z] [INFO] Compiling 75 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/target/classes [2019-07-30T07:09:18.518Z] [INFO] [2019-07-30T07:09:18.518Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:18.518Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:09:18.518Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/src/test/resources [2019-07-30T07:09:18.518Z] [INFO] [2019-07-30T07:09:18.518Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:18.518Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/target/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT-sources.jar [2019-07-30T07:09:18.518Z] [INFO] [2019-07-30T07:09:18.518Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:18.518Z] [INFO] [2019-07-30T07:09:18.518Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:18.518Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/target/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT.jar [2019-07-30T07:09:18.773Z] [INFO] [2019-07-30T07:09:18.773Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:18.773Z] [INFO] [2019-07-30T07:09:18.773Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:18.773Z] [INFO] [2019-07-30T07:09:18.773Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:18.773Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/target/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT.jar [2019-07-30T07:09:18.773Z] [INFO] [2019-07-30T07:09:18.773Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:18.773Z] [INFO] [2019-07-30T07:09:18.773Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:18.773Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:09:18.773Z] [INFO] [2019-07-30T07:09:18.773Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:18.773Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:09:19.028Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:09:19.028Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:09:19.283Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:09:19.283Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:09:19.843Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:09:19.843Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:09:19.843Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:09:19.843Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:09:19.843Z] [INFO] [2019-07-30T07:09:19.843Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:19.843Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/target/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core/1.2.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT.jar [2019-07-30T07:09:19.843Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core/1.2.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT.pom [2019-07-30T07:09:19.843Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/target/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core/1.2.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT-sources.jar [2019-07-30T07:09:19.843Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/target/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core/1.2.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:09:19.843Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core/1.2.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT-p2metadata.xml [2019-07-30T07:09:19.843Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core/1.2.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core-1.2.1-SNAPSHOT-p2artifacts.xml [2019-07-30T07:09:19.843Z] [INFO] [2019-07-30T07:09:19.843Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.control.core --- [2019-07-30T07:09:19.843Z] [INFO] [2019-07-30T07:09:19.843Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core >-- [2019-07-30T07:09:19.843Z] [INFO] Building org.eclipse.tracecompass.tmf.remote.core 2.0.2-SNAPSHOT [82/134] [2019-07-30T07:09:19.843Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T07:09:19.843Z] [INFO] [2019-07-30T07:09:19.843Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:19.843Z] [INFO] [2019-07-30T07:09:19.843Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:19.843Z] [INFO] The project's OSGi version is 2.0.2.201907300626 [2019-07-30T07:09:19.843Z] [INFO] [2019-07-30T07:09:19.843Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:19.843Z] [INFO] [2019-07-30T07:09:19.843Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:19.843Z] [INFO] [2019-07-30T07:09:19.843Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:19.843Z] [INFO] [2019-07-30T07:09:19.843Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:19.843Z] [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/tmf/org.eclipse.tracecompass.tmf.remote.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:09:19.843Z] [INFO] [2019-07-30T07:09:19.843Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:19.843Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:09:19.843Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/src/main/resources [2019-07-30T07:09:19.843Z] [INFO] [2019-07-30T07:09:19.843Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:19.843Z] [INFO] Compiling 16 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/target/classes [2019-07-30T07:09:20.099Z] [INFO] [2019-07-30T07:09:20.099Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:20.099Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:09:20.099Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/src/test/resources [2019-07-30T07:09:20.099Z] [INFO] [2019-07-30T07:09:20.099Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:20.099Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/target/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT-sources.jar [2019-07-30T07:09:20.099Z] [INFO] [2019-07-30T07:09:20.099Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:20.099Z] [INFO] [2019-07-30T07:09:20.099Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:20.099Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/target/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT.jar [2019-07-30T07:09:20.099Z] [INFO] [2019-07-30T07:09:20.099Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:20.099Z] [INFO] [2019-07-30T07:09:20.099Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:20.099Z] [INFO] [2019-07-30T07:09:20.099Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:20.099Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/target/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT.jar [2019-07-30T07:09:20.099Z] [INFO] [2019-07-30T07:09:20.099Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:20.099Z] [INFO] [2019-07-30T07:09:20.099Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:20.099Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:09:20.099Z] [INFO] [2019-07-30T07:09:20.099Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:20.099Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:09:20.099Z] [INFO] [2019-07-30T07:09:20.099Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:20.099Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/target/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT.jar [2019-07-30T07:09:20.099Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT.pom [2019-07-30T07:09:20.099Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/target/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT-sources.jar [2019-07-30T07:09:20.099Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/target/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:09:20.099Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT-p2metadata.xml [2019-07-30T07:09:20.099Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core/2.0.2-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core-2.0.2-SNAPSHOT-p2artifacts.xml [2019-07-30T07:09:20.099Z] [INFO] [2019-07-30T07:09:20.099Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.remote.core --- [2019-07-30T07:09:20.099Z] [INFO] [2019-07-30T07:09:20.099Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.ui >--- [2019-07-30T07:09:20.099Z] [INFO] Building org.eclipse.tracecompass.tmf.remote.ui 1.0.5-SNAPSHOT [83/134] [2019-07-30T07:09:20.099Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T07:09:20.099Z] [INFO] [2019-07-30T07:09:20.099Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:20.099Z] [INFO] [2019-07-30T07:09:20.099Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:20.099Z] [INFO] The project's OSGi version is 1.0.5.201907300626 [2019-07-30T07:09:20.099Z] [INFO] [2019-07-30T07:09:20.099Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:20.099Z] [INFO] [2019-07-30T07:09:20.099Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:20.099Z] [INFO] [2019-07-30T07:09:20.099Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:20.099Z] [INFO] [2019-07-30T07:09:20.099Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:20.355Z] [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/tmf/org.eclipse.tracecompass.tmf.remote.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:09:20.355Z] [INFO] [2019-07-30T07:09:20.355Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:20.355Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:09:20.355Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/src/main/resources [2019-07-30T07:09:20.355Z] [INFO] [2019-07-30T07:09:20.355Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:20.355Z] [INFO] Compiling 21 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/classes [2019-07-30T07:09:20.610Z] [INFO] [2019-07-30T07:09:20.610Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:20.610Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:09:20.610Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/src/test/resources [2019-07-30T07:09:20.610Z] [INFO] [2019-07-30T07:09:20.610Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:20.610Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT-sources.jar [2019-07-30T07:09:20.610Z] [INFO] [2019-07-30T07:09:20.610Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:20.610Z] [INFO] [2019-07-30T07:09:20.610Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:20.610Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT.jar [2019-07-30T07:09:20.610Z] [INFO] [2019-07-30T07:09:20.610Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:20.865Z] [INFO] [2019-07-30T07:09:20.865Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:20.865Z] [INFO] [2019-07-30T07:09:20.865Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:20.865Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT.jar [2019-07-30T07:09:20.865Z] [INFO] [2019-07-30T07:09:20.865Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:20.865Z] [INFO] [2019-07-30T07:09:20.865Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:20.865Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:09:20.865Z] [INFO] [2019-07-30T07:09:20.865Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:20.865Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:09:20.865Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:09:21.120Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:09:21.120Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:09:21.120Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:09:21.682Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:09:21.682Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes [2019-07-30T07:09:22.023Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:09:22.949Z] [INFO] [2019-07-30T07:09:22.949Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:22.949Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui/1.0.5-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT.jar [2019-07-30T07:09:22.949Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui/1.0.5-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT.pom [2019-07-30T07:09:22.949Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui/1.0.5-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT-sources.jar [2019-07-30T07:09:22.949Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui/1.0.5-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:09:22.949Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui/1.0.5-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT-p2metadata.xml [2019-07-30T07:09:22.949Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.ui/1.0.5-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.ui-1.0.5-SNAPSHOT-p2artifacts.xml [2019-07-30T07:09:22.949Z] [INFO] [2019-07-30T07:09:22.949Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.remote.ui --- [2019-07-30T07:09:22.949Z] [INFO] [2019-07-30T07:09:22.949Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui >-- [2019-07-30T07:09:22.949Z] [INFO] Building org.eclipse.tracecompass.lttng2.control.ui 1.2.7-SNAPSHOT [84/134] [2019-07-30T07:09:22.949Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T07:09:22.949Z] [INFO] [2019-07-30T07:09:22.949Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:22.949Z] [INFO] [2019-07-30T07:09:22.949Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:22.949Z] [INFO] The project's OSGi version is 1.2.7.201907300626 [2019-07-30T07:09:22.949Z] [INFO] [2019-07-30T07:09:22.949Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:22.949Z] [INFO] [2019-07-30T07:09:22.949Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:22.949Z] [INFO] [2019-07-30T07:09:22.949Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:22.949Z] [INFO] [2019-07-30T07:09:22.949Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:22.949Z] [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/lttng/org.eclipse.tracecompass.lttng2.control.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:09:22.949Z] [INFO] [2019-07-30T07:09:22.949Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:22.949Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:09:22.949Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/src/main/resources [2019-07-30T07:09:22.949Z] [INFO] [2019-07-30T07:09:22.949Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:22.949Z] [INFO] Compiling 128 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/classes [2019-07-30T07:09:23.876Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/src/org/eclipse/tracecompass/internal/lttng2/control/ui/views/dialogs/EnableChannelDialog.java:[175] [2019-07-30T07:09:23.876Z] fVerifyListener = e -> e.doit = e.text.matches("[0-9]*") || e.text.matches(DEFAULT_TEXT); [2019-07-30T07:09:23.876Z] ^^^^^^^^ [2019-07-30T07:09:23.876Z] Non-externalized string literal; it should be followed by //$NON-NLS-$ [2019-07-30T07:09:23.876Z] 2 problems (0 errors, 1 warning, 1 info) [2019-07-30T07:09:23.876Z] [INFO] [2019-07-30T07:09:23.876Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:23.876Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:09:23.876Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/src/test/resources [2019-07-30T07:09:23.876Z] [INFO] [2019-07-30T07:09:23.876Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:23.876Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT-sources.jar [2019-07-30T07:09:23.876Z] [INFO] [2019-07-30T07:09:23.876Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:23.876Z] [INFO] [2019-07-30T07:09:23.876Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:23.876Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT.jar [2019-07-30T07:09:24.131Z] [INFO] [2019-07-30T07:09:24.131Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:24.131Z] [INFO] [2019-07-30T07:09:24.131Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:24.131Z] [INFO] [2019-07-30T07:09:24.131Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:24.131Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT.jar [2019-07-30T07:09:24.387Z] [INFO] [2019-07-30T07:09:24.387Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:24.387Z] [INFO] [2019-07-30T07:09:24.387Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:24.387Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:09:24.387Z] [INFO] [2019-07-30T07:09:24.387Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:24.643Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:09:24.898Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:09:25.153Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:09:25.153Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:09:25.153Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes [2019-07-30T07:09:25.153Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:09:25.714Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:09:25.970Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:09:26.896Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes [2019-07-30T07:09:26.896Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.ui' with 54 classes [2019-07-30T07:09:26.896Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:09:26.896Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:09:27.152Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:09:27.152Z] [INFO] [2019-07-30T07:09:27.152Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:27.152Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui/1.2.7-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT.jar [2019-07-30T07:09:27.152Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui/1.2.7-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT.pom [2019-07-30T07:09:27.152Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui/1.2.7-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT-sources.jar [2019-07-30T07:09:27.152Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui/1.2.7-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:09:27.152Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui/1.2.7-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT-p2metadata.xml [2019-07-30T07:09:27.152Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui/1.2.7-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui-1.2.7-SNAPSHOT-p2artifacts.xml [2019-07-30T07:09:27.152Z] [INFO] [2019-07-30T07:09:27.152Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.control.ui --- [2019-07-30T07:09:27.152Z] [INFO] [2019-07-30T07:09:27.152Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control >-- [2019-07-30T07:09:27.152Z] [INFO] Building org.eclipse.tracecompass.lttng2.control 5.0.0-SNAPSHOT [85/134] [2019-07-30T07:09:27.152Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2019-07-30T07:09:27.152Z] [INFO] [2019-07-30T07:09:27.152Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.control --- [2019-07-30T07:09:27.152Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/target [2019-07-30T07:09:27.152Z] [INFO] [2019-07-30T07:09:27.152Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.lttng2.control --- [2019-07-30T07:09:27.152Z] [INFO] The project's OSGi version is 5.0.0.201907300626 [2019-07-30T07:09:27.152Z] [INFO] [2019-07-30T07:09:27.152Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.control --- [2019-07-30T07:09:27.152Z] [INFO] [2019-07-30T07:09:27.152Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.control --- [2019-07-30T07:09:27.152Z] [INFO] [2019-07-30T07:09:27.152Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.control --- [2019-07-30T07:09:27.152Z] [INFO] [2019-07-30T07:09:27.152Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.control --- [2019-07-30T07:09:27.152Z] [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/lttng/org.eclipse.tracecompass.lttng2.control/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:09:27.152Z] [INFO] [2019-07-30T07:09:27.152Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.control --- [2019-07-30T07:09:27.152Z] [INFO] [2019-07-30T07:09:27.152Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.control --- [2019-07-30T07:09:27.152Z] [INFO] [2019-07-30T07:09:27.152Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.lttng2.control --- [2019-07-30T07:09:27.152Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/target/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT.jar [2019-07-30T07:09:27.152Z] [INFO] [2019-07-30T07:09:27.152Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.control --- [2019-07-30T07:09:27.152Z] [INFO] [2019-07-30T07:09:27.152Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.lttng2.control --- [2019-07-30T07:09:27.152Z] [INFO] [2019-07-30T07:09:27.152Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.control --- [2019-07-30T07:09:27.152Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/target/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT-sources-feature.jar [2019-07-30T07:09:27.152Z] [INFO] [2019-07-30T07:09:27.152Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.control --- [2019-07-30T07:09:27.152Z] [INFO] [2019-07-30T07:09:27.152Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.control --- [2019-07-30T07:09:27.152Z] [INFO] [2019-07-30T07:09:27.152Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.control --- [2019-07-30T07:09:27.152Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:09:27.152Z] [INFO] [2019-07-30T07:09:27.152Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.control --- [2019-07-30T07:09:28.077Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:09:28.077Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:09:28.077Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:09:28.639Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes [2019-07-30T07:09:28.894Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:09:29.821Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:09:29.821Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T07:09:29.821Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes [2019-07-30T07:09:29.821Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:09:29.821Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes [2019-07-30T07:09:29.821Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:09:29.821Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:09:29.821Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:09:29.821Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes [2019-07-30T07:09:30.076Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes [2019-07-30T07:09:30.076Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:09:30.076Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:09:30.332Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf' with 0 classes [2019-07-30T07:09:30.332Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.dev' with 0 classes [2019-07-30T07:09:30.332Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.user' with 0 classes [2019-07-30T07:09:30.332Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes [2019-07-30T07:09:30.332Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf' with 0 classes [2019-07-30T07:09:30.332Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes [2019-07-30T07:09:30.332Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.ui' with 54 classes [2019-07-30T07:09:30.332Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.ui' with 209 classes [2019-07-30T07:09:30.587Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes [2019-07-30T07:09:30.587Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui' with 42 classes [2019-07-30T07:09:30.847Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes [2019-07-30T07:09:30.847Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes [2019-07-30T07:09:30.847Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:09:30.847Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf' with 0 classes [2019-07-30T07:09:30.847Z] [INFO] [2019-07-30T07:09:30.847Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.control --- [2019-07-30T07:09:30.847Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/target/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT.jar [2019-07-30T07:09:30.847Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT.pom [2019-07-30T07:09:30.847Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/target/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT-sources-feature.jar [2019-07-30T07:09:30.847Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:09:30.847Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.control-5.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:09:30.847Z] [INFO] [2019-07-30T07:09:30.847Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.control --- [2019-07-30T07:09:30.847Z] [INFO] [2019-07-30T07:09:30.847Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.core.tests >-- [2019-07-30T07:09:30.847Z] [INFO] Building org.eclipse.tracecompass.lttng2.control.core.tests 1.1.1-SNAPSHOT [86/134] [2019-07-30T07:09:30.847Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:09:30.847Z] [INFO] [2019-07-30T07:09:30.847Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:30.847Z] [INFO] [2019-07-30T07:09:30.847Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:30.847Z] [INFO] The project's OSGi version is 1.1.1.201907300626 [2019-07-30T07:09:30.847Z] [INFO] [2019-07-30T07:09:30.847Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:30.847Z] [INFO] [2019-07-30T07:09:30.847Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:30.847Z] [INFO] [2019-07-30T07:09:30.847Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:30.847Z] [INFO] [2019-07-30T07:09:30.847Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:30.847Z] [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/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:09:30.847Z] [INFO] [2019-07-30T07:09:30.847Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:30.847Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:09:30.847Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/src/main/resources [2019-07-30T07:09:30.847Z] [INFO] [2019-07-30T07:09:30.847Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:30.847Z] [INFO] Compiling 16 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/classes [2019-07-30T07:09:30.847Z] [INFO] [2019-07-30T07:09:30.847Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:30.847Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:09:30.847Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/src/test/resources [2019-07-30T07:09:30.847Z] [INFO] [2019-07-30T07:09:30.847Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:30.847Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT-sources.jar [2019-07-30T07:09:31.214Z] [INFO] [2019-07-30T07:09:31.214Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:31.214Z] [INFO] [2019-07-30T07:09:31.214Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:31.214Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT.jar [2019-07-30T07:09:31.214Z] [INFO] [2019-07-30T07:09:31.214Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:31.214Z] [INFO] [2019-07-30T07:09:31.214Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:31.214Z] [INFO] [2019-07-30T07:09:31.214Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:31.214Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT.jar [2019-07-30T07:09:31.214Z] [INFO] [2019-07-30T07:09:31.214Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:31.214Z] [INFO] [2019-07-30T07:09:31.214Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:32.140Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/work/data/.metadata/.log [2019-07-30T07:09:32.140Z] [INFO] Command line: [2019-07-30T07:09:32.140Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T07:09:32.140Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:09:34.654Z] !SESSION 2019-07-30 07:09:32.017 ----------------------------------------------- [2019-07-30T07:09:34.654Z] eclipse.buildId=unknown [2019-07-30T07:09:34.654Z] java.version=1.8.0_202 [2019-07-30T07:09:34.654Z] java.vendor=Oracle Corporation [2019-07-30T07:09:34.654Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:09:34.654Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T07:09:34.654Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T07:09:34.654Z] [2019-07-30T07:09:34.654Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:09:34.337 [2019-07-30T07:09:34.654Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:09:34.654Z] !STACK 0 [2019-07-30T07:09:34.654Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] [2019-07-30T07:09:34.654Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:09:34.654Z] [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:09:34.654Z] [2019-07-30T07:09:34.654Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:09:34.450 [2019-07-30T07:09:34.654Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:09:34.654Z] !STACK 0 [2019-07-30T07:09:34.654Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] [2019-07-30T07:09:34.654Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:09:34.654Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:09:34.654Z] -> 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" [2019-07-30T07:09:34.654Z] org.apache.httpcomponents.httpclient.win [35] [2019-07-30T07:09:34.654Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:09:34.654Z] [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:09:34.654Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:09:36.017Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.session.SessionConfigGeneratorTest [2019-07-30T07:09:36.274Z] [2019-07-30T07:09:36.274Z] !ENTRY org.eclipse.tracecompass.lttng2.control.core 4 0 2019-07-30 07:09:36.145 [2019-07-30T07:09:36.274Z] !MESSAGE Error generating the session configuration file: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/work/data/.metadata/.plugins/org.eclipse.tracecompass.lttng2.control.core/test_session.lttng [2019-07-30T07:09:36.274Z] !STACK 0 [2019-07-30T07:09:36.274Z] java.lang.IllegalArgumentException: The domain buffer type is not handled by the session configuration [2019-07-30T07:09:36.274Z] at org.eclipse.tracecompass.lttng2.control.core.session.SessionConfigGenerator.getDomainsElement(SessionConfigGenerator.java:261) [2019-07-30T07:09:36.274Z] at org.eclipse.tracecompass.lttng2.control.core.session.SessionConfigGenerator.generateSessionConfig(SessionConfigGenerator.java:202) [2019-07-30T07:09:36.274Z] at org.eclipse.tracecompass.lttng2.control.core.session.SessionConfigGenerator.generateSessionConfig(SessionConfigGenerator.java:155) [2019-07-30T07:09:36.274Z] at org.eclipse.tracecompass.lttng2.control.core.tests.session.SessionConfigGeneratorTest.testGenerateSessionConfig(SessionConfigGeneratorTest.java:154) [2019-07-30T07:09:36.274Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:09:36.274Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:09:36.274Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:09:36.274Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:09:36.274Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [2019-07-30T07:09:36.274Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [2019-07-30T07:09:36.274Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [2019-07-30T07:09:36.274Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [2019-07-30T07:09:36.274Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [2019-07-30T07:09:36.274Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [2019-07-30T07:09:36.274Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [2019-07-30T07:09:36.274Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [2019-07-30T07:09:36.274Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [2019-07-30T07:09:36.274Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [2019-07-30T07:09:36.274Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [2019-07-30T07:09:36.274Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [2019-07-30T07:09:36.274Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [2019-07-30T07:09:36.274Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [2019-07-30T07:09:36.274Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [2019-07-30T07:09:36.274Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [2019-07-30T07:09:36.274Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [2019-07-30T07:09:36.274Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [2019-07-30T07:09:36.274Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [2019-07-30T07:09:36.274Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:09:36.274Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:09:36.274Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:09:36.274Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:09:36.274Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) [2019-07-30T07:09:36.274Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) [2019-07-30T07:09:36.274Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) [2019-07-30T07:09:36.274Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) [2019-07-30T07:09:36.274Z] at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21) [2019-07-30T07:09:36.274Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:09:36.274Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:09:36.274Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:09:36.274Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:09:36.274Z] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:592) [2019-07-30T07:09:36.274Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205) [2019-07-30T07:09:36.274Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [2019-07-30T07:09:36.274Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [2019-07-30T07:09:36.274Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) [2019-07-30T07:09:36.274Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [2019-07-30T07:09:36.274Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:09:36.274Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:09:36.274Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:09:36.274Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:09:36.274Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) [2019-07-30T07:09:36.274Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) [2019-07-30T07:09:36.274Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) [2019-07-30T07:09:36.274Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) [2019-07-30T07:09:36.274Z] [2019-07-30T07:09:36.274Z] !ENTRY org.eclipse.tracecompass.lttng2.control.core 4 0 2019-07-30 07:09:36.243 [2019-07-30T07:09:36.274Z] !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. [2019-07-30T07:09:36.530Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.605 s - in org.eclipse.tracecompass.lttng2.control.core.tests.session.SessionConfigGeneratorTest [2019-07-30T07:09:36.530Z] testGenerateSessionConfig(org.eclipse.tracecompass.lttng2.control.core.tests.session.SessionConfigGeneratorTest) Time elapsed: 0.482 s [2019-07-30T07:09:36.530Z] testSessionValidate(org.eclipse.tracecompass.lttng2.control.core.tests.session.SessionConfigGeneratorTest) Time elapsed: 0.096 s [2019-07-30T07:09:36.530Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest [2019-07-30T07:09:36.530Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest [2019-07-30T07:09:36.530Z] testUstProviderInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testUstProviderInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0.001 s [2019-07-30T07:09:36.530Z] testUstProviderCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testGetAndSetters(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0.001 s [2019-07-30T07:09:36.530Z] testSetLoggers_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0.001 s [2019-07-30T07:09:36.530Z] testToString_2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testSetEvents_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.UstProviderInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest [2019-07-30T07:09:36.530Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest [2019-07-30T07:09:36.530Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEventInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEventCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0.001 s [2019-07-30T07:09:36.530Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testToString_2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testGetAndSetter(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0.001 s [2019-07-30T07:09:36.530Z] testBaseEventInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.EventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest [2019-07-30T07:09:36.530Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest [2019-07-30T07:09:36.530Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testTraceCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testTraceInfo2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testTraceInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testSetName(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testTraceInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.TraceInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest [2019-07-30T07:09:36.530Z] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest [2019-07-30T07:09:36.530Z] testGetEventType_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0.001 s [2019-07-30T07:09:36.530Z] testAddField(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testSetLogLevel1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testSetLogLevel2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0.043 s [2019-07-30T07:09:36.530Z] testEventInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEventCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testExcludedEvents(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testSetEventType_2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testSetFields(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testFields(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testBaseEventInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest [2019-07-30T07:09:36.530Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest [2019-07-30T07:09:36.530Z] testDomainInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testDomainInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testDomainlCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testGetAndSetters(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0.001 s [2019-07-30T07:09:36.530Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testToString_2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0.001 s [2019-07-30T07:09:36.530Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.DomainInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest [2019-07-30T07:09:36.530Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest [2019-07-30T07:09:36.530Z] testToString(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testLoggerInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testLoggerInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEventCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testGetAndSetter(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.LoggerInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest [2019-07-30T07:09:36.530Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest [2019-07-30T07:09:36.530Z] testSessionInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testSessionInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0.045 s [2019-07-30T07:09:36.530Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testGetAndSetters(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testSessionCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0.001 s [2019-07-30T07:09:36.530Z] testToString_2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testToString_3(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SessionInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.530Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest [2019-07-30T07:09:36.786Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest [2019-07-30T07:09:36.786Z] testSnapshotInfo2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testSnapshotCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testSnapshotInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testTraceCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0.001 s [2019-07-30T07:09:36.786Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testSetName(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.SnapshotInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest [2019-07-30T07:09:36.786Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest [2019-07-30T07:09:36.786Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0.001 s [2019-07-30T07:09:36.786Z] testBaseLoggerInfoCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testSetLogLevel1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0.001 s [2019-07-30T07:09:36.786Z] testSetLogLevel2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0.001 s [2019-07-30T07:09:36.786Z] testBaseLoggerInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0.001 s [2019-07-30T07:09:36.786Z] testBaseLoggerInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.BaseLoggerInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest [2019-07-30T07:09:36.786Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest [2019-07-30T07:09:36.786Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0.001 s [2019-07-30T07:09:36.786Z] testEventInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testEventCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testGetAndSetter(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0.001 s [2019-07-30T07:09:36.786Z] testBaseEventInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ProbeEventInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest [2019-07-30T07:09:36.786Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest [2019-07-30T07:09:36.786Z] testChannelInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0.001 s [2019-07-30T07:09:36.786Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testAddAndGetEvents_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testGetAndSetters(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testChannelInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0.001 s [2019-07-30T07:09:36.786Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testChannelCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testToString_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testToString_2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testSetEvents_1(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.ChannelInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest [2019-07-30T07:09:36.786Z] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest [2019-07-30T07:09:36.786Z] testToString(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testFiledInfo(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testSetFieldType(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testEqualsNull(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testEventInfoCopy(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0.001 s [2019-07-30T07:09:36.786Z] testEventCopy2(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testEqualsSymmetry(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testHashCode(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testEqualsTransivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testEqualsReflexivity(org.eclipse.tracecompass.lttng2.control.core.tests.model.impl.FieldInfoTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] Running org.eclipse.tracecompass.lttng2.control.core.tests.ActivatorTest [2019-07-30T07:09:36.786Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.lttng2.control.core.tests.ActivatorTest [2019-07-30T07:09:36.786Z] testStartBundleContext(org.eclipse.tracecompass.lttng2.control.core.tests.ActivatorTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testActivator(org.eclipse.tracecompass.lttng2.control.core.tests.ActivatorTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testStopBundleContext(org.eclipse.tracecompass.lttng2.control.core.tests.ActivatorTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] testGetDefault(org.eclipse.tracecompass.lttng2.control.core.tests.ActivatorTest) Time elapsed: 0 s [2019-07-30T07:09:36.786Z] [2019-07-30T07:09:36.786Z] Results: [2019-07-30T07:09:36.786Z] [2019-07-30T07:09:36.786Z] Tests run: 146, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T07:09:36.786Z] [2019-07-30T07:09:38.148Z] [INFO] All tests passed! [2019-07-30T07:09:38.148Z] [INFO] [2019-07-30T07:09:38.148Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:38.148Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:09:38.148Z] [INFO] [2019-07-30T07:09:38.148Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:38.148Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:09:38.148Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:09:38.404Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:09:38.404Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:09:38.404Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes [2019-07-30T07:09:38.660Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:09:39.221Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:09:39.221Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:09:39.221Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:09:39.221Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:09:39.221Z] [INFO] [2019-07-30T07:09:39.221Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:39.221Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core.tests/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT.jar [2019-07-30T07:09:39.221Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core.tests/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT.pom [2019-07-30T07:09:39.221Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core.tests/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT-sources.jar [2019-07-30T07:09:39.221Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core.tests/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:09:39.221Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core.tests/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT-p2metadata.xml [2019-07-30T07:09:39.221Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.core.tests/1.1.1-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.core.tests-1.1.1-SNAPSHOT-p2artifacts.xml [2019-07-30T07:09:39.221Z] [INFO] [2019-07-30T07:09:39.221Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.control.core.tests --- [2019-07-30T07:09:39.221Z] [INFO] [2019-07-30T07:09:39.221Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.remote.core.tests >-- [2019-07-30T07:09:39.221Z] [INFO] Building org.eclipse.tracecompass.tmf.remote.core.tests 1.0.0-SNAPSHOT [87/134] [2019-07-30T07:09:39.221Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:09:39.221Z] [INFO] [2019-07-30T07:09:39.221Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:39.221Z] [INFO] [2019-07-30T07:09:39.221Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:39.221Z] [INFO] The project's OSGi version is 1.0.0.201907300626 [2019-07-30T07:09:39.221Z] [INFO] [2019-07-30T07:09:39.221Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:39.221Z] [INFO] [2019-07-30T07:09:39.221Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:39.221Z] [INFO] [2019-07-30T07:09:39.221Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:39.221Z] [INFO] [2019-07-30T07:09:39.221Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:39.221Z] [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/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:09:39.221Z] [INFO] [2019-07-30T07:09:39.221Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:39.221Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:09:39.221Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/src/main/resources [2019-07-30T07:09:39.221Z] [INFO] [2019-07-30T07:09:39.221Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:39.221Z] [INFO] Compiling 6 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/classes [2019-07-30T07:09:39.477Z] [INFO] [2019-07-30T07:09:39.477Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:39.477Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:09:39.477Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/src/test/resources [2019-07-30T07:09:39.477Z] [INFO] [2019-07-30T07:09:39.477Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:39.477Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT-sources.jar [2019-07-30T07:09:39.477Z] [INFO] [2019-07-30T07:09:39.477Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:39.477Z] [INFO] [2019-07-30T07:09:39.477Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:39.477Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT.jar [2019-07-30T07:09:39.477Z] [INFO] [2019-07-30T07:09:39.477Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:39.477Z] [INFO] [2019-07-30T07:09:39.477Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:39.477Z] [INFO] [2019-07-30T07:09:39.477Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:39.477Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT.jar [2019-07-30T07:09:39.477Z] [INFO] [2019-07-30T07:09:39.477Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:39.477Z] [INFO] [2019-07-30T07:09:39.477Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:40.402Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/work/data/.metadata/.log [2019-07-30T07:09:40.402Z] [INFO] Command line: [2019-07-30T07:09:40.402Z] [/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/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T07:09:40.402Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:09:42.374Z] !SESSION 2019-07-30 07:09:40.471 ----------------------------------------------- [2019-07-30T07:09:42.374Z] eclipse.buildId=unknown [2019-07-30T07:09:42.374Z] java.version=1.8.0_202 [2019-07-30T07:09:42.374Z] java.vendor=Oracle Corporation [2019-07-30T07:09:42.374Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:09:42.374Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T07:09:42.374Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T07:09:42.374Z] [2019-07-30T07:09:42.374Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:09:42.338 [2019-07-30T07:09:42.374Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:09:42.374Z] !STACK 0 [2019-07-30T07:09:42.374Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] [2019-07-30T07:09:42.374Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:09:42.374Z] [2019-07-30T07:09:42.374Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:09:42.374Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:09:42.374Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:09:42.374Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:09:42.374Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:09:42.374Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:09:42.374Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:09:42.374Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:09:42.374Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:09:42.374Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:09:42.629Z] [2019-07-30T07:09:42.629Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:09:42.449 [2019-07-30T07:09:42.629Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:09:42.629Z] !STACK 0 [2019-07-30T07:09:42.629Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] [2019-07-30T07:09:42.629Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:09:42.629Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:09:42.629Z] -> 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" [2019-07-30T07:09:42.629Z] org.apache.httpcomponents.httpclient.win [35] [2019-07-30T07:09:42.629Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:09:42.629Z] [2019-07-30T07:09:42.629Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:09:42.629Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:09:42.629Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:09:42.629Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:09:42.629Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:09:42.630Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:09:42.630Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:09:42.630Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:09:42.630Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:09:42.630Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:09:45.143Z] Running org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandShellTest [2019-07-30T07:09:45.398Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 s - in org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandShellTest [2019-07-30T07:09:45.398Z] testExecuteError(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandShellTest) Time elapsed: 0.08 s [2019-07-30T07:09:45.398Z] testExecuteSuccess(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandShellTest) Time elapsed: 0.005 s [2019-07-30T07:09:45.398Z] testExecuteException(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandShellTest) Time elapsed: 0.003 s [2019-07-30T07:09:45.398Z] Running org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandResultTest [2019-07-30T07:09:45.398Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandResultTest [2019-07-30T07:09:45.398Z] testConstructorNoError(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandResultTest) Time elapsed: 0.004 s [2019-07-30T07:09:45.398Z] testConstructorError(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandResultTest) Time elapsed: 0 s [2019-07-30T07:09:45.398Z] Running org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandInputTest [2019-07-30T07:09:45.398Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandInputTest [2019-07-30T07:09:45.398Z] testNullSegment(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandInputTest) Time elapsed: 0 s [2019-07-30T07:09:45.398Z] testConstructorAndAdd(org.eclipse.tracecompass.tmf.remote.core.tests.shell.CommandInputTest) Time elapsed: 0 s [2019-07-30T07:09:45.398Z] Running org.eclipse.tracecompass.tmf.remote.core.tests.TmfRemoteCorePluginTest [2019-07-30T07:09:45.398Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.tracecompass.tmf.remote.core.tests.TmfRemoteCorePluginTest [2019-07-30T07:09:45.398Z] testTmfCorePluginId(org.eclipse.tracecompass.tmf.remote.core.tests.TmfRemoteCorePluginTest) Time elapsed: 0 s [2019-07-30T07:09:45.398Z] testGetDefault(org.eclipse.tracecompass.tmf.remote.core.tests.TmfRemoteCorePluginTest) Time elapsed: 0 s [2019-07-30T07:09:45.398Z] [2019-07-30T07:09:45.398Z] Results: [2019-07-30T07:09:45.398Z] [2019-07-30T07:09:45.398Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T07:09:45.398Z] [2019-07-30T07:09:46.323Z] [INFO] All tests passed! [2019-07-30T07:09:46.323Z] [INFO] [2019-07-30T07:09:46.323Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:46.323Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:09:46.323Z] [INFO] [2019-07-30T07:09:46.323Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:46.323Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:09:46.323Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:09:46.579Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:09:47.140Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:09:47.140Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:09:47.140Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:09:47.140Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T07:09:47.140Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:09:47.396Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T07:09:47.651Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes [2019-07-30T07:09:47.651Z] [INFO] [2019-07-30T07:09:47.651Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:47.651Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT.jar [2019-07-30T07:09:47.651Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT.pom [2019-07-30T07:09:47.651Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT-sources.jar [2019-07-30T07:09:47.651Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:09:47.651Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:09:47.651Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.remote.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.remote.core.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.tmf.remote.core.tests-1.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:09:47.651Z] [INFO] [2019-07-30T07:09:47.651Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.remote.core.tests --- [2019-07-30T07:09:47.651Z] [INFO] [2019-07-30T07:09:47.651Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.tests >-- [2019-07-30T07:09:47.651Z] [INFO] Building org.eclipse.tracecompass.lttng2.control.ui.tests 2.0.2-SNAPSHOT [88/134] [2019-07-30T07:09:47.651Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:09:47.651Z] [INFO] [2019-07-30T07:09:47.651Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:09:47.651Z] [INFO] [2019-07-30T07:09:47.651Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:09:47.651Z] [INFO] The project's OSGi version is 2.0.2.201907300626 [2019-07-30T07:09:47.651Z] [INFO] [2019-07-30T07:09:47.651Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:09:47.651Z] [INFO] [2019-07-30T07:09:47.651Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:09:47.651Z] [INFO] [2019-07-30T07:09:47.651Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:09:47.651Z] [INFO] [2019-07-30T07:09:47.651Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:09:47.651Z] [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/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:09:47.651Z] [INFO] [2019-07-30T07:09:47.651Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:09:47.651Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:09:47.651Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/src/main/resources [2019-07-30T07:09:47.651Z] [INFO] [2019-07-30T07:09:47.651Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:09:47.651Z] [INFO] Compiling 28 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/classes [2019-07-30T07:09:47.907Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/src/org/eclipse/tracecompass/lttng2/control/ui/tests/model/component/TraceControlTestFacility.java:[263] [2019-07-30T07:09:47.907Z] Object handlerServiceObject = fControlView.getSite().getService(IHandlerService.class); [2019-07-30T07:09:47.907Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T07:09:47.907Z] 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 [2019-07-30T07:09:47.907Z] 1 problem (1 warning) [2019-07-30T07:09:47.907Z] [INFO] [2019-07-30T07:09:47.907Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:09:47.907Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:09:47.907Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/src/test/resources [2019-07-30T07:09:47.907Z] [INFO] [2019-07-30T07:09:47.907Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:09:48.163Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT-sources.jar [2019-07-30T07:09:48.163Z] [INFO] [2019-07-30T07:09:48.163Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:09:48.163Z] [INFO] [2019-07-30T07:09:48.163Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:09:48.163Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT.jar [2019-07-30T07:09:48.163Z] [INFO] [2019-07-30T07:09:48.163Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:09:48.163Z] [INFO] [2019-07-30T07:09:48.163Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:09:48.163Z] [INFO] [2019-07-30T07:09:48.163Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:09:48.163Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT.jar [2019-07-30T07:09:48.163Z] [INFO] [2019-07-30T07:09:48.163Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:09:48.163Z] [INFO] [2019-07-30T07:09:48.163Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:09:49.526Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/work/data/.metadata/.log [2019-07-30T07:09:49.526Z] [INFO] Command line: [2019-07-30T07:09:49.526Z] [/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/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T07:09:49.526Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:09:51.415Z] !SESSION 2019-07-30 07:09:49.420 ----------------------------------------------- [2019-07-30T07:09:51.415Z] eclipse.buildId=unknown [2019-07-30T07:09:51.415Z] java.version=1.8.0_202 [2019-07-30T07:09:51.415Z] java.vendor=Oracle Corporation [2019-07-30T07:09:51.415Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:09:51.415Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T07:09:51.415Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T07:09:51.415Z] [2019-07-30T07:09:51.415Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:09:51.324 [2019-07-30T07:09:51.415Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:09:51.415Z] !STACK 0 [2019-07-30T07:09:51.415Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] [2019-07-30T07:09:51.415Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:09:51.415Z] [2019-07-30T07:09:51.415Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:09:51.415Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:09:51.415Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:09:51.415Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:09:51.415Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:09:51.415Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:09:51.415Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:09:51.415Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:09:51.415Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:09:51.415Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:09:51.671Z] [2019-07-30T07:09:51.671Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:09:51.434 [2019-07-30T07:09:51.671Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:09:51.671Z] !STACK 0 [2019-07-30T07:09:51.671Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] [2019-07-30T07:09:51.671Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:09:51.671Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:09:51.671Z] -> 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" [2019-07-30T07:09:51.671Z] org.apache.httpcomponents.httpclient.win [36] [2019-07-30T07:09:51.671Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:09:51.671Z] [2019-07-30T07:09:51.671Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:09:51.671Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:09:51.671Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:09:51.671Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:09:51.671Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:09:51.671Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:09:51.671Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:09:51.671Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:09:51.671Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:09:51.671Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:09:53.035Z] process 10342: 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 [2019-07-30T07:09:53.035Z] See the manual page for dbus-uuidgen to correct this issue. [2019-07-30T07:09:53.291Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:09:53.291Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:09:59.822Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest [2019-07-30T07:10:00.078Z] Tests run: 52, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.773 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest [2019-07-30T07:10:00.078Z] testLttngNotInstalled(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.079 s [2019-07-30T07:10:00.078Z] testUnsupportedVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.011 s [2019-07-30T07:10:00.078Z] testGetKernelProviderNoUstVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.009 s [2019-07-30T07:10:00.078Z] testCreateSession2_1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.011 s [2019-07-30T07:10:00.078Z] testCreateSnapshotSession2_5(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.009 s [2019-07-30T07:10:00.078Z] testAddContextFailure(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.009 s [2019-07-30T07:10:00.078Z] testGetSessionNotExist(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.007 s [2019-07-30T07:10:00.078Z] testGetSession1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.058 s [2019-07-30T07:10:00.078Z] testUstProvider2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testGetSessionNameGarbage(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testGetKernelProviderNoUst1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.007 s [2019-07-30T07:10:00.078Z] testGetKernelProviderNoUst2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testGetKernelProviderNoUst3(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testVersionCompiled(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.007 s [2019-07-30T07:10:00.078Z] testEnableEvents(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testGetUstProvider3(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.047 s [2019-07-30T07:10:00.078Z] testEnableLog4jLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testCreateLiveSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) skipped [2019-07-30T07:10:00.078Z] testEnableChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testEnableJulLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.005 s [2019-07-30T07:10:00.078Z] testCreateChannelUIDBuffer(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testGetKernelProviderNoKernelVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testDestroySession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.005 s [2019-07-30T07:10:00.078Z] testCreateChannelPIDBuffer(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.005 s [2019-07-30T07:10:00.078Z] testCreateSessionVerbose2_1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.005 s [2019-07-30T07:10:00.078Z] testSessionProfile(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.045 s [2019-07-30T07:10:00.078Z] testGetSessionWithLive(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) skipped [2019-07-30T07:10:00.078Z] testGetKernelProviderNoKernel1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testGetKernelProviderNoKernel2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.005 s [2019-07-30T07:10:00.078Z] testCreateLiveSessionErrors(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) skipped [2019-07-30T07:10:00.078Z] testCreateChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testCreateSessionWithPrompt(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testGetSessionNotExistVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testVersionWithPrompt(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testEnableSyscalls(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testDisableChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testEnableLogLevel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testDestroySessionVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.049 s [2019-07-30T07:10:00.078Z] testGetUstProvider(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.005 s [2019-07-30T07:10:00.078Z] testCreateSnapshotSessionErrors(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.005 s [2019-07-30T07:10:00.078Z] testDynamicProbe(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testNoVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.006 s [2019-07-30T07:10:00.078Z] testEnablePythonLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.008 s [2019-07-30T07:10:00.078Z] testGetSessionNames1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.007 s [2019-07-30T07:10:00.078Z] testGetSessionNames2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.008 s [2019-07-30T07:10:00.078Z] testCreateSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.094 s [2019-07-30T07:10:00.078Z] testEventExcluded(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.062 s [2019-07-30T07:10:00.078Z] testGetSessionNamesWithTracingGroup(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s [2019-07-30T07:10:00.078Z] testCreateSnapshotSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s [2019-07-30T07:10:00.078Z] testCreateSessionVariants(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.003 s [2019-07-30T07:10:00.078Z] testAddContext(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceTest) Time elapsed: 0.004 s [2019-07-30T07:10:00.078Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest [2019-07-30T07:10:01.004Z] [2019-07-30T07:10:01.004Z] !ENTRY org.eclipse.tracecompass.lttng2.control.ui 4 0 2019-07-30 07:10:00.840 [2019-07-30T07:10:01.004Z] !MESSAGE Could not validate the xml response [2019-07-30T07:10:01.004Z] !STACK 0 [2019-07-30T07:10:01.004Z] org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog. [2019-07-30T07:10:01.004Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) [2019-07-30T07:10:01.004Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177) [2019-07-30T07:10:01.004Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400) [2019-07-30T07:10:01.004Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) [2019-07-30T07:10:01.004Z] at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1472) [2019-07-30T07:10:01.004Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:994) [2019-07-30T07:10:01.004Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) [2019-07-30T07:10:01.004Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) [2019-07-30T07:10:01.004Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) [2019-07-30T07:10:01.004Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) [2019-07-30T07:10:01.004Z] at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) [2019-07-30T07:10:01.004Z] at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) [2019-07-30T07:10:01.004Z] at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) [2019-07-30T07:10:01.004Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlServiceMI.getDocumentFromStrings(LTTngControlServiceMI.java:174) [2019-07-30T07:10:01.004Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlServiceMI.getSessionNames(LTTngControlServiceMI.java:259) [2019-07-30T07:10:01.004Z] at org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest.testGetSessionNameGarbage(LTTngControlServiceMiTest.java:75) [2019-07-30T07:10:01.004Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:10:01.004Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:10:01.004Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:10:01.004Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:10:01.004Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [2019-07-30T07:10:01.004Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [2019-07-30T07:10:01.004Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [2019-07-30T07:10:01.004Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [2019-07-30T07:10:01.004Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [2019-07-30T07:10:01.004Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [2019-07-30T07:10:01.004Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [2019-07-30T07:10:01.004Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [2019-07-30T07:10:01.004Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [2019-07-30T07:10:01.004Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [2019-07-30T07:10:01.004Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [2019-07-30T07:10:01.004Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [2019-07-30T07:10:01.004Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [2019-07-30T07:10:01.004Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [2019-07-30T07:10:01.004Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [2019-07-30T07:10:01.004Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [2019-07-30T07:10:01.004Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [2019-07-30T07:10:01.004Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [2019-07-30T07:10:01.004Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [2019-07-30T07:10:01.004Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:10:01.004Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:10:01.004Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:10:01.004Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:10:01.004Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) [2019-07-30T07:10:01.004Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) [2019-07-30T07:10:01.004Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) [2019-07-30T07:10:01.004Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) [2019-07-30T07:10:01.004Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35) [2019-07-30T07:10:01.004Z] at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) [2019-07-30T07:10:01.004Z] at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) [2019-07-30T07:10:01.004Z] at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5113) [2019-07-30T07:10:01.004Z] at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4666) [2019-07-30T07:10:01.004Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173) [2019-07-30T07:10:01.004Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) [2019-07-30T07:10:01.004Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062) [2019-07-30T07:10:01.004Z] at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) [2019-07-30T07:10:01.004Z] at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635) [2019-07-30T07:10:01.004Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) [2019-07-30T07:10:01.005Z] at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) [2019-07-30T07:10:01.005Z] at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) [2019-07-30T07:10:01.005Z] at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155) [2019-07-30T07:10:01.005Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) [2019-07-30T07:10:01.005Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) [2019-07-30T07:10:01.005Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) [2019-07-30T07:10:01.005Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [2019-07-30T07:10:01.005Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [2019-07-30T07:10:01.005Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [2019-07-30T07:10:01.005Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) [2019-07-30T07:10:01.005Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [2019-07-30T07:10:01.005Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:10:01.005Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:10:01.005Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:10:01.005Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:10:01.005Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) [2019-07-30T07:10:01.005Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) [2019-07-30T07:10:01.005Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) [2019-07-30T07:10:01.005Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) [2019-07-30T07:10:01.930Z] Tests run: 54, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 1.716 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest [2019-07-30T07:10:01.930Z] testListSessionCompatibility_2_7(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.118 s [2019-07-30T07:10:01.930Z] testListSycallEvents(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.03 s [2019-07-30T07:10:01.930Z] testLttngNotInstalled(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.062 s [2019-07-30T07:10:01.930Z] testUnsupportedVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.019 s [2019-07-30T07:10:01.930Z] testGetKernelProviderNoUstVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.068 s [2019-07-30T07:10:01.930Z] testCreateSession2_1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.016 s [2019-07-30T07:10:01.930Z] testCreateSnapshotSession2_5(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.014 s [2019-07-30T07:10:01.930Z] testAddContextFailure(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.014 s [2019-07-30T07:10:01.930Z] testGetSessionNotExist(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.063 s [2019-07-30T07:10:01.930Z] testGetSession1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.024 s [2019-07-30T07:10:01.930Z] testUstProvider2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.07 s [2019-07-30T07:10:01.930Z] testGetSessionNameGarbage(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.326 s [2019-07-30T07:10:01.930Z] testGetKernelProviderNoUst1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.012 s [2019-07-30T07:10:01.930Z] testGetKernelProviderNoUst2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.011 s [2019-07-30T07:10:01.930Z] testGetKernelProviderNoUst3(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.048 s [2019-07-30T07:10:01.930Z] testVersionCompiled(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.014 s [2019-07-30T07:10:01.930Z] testEnableEvents(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.01 s [2019-07-30T07:10:01.930Z] testGetUstProvider3(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.011 s [2019-07-30T07:10:01.930Z] testEnableLog4jLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.08 s [2019-07-30T07:10:01.930Z] testCreateLiveSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) skipped [2019-07-30T07:10:01.930Z] testEnableChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.011 s [2019-07-30T07:10:01.930Z] testEnableJulLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.013 s [2019-07-30T07:10:01.930Z] testCreateChannelUIDBuffer(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.057 s [2019-07-30T07:10:01.930Z] testGetKernelProviderNoKernelVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.011 s [2019-07-30T07:10:01.930Z] testDestroySession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.011 s [2019-07-30T07:10:01.930Z] testVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.01 s [2019-07-30T07:10:01.930Z] testCreateChannelPIDBuffer(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.01 s [2019-07-30T07:10:01.930Z] testCreateSessionVerbose2_1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.06 s [2019-07-30T07:10:01.930Z] testSessionProfile(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.015 s [2019-07-30T07:10:01.930Z] testGetSessionWithLive(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) skipped [2019-07-30T07:10:01.930Z] testGetKernelProviderNoKernel1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.017 s [2019-07-30T07:10:01.930Z] testGetKernelProviderNoKernel2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.014 s [2019-07-30T07:10:01.930Z] testCreateLiveSessionErrors(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) skipped [2019-07-30T07:10:01.930Z] testCreateChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.053 s [2019-07-30T07:10:01.930Z] testCreateSessionWithPrompt(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.015 s [2019-07-30T07:10:01.930Z] testGetSessionNotExistVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.017 s [2019-07-30T07:10:01.930Z] testVersionWithPrompt(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.026 s [2019-07-30T07:10:01.930Z] testEnableSyscalls(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.049 s [2019-07-30T07:10:01.930Z] testDisableChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.021 s [2019-07-30T07:10:01.930Z] testEnableLogLevel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.01 s [2019-07-30T07:10:01.930Z] testDestroySessionVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.01 s [2019-07-30T07:10:01.930Z] testGetUstProvider(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.055 s [2019-07-30T07:10:01.930Z] testCreateSnapshotSessionErrors(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.011 s [2019-07-30T07:10:01.930Z] testDynamicProbe(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.01 s [2019-07-30T07:10:01.930Z] testNoVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.012 s [2019-07-30T07:10:01.930Z] testEnablePythonLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.014 s [2019-07-30T07:10:01.930Z] testGetSessionNames1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.053 s [2019-07-30T07:10:01.930Z] testGetSessionNames2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.011 s [2019-07-30T07:10:01.930Z] testCreateSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.01 s [2019-07-30T07:10:01.930Z] testEventExcluded(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.011 s [2019-07-30T07:10:01.930Z] testGetSessionNamesWithTracingGroup(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.01 s [2019-07-30T07:10:01.930Z] testCreateSnapshotSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.053 s [2019-07-30T07:10:01.930Z] testCreateSessionVariants(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.011 s [2019-07-30T07:10:01.930Z] testAddContext(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest) Time elapsed: 0.009 s [2019-07-30T07:10:01.930Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test [2019-07-30T07:10:02.186Z] [2019-07-30T07:10:02.186Z] !ENTRY org.eclipse.tracecompass.lttng2.control.ui 4 0 2019-07-30 07:10:02.044 [2019-07-30T07:10:02.186Z] !MESSAGE Could not validate the xml response [2019-07-30T07:10:02.186Z] !STACK 0 [2019-07-30T07:10:02.186Z] org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog. [2019-07-30T07:10:02.186Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:203) [2019-07-30T07:10:02.186Z] at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:177) [2019-07-30T07:10:02.186Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:400) [2019-07-30T07:10:02.186Z] at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) [2019-07-30T07:10:02.186Z] at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1472) [2019-07-30T07:10:02.186Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:994) [2019-07-30T07:10:02.186Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) [2019-07-30T07:10:02.186Z] at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112) [2019-07-30T07:10:02.186Z] at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) [2019-07-30T07:10:02.186Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) [2019-07-30T07:10:02.186Z] at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) [2019-07-30T07:10:02.186Z] at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) [2019-07-30T07:10:02.186Z] at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) [2019-07-30T07:10:02.186Z] at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) [2019-07-30T07:10:02.186Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlServiceMI.getDocumentFromStrings(LTTngControlServiceMI.java:174) [2019-07-30T07:10:02.186Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlServiceMI.getSessionNames(LTTngControlServiceMI.java:259) [2019-07-30T07:10:02.186Z] at org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMiTest.testGetSessionNameGarbage(LTTngControlServiceMiTest.java:75) [2019-07-30T07:10:02.186Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:10:02.186Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:10:02.186Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:10:02.186Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:10:02.186Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [2019-07-30T07:10:02.186Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [2019-07-30T07:10:02.186Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [2019-07-30T07:10:02.186Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [2019-07-30T07:10:02.186Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [2019-07-30T07:10:02.186Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [2019-07-30T07:10:02.186Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [2019-07-30T07:10:02.186Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) [2019-07-30T07:10:02.186Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [2019-07-30T07:10:02.186Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [2019-07-30T07:10:02.186Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [2019-07-30T07:10:02.186Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [2019-07-30T07:10:02.186Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [2019-07-30T07:10:02.186Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [2019-07-30T07:10:02.186Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [2019-07-30T07:10:02.186Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [2019-07-30T07:10:02.186Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [2019-07-30T07:10:02.186Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [2019-07-30T07:10:02.186Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [2019-07-30T07:10:02.186Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:10:02.186Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:10:02.186Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:10:02.186Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:10:02.186Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) [2019-07-30T07:10:02.186Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) [2019-07-30T07:10:02.186Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) [2019-07-30T07:10:02.186Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) [2019-07-30T07:10:02.186Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35) [2019-07-30T07:10:02.186Z] at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) [2019-07-30T07:10:02.186Z] at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185) [2019-07-30T07:10:02.186Z] at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5113) [2019-07-30T07:10:02.186Z] at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4666) [2019-07-30T07:10:02.186Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173) [2019-07-30T07:10:02.186Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) [2019-07-30T07:10:02.186Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062) [2019-07-30T07:10:02.186Z] at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) [2019-07-30T07:10:02.186Z] at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635) [2019-07-30T07:10:02.186Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) [2019-07-30T07:10:02.186Z] at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) [2019-07-30T07:10:02.186Z] at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) [2019-07-30T07:10:02.186Z] at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155) [2019-07-30T07:10:02.186Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) [2019-07-30T07:10:02.186Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) [2019-07-30T07:10:02.186Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) [2019-07-30T07:10:02.186Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [2019-07-30T07:10:02.186Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [2019-07-30T07:10:02.186Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [2019-07-30T07:10:02.186Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) [2019-07-30T07:10:02.186Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [2019-07-30T07:10:02.186Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:10:02.186Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:10:02.186Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:10:02.186Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:10:02.186Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) [2019-07-30T07:10:02.186Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) [2019-07-30T07:10:02.186Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) [2019-07-30T07:10:02.186Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) [2019-07-30T07:10:03.113Z] Tests run: 56, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 1.077 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test [2019-07-30T07:10:03.113Z] testGetSessionWithFilterExpression(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.016 s [2019-07-30T07:10:03.113Z] testListContext28(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.056 s [2019-07-30T07:10:03.113Z] testListSessionCompatibility_2_7(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.012 s [2019-07-30T07:10:03.113Z] testListSycallEvents(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.012 s [2019-07-30T07:10:03.113Z] testLttngNotInstalled(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.011 s [2019-07-30T07:10:03.113Z] testUnsupportedVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.011 s [2019-07-30T07:10:03.113Z] testGetKernelProviderNoUstVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.057 s [2019-07-30T07:10:03.113Z] testCreateSession2_1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.015 s [2019-07-30T07:10:03.113Z] testCreateSnapshotSession2_5(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.01 s [2019-07-30T07:10:03.113Z] testAddContextFailure(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.011 s [2019-07-30T07:10:03.113Z] testGetSessionNotExist(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.055 s [2019-07-30T07:10:03.113Z] testGetSession1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.013 s [2019-07-30T07:10:03.113Z] testUstProvider2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.012 s [2019-07-30T07:10:03.113Z] testGetSessionNameGarbage(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.012 s [2019-07-30T07:10:03.113Z] testGetKernelProviderNoUst1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.011 s [2019-07-30T07:10:03.113Z] testGetKernelProviderNoUst2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.052 s [2019-07-30T07:10:03.113Z] testGetKernelProviderNoUst3(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.012 s [2019-07-30T07:10:03.113Z] testVersionCompiled(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.015 s [2019-07-30T07:10:03.113Z] testEnableEvents(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.012 s [2019-07-30T07:10:03.113Z] testGetUstProvider3(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.012 s [2019-07-30T07:10:03.113Z] testEnableLog4jLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.052 s [2019-07-30T07:10:03.113Z] testCreateLiveSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) skipped [2019-07-30T07:10:03.113Z] testEnableChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.011 s [2019-07-30T07:10:03.113Z] testEnableJulLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.012 s [2019-07-30T07:10:03.113Z] testCreateChannelUIDBuffer(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.011 s [2019-07-30T07:10:03.113Z] testGetKernelProviderNoKernelVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.011 s [2019-07-30T07:10:03.113Z] testDestroySession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.05 s [2019-07-30T07:10:03.113Z] testVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.011 s [2019-07-30T07:10:03.113Z] testCreateChannelPIDBuffer(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.01 s [2019-07-30T07:10:03.113Z] testCreateSessionVerbose2_1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.011 s [2019-07-30T07:10:03.113Z] testSessionProfile(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.014 s [2019-07-30T07:10:03.113Z] testGetSessionWithLive(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) skipped [2019-07-30T07:10:03.113Z] testGetKernelProviderNoKernel1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.055 s [2019-07-30T07:10:03.113Z] testGetKernelProviderNoKernel2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.011 s [2019-07-30T07:10:03.113Z] testCreateLiveSessionErrors(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) skipped [2019-07-30T07:10:03.113Z] testCreateChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.01 s [2019-07-30T07:10:03.113Z] testCreateSessionWithPrompt(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.01 s [2019-07-30T07:10:03.113Z] testGetSessionNotExistVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.011 s [2019-07-30T07:10:03.113Z] testVersionWithPrompt(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.011 s [2019-07-30T07:10:03.113Z] testEnableSyscalls(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.051 s [2019-07-30T07:10:03.113Z] testDisableChannel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.01 s [2019-07-30T07:10:03.113Z] testEnableLogLevel(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.011 s [2019-07-30T07:10:03.113Z] testDestroySessionVerbose(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.01 s [2019-07-30T07:10:03.113Z] testGetUstProvider(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.012 s [2019-07-30T07:10:03.113Z] testCreateSnapshotSessionErrors(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.052 s [2019-07-30T07:10:03.113Z] testDynamicProbe(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.012 s [2019-07-30T07:10:03.113Z] testNoVersion(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.011 s [2019-07-30T07:10:03.113Z] testEnablePythonLoggers(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.011 s [2019-07-30T07:10:03.113Z] testGetSessionNames1(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.01 s [2019-07-30T07:10:03.113Z] testGetSessionNames2(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.052 s [2019-07-30T07:10:03.113Z] testCreateSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.012 s [2019-07-30T07:10:03.113Z] testEventExcluded(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.012 s [2019-07-30T07:10:03.113Z] testGetSessionNamesWithTracingGroup(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.011 s [2019-07-30T07:10:03.113Z] testCreateSnapshotSession(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.011 s [2019-07-30T07:10:03.113Z] testCreateSessionVariants(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.011 s [2019-07-30T07:10:03.113Z] testAddContext(org.eclipse.tracecompass.lttng2.control.ui.tests.service.LTTngControlServiceMi3Test) Time elapsed: 0.051 s [2019-07-30T07:10:03.113Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlTreeModelNoProvidersTest [2019-07-30T07:10:03.113Z] *** BUG *** [2019-07-30T07:10:03.113Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:10:03.113Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:10:03.113Z] [2019-07-30T07:10:03.113Z] *** BUG *** [2019-07-30T07:10:03.113Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:10:03.113Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:10:03.113Z] [2019-07-30T07:10:03.369Z] *** BUG *** [2019-07-30T07:10:03.369Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:10:03.369Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:10:03.369Z] [2019-07-30T07:10:03.929Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.92 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlTreeModelNoProvidersTest [2019-07-30T07:10:03.929Z] testTraceControlComponents(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlTreeModelNoProvidersTest) Time elapsed: 0.911 s [2019-07-30T07:10:03.929Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlCreateSessionMiTest [2019-07-30T07:10:03.929Z] *** BUG *** [2019-07-30T07:10:03.929Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:10:03.929Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:10:03.929Z] [2019-07-30T07:10:03.929Z] *** BUG *** [2019-07-30T07:10:03.929Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:10:03.929Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:10:03.929Z] [2019-07-30T07:10:03.929Z] *** BUG *** [2019-07-30T07:10:03.929Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:10:03.929Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:10:03.929Z] [2019-07-30T07:10:04.855Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.895 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlCreateSessionMiTest [2019-07-30T07:10:04.855Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlCreateSessionMiTest) Time elapsed: 0.894 s [2019-07-30T07:10:04.855Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlKernelProviderTest [2019-07-30T07:10:04.855Z] *** BUG *** [2019-07-30T07:10:04.855Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:10:04.855Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:10:04.855Z] [2019-07-30T07:10:04.855Z] *** BUG *** [2019-07-30T07:10:04.855Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:10:04.855Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:10:04.855Z] [2019-07-30T07:10:04.855Z] *** BUG *** [2019-07-30T07:10:04.855Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:10:04.855Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:10:04.855Z] [2019-07-30T07:10:05.417Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.702 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlKernelProviderTest [2019-07-30T07:10:05.417Z] testKernelProviderTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlKernelProviderTest) Time elapsed: 0.701 s [2019-07-30T07:10:05.417Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlPropertiesTest [2019-07-30T07:10:05.417Z] *** BUG *** [2019-07-30T07:10:05.417Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:10:05.417Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:10:05.417Z] [2019-07-30T07:10:06.128Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlPropertiesTest [2019-07-30T07:10:06.128Z] testComponentProperties(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlPropertiesTest) Time elapsed: 0.603 s [2019-07-30T07:10:06.128Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlKernelSessionTest [2019-07-30T07:10:08.014Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.672 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlKernelSessionTest [2019-07-30T07:10:08.014Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlKernelSessionTest) Time elapsed: 1.671 s [2019-07-30T07:10:08.014Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstProviderTest [2019-07-30T07:10:08.576Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.638 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstProviderTest [2019-07-30T07:10:08.576Z] testUstProviderTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstProviderTest) Time elapsed: 0.636 s [2019-07-30T07:10:08.576Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlTreeModelTest [2019-07-30T07:10:09.136Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.675 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlTreeModelTest [2019-07-30T07:10:09.136Z] testTraceControlComponents(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlTreeModelTest) Time elapsed: 0.674 s [2019-07-30T07:10:09.136Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest [2019-07-30T07:10:09.136Z] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest [2019-07-30T07:10:09.136Z] testGetImage_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0.001 s [2019-07-30T07:10:09.136Z] testFireCompenentUpdated(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0.004 s [2019-07-30T07:10:09.136Z] testGetChildren_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testGetAndSetChildren(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testGetAdapter(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testRemoveAllChildren_2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testRemoveComponentListener_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testRemoveComponentListener_2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testRemoveChild_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testRemoveChild_2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testHasChildren_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testHasChildren_2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testGetSndSetToolTip(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testAddComponentListener_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testGetAndSetTargetNodeState_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testGetAndSetName(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testContainsChild_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testContainsChild_2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testGetAndSetParent(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testAddAndGetChild1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testAddAndGetChild2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testGetAndSetControlService_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0.001 s [2019-07-30T07:10:09.136Z] testTraceControlComponent_1(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] testTraceControlComponent_2(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlComponentTest) Time elapsed: 0 s [2019-07-30T07:10:09.136Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstSession2Test [2019-07-30T07:10:09.697Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.672 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstSession2Test [2019-07-30T07:10:09.697Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstSession2Test) Time elapsed: 0.671 s [2019-07-30T07:10:09.697Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstSessionTest [2019-07-30T07:10:21.856Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.87 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstSessionTest [2019-07-30T07:10:21.856Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlUstSessionTest) Time elapsed: 10.869 s [2019-07-30T07:10:21.856Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlSnapshotSessionTest [2019-07-30T07:10:21.856Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.535 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlSnapshotSessionTest [2019-07-30T07:10:21.856Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlSnapshotSessionTest) Time elapsed: 0.535 s [2019-07-30T07:10:21.857Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlCreateSessionTest [2019-07-30T07:10:21.857Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlCreateSessionTest [2019-07-30T07:10:21.857Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.tests.model.component.TraceControlCreateSessionTest) Time elapsed: 0.514 s [2019-07-30T07:10:21.857Z] Running org.eclipse.tracecompass.lttng2.control.ui.tests.ActivatorTest [2019-07-30T07:10:21.857Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.lttng2.control.ui.tests.ActivatorTest [2019-07-30T07:10:21.857Z] testStartBundleContext(org.eclipse.tracecompass.lttng2.control.ui.tests.ActivatorTest) Time elapsed: 0.001 s [2019-07-30T07:10:21.857Z] testActivator(org.eclipse.tracecompass.lttng2.control.ui.tests.ActivatorTest) Time elapsed: 0 s [2019-07-30T07:10:21.857Z] testStopBundleContext(org.eclipse.tracecompass.lttng2.control.ui.tests.ActivatorTest) Time elapsed: 0 s [2019-07-30T07:10:21.857Z] testGetDefault(org.eclipse.tracecompass.lttng2.control.ui.tests.ActivatorTest) Time elapsed: 0 s [2019-07-30T07:10:21.857Z] [2019-07-30T07:10:21.857Z] Results: [2019-07-30T07:10:21.857Z] [2019-07-30T07:10:21.857Z] Tests run: 201, Failures: 0, Errors: 0, Skipped: 9 [2019-07-30T07:10:21.857Z] [2019-07-30T07:10:22.782Z] [INFO] All tests passed! [2019-07-30T07:10:22.782Z] [INFO] [2019-07-30T07:10:22.782Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:10:22.782Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:10:22.782Z] [INFO] [2019-07-30T07:10:22.782Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:10:23.343Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:10:23.343Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:10:23.343Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:10:23.903Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:10:24.158Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:10:24.158Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:10:24.158Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes [2019-07-30T07:10:24.158Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:10:24.158Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.ui' with 209 classes [2019-07-30T07:10:24.819Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:10:25.380Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes [2019-07-30T07:10:25.380Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.ui' with 54 classes [2019-07-30T07:10:25.635Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core.tests' with 6 classes [2019-07-30T07:10:25.635Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes [2019-07-30T07:10:25.635Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:10:25.635Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:10:25.635Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T07:10:25.891Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:10:25.891Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T07:10:26.147Z] [INFO] [2019-07-30T07:10:26.147Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:10:26.147Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.tests/2.0.2-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT.jar [2019-07-30T07:10:26.147Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.tests/2.0.2-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT.pom [2019-07-30T07:10:26.147Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.tests/2.0.2-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT-sources.jar [2019-07-30T07:10:26.147Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.tests/2.0.2-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:10:26.147Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.tests/2.0.2-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT-p2metadata.xml [2019-07-30T07:10:26.147Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.tests/2.0.2-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.tests-2.0.2-SNAPSHOT-p2artifacts.xml [2019-07-30T07:10:26.147Z] [INFO] [2019-07-30T07:10:26.147Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.control.ui.tests --- [2019-07-30T07:10:26.147Z] [INFO] [2019-07-30T07:10:26.147Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui >-- [2019-07-30T07:10:26.147Z] [INFO] Building org.eclipse.tracecompass.lttng2.kernel.ui 2.0.0-SNAPSHOT [89/134] [2019-07-30T07:10:26.147Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T07:10:26.147Z] [INFO] [2019-07-30T07:10:26.147Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:26.147Z] [INFO] [2019-07-30T07:10:26.147Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:26.147Z] [INFO] The project's OSGi version is 2.0.0.201907300626 [2019-07-30T07:10:26.147Z] [INFO] [2019-07-30T07:10:26.147Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:26.147Z] [INFO] [2019-07-30T07:10:26.147Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:26.147Z] [INFO] [2019-07-30T07:10:26.147Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:26.147Z] [INFO] [2019-07-30T07:10:26.147Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:26.147Z] [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/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:10:26.147Z] [INFO] [2019-07-30T07:10:26.147Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:26.147Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:10:26.147Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/src/main/resources [2019-07-30T07:10:26.147Z] [INFO] [2019-07-30T07:10:26.147Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:26.147Z] [INFO] Compiling 3 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/classes [2019-07-30T07:10:26.402Z] [INFO] [2019-07-30T07:10:26.402Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:26.402Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:10:26.402Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/src/test/resources [2019-07-30T07:10:26.402Z] [INFO] [2019-07-30T07:10:26.402Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:26.402Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT-sources.jar [2019-07-30T07:10:26.402Z] [INFO] [2019-07-30T07:10:26.402Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:26.402Z] [INFO] [2019-07-30T07:10:26.402Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:26.402Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT.jar [2019-07-30T07:10:26.402Z] [INFO] [2019-07-30T07:10:26.402Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:26.402Z] [INFO] [2019-07-30T07:10:26.402Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:26.402Z] [INFO] [2019-07-30T07:10:26.402Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:26.402Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT.jar [2019-07-30T07:10:26.402Z] [INFO] [2019-07-30T07:10:26.402Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:26.402Z] [INFO] [2019-07-30T07:10:26.402Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:26.402Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:10:26.402Z] [INFO] [2019-07-30T07:10:26.402Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:26.963Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:10:26.963Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:10:27.218Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:10:27.778Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T07:10:27.778Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes [2019-07-30T07:10:27.778Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:10:28.034Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:10:28.960Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes [2019-07-30T07:10:28.960Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes [2019-07-30T07:10:28.960Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes [2019-07-30T07:10:29.216Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:10:29.216Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:10:29.216Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:10:29.471Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui' with 73 classes [2019-07-30T07:10:29.471Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:10:29.471Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes [2019-07-30T07:10:29.471Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:10:29.727Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:10:29.727Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes [2019-07-30T07:10:29.727Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes [2019-07-30T07:10:29.983Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.ui' with 209 classes [2019-07-30T07:10:29.983Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes [2019-07-30T07:10:29.983Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.ui' with 54 classes [2019-07-30T07:10:30.238Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.core' with 27 classes [2019-07-30T07:10:30.238Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes [2019-07-30T07:10:30.238Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:10:30.238Z] [INFO] [2019-07-30T07:10:30.493Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:30.493Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT.jar [2019-07-30T07:10:30.493Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT.pom [2019-07-30T07:10:30.493Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT-sources.jar [2019-07-30T07:10:30.493Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:10:30.493Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:10:30.493Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.ui/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.ui-2.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:10:30.493Z] [INFO] [2019-07-30T07:10:30.493Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.kernel.ui --- [2019-07-30T07:10:30.493Z] [INFO] [2019-07-30T07:10:30.493Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel >--- [2019-07-30T07:10:30.493Z] [INFO] Building org.eclipse.tracecompass.lttng2.kernel 5.0.0-SNAPSHOT [90/134] [2019-07-30T07:10:30.493Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2019-07-30T07:10:30.493Z] [INFO] [2019-07-30T07:10:30.493Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.kernel --- [2019-07-30T07:10:30.493Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/target [2019-07-30T07:10:30.493Z] [INFO] [2019-07-30T07:10:30.493Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.lttng2.kernel --- [2019-07-30T07:10:30.493Z] [INFO] The project's OSGi version is 5.0.0.201907300626 [2019-07-30T07:10:30.493Z] [INFO] [2019-07-30T07:10:30.493Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.kernel --- [2019-07-30T07:10:30.493Z] [INFO] [2019-07-30T07:10:30.493Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.kernel --- [2019-07-30T07:10:30.493Z] [INFO] [2019-07-30T07:10:30.493Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.kernel --- [2019-07-30T07:10:30.493Z] [INFO] [2019-07-30T07:10:30.493Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.kernel --- [2019-07-30T07:10:30.493Z] [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/lttng/org.eclipse.tracecompass.lttng2.kernel/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:10:30.493Z] [INFO] [2019-07-30T07:10:30.493Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.kernel --- [2019-07-30T07:10:30.493Z] [INFO] [2019-07-30T07:10:30.493Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.kernel --- [2019-07-30T07:10:30.493Z] [INFO] [2019-07-30T07:10:30.493Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.lttng2.kernel --- [2019-07-30T07:10:30.493Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/target/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT.jar [2019-07-30T07:10:30.493Z] [INFO] [2019-07-30T07:10:30.493Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.kernel --- [2019-07-30T07:10:30.493Z] [INFO] [2019-07-30T07:10:30.493Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.lttng2.kernel --- [2019-07-30T07:10:30.493Z] [INFO] [2019-07-30T07:10:30.493Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.kernel --- [2019-07-30T07:10:30.493Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/target/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT-sources-feature.jar [2019-07-30T07:10:30.493Z] [INFO] [2019-07-30T07:10:30.493Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.kernel --- [2019-07-30T07:10:30.493Z] [INFO] [2019-07-30T07:10:30.493Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.kernel --- [2019-07-30T07:10:30.493Z] [INFO] [2019-07-30T07:10:30.493Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.kernel --- [2019-07-30T07:10:30.493Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:10:30.493Z] [INFO] [2019-07-30T07:10:30.493Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.kernel --- [2019-07-30T07:10:31.857Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:10:31.857Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:10:31.857Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:10:32.113Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes [2019-07-30T07:10:32.368Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:10:33.298Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:10:33.298Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T07:10:33.298Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes [2019-07-30T07:10:33.298Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:10:33.555Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes [2019-07-30T07:10:33.555Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes [2019-07-30T07:10:33.555Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.ui' with 29 classes [2019-07-30T07:10:33.555Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes [2019-07-30T07:10:33.810Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes [2019-07-30T07:10:33.810Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:10:33.810Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:10:33.810Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:10:33.810Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui' with 73 classes [2019-07-30T07:10:34.066Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes [2019-07-30T07:10:34.066Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes [2019-07-30T07:10:34.066Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes [2019-07-30T07:10:34.066Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:10:34.322Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:10:34.323Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf' with 0 classes [2019-07-30T07:10:34.323Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.dev' with 0 classes [2019-07-30T07:10:34.323Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.user' with 0 classes [2019-07-30T07:10:34.323Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes [2019-07-30T07:10:34.323Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes [2019-07-30T07:10:34.323Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control' with 0 classes [2019-07-30T07:10:34.323Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf' with 0 classes [2019-07-30T07:10:34.323Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes [2019-07-30T07:10:34.578Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.ui' with 54 classes [2019-07-30T07:10:34.578Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.ui' with 209 classes [2019-07-30T07:10:34.835Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.core' with 27 classes [2019-07-30T07:10:34.835Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes [2019-07-30T07:10:34.835Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.ui' with 3 classes [2019-07-30T07:10:34.835Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui' with 42 classes [2019-07-30T07:10:34.835Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:10:34.835Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf' with 0 classes [2019-07-30T07:10:34.835Z] [INFO] [2019-07-30T07:10:34.835Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.kernel --- [2019-07-30T07:10:34.835Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/target/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT.jar [2019-07-30T07:10:34.835Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT.pom [2019-07-30T07:10:34.835Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/target/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT-sources-feature.jar [2019-07-30T07:10:34.835Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:10:34.835Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel-5.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:10:34.835Z] [INFO] [2019-07-30T07:10:34.835Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.kernel --- [2019-07-30T07:10:34.835Z] [INFO] [2019-07-30T07:10:34.835Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.tmf.analysis.xml.core.tests >-- [2019-07-30T07:10:34.835Z] [INFO] Building org.eclipse.tracecompass.tmf.analysis.xml.core.tests 1.0.9-SNAPSHOT [91/134] [2019-07-30T07:10:34.835Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:10:34.835Z] [INFO] [2019-07-30T07:10:34.835Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:10:34.835Z] [INFO] [2019-07-30T07:10:34.835Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:10:35.091Z] [INFO] The project's OSGi version is 1.0.9.201907300626 [2019-07-30T07:10:35.091Z] [INFO] [2019-07-30T07:10:35.091Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:10:35.091Z] [INFO] [2019-07-30T07:10:35.091Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:10:35.091Z] [INFO] [2019-07-30T07:10:35.091Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:10:35.091Z] [INFO] [2019-07-30T07:10:35.091Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:10:35.091Z] [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/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:10:35.091Z] [INFO] [2019-07-30T07:10:35.091Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:10:35.091Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:10:35.091Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/main/resources [2019-07-30T07:10:35.091Z] [INFO] [2019-07-30T07:10:35.091Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:10:35.091Z] [INFO] Compiling 36 source files to /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/classes [2019-07-30T07:10:35.346Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlTimeGraphDataProviderTest.java:[157] [2019-07-30T07:10:35.346Z] TmfModelResponse<@NonNull TimeGraphModel> rowResponse = provider.fetchRowModel(FetchParametersUtils.selectionTimeQueryToMap(new SelectionTimeQueryFilter(1, 20, 20, tree.keySet())), null); [2019-07-30T07:10:35.346Z] ^^^^^^^^^^^^^ [2019-07-30T07:10:35.346Z] Null type safety (type annotations): The expression of type '@NonNull Set' needs unchecked conversion to conform to '@NonNull Collection<@NonNull Long>', corresponding supertype is 'Collection' [2019-07-30T07:10:35.346Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlTimeGraphDataProviderTest.java:[287] [2019-07-30T07:10:35.346Z] provider = DataDrivenTimeGraphProviderFactory.create(trace, Objects.requireNonNull(Lists.newArrayList(stateSystems)), getEntries(new AnalysisCompilationData(), viewElement), getvalues(viewElement), ANALYSIS_ID); [2019-07-30T07:10:35.346Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T07:10:35.346Z] Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull List<@NonNull DataDrivenOutputEntry>' [2019-07-30T07:10:35.346Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlTimeGraphDataProviderTest.java:[287] [2019-07-30T07:10:35.346Z] provider = DataDrivenTimeGraphProviderFactory.create(trace, Objects.requireNonNull(Lists.newArrayList(stateSystems)), getEntries(new AnalysisCompilationData(), viewElement), getvalues(viewElement), ANALYSIS_ID); [2019-07-30T07:10:35.346Z] ^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T07:10:35.346Z] Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull List<@NonNull DataDrivenPresentationState>' [2019-07-30T07:10:35.346Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlTimeGraphDataProviderTest.java:[303] [2019-07-30T07:10:35.346Z] TmfXmlOutputEntryCu entryCu = TmfXmlOutputEntryCu.compile(compilationData, entry); [2019-07-30T07:10:35.346Z] ^^^^^^^^^^^^^^^ [2019-07-30T07:10:35.346Z] Null type safety (type annotations): The expression of type 'AnalysisCompilationData' needs unchecked conversion to conform to '@NonNull AnalysisCompilationData' [2019-07-30T07:10:35.346Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlTimeGraphDataProviderTest.java:[303] [2019-07-30T07:10:35.346Z] TmfXmlOutputEntryCu entryCu = TmfXmlOutputEntryCu.compile(compilationData, entry); [2019-07-30T07:10:35.346Z] ^^^^^ [2019-07-30T07:10:35.346Z] Null type safety (type annotations): The expression of type 'Element' needs unchecked conversion to conform to '@NonNull Element' [2019-07-30T07:10:35.346Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/stubs/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/stubs/XmlSchemaParserStub.java:[42] [2019-07-30T07:10:35.346Z] IAnalysisModuleHelper helper = new OtherModuleHelperStub(xmlFile, node); [2019-07-30T07:10:35.346Z] ^^^^ [2019-07-30T07:10:35.346Z] Null type safety (type annotations): The expression of type 'Element' needs unchecked conversion to conform to '@NonNull Element' [2019-07-30T07:10:35.346Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/stubs/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/stubs/XmlSchemaParserStub.java:[51] [2019-07-30T07:10:35.346Z] IAnalysisModuleHelper helper = new OtherModuleHelperStub(xmlFile, node); [2019-07-30T07:10:35.346Z] ^^^^ [2019-07-30T07:10:35.346Z] Null type safety (type annotations): The expression of type 'Element' needs unchecked conversion to conform to '@NonNull Element' [2019-07-30T07:10:35.346Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlXyDataProviderTest.java:[213] [2019-07-30T07:10:35.347Z] provider = DataDrivenXYProviderFactory.create(trace, Objects.requireNonNull(Lists.newArrayList(stateSystems)), getEntries(new AnalysisCompilationData(), viewElement), ANALYSIS_ID); [2019-07-30T07:10:35.347Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T07:10:35.347Z] Null type safety (type annotations): The expression of type 'List' needs unchecked conversion to conform to '@NonNull List<@NonNull DataDrivenOutputEntry>' [2019-07-30T07:10:35.347Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlXyDataProviderTest.java:[229] [2019-07-30T07:10:35.347Z] TmfXmlOutputEntryCu entryCu = TmfXmlOutputEntryCu.compile(compilationData, entry); [2019-07-30T07:10:35.347Z] ^^^^^^^^^^^^^^^ [2019-07-30T07:10:35.347Z] Null type safety (type annotations): The expression of type 'AnalysisCompilationData' needs unchecked conversion to conform to '@NonNull AnalysisCompilationData' [2019-07-30T07:10:35.347Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlXyDataProviderTest.java:[229] [2019-07-30T07:10:35.347Z] TmfXmlOutputEntryCu entryCu = TmfXmlOutputEntryCu.compile(compilationData, entry); [2019-07-30T07:10:35.347Z] ^^^^^ [2019-07-30T07:10:35.347Z] Null type safety (type annotations): The expression of type 'Element' needs unchecked conversion to conform to '@NonNull Element' [2019-07-30T07:10:35.347Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/org/eclipse/tracecompass/tmf/analysis/xml/core/tests/module/XmlXyDataProviderTest.java:[241] [2019-07-30T07:10:35.347Z] TmfModelResponse<@NonNull ITmfXyModel> rowResponse = xyProvider.fetchXY(FetchParametersUtils.selectionTimeQueryToMap(new SelectionTimeQueryFilter(1, 20, 20, tree.keySet())), null); [2019-07-30T07:10:35.347Z] ^^^^^^^^^^^^^ [2019-07-30T07:10:35.347Z] Null type safety (type annotations): The expression of type '@NonNull Set' needs unchecked conversion to conform to '@NonNull Collection<@NonNull Long>', corresponding supertype is 'Collection' [2019-07-30T07:10:35.347Z] 11 problems (11 warnings) [2019-07-30T07:10:35.347Z] [INFO] [2019-07-30T07:10:35.347Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:10:35.347Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:10:35.347Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/src/test/resources [2019-07-30T07:10:35.347Z] [INFO] [2019-07-30T07:10:35.347Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:10:35.347Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT-sources.jar [2019-07-30T07:10:35.347Z] [INFO] [2019-07-30T07:10:35.347Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:10:35.347Z] [INFO] [2019-07-30T07:10:35.347Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:10:35.602Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT.jar [2019-07-30T07:10:35.602Z] [INFO] [2019-07-30T07:10:35.602Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:10:35.602Z] [INFO] [2019-07-30T07:10:35.602Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:10:35.602Z] [INFO] [2019-07-30T07:10:35.602Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:10:35.602Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT.jar [2019-07-30T07:10:35.602Z] [INFO] [2019-07-30T07:10:35.602Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:10:35.602Z] [INFO] [2019-07-30T07:10:35.602Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:10:36.527Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/work/data/.metadata/.log [2019-07-30T07:10:36.527Z] [INFO] Command line: [2019-07-30T07:10:36.527Z] [/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/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T07:10:36.527Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:10:39.041Z] !SESSION 2019-07-30 07:10:36.542 ----------------------------------------------- [2019-07-30T07:10:39.041Z] eclipse.buildId=unknown [2019-07-30T07:10:39.041Z] java.version=1.8.0_202 [2019-07-30T07:10:39.041Z] java.vendor=Oracle Corporation [2019-07-30T07:10:39.041Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:10:39.041Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T07:10:39.041Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T07:10:39.041Z] [2019-07-30T07:10:39.041Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:10:38.413 [2019-07-30T07:10:39.041Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:10:39.041Z] !STACK 0 [2019-07-30T07:10:39.041Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] [2019-07-30T07:10:39.041Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:10:39.041Z] [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:10:39.041Z] [2019-07-30T07:10:39.041Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:10:38.517 [2019-07-30T07:10:39.041Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:10:39.041Z] !STACK 0 [2019-07-30T07:10:39.041Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] [2019-07-30T07:10:39.041Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:10:39.041Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:10:39.041Z] -> 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" [2019-07-30T07:10:39.041Z] org.apache.httpcomponents.httpclient.win [35] [2019-07-30T07:10:39.041Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:10:39.041Z] [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:10:39.041Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:10:41.554Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlSegmentTimestampDescriptionTest [2019-07-30T07:10:43.441Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.894 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlSegmentTimestampDescriptionTest [2019-07-30T07:10:43.441Z] testTimestampDescription(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlSegmentTimestampDescriptionTest) Time elapsed: 1.848 s [2019-07-30T07:10:43.441Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternProvidersTest [2019-07-30T07:10:44.370Z] [2019-07-30T07:10:44.370Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:44.021 [2019-07-30T07:10:44.370Z] !MESSAGE Fsm syscall: Both 'initial' attribute and element were declared. Only the 'initial' attribute will be used [2019-07-30T07:10:47.822Z] [2019-07-30T07:10:47.822Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:47.107 [2019-07-30T07:10:47.822Z] !MESSAGE Fsm syscall: Both 'initial' attribute and element were declared. Only the 'initial' attribute will be used [2019-07-30T07:10:47.822Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.217 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternProvidersTest [2019-07-30T07:10:47.822Z] testSegmentStore(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternProvidersTest) Time elapsed: 3.913 s [2019-07-30T07:10:47.822Z] testStateSystem(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternProvidersTest) Time elapsed: 0.303 s [2019-07-30T07:10:47.822Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternModuleTest [2019-07-30T07:10:47.822Z] [2019-07-30T07:10:47.822Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:47.156 [2019-07-30T07:10:47.822Z] !MESSAGE Fsm syscall: Both 'initial' attribute and element were declared. Only the 'initial' attribute will be used [2019-07-30T07:10:47.822Z] [2019-07-30T07:10:47.822Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:47.444 [2019-07-30T07:10:47.822Z] !MESSAGE Fsm syscall: Both 'initial' attribute and element were declared. Only the 'initial' attribute will be used [2019-07-30T07:10:47.822Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternModuleTest [2019-07-30T07:10:47.822Z] testModuleExecution(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternModuleTest) Time elapsed: 0.288 s [2019-07-30T07:10:47.822Z] testModuleConstruction(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.PatternModuleTest) Time elapsed: 0.004 s [2019-07-30T07:10:47.822Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlConditionTest [2019-07-30T07:10:50.334Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.394 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlConditionTest [2019-07-30T07:10:50.334Z] testConditionsPattern(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlConditionTest) Time elapsed: 1.273 s [2019-07-30T07:10:50.334Z] testConditionsValidation(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlConditionTest) Time elapsed: 1.12 s [2019-07-30T07:10:50.334Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.ConsumingFsmTest [2019-07-30T07:10:50.334Z] [2019-07-30T07:10:50.334Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:49.863 [2019-07-30T07:10:50.334Z] !MESSAGE state value is type int but a mappingGroup is specified [2019-07-30T07:10:50.334Z] [2019-07-30T07:10:50.334Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:49.864 [2019-07-30T07:10:50.334Z] !MESSAGE state value is type int but a mappingGroup is specified [2019-07-30T07:10:51.260Z] [2019-07-30T07:10:51.260Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:51.077 [2019-07-30T07:10:51.260Z] !MESSAGE state value is type int but a mappingGroup is specified [2019-07-30T07:10:51.260Z] [2019-07-30T07:10:51.260Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:51.078 [2019-07-30T07:10:51.260Z] !MESSAGE state value is type int but a mappingGroup is specified [2019-07-30T07:10:51.260Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.23 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.ConsumingFsmTest [2019-07-30T07:10:51.260Z] testNonConsumingFsm(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.ConsumingFsmTest) Time elapsed: 1.214 s [2019-07-30T07:10:51.260Z] testConsumingFsm(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.ConsumingFsmTest) Time elapsed: 0.015 s [2019-07-30T07:10:51.260Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModelTest [2019-07-30T07:10:52.623Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.112 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModelTest [2019-07-30T07:10:52.623Z] testEventName(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModelTest) Time elapsed: 1.112 s [2019-07-30T07:10:52.623Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlDoubleTest [2019-07-30T07:10:53.547Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.118 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlDoubleTest [2019-07-30T07:10:53.547Z] testConditionsValidation(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.TmfXmlDoubleTest) Time elapsed: 1.117 s [2019-07-30T07:10:53.547Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderTest [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.801 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.801 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.802 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.802 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.802 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.803 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.803 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.803 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.804 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.804 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.805 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.805 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.805 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.806 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.806 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.806 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.807 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.807 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.807 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.808 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.808 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.808 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.809 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.809 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.809 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.810 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.810 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.810 [2019-07-30T07:10:54.910Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.910Z] [2019-07-30T07:10:54.910Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.811 [2019-07-30T07:10:54.911Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:10:54.911Z] [2019-07-30T07:10:54.911Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:10:54.811 [2019-07-30T07:10:54.911Z] !MESSAGE StateChange.handleEvent: A value is null: DataDrivenValueQuery: DataDrivenStateSystemPath: [DataDrivenValueConstant: CPUs, DataDrivenValueEventField: cpu, DataDrivenValueConstant: Current_thread] [2019-07-30T07:11:04.849Z] [2019-07-30T07:11:04.849Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:04.257 [2019-07-30T07:11:04.849Z] !MESSAGE XmlStateProvider: Cannot find state provider element in file [2019-07-30T07:11:04.849Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.116 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderTest [2019-07-30T07:11:04.849Z] testInvalidInput(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderTest) Time elapsed: 10.922 s [2019-07-30T07:11:04.849Z] testStateSystem(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderTest) Time elapsed: 0.193 s [2019-07-30T07:11:04.849Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModuleTest [2019-07-30T07:11:04.849Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModuleTest [2019-07-30T07:11:04.849Z] testModuleExecution(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModuleTest) Time elapsed: 0.202 s [2019-07-30T07:11:04.849Z] testModuleConstruction(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.stateprovider.StateProviderModuleTest) Time elapsed: 0.096 s [2019-07-30T07:11:04.849Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest [2019-07-30T07:11:04.849Z] [2019-07-30T07:11:04.849Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:04.842 [2019-07-30T07:11:04.849Z] !MESSAGE Compiling value: value is not a parseable integer: abc [2019-07-30T07:11:04.849Z] [2019-07-30T07:11:04.849Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:04.843 [2019-07-30T07:11:04.849Z] !MESSAGE Compiling value: value is not a parseable integer: [2019-07-30T07:11:05.105Z] [2019-07-30T07:11:05.105Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:04.844 [2019-07-30T07:11:05.105Z] !MESSAGE Compiling value: value is not a parseable integer: abc [2019-07-30T07:11:05.105Z] [2019-07-30T07:11:05.105Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:04.845 [2019-07-30T07:11:05.105Z] !MESSAGE Compiling value: value is not a parseable integer: [2019-07-30T07:11:05.105Z] [2019-07-30T07:11:05.105Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:04.850 [2019-07-30T07:11:05.105Z] !MESSAGE The mapping group undefined does not exist in this analysis [2019-07-30T07:11:05.105Z] [2019-07-30T07:11:05.105Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:04.856 [2019-07-30T07:11:05.105Z] !MESSAGE Compiling value: value is not a parseable integer: not int [2019-07-30T07:11:05.105Z] [2019-07-30T07:11:05.105Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:04.858 [2019-07-30T07:11:05.105Z] !MESSAGE A query state value should have children attributes [2019-07-30T07:11:05.105Z] [2019-07-30T07:11:05.105Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:04.906 [2019-07-30T07:11:05.105Z] !MESSAGE The value of a constant attribute should not be empty [2019-07-30T07:11:05.105Z] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest [2019-07-30T07:11:05.105Z] testStateValueCompilation[0: Null state value](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[1: Valid integer 1](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[2: Valid integer 2 with forced type](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[3: Invalid integer](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[4: Int no value](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[5: Valid long 1](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[6: Valid long 2](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[7: Invalid long](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[8: Long no value](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[9: Valid string 1](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[10: Valid string 2](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[11: String no value](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[12: Delete value](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[13: Delete value with ignored params](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[14: Event name](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[15: Event name with params](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[16: Event field](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[17: Unknown mapping group](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[18: Valid script](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.002 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[19: Script with children](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[20: Script with invalid children](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.004 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[21: Query](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[22: Query no children](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.001 s [2019-07-30T07:11:05.105Z] testStateValueCompilation[23: Query with invalid children](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateValueCuTest) Time elapsed: 0.048 s [2019-07-30T07:11:05.105Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest [2019-07-30T07:11:05.105Z] [2019-07-30T07:11:05.105Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:04.916 [2019-07-30T07:11:05.105Z] !MESSAGE Segment time: only one of or shoud be present [2019-07-30T07:11:05.105Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest [2019-07-30T07:11:05.105Z] testAction[0: type_and_end](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest) Time elapsed: 0.001 s [2019-07-30T07:11:05.105Z] testAction[1: just_type](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest) Time elapsed: 0.001 s [2019-07-30T07:11:05.105Z] testAction[2: type_and_duration](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest) Time elapsed: 0 s [2019-07-30T07:11:05.105Z] testAction[3: inline_name](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest) Time elapsed: 0.001 s [2019-07-30T07:11:05.105Z] testAction[4: invalid_segment_and_duration](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlActionCuTest) Time elapsed: 0.001 s [2019-07-30T07:11:05.105Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest [2019-07-30T07:11:05.105Z] [2019-07-30T07:11:05.105Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:11:04.925 [2019-07-30T07:11:05.105Z] !MESSAGE Fsm one_state_final: a state was defined without transition. You may get stuck there [2019-07-30T07:11:05.105Z] [2019-07-30T07:11:05.105Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:11:04.937 [2019-07-30T07:11:05.105Z] !MESSAGE State Transition: Transition used a condition, there should be only 'events' and 'cond' attributes [2019-07-30T07:11:05.105Z] [2019-07-30T07:11:05.105Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:04.943 [2019-07-30T07:11:05.105Z] !MESSAGE State Transition: Undefined action: action1 [2019-07-30T07:11:05.105Z] [2019-07-30T07:11:05.105Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:04.945 [2019-07-30T07:11:05.105Z] !MESSAGE State Transition: Undefined condition: test1 [2019-07-30T07:11:05.105Z] [2019-07-30T07:11:05.105Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:04.946 [2019-07-30T07:11:05.105Z] !MESSAGE State Transition: Undefined condition: test1 [2019-07-30T07:11:05.105Z] [2019-07-30T07:11:05.105Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:11:04.948 [2019-07-30T07:11:05.105Z] !MESSAGE Fsm valid_no_initial: a state was defined without transition. You may get stuck there [2019-07-30T07:11:05.105Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest [2019-07-30T07:11:05.105Z] testFsm[0: one_state_final](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.002 s [2019-07-30T07:11:05.105Z] testFsm[1: one_state_loop](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.002 s [2019-07-30T07:11:05.105Z] testFsm[2: save_and_clear_fields](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.002 s [2019-07-30T07:11:05.105Z] testFsm[3: multiple_actions_and_tests](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.002 s [2019-07-30T07:11:05.105Z] testFsm[4: multiple_states_and_transitions](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.002 s [2019-07-30T07:11:05.105Z] testFsm[5: on_entry_exit](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.002 s [2019-07-30T07:11:05.105Z] testFsm[6: with_precondition](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.003 s [2019-07-30T07:11:05.105Z] testFsm[7: initial state](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.002 s [2019-07-30T07:11:05.105Z] testFsm[8: initial_element](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.002 s [2019-07-30T07:11:05.105Z] testFsm[9: undefined_action](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.001 s [2019-07-30T07:11:05.105Z] testFsm[10: undefined_condition](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.002 s [2019-07-30T07:11:05.105Z] testFsm[11: undefined_target](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.001 s [2019-07-30T07:11:05.105Z] testFsm[12: valid_no_initial](org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlFsmCuTest) Time elapsed: 0.002 s [2019-07-30T07:11:05.105Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateAttributeAndLocationCuTest [2019-07-30T07:11:05.105Z] [2019-07-30T07:11:05.105Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:04.953 [2019-07-30T07:11:05.105Z] !MESSAGE The value of a constant attribute should not be empty [2019-07-30T07:11:05.105Z] [2019-07-30T07:11:05.105Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:04.954 [2019-07-30T07:11:05.105Z] !MESSAGE The value of an event field attribute should not be null [2019-07-30T07:11:05.105Z] [2019-07-30T07:11:05.105Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:04.954 [2019-07-30T07:11:05.105Z] !MESSAGE A query state attribute should have children attributes [2019-07-30T07:11:05.105Z] [2019-07-30T07:11:05.105Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:04.955 [2019-07-30T07:11:05.105Z] !MESSAGE The value of a constant attribute should not be empty [2019-07-30T07:11:05.105Z] [2019-07-30T07:11:05.105Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:04.956 [2019-07-30T07:11:05.105Z] !MESSAGE Location undefined does not exist [2019-07-30T07:11:05.105Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateAttributeAndLocationCuTest [2019-07-30T07:11:05.105Z] testValidLocationCompilation(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateAttributeAndLocationCuTest) Time elapsed: 0.002 s [2019-07-30T07:11:05.105Z] testInvalidStateAttributeCompilation(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateAttributeAndLocationCuTest) Time elapsed: 0.003 s [2019-07-30T07:11:05.105Z] testValidStateAttributeCompilation(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.fsm.compile.TmfXmlStateAttributeAndLocationCuTest) Time elapsed: 0.051 s [2019-07-30T07:11:05.105Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.XmlSegmentTest [2019-07-30T07:11:06.467Z] [2019-07-30T07:11:06.467Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:11:06.236 [2019-07-30T07:11:06.467Z] !MESSAGE state value is type int but a mappingGroup is specified [2019-07-30T07:11:06.467Z] [2019-07-30T07:11:06.467Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:11:06.236 [2019-07-30T07:11:06.467Z] !MESSAGE state value is type int but a mappingGroup is specified [2019-07-30T07:11:06.467Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.23 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.XmlSegmentTest [2019-07-30T07:11:06.467Z] testSegmentContent(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.XmlSegmentTest) Time elapsed: 1.22 s [2019-07-30T07:11:06.467Z] testMappingGroup(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.XmlSegmentTest) Time elapsed: 0.01 s [2019-07-30T07:11:06.467Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueScenarioTest [2019-07-30T07:11:07.832Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.218 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueScenarioTest [2019-07-30T07:11:07.832Z] testAttributePool(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueScenarioTest) Time elapsed: 1.216 s [2019-07-30T07:11:07.832Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest [2019-07-30T07:11:10.345Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.248 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest [2019-07-30T07:11:10.345Z] testStateValueModify(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest) Time elapsed: 1.944 s [2019-07-30T07:11:10.345Z] testStateValueScript(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest) Time elapsed: 0.029 s [2019-07-30T07:11:10.345Z] testStateValueUpdate(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest) Time elapsed: 0.083 s [2019-07-30T07:11:10.345Z] testStateValueMapping(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest) Time elapsed: 0.023 s [2019-07-30T07:11:10.345Z] testStateValuePeek(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest) Time elapsed: 0.072 s [2019-07-30T07:11:10.345Z] testStateValueFuture(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest) Time elapsed: 0.023 s [2019-07-30T07:11:10.345Z] testStateValueHostId(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.TmfStateValueTest) Time elapsed: 0.072 s [2019-07-30T07:11:10.345Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.FsmTest [2019-07-30T07:11:10.345Z] [2019-07-30T07:11:10.345Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:11:09.720 [2019-07-30T07:11:10.345Z] !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. [2019-07-30T07:11:11.270Z] [2019-07-30T07:11:11.270Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 2 0 2019-07-30 07:11:10.930 [2019-07-30T07:11:11.270Z] !MESSAGE Fsm test: the 'initial' attribute was set or an element was defined. Only one of the 3 should be used. The initialState element will have precedence [2019-07-30T07:11:12.196Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.414 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.FsmTest [2019-07-30T07:11:12.196Z] testInitialStateDeclaration(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.FsmTest) Time elapsed: 0.001 s [2019-07-30T07:11:12.196Z] testTwoInitialStates(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.FsmTest) Time elapsed: 0 s [2019-07-30T07:11:12.196Z] testInitialStateWithCondition(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.model.FsmTest) Time elapsed: 0 s [2019-07-30T07:11:12.196Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.XmlAnalysisCorePluginTest [2019-07-30T07:11:12.196Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.XmlAnalysisCorePluginTest [2019-07-30T07:11:12.196Z] testTmfCorePluginId(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.XmlAnalysisCorePluginTest) Time elapsed: 0 s [2019-07-30T07:11:12.196Z] testGetDefault(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.XmlAnalysisCorePluginTest) Time elapsed: 0 s [2019-07-30T07:11:12.196Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlTimeGraphDataProviderTest [2019-07-30T07:11:13.121Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.685 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlTimeGraphDataProviderTest [2019-07-30T07:11:13.121Z] testFactory(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlTimeGraphDataProviderTest) Time elapsed: 0.29 s [2019-07-30T07:11:13.121Z] testTwoLevels(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlTimeGraphDataProviderTest) Time elapsed: 0.217 s [2019-07-30T07:11:13.121Z] testNoParentDisplay(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlTimeGraphDataProviderTest) Time elapsed: 0.177 s [2019-07-30T07:11:13.121Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.TmfXmlUtilsTest [2019-07-30T07:11:13.121Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.TmfXmlUtilsTest [2019-07-30T07:11:13.121Z] testGetChildElements(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.TmfXmlUtilsTest) Time elapsed: 0.083 s [2019-07-30T07:11:13.121Z] testGetElementInFile(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.TmfXmlUtilsTest) Time elapsed: 0.043 s [2019-07-30T07:11:13.121Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlDataProviderManagerTest [2019-07-30T07:11:19.817Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.761 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlDataProviderManagerTest [2019-07-30T07:11:19.817Z] testOneTrace(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlDataProviderManagerTest) Time elapsed: 0.353 s [2019-07-30T07:11:19.817Z] testExperimentWithTraceAnalysis(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlDataProviderManagerTest) Time elapsed: 5.891 s [2019-07-30T07:11:19.817Z] testExperiment(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlDataProviderManagerTest) Time elapsed: 0.323 s [2019-07-30T07:11:19.817Z] testOneTraceWithExperimentAnalysis(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlDataProviderManagerTest) Time elapsed: 0.193 s [2019-07-30T07:11:19.817Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlXyDataProviderTest [2019-07-30T07:11:20.377Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.537 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlXyDataProviderTest [2019-07-30T07:11:20.377Z] testXYDataProvider(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlXyDataProviderTest) Time elapsed: 0.196 s [2019-07-30T07:11:20.377Z] testXYDataProviderDelta(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlXyDataProviderTest) Time elapsed: 0.202 s [2019-07-30T07:11:20.377Z] testXYFactory(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlXyDataProviderTest) Time elapsed: 0.138 s [2019-07-30T07:11:20.377Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest [2019-07-30T07:11:20.377Z] [2019-07-30T07:11:20.377Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:20.311 [2019-07-30T07:11:20.377Z] !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. [2019-07-30T07:11:20.377Z] [2019-07-30T07:11:20.377Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:20.317 [2019-07-30T07:11:20.377Z] !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. [2019-07-30T07:11:20.377Z] [2019-07-30T07:11:20.377Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:20.322 [2019-07-30T07:11:20.377Z] !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. [2019-07-30T07:11:20.377Z] [2019-07-30T07:11:20.377Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:20.326 [2019-07-30T07:11:20.377Z] !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. [2019-07-30T07:11:20.377Z] [2019-07-30T07:11:20.377Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:20.330 [2019-07-30T07:11:20.377Z] !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. [2019-07-30T07:11:20.633Z] [2019-07-30T07:11:20.633Z] !ENTRY org.eclipse.tracecompass.tmf.analysis.xml.core 4 0 2019-07-30 07:11:20.411 [2019-07-30T07:11:20.633Z] !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. [2019-07-30T07:11:20.888Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest [2019-07-30T07:11:20.888Z] testXmlValidateInvalid(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest) Time elapsed: 0.071 s [2019-07-30T07:11:20.888Z] testXmlValidate(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest) Time elapsed: 0.081 s [2019-07-30T07:11:20.888Z] testGetChildElements(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest) Time elapsed: 0.009 s [2019-07-30T07:11:20.888Z] testXmlValidateValid(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest) Time elapsed: 0.231 s [2019-07-30T07:11:20.888Z] testXmlEnableDisableFile(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest) Time elapsed: 0.081 s [2019-07-30T07:11:20.888Z] testXmlAddFile(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest) Time elapsed: 0.074 s [2019-07-30T07:11:20.888Z] testXmlPath(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlUtilsTest) Time elapsed: 0 s [2019-07-30T07:11:20.888Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlSchemaParserTest [2019-07-30T07:11:20.888Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlSchemaParserTest [2019-07-30T07:11:20.888Z] testExtendedModuleCreated(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlSchemaParserTest) Time elapsed: 0.023 s [2019-07-30T07:11:20.888Z] testGettingSchemaParser(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlSchemaParserTest) Time elapsed: 0 s [2019-07-30T07:11:20.888Z] testPopulateExtendedModules(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlSchemaParserTest) Time elapsed: 0.021 s [2019-07-30T07:11:20.888Z] Running org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlAnalysisModuleSourceTest [2019-07-30T07:11:21.449Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 s - in org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlAnalysisModuleSourceTest [2019-07-30T07:11:21.449Z] testPopulateModulesWithAnalysisManager(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlAnalysisModuleSourceTest) Time elapsed: 0.175 s [2019-07-30T07:11:21.449Z] testProperties(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlAnalysisModuleSourceTest) Time elapsed: 0.008 s [2019-07-30T07:11:21.449Z] testPopulateModules(org.eclipse.tracecompass.tmf.analysis.xml.core.tests.module.XmlAnalysisModuleSourceTest) Time elapsed: 0.17 s [2019-07-30T07:11:21.449Z] [2019-07-30T07:11:21.449Z] Results: [2019-07-30T07:11:21.449Z] [2019-07-30T07:11:21.449Z] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T07:11:21.449Z] [2019-07-30T07:11:22.010Z] [INFO] All tests passed! [2019-07-30T07:11:22.010Z] [INFO] [2019-07-30T07:11:22.010Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:11:22.010Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:11:22.010Z] [INFO] [2019-07-30T07:11:22.010Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:11:22.265Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:11:22.265Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:11:22.521Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:11:22.776Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:11:22.776Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:11:22.776Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:11:22.776Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:11:23.031Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:11:23.031Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes [2019-07-30T07:11:23.286Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:11:23.286Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T07:11:23.286Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes [2019-07-30T07:11:23.542Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T07:11:23.798Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:11:23.798Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes [2019-07-30T07:11:23.798Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:11:24.053Z] [INFO] [2019-07-30T07:11:24.053Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:11:24.053Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT.jar [2019-07-30T07:11:24.053Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT.pom [2019-07-30T07:11:24.053Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT-sources.jar [2019-07-30T07:11:24.053Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:11:24.053Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT-p2metadata.xml [2019-07-30T07:11:24.053Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/tmf/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.tmf.analysis.xml.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.tmf.analysis.xml.core.tests-1.0.9-SNAPSHOT-p2artifacts.xml [2019-07-30T07:11:24.053Z] [INFO] [2019-07-30T07:11:24.053Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.tmf.analysis.xml.core.tests --- [2019-07-30T07:11:24.053Z] [INFO] [2019-07-30T07:11:24.053Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.core.tests >-- [2019-07-30T07:11:24.053Z] [INFO] Building org.eclipse.tracecompass.lttng2.kernel.core.tests 2.0.0-SNAPSHOT [92/134] [2019-07-30T07:11:24.053Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:11:24.053Z] [INFO] [2019-07-30T07:11:24.053Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:11:24.053Z] [INFO] [2019-07-30T07:11:24.053Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:11:24.053Z] [INFO] The project's OSGi version is 2.0.0.201907300626 [2019-07-30T07:11:24.053Z] [INFO] [2019-07-30T07:11:24.053Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:11:24.053Z] [INFO] [2019-07-30T07:11:24.053Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:11:24.053Z] [INFO] [2019-07-30T07:11:24.053Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:11:24.053Z] [INFO] [2019-07-30T07:11:24.053Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:11:24.053Z] [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/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:11:24.053Z] [INFO] [2019-07-30T07:11:24.053Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:11:24.053Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:11:24.053Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/src/main/resources [2019-07-30T07:11:24.053Z] [INFO] [2019-07-30T07:11:24.053Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:11:24.053Z] [INFO] Compiling 28 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/classes [2019-07-30T07:11:24.309Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/src/org/eclipse/tracecompass/lttng2/kernel/core/tests/analysis/kernel/statesystem/StateSystemFullHistoryTest.java:[187] [2019-07-30T07:11:24.309Z] File file = new File(TmfTraceManager.getSupplementaryFileDir(trace) + name); [2019-07-30T07:11:24.309Z] ^^^^^ [2019-07-30T07:11:24.309Z] Null type safety (type annotations): The expression of type 'CtfTmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T07:11:24.309Z] 2. INFO in /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/src/org/eclipse/tracecompass/lttng2/kernel/core/tests/event/matchandsync/ExperimentSyncTest.java (at line 41) [2019-07-30T07:11:24.309Z] @SuppressWarnings("nls") [2019-07-30T07:11:24.309Z] ^^^^^ [2019-07-30T07:11:24.309Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [2019-07-30T07:11:24.309Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/perf/org/eclipse/tracecompass/lttng2/kernel/core/tests/perf/analysis/tid/TidAnalysisUsageBenchmark.java:[94] [2019-07-30T07:11:24.309Z] File suppDir = new File(TmfTraceManager.getSupplementaryFileDir(trace)); [2019-07-30T07:11:24.309Z] ^^^^^ [2019-07-30T07:11:24.309Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T07:11:24.309Z] 4. INFO in /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/src/org/eclipse/tracecompass/lttng2/kernel/core/tests/event/matchandsync/MatchAndSyncTest.java (at line 40) [2019-07-30T07:11:24.309Z] @SuppressWarnings("nls") [2019-07-30T07:11:24.309Z] ^^^^^ [2019-07-30T07:11:24.309Z] At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [2019-07-30T07:11:24.309Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/perf/org/eclipse/tracecompass/lttng2/kernel/core/tests/perf/analysis/kernel/KernelAnalysisUsageBenchmark.java:[110] [2019-07-30T07:11:24.309Z] File suppDir = new File(TmfTraceManager.getSupplementaryFileDir(trace)); [2019-07-30T07:11:24.309Z] ^^^^^ [2019-07-30T07:11:24.309Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T07:11:24.309Z] 5 problems (0 errors, 3 warnings, 3 info) [2019-07-30T07:11:24.309Z] [INFO] [2019-07-30T07:11:24.309Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:11:24.309Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:11:24.309Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/src/test/resources [2019-07-30T07:11:24.309Z] [INFO] [2019-07-30T07:11:24.309Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:11:24.309Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT-sources.jar [2019-07-30T07:11:24.309Z] [INFO] [2019-07-30T07:11:24.309Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:11:24.309Z] [INFO] [2019-07-30T07:11:24.309Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:11:24.309Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT.jar [2019-07-30T07:11:24.564Z] [INFO] [2019-07-30T07:11:24.564Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:11:24.564Z] [INFO] [2019-07-30T07:11:24.564Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:11:24.564Z] [INFO] [2019-07-30T07:11:24.564Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:11:24.564Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT.jar [2019-07-30T07:11:24.564Z] [INFO] [2019-07-30T07:11:24.564Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:11:24.564Z] [INFO] [2019-07-30T07:11:24.564Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:11:25.490Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/work/data/.metadata/.log [2019-07-30T07:11:25.490Z] [INFO] Command line: [2019-07-30T07:11:25.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/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T07:11:25.490Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:11:28.008Z] !SESSION 2019-07-30 07:11:25.536 ----------------------------------------------- [2019-07-30T07:11:28.008Z] eclipse.buildId=unknown [2019-07-30T07:11:28.008Z] java.version=1.8.0_202 [2019-07-30T07:11:28.008Z] java.vendor=Oracle Corporation [2019-07-30T07:11:28.008Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:11:28.008Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T07:11:28.008Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T07:11:28.008Z] [2019-07-30T07:11:28.008Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:11:27.523 [2019-07-30T07:11:28.008Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:11:28.008Z] !STACK 0 [2019-07-30T07:11:28.008Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] [2019-07-30T07:11:28.008Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:11:28.008Z] [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:11:28.008Z] [2019-07-30T07:11:28.008Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:11:27.635 [2019-07-30T07:11:28.008Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:11:28.008Z] !STACK 0 [2019-07-30T07:11:28.008Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] [2019-07-30T07:11:28.008Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:11:28.008Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:11:28.008Z] -> Export-Package: org.apache.http.impl.auth.win; bundle-symbolic-name="org.apache.httpcomponents.httpclient.win"; bundle-version="4.5.6.v20190213-1947"; version="4.5.6"; x-internal:="true"; uses:="org.apache.http,org.apache.http.auth,org.apache.http.client,org.apache.http.impl.auth,org.apache.http.protocol,org.apache.http.util" [2019-07-30T07:11:28.008Z] org.apache.httpcomponents.httpclient.win [35] [2019-07-30T07:11:28.008Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:11:28.008Z] [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:11:28.008Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:11:29.893Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.ExperimentSyncTest [2019-07-30T07:11:51.775Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.27 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.ExperimentSyncTest [2019-07-30T07:11:51.775Z] testExperimentSync(org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.ExperimentSyncTest) Time elapsed: 3.672 s [2019-07-30T07:11:51.775Z] testDjangoExperimentSync(org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.ExperimentSyncTest) Time elapsed: 15.484 s [2019-07-30T07:11:51.775Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.MatchAndSyncTest [2019-07-30T07:11:51.775Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.733 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.MatchAndSyncTest [2019-07-30T07:11:51.775Z] testMatching(org.eclipse.tracecompass.lttng2.kernel.core.tests.event.matchandsync.MatchAndSyncTest) Time elapsed: 0.731 s [2019-07-30T07:11:51.775Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest [2019-07-30T07:11:59.857Z] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.411 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest [2019-07-30T07:11:59.857Z] testGetQuarks_middle_end(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.002 s [2019-07-30T07:11:59.857Z] testGetQuarks_middle(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.001 s [2019-07-30T07:11:59.857Z] testGetQuarks_relative_empty(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.001 s [2019-07-30T07:11:59.857Z] testGetQuarks_relative_up_wildcard(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s [2019-07-30T07:11:59.857Z] testGetQuarks_end(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.001 s [2019-07-30T07:11:59.857Z] testFullQuery1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.192 s [2019-07-30T07:11:59.857Z] testSingleQuery1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.172 s [2019-07-30T07:11:59.857Z] testRangeQuery1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.009 s [2019-07-30T07:11:59.857Z] testRangeQuery2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.209 s [2019-07-30T07:11:59.857Z] testRangeQuery3(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.005 s [2019-07-30T07:11:59.857Z] testFullAttributeName(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.001 s [2019-07-30T07:11:59.857Z] testOptQuarkAbsolute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.001 s [2019-07-30T07:11:59.857Z] testFirstIntervalIsConsidered(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.03 s [2019-07-30T07:11:59.857Z] testQueryInvalidValuetype1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.031 s [2019-07-30T07:11:59.857Z] testQueryInvalidValuetype2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.03 s [2019-07-30T07:11:59.857Z] testFullQueryThorough(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.026 s [2019-07-30T07:11:59.857Z] testQueryInvalidAttribute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s [2019-07-30T07:11:59.857Z] testSingleQueryInvalidTime1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s [2019-07-30T07:11:59.857Z] testSingleQueryInvalidTime2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.001 s [2019-07-30T07:11:59.857Z] testGetQuarksNoMatch(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s [2019-07-30T07:11:59.857Z] testGetQuarks_relative(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s [2019-07-30T07:11:59.857Z] testRangeQueryInvalidTime1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s [2019-07-30T07:11:59.857Z] testRangeQueryInvalidTime2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s [2019-07-30T07:11:59.857Z] testFullQueryInvalidTime1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0.001 s [2019-07-30T07:11:59.857Z] testFullQueryInvalidTime2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s [2019-07-30T07:11:59.857Z] testGetQuarks_begin(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s [2019-07-30T07:11:59.857Z] testGetQuarks_empty(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s [2019-07-30T07:11:59.857Z] testParentAttribute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s [2019-07-30T07:11:59.857Z] testOptQuarkRelative(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemInMemoryTest) Time elapsed: 0 s [2019-07-30T07:11:59.857Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest [2019-07-30T07:12:12.176Z] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.98 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest [2019-07-30T07:12:12.176Z] testOpenExistingStateFile(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.068 s [2019-07-30T07:12:12.176Z] testBuild(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 6.328 s [2019-07-30T07:12:12.176Z] testGetQuarks_middle_end(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s [2019-07-30T07:12:12.176Z] testGetQuarks_middle(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s [2019-07-30T07:12:12.176Z] testGetQuarks_relative_empty(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s [2019-07-30T07:12:12.176Z] testGetQuarks_relative_up_wildcard(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s [2019-07-30T07:12:12.176Z] testGetQuarks_end(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s [2019-07-30T07:12:12.176Z] testFullQuery1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.003 s [2019-07-30T07:12:12.176Z] testSingleQuery1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s [2019-07-30T07:12:12.176Z] testRangeQuery1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.167 s [2019-07-30T07:12:12.176Z] testRangeQuery2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.011 s [2019-07-30T07:12:12.176Z] testRangeQuery3(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.017 s [2019-07-30T07:12:12.176Z] testFullAttributeName(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s [2019-07-30T07:12:12.176Z] testOptQuarkAbsolute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s [2019-07-30T07:12:12.176Z] testFirstIntervalIsConsidered(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s [2019-07-30T07:12:12.176Z] testQueryInvalidValuetype1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s [2019-07-30T07:12:12.176Z] testQueryInvalidValuetype2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s [2019-07-30T07:12:12.176Z] testFullQueryThorough(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s [2019-07-30T07:12:12.176Z] testQueryInvalidAttribute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s [2019-07-30T07:12:12.176Z] testSingleQueryInvalidTime1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s [2019-07-30T07:12:12.176Z] testSingleQueryInvalidTime2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s [2019-07-30T07:12:12.176Z] testGetQuarksNoMatch(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s [2019-07-30T07:12:12.176Z] testGetQuarks_relative(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s [2019-07-30T07:12:12.176Z] testRangeQueryInvalidTime1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s [2019-07-30T07:12:12.176Z] testRangeQueryInvalidTime2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s [2019-07-30T07:12:12.176Z] testFullQueryInvalidTime1(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s [2019-07-30T07:12:12.176Z] testFullQueryInvalidTime2(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s [2019-07-30T07:12:12.176Z] testGetQuarks_begin(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s [2019-07-30T07:12:12.176Z] testGetQuarks_empty(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0.001 s [2019-07-30T07:12:12.176Z] testParentAttribute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s [2019-07-30T07:12:12.176Z] testOptQuarkRelative(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.StateSystemFullHistoryTest) Time elapsed: 0 s [2019-07-30T07:12:12.176Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.PartialStateSystemTest [2019-07-30T07:12:12.176Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.PartialStateSystemTest [2019-07-30T07:12:12.176Z] org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.statesystem.PartialStateSystemTest skipped [2019-07-30T07:12:12.176Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.LttngKernelAnalysisTest [2019-07-30T07:12:18.705Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.757 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.LttngKernelAnalysisTest [2019-07-30T07:12:18.705Z] testAnalysisExecution(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.LttngKernelAnalysisTest) Time elapsed: 6.538 s [2019-07-30T07:12:18.705Z] testCanExecute(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.kernel.LttngKernelAnalysisTest) Time elapsed: 0.205 s [2019-07-30T07:12:18.705Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.DistributedCriticalPathTest [2019-07-30T07:12:23.947Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.049 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.DistributedCriticalPathTest [2019-07-30T07:12:23.947Z] testNetworkExchangeOneTraceSoftirq(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.DistributedCriticalPathTest) Time elapsed: 1.632 s [2019-07-30T07:12:23.947Z] testNetworkExchangeOneTrace(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.DistributedCriticalPathTest) Time elapsed: 1.125 s [2019-07-30T07:12:23.947Z] testNetworkExchange(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.DistributedCriticalPathTest) Time elapsed: 1.144 s [2019-07-30T07:12:23.947Z] testNetworkExchangeWithWifi(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.DistributedCriticalPathTest) Time elapsed: 1.147 s [2019-07-30T07:12:23.947Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.LttngExecutionGraphTest [2019-07-30T07:12:24.508Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.128 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.LttngExecutionGraphTest [2019-07-30T07:12:24.508Z] testSchedEvents(org.eclipse.tracecompass.lttng2.kernel.core.tests.analysis.graph.LttngExecutionGraphTest) Time elapsed: 1.128 s [2019-07-30T07:12:24.508Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.ActivatorTest [2019-07-30T07:12:24.508Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.ActivatorTest [2019-07-30T07:12:24.508Z] testStartBundleContext(org.eclipse.tracecompass.lttng2.kernel.core.tests.ActivatorTest) Time elapsed: 0 s [2019-07-30T07:12:24.508Z] testActivator(org.eclipse.tracecompass.lttng2.kernel.core.tests.ActivatorTest) Time elapsed: 0.001 s [2019-07-30T07:12:24.508Z] testStopBundleContext(org.eclipse.tracecompass.lttng2.kernel.core.tests.ActivatorTest) Time elapsed: 0 s [2019-07-30T07:12:24.508Z] testGetDefault(org.eclipse.tracecompass.lttng2.kernel.core.tests.ActivatorTest) Time elapsed: 0 s [2019-07-30T07:12:24.508Z] Running org.eclipse.tracecompass.lttng2.kernel.core.tests.synchronization.UstKernelSyncTest [2019-07-30T07:12:24.763Z] [2019-07-30T07:12:24.763Z] !ENTRY org.eclipse.tracecompass.tmf.core 2 0 2019-07-30 07:12:24.656 [2019-07-30T07:12:24.763Z] !MESSAGE Average clock correction (1450192745683541400) is higher than threshold of 500000 ns for experiment [TmfExperiment (test-exp)] [2019-07-30T07:12:34.702Z] [2019-07-30T07:12:34.702Z] !ENTRY org.eclipse.tracecompass.tmf.core 2 0 2019-07-30 07:12:34.615 [2019-07-30T07:12:34.702Z] !MESSAGE Average clock correction (1450192745683541400) is higher than threshold of 500000 ns for experiment [TmfExperiment (test-exp)] [2019-07-30T07:12:42.783Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.044 s - in org.eclipse.tracecompass.lttng2.kernel.core.tests.synchronization.UstKernelSyncTest [2019-07-30T07:12:42.783Z] testWholeUstTrace(org.eclipse.tracecompass.lttng2.kernel.core.tests.synchronization.UstKernelSyncTest) Time elapsed: 10.1 s [2019-07-30T07:12:42.783Z] testOneEvent(org.eclipse.tracecompass.lttng2.kernel.core.tests.synchronization.UstKernelSyncTest) Time elapsed: 7.942 s [2019-07-30T07:12:42.783Z] [2019-07-30T07:12:42.783Z] Results: [2019-07-30T07:12:42.783Z] [2019-07-30T07:12:42.783Z] Tests run: 77, Failures: 0, Errors: 0, Skipped: 1 [2019-07-30T07:12:42.783Z] [2019-07-30T07:12:43.345Z] [INFO] All tests passed! [2019-07-30T07:12:43.345Z] [INFO] [2019-07-30T07:12:43.345Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:12:43.345Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:12:43.345Z] [INFO] [2019-07-30T07:12:43.345Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:12:43.906Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:12:43.906Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:12:44.162Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:12:44.724Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T07:12:44.724Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core.tests' with 28 classes [2019-07-30T07:12:44.724Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T07:12:45.215Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.lami.core' with 61 classes [2019-07-30T07:12:45.567Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes [2019-07-30T07:12:45.567Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes [2019-07-30T07:12:45.567Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:12:45.567Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:12:45.567Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:12:45.567Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:12:45.823Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core.tests' with 43 classes [2019-07-30T07:12:45.823Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:12:46.078Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes [2019-07-30T07:12:46.078Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T07:12:46.334Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:12:46.589Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:12:46.589Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes [2019-07-30T07:12:46.589Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes [2019-07-30T07:12:46.844Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes [2019-07-30T07:12:47.300Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.kernel.core' with 27 classes [2019-07-30T07:12:47.300Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes [2019-07-30T07:12:47.300Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core.tests' with 56 classes [2019-07-30T07:12:47.300Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:12:47.300Z] [INFO] [2019-07-30T07:12:47.300Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:12:47.300Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core.tests/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT.jar [2019-07-30T07:12:47.300Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core.tests/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT.pom [2019-07-30T07:12:47.300Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core.tests/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT-sources.jar [2019-07-30T07:12:47.300Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core.tests/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:12:47.300Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core.tests/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:12:47.300Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.kernel.core.tests/2.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.kernel.core.tests-2.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:12:47.300Z] [INFO] [2019-07-30T07:12:47.300Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.kernel.core.tests --- [2019-07-30T07:12:47.300Z] [INFO] [2019-07-30T07:12:47.300Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core >-- [2019-07-30T07:12:47.300Z] [INFO] Building org.eclipse.tracecompass.lttng2.ust.core 4.0.3-SNAPSHOT [93/134] [2019-07-30T07:12:47.300Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T07:12:47.300Z] [INFO] [2019-07-30T07:12:47.300Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:47.300Z] [INFO] [2019-07-30T07:12:47.300Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:47.300Z] [INFO] The project's OSGi version is 4.0.3.201907300626 [2019-07-30T07:12:47.300Z] [INFO] [2019-07-30T07:12:47.300Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:47.300Z] [INFO] [2019-07-30T07:12:47.300Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:47.300Z] [INFO] [2019-07-30T07:12:47.300Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:47.300Z] [INFO] [2019-07-30T07:12:47.300Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:47.300Z] [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/lttng/org.eclipse.tracecompass.lttng2.ust.core/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:12:47.300Z] [INFO] [2019-07-30T07:12:47.300Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:47.300Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:12:47.300Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/main/resources [2019-07-30T07:12:47.300Z] [INFO] [2019-07-30T07:12:47.300Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:47.300Z] [INFO] Compiling 41 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/classes [2019-07-30T07:12:47.862Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/analysis/memory/UstMemoryUsageDataProvider.java:[132] [2019-07-30T07:12:47.862Z] int tidQuark = entry.getValue(); [2019-07-30T07:12:47.862Z] ^^^^^^^^^^^^^^^^ [2019-07-30T07:12:47.862Z] Unsafe interpretation of method return type as '@NonNull' based on the receiver type 'Map.Entry<@NonNull Long,@NonNull Integer>'. Type 'Map.Entry' doesn't seem to be designed with null type annotations in mind [2019-07-30T07:12:47.862Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/analysis/memory/UstMemoryUsageDataProvider.java:[175] [2019-07-30T07:12:47.862Z] builder.add(new MemoryUsageTreeModel(rootId, -1L, -1, Collections.singletonList(getTrace().getName()))); [2019-07-30T07:12:47.862Z] ^^^^^^^^^^^^^^^^^^^^ [2019-07-30T07:12:47.862Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T07:12:47.862Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/lttng2/ust/core/analysis/debuginfo/UstDebugInfoBinaryAspect.java:[127] [2019-07-30T07:12:47.862Z] return new BinaryCallsite(fullPath, file.getBuildId(), offset, file.isPic()); [2019-07-30T07:12:47.862Z] ^^^^^^^^ [2019-07-30T07:12:47.862Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T07:12:47.862Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/org/eclipse/tracecompass/internal/lttng2/ust/core/analysis/memory/UstMemoryDataProviderFactory.java:[42] [2019-07-30T07:12:47.862Z] private static final Predicate PREDICATE = t -> TmfTraceUtils.getAnalysisModuleOfClass(t, UstMemoryAnalysisModule.class, UstMemoryAnalysisModule.ID) != null; [2019-07-30T07:12:47.862Z] ^ [2019-07-30T07:12:47.862Z] Null type safety (type annotations): The expression of type 'ITmfTrace' needs unchecked conversion to conform to '@NonNull ITmfTrace' [2019-07-30T07:12:47.862Z] 4 problems (4 warnings) [2019-07-30T07:12:47.862Z] [INFO] [2019-07-30T07:12:47.862Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:47.862Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:12:47.862Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/src/test/resources [2019-07-30T07:12:47.862Z] [INFO] [2019-07-30T07:12:47.862Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:47.862Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT-sources.jar [2019-07-30T07:12:47.862Z] [INFO] [2019-07-30T07:12:47.862Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:47.862Z] [INFO] [2019-07-30T07:12:47.862Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:47.862Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT.jar [2019-07-30T07:12:48.118Z] [INFO] [2019-07-30T07:12:48.118Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:48.118Z] [INFO] [2019-07-30T07:12:48.118Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:48.118Z] [INFO] [2019-07-30T07:12:48.118Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:48.118Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT.jar [2019-07-30T07:12:48.118Z] [INFO] [2019-07-30T07:12:48.118Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:48.118Z] [INFO] [2019-07-30T07:12:48.118Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:48.118Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:12:48.118Z] [INFO] [2019-07-30T07:12:48.118Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:48.373Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:12:48.373Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:12:48.628Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:12:49.188Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T07:12:49.188Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes [2019-07-30T07:12:49.443Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:12:49.443Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:12:49.443Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:12:49.443Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:12:49.698Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes [2019-07-30T07:12:49.698Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:12:49.953Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:12:49.953Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes [2019-07-30T07:12:49.953Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes [2019-07-30T07:12:49.953Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:12:49.953Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:12:49.953Z] [INFO] [2019-07-30T07:12:49.953Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:49.954Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core/4.0.3-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT.jar [2019-07-30T07:12:49.954Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core/4.0.3-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT.pom [2019-07-30T07:12:49.954Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core/4.0.3-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT-sources.jar [2019-07-30T07:12:49.954Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core/4.0.3-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:12:49.954Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core/4.0.3-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT-p2metadata.xml [2019-07-30T07:12:49.954Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core/4.0.3-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core-4.0.3-SNAPSHOT-p2artifacts.xml [2019-07-30T07:12:49.954Z] [INFO] [2019-07-30T07:12:49.954Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.ust.core --- [2019-07-30T07:12:49.954Z] [INFO] [2019-07-30T07:12:49.954Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui >--- [2019-07-30T07:12:49.954Z] [INFO] Building org.eclipse.tracecompass.lttng2.ust.ui 3.0.5-SNAPSHOT [94/134] [2019-07-30T07:12:49.954Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2019-07-30T07:12:49.954Z] [INFO] [2019-07-30T07:12:49.954Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:49.954Z] [INFO] [2019-07-30T07:12:49.954Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:49.954Z] [INFO] The project's OSGi version is 3.0.5.201907300626 [2019-07-30T07:12:49.954Z] [INFO] [2019-07-30T07:12:49.954Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:49.954Z] [INFO] [2019-07-30T07:12:49.954Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:49.954Z] [INFO] [2019-07-30T07:12:49.954Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:50.209Z] [INFO] [2019-07-30T07:12:50.209Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:50.209Z] [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/lttng/org.eclipse.tracecompass.lttng2.ust.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:12:50.209Z] [INFO] [2019-07-30T07:12:50.209Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:50.209Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:12:50.209Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/src/main/resources [2019-07-30T07:12:50.209Z] [INFO] [2019-07-30T07:12:50.209Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:50.209Z] [INFO] Compiling 8 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/classes [2019-07-30T07:12:50.770Z] [INFO] [2019-07-30T07:12:50.770Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:50.770Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:12:50.770Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/src/test/resources [2019-07-30T07:12:50.770Z] [INFO] [2019-07-30T07:12:50.770Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:50.770Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT-sources.jar [2019-07-30T07:12:50.770Z] [INFO] [2019-07-30T07:12:50.770Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:50.770Z] [INFO] [2019-07-30T07:12:50.770Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:50.770Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT.jar [2019-07-30T07:12:50.770Z] [INFO] [2019-07-30T07:12:50.770Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:50.770Z] [INFO] [2019-07-30T07:12:50.770Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:50.770Z] [INFO] [2019-07-30T07:12:50.770Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:50.770Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT.jar [2019-07-30T07:12:50.770Z] [INFO] [2019-07-30T07:12:50.770Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:50.770Z] [INFO] [2019-07-30T07:12:50.770Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:50.770Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:12:50.770Z] [INFO] [2019-07-30T07:12:50.770Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:51.330Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:12:51.330Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:12:51.585Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:12:52.146Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T07:12:52.146Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes [2019-07-30T07:12:52.146Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:12:52.146Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:12:52.146Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:12:52.401Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:12:52.401Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui' with 73 classes [2019-07-30T07:12:53.023Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:12:53.949Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:12:54.206Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes [2019-07-30T07:12:54.206Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes [2019-07-30T07:12:54.206Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes [2019-07-30T07:12:54.461Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:12:54.717Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:12:54.717Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes [2019-07-30T07:12:54.717Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes [2019-07-30T07:12:54.717Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.core' with 43 classes [2019-07-30T07:12:54.717Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:12:54.973Z] [INFO] [2019-07-30T07:12:54.973Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:54.973Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui/3.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT.jar [2019-07-30T07:12:54.973Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui/3.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT.pom [2019-07-30T07:12:54.973Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui/3.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT-sources.jar [2019-07-30T07:12:54.973Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui/3.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:12:54.973Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui/3.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT-p2metadata.xml [2019-07-30T07:12:54.973Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui/3.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui-3.0.5-SNAPSHOT-p2artifacts.xml [2019-07-30T07:12:54.973Z] [INFO] [2019-07-30T07:12:54.973Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.ust.ui --- [2019-07-30T07:12:54.973Z] [INFO] [2019-07-30T07:12:54.973Z] [INFO] ----< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust >---- [2019-07-30T07:12:54.973Z] [INFO] Building org.eclipse.tracecompass.lttng2.ust 5.0.0-SNAPSHOT [95/134] [2019-07-30T07:12:54.973Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2019-07-30T07:12:54.973Z] [INFO] [2019-07-30T07:12:54.973Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.ust --- [2019-07-30T07:12:54.973Z] [INFO] Deleting /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/target [2019-07-30T07:12:54.973Z] [INFO] [2019-07-30T07:12:54.973Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tracecompass.lttng2.ust --- [2019-07-30T07:12:54.973Z] [INFO] The project's OSGi version is 5.0.0.201907300626 [2019-07-30T07:12:54.973Z] [INFO] [2019-07-30T07:12:54.973Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.ust --- [2019-07-30T07:12:54.973Z] [INFO] [2019-07-30T07:12:54.973Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.ust --- [2019-07-30T07:12:54.973Z] [INFO] [2019-07-30T07:12:54.973Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.ust --- [2019-07-30T07:12:54.973Z] [INFO] [2019-07-30T07:12:54.973Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.ust --- [2019-07-30T07:12:54.973Z] [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/lttng/org.eclipse.tracecompass.lttng2.ust/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:12:54.973Z] [INFO] [2019-07-30T07:12:54.973Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.ust --- [2019-07-30T07:12:54.973Z] [INFO] [2019-07-30T07:12:54.973Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.ust --- [2019-07-30T07:12:54.973Z] [INFO] [2019-07-30T07:12:54.973Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tracecompass.lttng2.ust --- [2019-07-30T07:12:54.973Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/target/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT.jar [2019-07-30T07:12:54.973Z] [INFO] [2019-07-30T07:12:54.973Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.ust --- [2019-07-30T07:12:54.973Z] [INFO] [2019-07-30T07:12:54.973Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tracecompass.lttng2.ust --- [2019-07-30T07:12:54.973Z] [INFO] [2019-07-30T07:12:54.973Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.ust --- [2019-07-30T07:12:54.973Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/target/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT-sources-feature.jar [2019-07-30T07:12:54.973Z] [INFO] [2019-07-30T07:12:54.973Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.ust --- [2019-07-30T07:12:54.973Z] [INFO] [2019-07-30T07:12:54.973Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.ust --- [2019-07-30T07:12:54.973Z] [INFO] [2019-07-30T07:12:54.973Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust --- [2019-07-30T07:12:54.973Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:12:54.973Z] [INFO] [2019-07-30T07:12:54.973Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust --- [2019-07-30T07:12:56.337Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:12:56.337Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:12:56.337Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:12:56.592Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.ui' with 7 classes [2019-07-30T07:12:56.847Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:12:57.774Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:12:57.774Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T07:12:57.774Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.ui' with 9 classes [2019-07-30T07:12:57.774Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:12:57.774Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes [2019-07-30T07:12:58.030Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:12:58.030Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:12:58.030Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:12:58.030Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui' with 73 classes [2019-07-30T07:12:58.030Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes [2019-07-30T07:12:58.030Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes [2019-07-30T07:12:58.285Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes [2019-07-30T07:12:58.285Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:12:58.540Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:12:58.540Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf' with 0 classes [2019-07-30T07:12:58.540Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.dev' with 0 classes [2019-07-30T07:12:58.540Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.doc.user' with 0 classes [2019-07-30T07:12:58.540Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes [2019-07-30T07:12:58.540Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes [2019-07-30T07:12:58.540Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control' with 0 classes [2019-07-30T07:12:58.540Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf' with 0 classes [2019-07-30T07:12:58.540Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes [2019-07-30T07:12:58.540Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.ui' with 54 classes [2019-07-30T07:12:59.101Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.ui' with 209 classes [2019-07-30T07:12:59.101Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.core' with 43 classes [2019-07-30T07:12:59.101Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.ui' with 10 classes [2019-07-30T07:12:59.101Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.core' with 128 classes [2019-07-30T07:12:59.357Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.analysis.xml.ui' with 42 classes [2019-07-30T07:12:59.357Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.core' with 18 classes [2019-07-30T07:12:59.357Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.chart.ui' with 50 classes [2019-07-30T07:12:59.613Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:12:59.613Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf' with 0 classes [2019-07-30T07:12:59.613Z] [INFO] [2019-07-30T07:12:59.613Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.ust --- [2019-07-30T07:12:59.613Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/target/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT.jar [2019-07-30T07:12:59.613Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT.pom [2019-07-30T07:12:59.613Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/target/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT-sources-feature.jar [2019-07-30T07:12:59.613Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:12:59.613Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust/5.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust-5.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:12:59.613Z] [INFO] [2019-07-30T07:12:59.613Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.ust --- [2019-07-30T07:12:59.613Z] [INFO] [2019-07-30T07:12:59.613Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.core.tests >-- [2019-07-30T07:12:59.613Z] [INFO] Building org.eclipse.tracecompass.lttng2.ust.core.tests 1.0.9-SNAPSHOT [96/134] [2019-07-30T07:12:59.613Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:12:59.613Z] [INFO] [2019-07-30T07:12:59.613Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:12:59.613Z] [INFO] [2019-07-30T07:12:59.613Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:12:59.613Z] [INFO] The project's OSGi version is 1.0.9.201907300626 [2019-07-30T07:12:59.613Z] [INFO] [2019-07-30T07:12:59.613Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:12:59.613Z] [INFO] [2019-07-30T07:12:59.613Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:12:59.613Z] [INFO] [2019-07-30T07:12:59.613Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:12:59.613Z] [INFO] [2019-07-30T07:12:59.613Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:12:59.613Z] [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/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:12:59.613Z] [INFO] [2019-07-30T07:12:59.613Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:12:59.613Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:12:59.613Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/src/main/resources [2019-07-30T07:12:59.613Z] [INFO] [2019-07-30T07:12:59.613Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:12:59.613Z] [INFO] Compiling 11 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/classes [2019-07-30T07:12:59.869Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/perf/org/eclipse/tracecompass/lttng2/ust/core/tests/perf/cygprofile/CallStackAndGraphBenchmark.java:[129] [2019-07-30T07:12:59.869Z] CallStackAnalysis callStackModule = TmfTraceUtils.getAnalysisModuleOfClass(trace, CallStackAnalysis.class, LttngUstCallStackAnalysis.ID); [2019-07-30T07:12:59.869Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T07:12:59.869Z] Null type safety (type annotations): The expression of type 'String' needs unchecked conversion to conform to '@NonNull String' [2019-07-30T07:12:59.869Z] 1 problem (1 warning) [2019-07-30T07:12:59.869Z] [INFO] [2019-07-30T07:12:59.869Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:12:59.869Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:12:59.869Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/src/test/resources [2019-07-30T07:12:59.869Z] [INFO] [2019-07-30T07:12:59.869Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:12:59.869Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT-sources.jar [2019-07-30T07:12:59.869Z] [INFO] [2019-07-30T07:12:59.869Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:12:59.869Z] [INFO] [2019-07-30T07:12:59.869Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:12:59.869Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT.jar [2019-07-30T07:12:59.869Z] [INFO] [2019-07-30T07:12:59.869Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:12:59.869Z] [INFO] [2019-07-30T07:12:59.869Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:12:59.869Z] [INFO] [2019-07-30T07:12:59.869Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:12:59.869Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT.jar [2019-07-30T07:12:59.869Z] [INFO] [2019-07-30T07:12:59.869Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:12:59.869Z] [INFO] [2019-07-30T07:12:59.869Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:13:01.756Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/work/data/.metadata/.log [2019-07-30T07:13:01.756Z] [INFO] Command line: [2019-07-30T07:13:01.756Z] [/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/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T07:13:01.756Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:13:03.649Z] !SESSION 2019-07-30 07:13:01.527 ----------------------------------------------- [2019-07-30T07:13:03.649Z] eclipse.buildId=unknown [2019-07-30T07:13:03.649Z] java.version=1.8.0_202 [2019-07-30T07:13:03.649Z] java.vendor=Oracle Corporation [2019-07-30T07:13:03.649Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:13:03.649Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T07:13:03.649Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.headlesstest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T07:13:03.649Z] [2019-07-30T07:13:03.649Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:13:03.436 [2019-07-30T07:13:03.649Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:13:03.649Z] !STACK 0 [2019-07-30T07:13:03.649Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [61] [2019-07-30T07:13:03.650Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:13:03.650Z] [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:13:03.650Z] [2019-07-30T07:13:03.650Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:13:03.612 [2019-07-30T07:13:03.650Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:13:03.650Z] !STACK 0 [2019-07-30T07:13:03.650Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [130] [2019-07-30T07:13:03.650Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:13:03.650Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:13:03.650Z] -> 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" [2019-07-30T07:13:03.650Z] org.apache.httpcomponents.httpclient.win [35] [2019-07-30T07:13:03.650Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:13:03.650Z] [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:13:03.650Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:13:06.162Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest [2019-07-30T07:13:20.997Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.967 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest [2019-07-30T07:13:20.997Z] testCallStackEnd(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest) Time elapsed: 3.49 s [2019-07-30T07:13:20.997Z] testConstruction(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest) Time elapsed: 1.335 s [2019-07-30T07:13:20.997Z] testCallStack1(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest) Time elapsed: 1.377 s [2019-07-30T07:13:20.997Z] testCallStack2(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest) Time elapsed: 1.221 s [2019-07-30T07:13:20.997Z] testCallStack3(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest) Time elapsed: 1.184 s [2019-07-30T07:13:20.997Z] testOtherUstTrace(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest) Time elapsed: 3.116 s [2019-07-30T07:13:20.997Z] testCallStackBegin(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderFastTest) Time elapsed: 1.171 s [2019-07-30T07:13:20.997Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest [2019-07-30T07:13:29.074Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.707 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest [2019-07-30T07:13:29.074Z] testCallStackEnd(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest) Time elapsed: 1.169 s [2019-07-30T07:13:29.074Z] testConstruction(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest) Time elapsed: 1.191 s [2019-07-30T07:13:29.074Z] testCallStack1(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest) Time elapsed: 1.138 s [2019-07-30T07:13:29.074Z] testCallStack2(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest) Time elapsed: 1.148 s [2019-07-30T07:13:29.074Z] testCallStack3(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest) Time elapsed: 1.146 s [2019-07-30T07:13:29.074Z] testOtherUstTrace(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest) Time elapsed: 2.679 s [2019-07-30T07:13:29.074Z] testCallStackBegin(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LttngUstCallStackProviderTest) Time elapsed: 1.232 s [2019-07-30T07:13:29.074Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LTTngUstCallStackAnalysisRequirementTest [2019-07-30T07:13:29.074Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LTTngUstCallStackAnalysisRequirementTest [2019-07-30T07:13:29.074Z] testCallStackRequirements(org.eclipse.tracecompass.lttng2.ust.core.tests.callstack.LTTngUstCallStackAnalysisRequirementTest) Time elapsed: 0.02 s [2019-07-30T07:13:29.074Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest [2019-07-30T07:13:34.626Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.676 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest [2019-07-30T07:13:34.626Z] testExec(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest) Time elapsed: 1.118 s [2019-07-30T07:13:34.626Z] testGetAnalysisRequirements(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest) Time elapsed: 0 s [2019-07-30T07:13:34.626Z] testGetAllBinaries(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest) Time elapsed: 1.155 s [2019-07-30T07:13:34.626Z] testExecution(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest) Time elapsed: 0.033 s [2019-07-30T07:13:34.626Z] testTwoProcesses(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest) Time elapsed: 1.109 s [2019-07-30T07:13:34.626Z] testCanExecute(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest) Time elapsed: 0.018 s [2019-07-30T07:13:34.626Z] testBuildIDDebugLink(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest) Time elapsed: 1.11 s [2019-07-30T07:13:34.626Z] testCannotExcecute(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest) Time elapsed: 0.011 s [2019-07-30T07:13:34.626Z] testBinaryCallsites(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.debuginfo.UstDebugInfoAnalysisModuleTest) Time elapsed: 1.116 s [2019-07-30T07:13:34.626Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.memory.UstMemoryAnalysisModuleTest [2019-07-30T07:13:34.626Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.memory.UstMemoryAnalysisModuleTest [2019-07-30T07:13:34.626Z] testGetAnalysisRequirements(org.eclipse.tracecompass.lttng2.ust.core.tests.analysis.memory.UstMemoryAnalysisModuleTest) skipped [2019-07-30T07:13:34.626Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.trace.LttngUstTraceTest [2019-07-30T07:13:34.626Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.trace.LttngUstTraceTest [2019-07-30T07:13:34.626Z] testTidAspect(org.eclipse.tracecompass.lttng2.ust.core.tests.trace.LttngUstTraceTest) Time elapsed: 0.104 s [2019-07-30T07:13:34.626Z] Running org.eclipse.tracecompass.lttng2.ust.core.tests.ActivatorTest [2019-07-30T07:13:34.626Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.tracecompass.lttng2.ust.core.tests.ActivatorTest [2019-07-30T07:13:34.626Z] testStartBundleContext(org.eclipse.tracecompass.lttng2.ust.core.tests.ActivatorTest) Time elapsed: 0 s [2019-07-30T07:13:34.626Z] testActivator(org.eclipse.tracecompass.lttng2.ust.core.tests.ActivatorTest) Time elapsed: 0 s [2019-07-30T07:13:34.626Z] testStopBundleContext(org.eclipse.tracecompass.lttng2.ust.core.tests.ActivatorTest) Time elapsed: 0 s [2019-07-30T07:13:34.626Z] testGetDefault(org.eclipse.tracecompass.lttng2.ust.core.tests.ActivatorTest) Time elapsed: 0 s [2019-07-30T07:13:34.626Z] [2019-07-30T07:13:34.626Z] Results: [2019-07-30T07:13:34.626Z] [2019-07-30T07:13:34.626Z] Tests run: 30, Failures: 0, Errors: 0, Skipped: 1 [2019-07-30T07:13:34.626Z] [2019-07-30T07:13:35.187Z] [INFO] All tests passed! [2019-07-30T07:13:35.187Z] [INFO] [2019-07-30T07:13:35.187Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:13:35.187Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:13:35.187Z] [INFO] [2019-07-30T07:13:35.187Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:13:35.443Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:13:35.443Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:13:35.698Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:13:35.953Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T07:13:35.953Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes [2019-07-30T07:13:36.208Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:13:36.208Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:13:36.208Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:13:36.208Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:13:36.464Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes [2019-07-30T07:13:36.464Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:13:36.720Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:13:36.720Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes [2019-07-30T07:13:36.975Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes [2019-07-30T07:13:36.975Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes [2019-07-30T07:13:36.975Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:13:36.975Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.core' with 43 classes [2019-07-30T07:13:36.975Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T07:13:37.230Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes [2019-07-30T07:13:37.485Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T07:13:37.485Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:13:37.485Z] [INFO] [2019-07-30T07:13:37.485Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:13:37.485Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT.jar [2019-07-30T07:13:37.485Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT.pom [2019-07-30T07:13:37.485Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT-sources.jar [2019-07-30T07:13:37.485Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:13:37.486Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT-p2metadata.xml [2019-07-30T07:13:37.486Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.core.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.core.tests/1.0.9-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.core.tests-1.0.9-SNAPSHOT-p2artifacts.xml [2019-07-30T07:13:37.486Z] [INFO] [2019-07-30T07:13:37.486Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.ust.core.tests --- [2019-07-30T07:13:37.486Z] [INFO] [2019-07-30T07:13:37.486Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.ust.ui.tests >-- [2019-07-30T07:13:37.486Z] [INFO] Building org.eclipse.tracecompass.lttng2.ust.ui.tests 1.0.0-SNAPSHOT [97/134] [2019-07-30T07:13:37.486Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:13:37.486Z] [INFO] [2019-07-30T07:13:37.486Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:37.486Z] [INFO] [2019-07-30T07:13:37.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:37.486Z] [INFO] The project's OSGi version is 1.0.0.201907300626 [2019-07-30T07:13:37.486Z] [INFO] [2019-07-30T07:13:37.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:37.486Z] [INFO] [2019-07-30T07:13:37.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:37.486Z] [INFO] [2019-07-30T07:13:37.486Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:37.486Z] [INFO] [2019-07-30T07:13:37.486Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:37.486Z] [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/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:13:37.486Z] [INFO] [2019-07-30T07:13:37.486Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:37.486Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:13:37.486Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/src/main/resources [2019-07-30T07:13:37.486Z] [INFO] [2019-07-30T07:13:37.486Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:37.486Z] [INFO] Compiling 1 source file to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/classes [2019-07-30T07:13:37.486Z] [INFO] [2019-07-30T07:13:37.486Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:37.486Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:13:37.486Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/src/test/resources [2019-07-30T07:13:37.486Z] [INFO] [2019-07-30T07:13:37.486Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:37.486Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT-sources.jar [2019-07-30T07:13:37.741Z] [INFO] [2019-07-30T07:13:37.741Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:37.741Z] [INFO] [2019-07-30T07:13:37.741Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:37.741Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT.jar [2019-07-30T07:13:37.741Z] [INFO] [2019-07-30T07:13:37.741Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:37.741Z] [INFO] [2019-07-30T07:13:37.741Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:37.741Z] [INFO] [2019-07-30T07:13:37.741Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:37.741Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT.jar [2019-07-30T07:13:37.741Z] [INFO] [2019-07-30T07:13:37.741Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:37.741Z] [INFO] [2019-07-30T07:13:37.741Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:38.667Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/work/data/.metadata/.log [2019-07-30T07:13:38.667Z] [INFO] Command line: [2019-07-30T07:13:38.668Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -consoleLog] [2019-07-30T07:13:38.668Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:13:41.179Z] !SESSION 2019-07-30 07:13:38.818 ----------------------------------------------- [2019-07-30T07:13:41.179Z] eclipse.buildId=unknown [2019-07-30T07:13:41.179Z] java.version=1.8.0_202 [2019-07-30T07:13:41.179Z] java.vendor=Oracle Corporation [2019-07-30T07:13:41.179Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:13:41.179Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/surefire.properties -product org.eclipse.platform.ide [2019-07-30T07:13:41.179Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/surefire.properties -product org.eclipse.platform.ide -consoleLog [2019-07-30T07:13:41.179Z] [2019-07-30T07:13:41.179Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:13:40.729 [2019-07-30T07:13:41.179Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:13:41.179Z] !STACK 0 [2019-07-30T07:13:41.179Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] [2019-07-30T07:13:41.179Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:13:41.179Z] [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:13:41.179Z] [2019-07-30T07:13:41.179Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:13:40.839 [2019-07-30T07:13:41.179Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:13:41.179Z] !STACK 0 [2019-07-30T07:13:41.179Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] [2019-07-30T07:13:41.179Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:13:41.179Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:13:41.179Z] -> 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" [2019-07-30T07:13:41.179Z] org.apache.httpcomponents.httpclient.win [36] [2019-07-30T07:13:41.179Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:13:41.179Z] [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:13:41.179Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:13:42.108Z] process 11376: 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 [2019-07-30T07:13:42.108Z] See the manual page for dbus-uuidgen to correct this issue. [2019-07-30T07:13:42.726Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:13:42.726Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:13:50.806Z] Running org.eclipse.tracecompass.lttng2.ust.ui.tests.ActivatorTest [2019-07-30T07:13:50.806Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.tracecompass.lttng2.ust.ui.tests.ActivatorTest [2019-07-30T07:13:50.806Z] testStartBundleContext(org.eclipse.tracecompass.lttng2.ust.ui.tests.ActivatorTest) Time elapsed: 0 s [2019-07-30T07:13:50.806Z] testActivator(org.eclipse.tracecompass.lttng2.ust.ui.tests.ActivatorTest) Time elapsed: 0 s [2019-07-30T07:13:50.806Z] testStopBundleContext(org.eclipse.tracecompass.lttng2.ust.ui.tests.ActivatorTest) Time elapsed: 0 s [2019-07-30T07:13:50.806Z] testGetDefault(org.eclipse.tracecompass.lttng2.ust.ui.tests.ActivatorTest) Time elapsed: 0 s [2019-07-30T07:13:50.806Z] [2019-07-30T07:13:50.806Z] Results: [2019-07-30T07:13:50.806Z] [2019-07-30T07:13:50.806Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T07:13:50.806Z] [2019-07-30T07:13:51.367Z] [INFO] All tests passed! [2019-07-30T07:13:51.367Z] [INFO] [2019-07-30T07:13:51.367Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:51.367Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:13:51.367Z] [INFO] [2019-07-30T07:13:51.367Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:51.927Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:13:51.927Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:13:51.927Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:13:52.488Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.graph.core' with 27 classes [2019-07-30T07:13:52.488Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.core' with 119 classes [2019-07-30T07:13:52.488Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:13:52.488Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:13:52.743Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.core' with 22 classes [2019-07-30T07:13:52.743Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:13:52.743Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.os.linux.ui' with 73 classes [2019-07-30T07:13:52.999Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:13:53.925Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:13:53.925Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.timing.ui' with 49 classes [2019-07-30T07:13:53.925Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.core' with 41 classes [2019-07-30T07:13:53.925Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.profiling.ui' with 51 classes [2019-07-30T07:13:53.925Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:13:54.181Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:13:54.181Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.common.core' with 2 classes [2019-07-30T07:13:54.181Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes [2019-07-30T07:13:54.181Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.core' with 43 classes [2019-07-30T07:13:54.181Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.ust.ui' with 10 classes [2019-07-30T07:13:54.436Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T07:13:54.436Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T07:13:54.691Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:13:54.691Z] [INFO] [2019-07-30T07:13:54.691Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:54.691Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT.jar [2019-07-30T07:13:54.691Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT.pom [2019-07-30T07:13:54.691Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT-sources.jar [2019-07-30T07:13:54.691Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:13:54.691Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT-p2metadata.xml [2019-07-30T07:13:54.691Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.ust.ui.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.ust.ui.tests/1.0.0-SNAPSHOT/org.eclipse.tracecompass.lttng2.ust.ui.tests-1.0.0-SNAPSHOT-p2artifacts.xml [2019-07-30T07:13:54.691Z] [INFO] [2019-07-30T07:13:54.691Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.ust.ui.tests --- [2019-07-30T07:13:54.691Z] [INFO] [2019-07-30T07:13:54.691Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests >-- [2019-07-30T07:13:54.691Z] [INFO] Building org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests 1.0.5-SNAPSHOT [98/134] [2019-07-30T07:13:54.691Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:13:54.691Z] [INFO] [2019-07-30T07:13:54.691Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:13:54.691Z] [INFO] [2019-07-30T07:13:54.691Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:13:54.691Z] [INFO] The project's OSGi version is 1.0.5.201907300626 [2019-07-30T07:13:54.691Z] [INFO] [2019-07-30T07:13:54.691Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:13:54.691Z] [INFO] [2019-07-30T07:13:54.691Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:13:54.691Z] [INFO] [2019-07-30T07:13:54.691Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:13:54.691Z] [INFO] [2019-07-30T07:13:54.691Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:13:54.691Z] [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/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:13:54.691Z] [INFO] [2019-07-30T07:13:54.691Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:13:54.691Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:13:54.691Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/src/main/resources [2019-07-30T07:13:54.691Z] [INFO] [2019-07-30T07:13:54.691Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:13:54.691Z] [INFO] Compiling 10 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/classes [2019-07-30T07:13:54.947Z] [INFO] [2019-07-30T07:13:54.947Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:13:54.947Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:13:54.947Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/src/test/resources [2019-07-30T07:13:54.947Z] [INFO] [2019-07-30T07:13:54.947Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:13:54.947Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT-sources.jar [2019-07-30T07:13:54.947Z] [INFO] [2019-07-30T07:13:54.947Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:13:54.947Z] [INFO] [2019-07-30T07:13:54.947Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:13:54.947Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT.jar [2019-07-30T07:13:55.202Z] [INFO] [2019-07-30T07:13:55.202Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:13:55.202Z] [INFO] [2019-07-30T07:13:55.202Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:13:55.202Z] [INFO] [2019-07-30T07:13:55.202Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:13:55.202Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT.jar [2019-07-30T07:13:55.202Z] [INFO] [2019-07-30T07:13:55.202Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:13:55.202Z] [INFO] [2019-07-30T07:13:55.202Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:13:56.565Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/work/data/.metadata/.log [2019-07-30T07:13:56.565Z] [INFO] Command line: [2019-07-30T07:13:56.565Z] [/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/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] [2019-07-30T07:13:56.565Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:13:58.553Z] !SESSION 2019-07-30 07:13:56.362 ----------------------------------------------- [2019-07-30T07:13:58.553Z] eclipse.buildId=unknown [2019-07-30T07:13:58.553Z] java.version=1.8.0_202 [2019-07-30T07:13:58.553Z] java.vendor=Oracle Corporation [2019-07-30T07:13:58.553Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:13:58.553Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread [2019-07-30T07:13:58.553Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog [2019-07-30T07:13:58.553Z] [2019-07-30T07:13:58.553Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:13:58.348 [2019-07-30T07:13:58.553Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:13:58.553Z] !STACK 0 [2019-07-30T07:13:58.553Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] [2019-07-30T07:13:58.553Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:13:58.553Z] [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:13:58.553Z] [2019-07-30T07:13:58.553Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:13:58.449 [2019-07-30T07:13:58.553Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:13:58.553Z] !STACK 0 [2019-07-30T07:13:58.553Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] [2019-07-30T07:13:58.553Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:13:58.553Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:13:58.553Z] -> 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" [2019-07-30T07:13:58.553Z] org.apache.httpcomponents.httpclient.win [36] [2019-07-30T07:13:58.553Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:13:58.553Z] [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:13:58.553Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:13:59.916Z] process 11443: 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 [2019-07-30T07:13:59.916Z] See the manual page for dbus-uuidgen to correct this issue. [2019-07-30T07:14:00.172Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:14:00.172Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:14:06.701Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewKernelFilterTest [2019-07-30T07:14:06.701Z] Display size: 1440x900 [2019-07-30T07:14:06.701Z] OS version=3.10.0-957.1.3.el7.x86_64 [2019-07-30T07:14:06.701Z] GTK version=3.18.9 [2019-07-30T07:14:06.701Z] GTK theme=Ambiance [2019-07-30T07:14:06.701Z] LIBOVERLAY_SCROLLBAR=0 [2019-07-30T07:14:06.701Z] Time zone: Coordinated Universal Time [2019-07-30T07:14:06.701Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). [2019-07-30T07:14:06.701Z] log4j:WARN Please initialize the log4j system properly. [2019-07-30T07:14:07.628Z] *** BUG *** [2019-07-30T07:14:07.628Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:14:07.628Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:14:07.628Z] [2019-07-30T07:14:07.628Z] *** BUG *** [2019-07-30T07:14:07.628Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:14:07.628Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:14:07.628Z] [2019-07-30T07:14:07.883Z] *** BUG *** [2019-07-30T07:14:07.883Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:14:07.883Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:14:07.883Z] [2019-07-30T07:14:07.883Z] *** BUG *** [2019-07-30T07:14:07.883Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:14:07.883Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:14:07.883Z] [2019-07-30T07:14:08.443Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' [2019-07-30T07:14:08.443Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:08.443Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:08.443Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:08.443Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102752575 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:08.443Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102752575 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:08.443Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102752575 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:08.443Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102752576 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:08.443Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102752577 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} [2019-07-30T07:14:08.443Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102752593 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:08.443Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:08.443Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102752595 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:08.443Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102752595 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:08.443Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102752595 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:08.443Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102752596 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:08.443Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102752596 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} [2019-07-30T07:14:08.443Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102752598 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:09.004Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect' [2019-07-30T07:14:09.004Z] DEBUG - Clicking on with mnemonic 'Connect' [2019-07-30T07:14:09.004Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=1102753176 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect' [2019-07-30T07:14:09.004Z] DEBUG - Clicked on with mnemonic 'Connect' [2019-07-30T07:14:09.564Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:09.564Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1102753792 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions [2019-07-30T07:14:09.564Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102753792 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:09.564Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102753792 data=null} to Tree node with text: Sessions [2019-07-30T07:14:09.564Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102753792 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:09.564Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102753793 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 [2019-07-30T07:14:09.564Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102753795 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:09.564Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:09.564Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1102753799 data=null button=0 stateMask=0x0 x=89 y=127 count=0} to Tree node with text: Sessions [2019-07-30T07:14:09.564Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102753799 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:09.564Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102753799 data=null} to Tree node with text: Sessions [2019-07-30T07:14:09.564Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102753800 data=null button=1 stateMask=0x0 x=89 y=127 count=1} to Tree node with text: Sessions [2019-07-30T07:14:09.564Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102753800 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 [2019-07-30T07:14:09.564Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102753801 data=null button=1 stateMask=0x80000 x=89 y=127 count=1} to Tree node with text: Sessions [2019-07-30T07:14:09.819Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...' [2019-07-30T07:14:09.819Z] DEBUG - Clicking on with mnemonic 'Create Session...' [2019-07-30T07:14:10.075Z] DEBUG - Clicked on with mnemonic 'Create Session...' [2019-07-30T07:14:10.075Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session' [2019-07-30T07:14:10.075Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=1102754191 data=null doit=true} to Shell with text {Create Session} [2019-07-30T07:14:10.075Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:10.075Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:10.075Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:10.075Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:10.075Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:10.075Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:10.075Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:10.075Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:10.075Z] DEBUG - matched Text with text "Configure the new tr...", using matcher: of type 'Text' [2019-07-30T07:14:10.075Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:10.075Z] DEBUG - matched Text with text "Configure the new tr...", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:10.075Z] DEBUG - matched Text with text "Configure the new tr...", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:10.075Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button' [2019-07-30T07:14:10.075Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button' [2019-07-30T07:14:10.075Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button' [2019-07-30T07:14:10.075Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:10.075Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:10.075Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:10.075Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:10.075Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:10.075Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:10.075Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102754207 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:10.075Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102754207 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:10.075Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102754208 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:10.075Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102754208 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:10.075Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102754208 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:10.075Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102754209 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:10.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102754209 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:10.075Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=1102753969 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...' [2019-07-30T07:14:10.335Z] DEBUG - Clicked on [2019-07-30T07:14:10.335Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102754470 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:10.335Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102754473 data=null} to Tree node with text: Sessions [2019-07-30T07:14:10.335Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102754473 data=null button=1 stateMask=0x0 x=89 y=92 count=1} to Tree node with text: Sessions [2019-07-30T07:14:10.335Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102754474 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 [2019-07-30T07:14:10.335Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102754476 data=null button=1 stateMask=0x80000 x=89 y=92 count=1} to Tree node with text: Sessions [2019-07-30T07:14:10.335Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:10.335Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:10.335Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:10.335Z] WARN - Tree item Tree node with text: Provider is already expanded. Won't expand it again. [2019-07-30T07:14:10.335Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Kernel} time=1102754487 data=null doit=true} to Tree node with text: Kernel [2019-07-30T07:14:10.335Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Kernel} time=1102754487 data=null} to Tree node with text: Kernel [2019-07-30T07:14:10.335Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Kernel} time=1102754487 data=null button=1 stateMask=0x0 x=98 y=8 count=1} to Tree node with text: Kernel [2019-07-30T07:14:10.335Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102754488 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 [2019-07-30T07:14:10.622Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Kernel} time=1102754605 data=null button=1 stateMask=0x80000 x=98 y=8 count=1} to Tree node with text: Kernel [2019-07-30T07:14:10.622Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:10.622Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {sched_switch} time=1102754607 data=null button=0 stateMask=0x0 x=138 y=2717 count=0} to Tree node with text: sched_switch [2019-07-30T07:14:10.622Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {sched_switch} time=1102754607 data=null doit=true} to Tree node with text: sched_switch [2019-07-30T07:14:10.622Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {sched_switch} time=1102754608 data=null} to Tree node with text: sched_switch [2019-07-30T07:14:10.622Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {sched_switch} time=1102754608 data=null button=1 stateMask=0x0 x=138 y=2717 count=1} to Tree node with text: sched_switch [2019-07-30T07:14:10.622Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102754608 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 [2019-07-30T07:14:10.622Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {sched_switch} time=1102754613 data=null button=1 stateMask=0x80000 x=138 y=2717 count=1} to Tree node with text: sched_switch [2019-07-30T07:14:10.622Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:10.622Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {sched_switch} time=1102754614 data=null button=0 stateMask=0x0 x=138 y=2717 count=0} to Tree node with text: sched_switch [2019-07-30T07:14:10.622Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {sched_switch} time=1102754614 data=null doit=true} to Tree node with text: sched_switch [2019-07-30T07:14:10.622Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {sched_switch} time=1102754614 data=null} to Tree node with text: sched_switch [2019-07-30T07:14:10.622Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {sched_switch} time=1102754615 data=null button=1 stateMask=0x0 x=138 y=2717 count=1} to Tree node with text: sched_switch [2019-07-30T07:14:10.622Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102754615 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 [2019-07-30T07:14:10.622Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {sched_switch} time=1102754616 data=null button=1 stateMask=0x80000 x=138 y=2717 count=1} to Tree node with text: sched_switch [2019-07-30T07:14:10.622Z] DEBUG - matched MenuItem with text "Enable Event...", using matcher: with mnemonic 'Enable Event...' [2019-07-30T07:14:10.622Z] DEBUG - Clicking on with mnemonic 'Enable Event...' [2019-07-30T07:14:10.967Z] DEBUG - Clicked on with mnemonic 'Enable Event...' [2019-07-30T07:14:10.967Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:10.967Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102754908 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:10.967Z] DEBUG - matched CCombo with text "", using matcher: of type 'CCombo' [2019-07-30T07:14:10.967Z] DEBUG - matched Group with text "Session List", using matcher: with mnemonic 'Session List' [2019-07-30T07:14:10.967Z] DEBUG - matched CCombo with text "", using matcher: in group (with mnemonic 'Session List') [2019-07-30T07:14:10.967Z] DEBUG - matched CCombo with text "", using matcher: (of type 'CCombo' and in group (with mnemonic 'Session List')) [2019-07-30T07:14:10.967Z] DEBUG - matched CCombo with text "", using matcher: of type 'CCombo' [2019-07-30T07:14:10.967Z] DEBUG - Setting selection on CCombo {*Wrong Thread*} to mysession [2019-07-30T07:14:10.967Z] DEBUG - Sent event Selection [13]: SelectionEvent{CCombo {} time=1102754918 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')) [2019-07-30T07:14:10.967Z] DEBUG - Set selection on CCombo {*Wrong Thread*} to mysession [2019-07-30T07:14:10.967Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:10.967Z] DEBUG - matched Group with text "Filter Expression", using matcher: with mnemonic 'Filter Expression' [2019-07-30T07:14:10.967Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Filter Expression') [2019-07-30T07:14:10.967Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Filter Expression')) [2019-07-30T07:14:10.967Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:10.967Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:10.967Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:10.967Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:10.967Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:10.967Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:10.967Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102754975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:10.967Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102754975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:10.967Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102754975 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:10.967Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102754975 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:10.967Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102754975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:10.967Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102754975 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:10.967Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102754975 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:10.967Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event...} time=1102754714 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...' [2019-07-30T07:14:11.222Z] DEBUG - Clicked on [2019-07-30T07:14:11.222Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:11.222Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:11.222Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:11.222Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:11.222Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:11.222Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:11.222Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:11.222Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:11.222Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:11.222Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:11.222Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:11.222Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:11.222Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:11.222Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1102755397 data=null doit=true} to Tree node with text: channel0 [2019-07-30T07:14:11.222Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1102755397 data=null} to Tree node with text: channel0 [2019-07-30T07:14:11.222Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1102755397 data=null button=1 stateMask=0x0 x=143 y=9440 count=1} to Tree node with text: channel0 [2019-07-30T07:14:11.222Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102755398 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 [2019-07-30T07:14:11.222Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1102755401 data=null button=1 stateMask=0x80000 x=143 y=9440 count=1} to Tree node with text: channel0 [2019-07-30T07:14:11.222Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:11.222Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:11.222Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:11.222Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102755409 data=null button=0 stateMask=0x0 x=112 y=9398 count=0} to Tree node with text: mysession [2019-07-30T07:14:11.222Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102755409 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:11.222Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102755409 data=null} to Tree node with text: mysession [2019-07-30T07:14:11.222Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102755409 data=null button=1 stateMask=0x0 x=112 y=9398 count=1} to Tree node with text: mysession [2019-07-30T07:14:11.222Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102755410 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 [2019-07-30T07:14:11.222Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102755416 data=null button=1 stateMask=0x80000 x=112 y=9398 count=1} to Tree node with text: mysession [2019-07-30T07:14:11.222Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:11.222Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102755467 data=null button=0 stateMask=0x0 x=112 y=3345 count=0} to Tree node with text: mysession [2019-07-30T07:14:11.222Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102755468 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:11.222Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102755468 data=null} to Tree node with text: mysession [2019-07-30T07:14:11.222Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102755468 data=null button=1 stateMask=0x0 x=112 y=3345 count=1} to Tree node with text: mysession [2019-07-30T07:14:11.222Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102755468 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 [2019-07-30T07:14:11.222Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102755470 data=null button=1 stateMask=0x80000 x=112 y=3345 count=1} to Tree node with text: mysession [2019-07-30T07:14:11.477Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start' [2019-07-30T07:14:11.477Z] DEBUG - Clicking on with mnemonic 'Start' [2019-07-30T07:14:11.477Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=1102755600 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start' [2019-07-30T07:14:11.477Z] DEBUG - Clicked on with mnemonic 'Start' [2019-07-30T07:14:11.477Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:11.477Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:11.477Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:11.477Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102755711 data=null button=0 stateMask=0x0 x=112 y=92 count=0} to Tree node with text: mysession [2019-07-30T07:14:11.477Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102755712 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:11.477Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102755712 data=null} to Tree node with text: mysession [2019-07-30T07:14:11.477Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102755712 data=null button=1 stateMask=0x0 x=112 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:11.477Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102755712 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 [2019-07-30T07:14:11.477Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102755717 data=null button=1 stateMask=0x80000 x=112 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:11.477Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:11.477Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102755718 data=null button=0 stateMask=0x0 x=112 y=92 count=0} to Tree node with text: mysession [2019-07-30T07:14:11.477Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102755718 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:11.477Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102755718 data=null} to Tree node with text: mysession [2019-07-30T07:14:11.477Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102755719 data=null button=1 stateMask=0x0 x=112 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:11.477Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102755719 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 [2019-07-30T07:14:11.477Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102755720 data=null button=1 stateMask=0x80000 x=112 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:11.733Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop' [2019-07-30T07:14:11.733Z] DEBUG - Clicking on with mnemonic 'Stop' [2019-07-30T07:14:11.733Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=1102755817 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop' [2019-07-30T07:14:11.733Z] DEBUG - Clicked on with mnemonic 'Stop' [2019-07-30T07:14:11.733Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:11.733Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:11.733Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:11.733Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102755920 data=null button=0 stateMask=0x0 x=112 y=92 count=0} to Tree node with text: mysession [2019-07-30T07:14:11.733Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102755920 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:11.733Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102755920 data=null} to Tree node with text: mysession [2019-07-30T07:14:11.733Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102755920 data=null button=1 stateMask=0x0 x=112 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:11.733Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102755921 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 [2019-07-30T07:14:11.733Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102755922 data=null button=1 stateMask=0x80000 x=112 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:11.733Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:11.733Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102755923 data=null button=0 stateMask=0x0 x=112 y=92 count=0} to Tree node with text: mysession [2019-07-30T07:14:11.733Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102755923 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:11.733Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102755923 data=null} to Tree node with text: mysession [2019-07-30T07:14:11.733Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102755924 data=null button=1 stateMask=0x0 x=112 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:11.733Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102755964 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 [2019-07-30T07:14:11.733Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102755965 data=null button=1 stateMask=0x80000 x=112 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:11.988Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...' [2019-07-30T07:14:11.988Z] DEBUG - Clicking on with mnemonic 'Destroy Session...' [2019-07-30T07:14:11.988Z] DEBUG - Clicked on with mnemonic 'Destroy Session...' [2019-07-30T07:14:11.988Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation' [2019-07-30T07:14:11.988Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=1102756192 data=null doit=true} to Shell with text {Destroy Confirmation} [2019-07-30T07:14:11.988Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:11.988Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:14:11.988Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:14:11.988Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:11.988Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:11.988Z] DEBUG - Clicking on OK [2019-07-30T07:14:11.988Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102756195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:11.988Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102756200 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:11.988Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102756200 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:11.988Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102756201 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:11.988Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102756201 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:11.988Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102756201 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:12.243Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102756201 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:12.243Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=1102756063 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...' [2019-07-30T07:14:12.243Z] DEBUG - Clicked on [2019-07-30T07:14:12.243Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:12.243Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:12.243Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102756416 data=null button=0 stateMask=0x0 x=69 y=-12025 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:12.243Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102756416 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:12.243Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102756416 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:12.243Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102756416 data=null button=1 stateMask=0x0 x=69 y=-12025 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:12.243Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102756417 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} [2019-07-30T07:14:12.243Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102756420 data=null button=1 stateMask=0x80000 x=69 y=-12025 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:12.243Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:12.243Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102756421 data=null button=0 stateMask=0x0 x=69 y=-12025 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:12.243Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102756421 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:12.243Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102756421 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:12.243Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102756422 data=null button=1 stateMask=0x0 x=69 y=-12025 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:12.243Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102756422 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} [2019-07-30T07:14:12.243Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102756423 data=null button=1 stateMask=0x80000 x=69 y=-12025 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:12.499Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect' [2019-07-30T07:14:12.499Z] DEBUG - Clicking on with mnemonic 'Disconnect' [2019-07-30T07:14:12.499Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=1102756578 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect' [2019-07-30T07:14:12.499Z] DEBUG - Clicked on with mnemonic 'Disconnect' [2019-07-30T07:14:12.499Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' [2019-07-30T07:14:12.499Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:12.499Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:12.499Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:12.499Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102756698 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:12.499Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102756698 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:12.499Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102756699 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:12.499Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102756699 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:12.499Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102756699 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} [2019-07-30T07:14:12.499Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102756702 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:12.499Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:12.499Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102756703 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:12.499Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102756703 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:12.499Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102756703 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:12.499Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102756703 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:12.499Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102756704 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} [2019-07-30T07:14:12.499Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102756705 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:12.754Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect' [2019-07-30T07:14:12.754Z] DEBUG - Clicking on with mnemonic 'Connect' [2019-07-30T07:14:12.754Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=1102756790 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect' [2019-07-30T07:14:12.754Z] DEBUG - Clicked on with mnemonic 'Connect' [2019-07-30T07:14:13.315Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:13.315Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1102757302 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions [2019-07-30T07:14:13.315Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102757302 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:13.315Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102757302 data=null} to Tree node with text: Sessions [2019-07-30T07:14:13.315Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102757302 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:13.315Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102757302 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 [2019-07-30T07:14:13.315Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102757305 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:13.315Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:13.315Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1102757306 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions [2019-07-30T07:14:13.315Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102757310 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:13.315Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102757310 data=null} to Tree node with text: Sessions [2019-07-30T07:14:13.315Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102757310 data=null button=1 stateMask=0x0 x=89 y=127 count=1} to Tree node with text: Sessions [2019-07-30T07:14:13.315Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102757311 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 [2019-07-30T07:14:13.315Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102757312 data=null button=1 stateMask=0x80000 x=89 y=127 count=1} to Tree node with text: Sessions [2019-07-30T07:14:13.315Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...' [2019-07-30T07:14:13.315Z] DEBUG - Clicking on with mnemonic 'Create Session...' [2019-07-30T07:14:13.315Z] DEBUG - Clicked on with mnemonic 'Create Session...' [2019-07-30T07:14:13.315Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session' [2019-07-30T07:14:13.315Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=1102757500 data=null doit=true} to Shell with text {Create Session} [2019-07-30T07:14:13.315Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:13.315Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:13.315Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:13.315Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:13.315Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:13.315Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:13.315Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:13.315Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:13.315Z] DEBUG - matched Text with text " [2019-07-30T07:14:13.315Z] ", using matcher: of type 'Text' [2019-07-30T07:14:13.315Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:13.315Z] DEBUG - matched Text with text " [2019-07-30T07:14:13.315Z] ", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:13.315Z] DEBUG - matched Text with text " [2019-07-30T07:14:13.315Z] ", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:13.315Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button' [2019-07-30T07:14:13.315Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button' [2019-07-30T07:14:13.315Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button' [2019-07-30T07:14:13.315Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:13.315Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:13.315Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:13.315Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:13.315Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:13.315Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:13.315Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102757511 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:13.315Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102757511 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:13.315Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102757511 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:13.315Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102757511 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:13.315Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102757512 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:13.315Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102757512 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:13.572Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102757512 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:13.572Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=1102757368 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...' [2019-07-30T07:14:13.572Z] DEBUG - Clicked on [2019-07-30T07:14:13.572Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102757675 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:13.572Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102757675 data=null} to Tree node with text: Sessions [2019-07-30T07:14:13.572Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102757675 data=null button=1 stateMask=0x0 x=73 y=92 count=1} to Tree node with text: Sessions [2019-07-30T07:14:13.572Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102757676 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 [2019-07-30T07:14:13.572Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102757676 data=null button=1 stateMask=0x80000 x=73 y=92 count=1} to Tree node with text: Sessions [2019-07-30T07:14:13.572Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:13.572Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:13.572Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:13.572Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:13.572Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:13.572Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102757678 data=null button=0 stateMask=0x0 x=96 y=113 count=0} to Tree node with text: mysession [2019-07-30T07:14:13.572Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102757679 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:13.572Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102757679 data=null} to Tree node with text: mysession [2019-07-30T07:14:13.572Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102757679 data=null button=1 stateMask=0x0 x=96 y=113 count=1} to Tree node with text: mysession [2019-07-30T07:14:13.572Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102757679 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 [2019-07-30T07:14:13.572Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102757682 data=null button=1 stateMask=0x80000 x=96 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:13.572Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:13.572Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102757688 data=null button=0 stateMask=0x0 x=112 y=92 count=0} to Tree node with text: mysession [2019-07-30T07:14:13.572Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102757688 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:13.572Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102757688 data=null} to Tree node with text: mysession [2019-07-30T07:14:13.572Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102757688 data=null button=1 stateMask=0x0 x=112 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:13.572Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102757689 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 [2019-07-30T07:14:13.572Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102757690 data=null button=1 stateMask=0x80000 x=112 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:13.572Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:13.572Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:13.828Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:13.828Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:13.828Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102758002 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:13.828Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:13.828Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:13.828Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:13.828Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:13.828Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:13.828Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:13.828Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:13.828Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:13.828Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:13.828Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events' [2019-07-30T07:14:13.828Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events') [2019-07-30T07:14:13.828Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:13.828Z] 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') [2019-07-30T07:14:13.828Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:13.828Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:13.828Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:13.828Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:13.828Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:13.828Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:13.828Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:13.828Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:13.828Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:13.828Z] 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') [2019-07-30T07:14:13.828Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1102758013 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:13.828Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1102758013 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') [2019-07-30T07:14:13.828Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1102758073 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') [2019-07-30T07:14:13.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1102758073 data=null item=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') [2019-07-30T07:14:13.828Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:13.828Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:13.828Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:13.828Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:13.828Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:13.828Z] DEBUG - Setting state to checked on: All [2019-07-30T07:14:14.085Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:14.085Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:14.085Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:14.085Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:14.085Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:14.085Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:14.085Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:14.085Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:14.085Z] DEBUG - matched Group with text "Filter Expression", using matcher: with mnemonic 'Filter Expression' [2019-07-30T07:14:14.085Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Filter Expression') [2019-07-30T07:14:14.085Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Filter Expression')) [2019-07-30T07:14:14.085Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:14.085Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:14.085Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:14.085Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:14.085Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:14.085Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:14.085Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:14.085Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:14.085Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:14.085Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:14.085Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:14.085Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:14.085Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:14.085Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:14.085Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:14.085Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:14.085Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102758105 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:14.085Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102758105 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:14.085Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102758105 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:14.085Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102758105 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:14.085Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102758105 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:14.085Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102758105 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:14.085Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102758105 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:14.085Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102757794 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)...' [2019-07-30T07:14:14.085Z] DEBUG - Clicked on [2019-07-30T07:14:14.085Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:14.085Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:14.085Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:14.085Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:14.085Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:14.085Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:14.085Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:14.085Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:14.085Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:14.085Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:14.085Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:14.085Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1102758287 data=null doit=true} to Tree node with text: channel0 [2019-07-30T07:14:14.085Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1102758287 data=null} to Tree node with text: channel0 [2019-07-30T07:14:14.085Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1102758287 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:14.085Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102758287 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 [2019-07-30T07:14:14.085Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1102758288 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:14.085Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:14.085Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:14.085Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:14.085Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102758289 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:14.085Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102758290 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:14.085Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102758290 data=null} to Tree node with text: mysession [2019-07-30T07:14:14.085Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102758290 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:14.085Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102758290 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 [2019-07-30T07:14:14.085Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102758291 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:14.085Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:14.085Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102758291 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:14.085Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102758292 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:14.085Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102758292 data=null} to Tree node with text: mysession [2019-07-30T07:14:14.085Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102758292 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:14.085Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102758292 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 [2019-07-30T07:14:14.085Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102758293 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:14.341Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start' [2019-07-30T07:14:14.341Z] DEBUG - Clicking on with mnemonic 'Start' [2019-07-30T07:14:14.341Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=1102758395 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start' [2019-07-30T07:14:14.341Z] DEBUG - Clicked on with mnemonic 'Start' [2019-07-30T07:14:14.341Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:14.341Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:14.341Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:14.341Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102758497 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:14.341Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102758497 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:14.341Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102758498 data=null} to Tree node with text: mysession [2019-07-30T07:14:14.341Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102758498 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:14.341Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102758498 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 [2019-07-30T07:14:14.341Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102758500 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:14.341Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:14.341Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102758501 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:14.341Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102758501 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:14.341Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102758501 data=null} to Tree node with text: mysession [2019-07-30T07:14:14.341Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102758501 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:14.341Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102758502 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 [2019-07-30T07:14:14.341Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102758503 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:14.341Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop' [2019-07-30T07:14:14.341Z] DEBUG - Clicking on with mnemonic 'Stop' [2019-07-30T07:14:14.341Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=1102758573 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop' [2019-07-30T07:14:14.341Z] DEBUG - Clicked on with mnemonic 'Stop' [2019-07-30T07:14:14.596Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:14.596Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:14.596Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:14.596Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102758676 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:14.596Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102758676 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:14.596Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102758676 data=null} to Tree node with text: mysession [2019-07-30T07:14:14.596Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102758676 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:14.596Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102758676 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 [2019-07-30T07:14:14.596Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102758679 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:14.596Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:14.596Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102758679 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:14.596Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102758680 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:14.596Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102758680 data=null} to Tree node with text: mysession [2019-07-30T07:14:14.596Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102758680 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:14.596Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102758680 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 [2019-07-30T07:14:14.596Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102758681 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:14.596Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...' [2019-07-30T07:14:14.596Z] DEBUG - Clicking on with mnemonic 'Destroy Session...' [2019-07-30T07:14:14.852Z] DEBUG - Clicked on with mnemonic 'Destroy Session...' [2019-07-30T07:14:14.852Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation' [2019-07-30T07:14:14.852Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=1102758877 data=null doit=true} to Shell with text {Destroy Confirmation} [2019-07-30T07:14:14.852Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:14.852Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:14:14.852Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:14:14.852Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:14.852Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:14.852Z] DEBUG - Clicking on OK [2019-07-30T07:14:14.852Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102758878 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:14.852Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102758878 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:14.852Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102758878 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:14.852Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102758878 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:14.852Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102758879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:14.852Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102758879 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:14.852Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102758879 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:14.852Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=1102758764 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...' [2019-07-30T07:14:14.852Z] DEBUG - Clicked on [2019-07-30T07:14:14.852Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:14.852Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:14.852Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102758984 data=null button=0 stateMask=0x0 x=53 y=-34 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:14.852Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102758984 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:14.852Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102758984 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:14.852Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102758985 data=null button=1 stateMask=0x0 x=53 y=-34 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:14.852Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102758985 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} [2019-07-30T07:14:14.852Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102758987 data=null button=1 stateMask=0x80000 x=53 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:14.852Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:14.852Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102758988 data=null button=0 stateMask=0x0 x=53 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:14.852Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102758988 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:14.852Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102758988 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:14.852Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102758988 data=null button=1 stateMask=0x0 x=53 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:14.852Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102758988 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} [2019-07-30T07:14:14.852Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102758989 data=null button=1 stateMask=0x80000 x=53 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:14.852Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect' [2019-07-30T07:14:14.852Z] DEBUG - Clicking on with mnemonic 'Disconnect' [2019-07-30T07:14:14.852Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=1102759098 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect' [2019-07-30T07:14:14.852Z] DEBUG - Clicked on with mnemonic 'Disconnect' [2019-07-30T07:14:15.107Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.934 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewKernelFilterTest [2019-07-30T07:14:15.107Z] testTraceSessionTreeKernelProvider(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewKernelFilterTest) Time elapsed: 4.382 s [2019-07-30T07:14:15.107Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewKernelFilterTest) Time elapsed: 2.517 s [2019-07-30T07:14:15.107Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewProfileTest [2019-07-30T07:14:15.667Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' [2019-07-30T07:14:15.668Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:15.668Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:15.668Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:15.668Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102759789 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:15.668Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102759789 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:15.668Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102759789 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:15.668Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102759789 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:15.668Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102759789 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} [2019-07-30T07:14:15.668Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102759792 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:15.668Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:15.668Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102759792 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:15.668Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102759792 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:15.668Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102759792 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:15.668Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102759793 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:15.668Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102759793 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} [2019-07-30T07:14:15.668Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102759794 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:15.668Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect' [2019-07-30T07:14:15.668Z] DEBUG - Clicking on with mnemonic 'Connect' [2019-07-30T07:14:15.668Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=1102759883 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect' [2019-07-30T07:14:15.668Z] DEBUG - Clicked on with mnemonic 'Connect' [2019-07-30T07:14:16.228Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:16.228Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:16.228Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:16.228Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {15090000325097625} time=1102760395 data=null button=0 stateMask=0x0 x=146 y=158 count=0} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.228Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {15090000325097625} time=1102760395 data=null doit=true} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.228Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {15090000325097625} time=1102760395 data=null} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.228Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {15090000325097625} time=1102760395 data=null button=1 stateMask=0x0 x=146 y=158 count=1} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.228Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102760395 data=null item=TreeItem {15090000325097625} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.228Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {15090000325097625} time=1102760398 data=null button=1 stateMask=0x80000 x=146 y=158 count=1} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.228Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:16.228Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {15090000325097625} time=1102760398 data=null button=0 stateMask=0x0 x=146 y=158 count=0} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.228Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {15090000325097625} time=1102760398 data=null doit=true} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.228Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {15090000325097625} time=1102760398 data=null} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.228Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {15090000325097625} time=1102760398 data=null button=1 stateMask=0x0 x=146 y=158 count=1} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.228Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102760399 data=null item=TreeItem {15090000325097625} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.228Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {15090000325097625} time=1102760399 data=null button=1 stateMask=0x80000 x=146 y=158 count=1} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.228Z] DEBUG - matched MenuItem with text "Save...", using matcher: with mnemonic 'Save...' [2019-07-30T07:14:16.228Z] DEBUG - Clicking on with mnemonic 'Save...' [2019-07-30T07:14:16.484Z] DEBUG - Clicked on with mnemonic 'Save...' [2019-07-30T07:14:16.484Z] DEBUG - matched Shell with text "Save Sessions", using matcher: with text 'Save Sessions' [2019-07-30T07:14:16.484Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Save Sessions} time=1102760597 data=null doit=true} to Shell with text {Save Sessions} [2019-07-30T07:14:16.484Z] DEBUG - matched Button with text "force", using matcher: of type 'Button' [2019-07-30T07:14:16.484Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:16.484Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:14:16.484Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:14:16.484Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:16.484Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:16.484Z] DEBUG - Clicking on OK [2019-07-30T07:14:16.484Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102760605 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:16.484Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102760605 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:16.484Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102760605 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:16.484Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102760605 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:16.484Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102760606 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:16.484Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102760606 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:16.484Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102760606 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:16.484Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Save...} time=1102760473 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Save...' [2019-07-30T07:14:16.484Z] DEBUG - Clicked on [2019-07-30T07:14:16.484Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:16.484Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:16.484Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:16.484Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {15090000325097625} time=1102760716 data=null button=0 stateMask=0x0 x=146 y=92 count=0} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.484Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {15090000325097625} time=1102760716 data=null doit=true} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.484Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {15090000325097625} time=1102760716 data=null} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.484Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {15090000325097625} time=1102760716 data=null button=1 stateMask=0x0 x=146 y=92 count=1} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.484Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102760716 data=null item=TreeItem {15090000325097625} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.484Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {15090000325097625} time=1102760717 data=null button=1 stateMask=0x80000 x=146 y=92 count=1} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.739Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:16.739Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {15090000325097625} time=1102760768 data=null button=0 stateMask=0x0 x=146 y=92 count=0} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.739Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {15090000325097625} time=1102760768 data=null doit=true} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.739Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {15090000325097625} time=1102760768 data=null} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.739Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {15090000325097625} time=1102760768 data=null button=1 stateMask=0x0 x=146 y=92 count=1} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.739Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102760768 data=null item=TreeItem {15090000325097625} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.739Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {15090000325097625} time=1102760770 data=null button=1 stateMask=0x80000 x=146 y=92 count=1} to Tree node with text: 15090000325097625 [2019-07-30T07:14:16.739Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...' [2019-07-30T07:14:16.739Z] DEBUG - Clicking on with mnemonic 'Destroy Session...' [2019-07-30T07:14:16.739Z] DEBUG - Clicked on with mnemonic 'Destroy Session...' [2019-07-30T07:14:16.739Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation' [2019-07-30T07:14:16.739Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=1102760981 data=null doit=true} to Shell with text {Destroy Confirmation} [2019-07-30T07:14:16.739Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:16.739Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:14:16.740Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:14:16.740Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:16.740Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:16.740Z] DEBUG - Clicking on OK [2019-07-30T07:14:16.740Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102760983 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:16.740Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102760983 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:16.740Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102760984 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:16.740Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102760984 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:16.740Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102760984 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:16.740Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102760984 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:16.995Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102760984 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:16.995Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=1102760826 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...' [2019-07-30T07:14:16.995Z] DEBUG - Clicked on [2019-07-30T07:14:16.995Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:16.995Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:16.995Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1102761091 data=null button=0 stateMask=0x0 x=73 y=92 count=0} to Tree node with text: Sessions [2019-07-30T07:14:16.995Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102761091 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:16.995Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102761091 data=null} to Tree node with text: Sessions [2019-07-30T07:14:16.995Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102761091 data=null button=1 stateMask=0x0 x=73 y=92 count=1} to Tree node with text: Sessions [2019-07-30T07:14:16.995Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102761091 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 [2019-07-30T07:14:16.995Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102761092 data=null button=1 stateMask=0x80000 x=73 y=92 count=1} to Tree node with text: Sessions [2019-07-30T07:14:16.995Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:16.995Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1102761170 data=null button=0 stateMask=0x0 x=89 y=92 count=0} to Tree node with text: Sessions [2019-07-30T07:14:16.995Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102761170 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:16.995Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102761171 data=null} to Tree node with text: Sessions [2019-07-30T07:14:16.995Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102761171 data=null button=1 stateMask=0x0 x=89 y=92 count=1} to Tree node with text: Sessions [2019-07-30T07:14:16.995Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102761171 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 [2019-07-30T07:14:16.995Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102761173 data=null button=1 stateMask=0x80000 x=89 y=92 count=1} to Tree node with text: Sessions [2019-07-30T07:14:17.251Z] DEBUG - matched MenuItem with text "Load...", using matcher: with mnemonic 'Load...' [2019-07-30T07:14:17.251Z] DEBUG - Clicking on with mnemonic 'Load...' [2019-07-30T07:14:17.251Z] DEBUG - Clicked on with mnemonic 'Load...' [2019-07-30T07:14:17.251Z] DEBUG - matched Shell with text "Load Sessions", using matcher: with text 'Load Sessions' [2019-07-30T07:14:17.251Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Load Sessions} time=1102761500 data=null doit=true} to Shell with text {Load Sessions} [2019-07-30T07:14:17.251Z] DEBUG - matched Button with text "Local", using matcher: of type 'Button' [2019-07-30T07:14:17.251Z] DEBUG - matched Button with text "Remote", using matcher: of type 'Button' [2019-07-30T07:14:17.251Z] DEBUG - matched Button with text "Remote", using matcher: with mnemonic 'Remote' [2019-07-30T07:14:17.251Z] DEBUG - matched Button with text "Remote", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:17.251Z] DEBUG - matched Button with text "Remote", using matcher: (of type 'Button' and with mnemonic 'Remote' and with style 'SWT.RADIO') [2019-07-30T07:14:17.251Z] DEBUG - matched Button with text "force", using matcher: of type 'Button' [2019-07-30T07:14:17.251Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:17.251Z] DEBUG - matched Button with text "&Manage...", using matcher: of type 'Button' [2019-07-30T07:14:17.251Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:14:17.507Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Remote' and with style 'SWT.RADIO') [2019-07-30T07:14:17.507Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Local} time=1102761501 data=null doit=true} to Button with text {Local} [2019-07-30T07:14:17.507Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Local} time=1102761502 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} [2019-07-30T07:14:17.507Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Remote' and with style 'SWT.RADIO') [2019-07-30T07:14:17.507Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Remote} time=1102761506 data=null doit=true} to (of type 'Button' and with mnemonic 'Remote' and with style 'SWT.RADIO') [2019-07-30T07:14:17.507Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Remote} time=1102761507 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') [2019-07-30T07:14:17.507Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Remote} time=1102761507 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') [2019-07-30T07:14:17.507Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Remote} time=1102761507 data=null item=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') [2019-07-30T07:14:17.507Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Remote' and with style 'SWT.RADIO') [2019-07-30T07:14:17.507Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:17.507Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:17.507Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:17.507Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {15090000325097625.lttng} time=1102761600 data=null button=0 stateMask=0x0 x=127 y=11 count=0} to TreeItem with text {15090000325097625.lttng} [2019-07-30T07:14:17.507Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {15090000325097625.lttng} time=1102761601 data=null doit=true} to TreeItem with text {15090000325097625.lttng} [2019-07-30T07:14:17.507Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {15090000325097625.lttng} time=1102761601 data=null} to TreeItem with text {15090000325097625.lttng} [2019-07-30T07:14:17.507Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {15090000325097625.lttng} time=1102761601 data=null button=1 stateMask=0x0 x=127 y=11 count=1} to TreeItem with text {15090000325097625.lttng} [2019-07-30T07:14:17.507Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102761601 data=null item=TreeItem {15090000325097625.lttng} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {15090000325097625.lttng} [2019-07-30T07:14:17.507Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {15090000325097625.lttng} time=1102761602 data=null button=1 stateMask=0x80000 x=127 y=11 count=1} to TreeItem with text {15090000325097625.lttng} [2019-07-30T07:14:17.507Z] DEBUG - Clicking on TreeItem with text {15090000325097625.lttng} [2019-07-30T07:14:17.507Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {15090000325097625.lttng} time=1102761602 data=null button=0 stateMask=0x0 x=127 y=11 count=0} to TreeItem with text {15090000325097625.lttng} [2019-07-30T07:14:17.507Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {15090000325097625.lttng} time=1102761602 data=null doit=true} to TreeItem with text {15090000325097625.lttng} [2019-07-30T07:14:17.507Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:17.507Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {15090000325097625.lttng} time=1102761602 data=null} to TreeItem with text {15090000325097625.lttng} [2019-07-30T07:14:17.507Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {15090000325097625.lttng} time=1102761602 data=null button=1 stateMask=0x0 x=127 y=11 count=1} to TreeItem with text {15090000325097625.lttng} [2019-07-30T07:14:17.507Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102761603 data=null item=TreeItem {15090000325097625.lttng} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {15090000325097625.lttng} [2019-07-30T07:14:17.507Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {15090000325097625.lttng} time=1102761603 data=null button=1 stateMask=0x80000 x=127 y=11 count=1} to TreeItem with text {15090000325097625.lttng} [2019-07-30T07:14:17.507Z] DEBUG - Sent event MouseExit [7]: MouseEvent{TreeItem {15090000325097625.lttng} time=1102761603 data=null button=0 stateMask=0x0 x=127 y=11 count=0} to TreeItem with text {15090000325097625.lttng} [2019-07-30T07:14:17.507Z] DEBUG - Sent event Deactivate [27]: ShellEvent{TreeItem {15090000325097625.lttng} time=1102761603 data=null doit=true} to TreeItem with text {15090000325097625.lttng} [2019-07-30T07:14:17.507Z] DEBUG - Sent event FocusOut [16]: FocusEvent{TreeItem {15090000325097625.lttng} time=1102761603 data=null} to TreeItem with text {15090000325097625.lttng} [2019-07-30T07:14:17.507Z] DEBUG - Clicked on TreeItem with text {15090000325097625.lttng} [2019-07-30T07:14:17.507Z] DEBUG - matched Button with text "Local", using matcher: of type 'Button' [2019-07-30T07:14:17.507Z] DEBUG - matched Button with text "Remote", using matcher: of type 'Button' [2019-07-30T07:14:17.507Z] DEBUG - matched Button with text "force", using matcher: of type 'Button' [2019-07-30T07:14:17.507Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:14:17.507Z] DEBUG - matched Button with text "Show hidden files", using matcher: of type 'Button' [2019-07-30T07:14:17.507Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:17.507Z] DEBUG - matched Button with text "&Manage...", using matcher: of type 'Button' [2019-07-30T07:14:17.507Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:14:17.507Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:14:17.507Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:17.507Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:17.507Z] DEBUG - Clicking on OK [2019-07-30T07:14:17.507Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102761604 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:17.507Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102761604 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:17.507Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102761604 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:17.507Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102761605 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:17.507Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102761605 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:17.507Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102761605 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:17.507Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102761605 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:17.507Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Load...} time=1102761316 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Load...' [2019-07-30T07:14:17.763Z] DEBUG - Clicked on [2019-07-30T07:14:17.763Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:17.763Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:17.763Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:17.763Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:17.763Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {15090000325097625} time=1102761876 data=null button=0 stateMask=0x0 x=146 y=8 count=0} to Tree node with text: 15090000325097625 [2019-07-30T07:14:17.763Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {15090000325097625} time=1102761876 data=null doit=true} to Tree node with text: 15090000325097625 [2019-07-30T07:14:17.763Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {15090000325097625} time=1102761876 data=null} to Tree node with text: 15090000325097625 [2019-07-30T07:14:17.763Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {15090000325097625} time=1102761876 data=null button=1 stateMask=0x0 x=146 y=8 count=1} to Tree node with text: 15090000325097625 [2019-07-30T07:14:17.763Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102761876 data=null item=TreeItem {15090000325097625} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: 15090000325097625 [2019-07-30T07:14:17.763Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {15090000325097625} time=1102761879 data=null button=1 stateMask=0x80000 x=146 y=8 count=1} to Tree node with text: 15090000325097625 [2019-07-30T07:14:17.763Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:17.763Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {15090000325097625} time=1102761879 data=null button=0 stateMask=0x0 x=146 y=8 count=0} to Tree node with text: 15090000325097625 [2019-07-30T07:14:17.763Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {15090000325097625} time=1102761879 data=null doit=true} to Tree node with text: 15090000325097625 [2019-07-30T07:14:17.763Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {15090000325097625} time=1102761879 data=null} to Tree node with text: 15090000325097625 [2019-07-30T07:14:17.763Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {15090000325097625} time=1102761879 data=null button=1 stateMask=0x0 x=146 y=8 count=1} to Tree node with text: 15090000325097625 [2019-07-30T07:14:17.763Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102761880 data=null item=TreeItem {15090000325097625} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to Tree node with text: 15090000325097625 [2019-07-30T07:14:17.763Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {15090000325097625} time=1102761880 data=null button=1 stateMask=0x80000 x=146 y=8 count=1} to Tree node with text: 15090000325097625 [2019-07-30T07:14:17.763Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...' [2019-07-30T07:14:17.763Z] DEBUG - Clicking on with mnemonic 'Destroy Session...' [2019-07-30T07:14:18.018Z] DEBUG - Clicked on with mnemonic 'Destroy Session...' [2019-07-30T07:14:18.018Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation' [2019-07-30T07:14:18.018Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=1102762087 data=null doit=true} to Shell with text {Destroy Confirmation} [2019-07-30T07:14:18.018Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:18.018Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:14:18.018Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:14:18.018Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:18.018Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:18.018Z] DEBUG - Clicking on OK [2019-07-30T07:14:18.018Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102762088 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:18.018Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102762088 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:18.018Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102762088 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:18.018Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102762088 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:18.018Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102762088 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:18.019Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102762088 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:18.019Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102762088 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:18.019Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=1102761972 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...' [2019-07-30T07:14:18.019Z] DEBUG - Clicked on [2019-07-30T07:14:18.019Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:18.019Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:18.019Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102762194 data=null button=0 stateMask=0x0 x=53 y=-34 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:18.019Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102762194 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:18.019Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102762194 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:18.019Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102762195 data=null button=1 stateMask=0x0 x=53 y=-34 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:18.019Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102762195 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} [2019-07-30T07:14:18.019Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102762197 data=null button=1 stateMask=0x80000 x=53 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:18.019Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:18.019Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102762197 data=null button=0 stateMask=0x0 x=53 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:18.019Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102762198 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:18.019Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102762198 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:18.019Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102762198 data=null button=1 stateMask=0x0 x=53 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:18.019Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102762198 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} [2019-07-30T07:14:18.019Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102762199 data=null button=1 stateMask=0x80000 x=53 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:18.275Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect' [2019-07-30T07:14:18.275Z] DEBUG - Clicking on with mnemonic 'Disconnect' [2019-07-30T07:14:18.275Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=1102762296 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect' [2019-07-30T07:14:18.275Z] DEBUG - Clicked on with mnemonic 'Disconnect' [2019-07-30T07:14:18.275Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.166 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewProfileTest [2019-07-30T07:14:18.275Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewProfileTest) Time elapsed: 2.81 s [2019-07-30T07:14:18.275Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewAllEventsTest [2019-07-30T07:14:18.926Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' [2019-07-30T07:14:18.926Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:18.926Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:18.926Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:18.926Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102762890 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:18.926Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102762890 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:18.926Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102762890 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:18.926Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102762890 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:18.926Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102762890 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} [2019-07-30T07:14:18.926Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102762892 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:18.926Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:18.926Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102762893 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:18.926Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102762893 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:18.926Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102762893 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:18.926Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102762893 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:18.926Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102762893 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} [2019-07-30T07:14:18.926Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102762894 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:18.926Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect' [2019-07-30T07:14:18.926Z] DEBUG - Clicking on with mnemonic 'Connect' [2019-07-30T07:14:18.926Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=1102762982 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect' [2019-07-30T07:14:18.926Z] DEBUG - Clicked on with mnemonic 'Connect' [2019-07-30T07:14:19.488Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:19.488Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1102763492 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions [2019-07-30T07:14:19.488Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102763492 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:19.488Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102763492 data=null} to Tree node with text: Sessions [2019-07-30T07:14:19.488Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102763493 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:19.488Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102763493 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 [2019-07-30T07:14:19.488Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102763494 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:19.488Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:19.488Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1102763495 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions [2019-07-30T07:14:19.488Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102763495 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:19.488Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102763496 data=null} to Tree node with text: Sessions [2019-07-30T07:14:19.488Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102763496 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:19.488Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102763496 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 [2019-07-30T07:14:19.488Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102763497 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:19.488Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...' [2019-07-30T07:14:19.488Z] DEBUG - Clicking on with mnemonic 'Create Session...' [2019-07-30T07:14:19.488Z] DEBUG - Clicked on with mnemonic 'Create Session...' [2019-07-30T07:14:19.488Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session' [2019-07-30T07:14:19.488Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=1102763688 data=null doit=true} to Shell with text {Create Session} [2019-07-30T07:14:19.488Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:19.488Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:19.488Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:19.488Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:19.488Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:19.488Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:19.488Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:19.488Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:19.488Z] DEBUG - matched Text with text " [2019-07-30T07:14:19.488Z] ", using matcher: of type 'Text' [2019-07-30T07:14:19.488Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:19.488Z] DEBUG - matched Text with text " [2019-07-30T07:14:19.488Z] ", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:19.488Z] DEBUG - matched Text with text " [2019-07-30T07:14:19.488Z] ", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:19.488Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button' [2019-07-30T07:14:19.488Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button' [2019-07-30T07:14:19.488Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button' [2019-07-30T07:14:19.488Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:19.488Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:19.488Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:19.488Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:19.488Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:19.488Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:19.488Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102763698 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:19.488Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102763698 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:19.488Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102763698 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:19.488Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102763698 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:19.488Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102763698 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:19.488Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102763698 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:19.488Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102763698 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:19.488Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=1102763549 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...' [2019-07-30T07:14:19.744Z] DEBUG - Clicked on [2019-07-30T07:14:19.744Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102763803 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:19.744Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102763803 data=null} to Tree node with text: Sessions [2019-07-30T07:14:19.744Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102763803 data=null button=1 stateMask=0x0 x=73 y=92 count=1} to Tree node with text: Sessions [2019-07-30T07:14:19.744Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102763804 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 [2019-07-30T07:14:19.744Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102763804 data=null button=1 stateMask=0x80000 x=73 y=92 count=1} to Tree node with text: Sessions [2019-07-30T07:14:19.744Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:19.744Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:19.744Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:19.744Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:19.744Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:19.744Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102763806 data=null button=0 stateMask=0x0 x=96 y=113 count=0} to Tree node with text: mysession [2019-07-30T07:14:19.744Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102763806 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:19.744Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102763806 data=null} to Tree node with text: mysession [2019-07-30T07:14:19.744Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102763807 data=null button=1 stateMask=0x0 x=96 y=113 count=1} to Tree node with text: mysession [2019-07-30T07:14:19.744Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102763807 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 [2019-07-30T07:14:19.744Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102763809 data=null button=1 stateMask=0x80000 x=96 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:19.744Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:19.744Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102763809 data=null button=0 stateMask=0x0 x=96 y=92 count=0} to Tree node with text: mysession [2019-07-30T07:14:19.744Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102763810 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:19.744Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102763810 data=null} to Tree node with text: mysession [2019-07-30T07:14:19.744Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102763810 data=null button=1 stateMask=0x0 x=96 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:19.744Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102763810 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 [2019-07-30T07:14:19.744Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102763811 data=null button=1 stateMask=0x80000 x=96 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:19.744Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:19.744Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:19.999Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:19.999Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:19.999Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102764121 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:19.999Z] DEBUG - matched Group with text "All Tracepoint Event...", using matcher: with mnemonic 'All Tracepoint Events and Syscalls' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'All Tracepoint Events and Syscalls') [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:19.999Z] 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') [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] 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. [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:19.999Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:19.999Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:19.999Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102764175 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:19.999Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102764175 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:19.999Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102764175 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:19.999Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102764175 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:19.999Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102764176 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:19.999Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102764176 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:19.999Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102764176 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:19.999Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102763967 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)...' [2019-07-30T07:14:20.255Z] DEBUG - Clicked on [2019-07-30T07:14:20.255Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:20.255Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:20.255Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:20.255Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:20.255Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:20.255Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:20.255Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:20.255Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:20.255Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1102764305 data=null doit=true} to Tree node with text: channel0 [2019-07-30T07:14:20.255Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1102764305 data=null} to Tree node with text: channel0 [2019-07-30T07:14:20.255Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1102764306 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:20.255Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102764306 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 [2019-07-30T07:14:20.255Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1102764306 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:20.255Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:20.255Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:20.255Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:20.255Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102764308 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:20.255Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102764308 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:20.255Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102764308 data=null} to Tree node with text: mysession [2019-07-30T07:14:20.255Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102764308 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:20.255Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102764308 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 [2019-07-30T07:14:20.255Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102764309 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:20.255Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:20.255Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102764310 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:20.255Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102764310 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:20.255Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102764310 data=null} to Tree node with text: mysession [2019-07-30T07:14:20.255Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102764310 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:20.255Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102764310 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 [2019-07-30T07:14:20.255Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102764311 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:20.255Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start' [2019-07-30T07:14:20.255Z] DEBUG - Clicking on with mnemonic 'Start' [2019-07-30T07:14:20.255Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=1102764399 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start' [2019-07-30T07:14:20.255Z] DEBUG - Clicked on with mnemonic 'Start' [2019-07-30T07:14:20.255Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:20.255Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:20.255Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:20.255Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102764501 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:20.255Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102764501 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:20.255Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102764501 data=null} to Tree node with text: mysession [2019-07-30T07:14:20.255Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102764502 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:20.255Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102764502 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 [2019-07-30T07:14:20.255Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102764503 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:20.255Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:20.255Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102764503 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:20.255Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102764503 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:20.255Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102764503 data=null} to Tree node with text: mysession [2019-07-30T07:14:20.255Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102764504 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:20.255Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102764504 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 [2019-07-30T07:14:20.510Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102764505 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:20.510Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop' [2019-07-30T07:14:20.510Z] DEBUG - Clicking on with mnemonic 'Stop' [2019-07-30T07:14:20.510Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=1102764572 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop' [2019-07-30T07:14:20.510Z] DEBUG - Clicked on with mnemonic 'Stop' [2019-07-30T07:14:20.510Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:20.510Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:20.510Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:20.510Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102764674 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:20.510Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102764674 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:20.510Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102764675 data=null} to Tree node with text: mysession [2019-07-30T07:14:20.510Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102764675 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:20.510Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102764675 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 [2019-07-30T07:14:20.510Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102764677 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:20.510Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:20.510Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102764677 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:20.510Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102764677 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:20.510Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102764677 data=null} to Tree node with text: mysession [2019-07-30T07:14:20.510Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102764678 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:20.510Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102764678 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 [2019-07-30T07:14:20.510Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102764678 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:20.510Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...' [2019-07-30T07:14:20.510Z] DEBUG - Clicking on with mnemonic 'Destroy Session...' [2019-07-30T07:14:20.766Z] DEBUG - Clicked on with mnemonic 'Destroy Session...' [2019-07-30T07:14:20.766Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation' [2019-07-30T07:14:20.766Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=1102764867 data=null doit=true} to Shell with text {Destroy Confirmation} [2019-07-30T07:14:20.766Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:20.766Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:14:20.766Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:14:20.766Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:20.766Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:20.766Z] DEBUG - Clicking on OK [2019-07-30T07:14:20.766Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102764869 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:20.766Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102764869 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:20.766Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102764869 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:20.766Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102764869 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:20.766Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102764869 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:20.766Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102764869 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:20.766Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102764869 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:20.766Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=1102764722 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...' [2019-07-30T07:14:20.766Z] DEBUG - Clicked on [2019-07-30T07:14:20.766Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:20.766Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:20.766Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102764971 data=null button=0 stateMask=0x0 x=53 y=-34 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:20.766Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102764971 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:20.766Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102764971 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:20.766Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102764972 data=null button=1 stateMask=0x0 x=53 y=-34 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:20.766Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102764972 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} [2019-07-30T07:14:20.766Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102764974 data=null button=1 stateMask=0x80000 x=53 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:20.766Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:20.766Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102764974 data=null button=0 stateMask=0x0 x=53 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:20.766Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102764975 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:20.766Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102764975 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:20.766Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102764975 data=null button=1 stateMask=0x0 x=53 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:20.766Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102764975 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} [2019-07-30T07:14:20.766Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102764976 data=null button=1 stateMask=0x80000 x=53 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:21.022Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect' [2019-07-30T07:14:21.022Z] DEBUG - Clicking on with mnemonic 'Disconnect' [2019-07-30T07:14:21.022Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=1102765069 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect' [2019-07-30T07:14:21.022Z] DEBUG - Clicked on with mnemonic 'Disconnect' [2019-07-30T07:14:21.022Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.764 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewAllEventsTest [2019-07-30T07:14:21.022Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewAllEventsTest) Time elapsed: 2.461 s [2019-07-30T07:14:21.022Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewLoggerTest [2019-07-30T07:14:21.583Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' [2019-07-30T07:14:21.583Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:21.583Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:21.583Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:21.583Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102765708 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:21.583Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102765709 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:21.583Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102765709 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:21.583Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102765709 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:21.583Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102765709 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} [2019-07-30T07:14:21.583Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102765711 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:21.583Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:21.583Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102765711 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:21.583Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102765712 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:21.583Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102765712 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:21.583Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102765712 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:21.583Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102765712 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} [2019-07-30T07:14:21.583Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102765713 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:21.583Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect' [2019-07-30T07:14:21.583Z] DEBUG - Clicking on with mnemonic 'Connect' [2019-07-30T07:14:21.583Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=1102765805 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect' [2019-07-30T07:14:21.583Z] DEBUG - Clicked on with mnemonic 'Connect' [2019-07-30T07:14:22.145Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:22.145Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1102766314 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions [2019-07-30T07:14:22.145Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102766314 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:22.145Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102766314 data=null} to Tree node with text: Sessions [2019-07-30T07:14:22.145Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102766314 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:22.145Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102766314 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 [2019-07-30T07:14:22.145Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102766316 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:22.145Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:22.145Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1102766317 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions [2019-07-30T07:14:22.145Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102766317 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:22.145Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102766318 data=null} to Tree node with text: Sessions [2019-07-30T07:14:22.145Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102766318 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:22.145Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102766318 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 [2019-07-30T07:14:22.145Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102766319 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:22.145Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...' [2019-07-30T07:14:22.145Z] DEBUG - Clicking on with mnemonic 'Create Session...' [2019-07-30T07:14:22.400Z] DEBUG - Clicked on with mnemonic 'Create Session...' [2019-07-30T07:14:22.400Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session' [2019-07-30T07:14:22.400Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=1102766497 data=null doit=true} to Shell with text {Create Session} [2019-07-30T07:14:22.400Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:22.400Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:22.400Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:22.400Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:22.400Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:22.400Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:22.400Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:22.400Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:22.400Z] DEBUG - matched Text with text " [2019-07-30T07:14:22.400Z] ", using matcher: of type 'Text' [2019-07-30T07:14:22.400Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:22.400Z] DEBUG - matched Text with text " [2019-07-30T07:14:22.400Z] ", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:22.400Z] DEBUG - matched Text with text " [2019-07-30T07:14:22.400Z] ", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:22.400Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button' [2019-07-30T07:14:22.400Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button' [2019-07-30T07:14:22.400Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button' [2019-07-30T07:14:22.400Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:22.400Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:22.400Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:22.400Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:22.400Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:22.400Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:22.400Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102766502 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:22.400Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102766502 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:22.400Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102766502 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:22.400Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102766502 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:22.400Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102766502 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:22.400Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102766502 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:22.400Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102766502 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:22.400Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=1102766381 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...' [2019-07-30T07:14:22.400Z] DEBUG - Clicked on [2019-07-30T07:14:22.400Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102766607 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:22.400Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102766607 data=null} to Tree node with text: Sessions [2019-07-30T07:14:22.400Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102766607 data=null button=1 stateMask=0x0 x=73 y=92 count=1} to Tree node with text: Sessions [2019-07-30T07:14:22.400Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102766607 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 [2019-07-30T07:14:22.400Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102766608 data=null button=1 stateMask=0x80000 x=73 y=92 count=1} to Tree node with text: Sessions [2019-07-30T07:14:22.400Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:22.400Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:22.400Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:22.400Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:22.400Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:22.400Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102766610 data=null button=0 stateMask=0x0 x=96 y=113 count=0} to Tree node with text: mysession [2019-07-30T07:14:22.400Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102766610 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:22.400Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102766610 data=null} to Tree node with text: mysession [2019-07-30T07:14:22.400Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102766610 data=null button=1 stateMask=0x0 x=96 y=113 count=1} to Tree node with text: mysession [2019-07-30T07:14:22.400Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102766611 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 [2019-07-30T07:14:22.400Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102766612 data=null button=1 stateMask=0x80000 x=96 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:22.400Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:22.400Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102766613 data=null button=0 stateMask=0x0 x=96 y=92 count=0} to Tree node with text: mysession [2019-07-30T07:14:22.400Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102766613 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:22.400Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102766613 data=null} to Tree node with text: mysession [2019-07-30T07:14:22.400Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102766613 data=null button=1 stateMask=0x0 x=96 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:22.400Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102766614 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 [2019-07-30T07:14:22.400Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102766614 data=null button=1 stateMask=0x80000 x=96 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:22.656Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:22.656Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:22.656Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:22.656Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:22.656Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102766903 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:22.656Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:22.656Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:22.656Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:22.656Z] DEBUG - matched Button with text "JUL", using matcher: with mnemonic 'JUL' [2019-07-30T07:14:22.656Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' [2019-07-30T07:14:22.656Z] DEBUG - matched Button with text "JUL", using matcher: in group (with mnemonic 'Domain') [2019-07-30T07:14:22.656Z] DEBUG - matched Button with text "JUL", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:22.656Z] 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') [2019-07-30T07:14:22.656Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:22.656Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:22.656Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:22.656Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:22.656Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:22.656Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:22.656Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:22.656Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:22.656Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:22.656Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:22.656Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1102766905 data=null doit=true} to Button with text {Kernel} [2019-07-30T07:14:22.911Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1102766905 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} [2019-07-30T07:14:22.911Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:22.911Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {JUL} time=1102766911 data=null doit=true} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:22.911Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {JUL} time=1102766911 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') [2019-07-30T07:14:22.911Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {JUL} time=1102766911 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') [2019-07-30T07:14:22.911Z] *** BUG *** [2019-07-30T07:14:22.911Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:14:22.911Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:14:22.911Z] [2019-07-30T07:14:22.911Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {JUL} time=1102766911 data=null item=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') [2019-07-30T07:14:22.911Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:22.911Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:22.911Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' [2019-07-30T07:14:22.911Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') [2019-07-30T07:14:22.911Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) [2019-07-30T07:14:22.911Z] DEBUG - Setting state to checked on: All [2019-07-30T07:14:22.911Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:22.911Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:22.911Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:22.911Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:22.911Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:22.911Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:22.911Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:22.911Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' [2019-07-30T07:14:22.911Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' [2019-07-30T07:14:22.911Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:22.911Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:22.911Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:22.911Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:22.911Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:22.911Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:22.911Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102767012 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:22.911Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102767012 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:22.911Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102767012 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:22.911Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102767012 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:22.911Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102767012 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:22.911Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102767012 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:22.911Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102767013 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:22.911Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102766713 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)...' [2019-07-30T07:14:23.167Z] DEBUG - Clicked on [2019-07-30T07:14:23.167Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:23.167Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:23.167Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:23.167Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:23.167Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:23.167Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:23.167Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {JUL} time=1102767193 data=null doit=true} to Tree node with text: JUL [2019-07-30T07:14:23.167Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {JUL} time=1102767193 data=null} to Tree node with text: JUL [2019-07-30T07:14:23.167Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {JUL} time=1102767193 data=null button=1 stateMask=0x0 x=90 y=92 count=1} to Tree node with text: JUL [2019-07-30T07:14:23.167Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102767194 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 [2019-07-30T07:14:23.167Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {JUL} time=1102767194 data=null button=1 stateMask=0x80000 x=90 y=92 count=1} to Tree node with text: JUL [2019-07-30T07:14:23.167Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:23.167Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102767195 data=null button=0 stateMask=0x0 x=96 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:23.167Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102767195 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:23.167Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102767195 data=null} to Tree node with text: mysession [2019-07-30T07:14:23.167Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102767195 data=null button=1 stateMask=0x0 x=96 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:23.167Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102767196 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 [2019-07-30T07:14:23.167Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102767197 data=null button=1 stateMask=0x80000 x=96 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:23.167Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:23.167Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102767198 data=null button=0 stateMask=0x0 x=96 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:23.167Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102767198 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:23.167Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102767198 data=null} to Tree node with text: mysession [2019-07-30T07:14:23.167Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102767198 data=null button=1 stateMask=0x0 x=96 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:23.167Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102767204 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 [2019-07-30T07:14:23.167Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102767205 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:23.167Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:23.167Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:23.423Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:23.423Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:23.423Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102767506 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "JUL", using matcher: with mnemonic 'JUL' [2019-07-30T07:14:23.423Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "JUL", using matcher: in group (with mnemonic 'Domain') [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "JUL", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:23.423Z] 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') [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:23.423Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1102767515 data=null doit=true} to Button with text {Kernel} [2019-07-30T07:14:23.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1102767516 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} [2019-07-30T07:14:23.423Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:23.423Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {JUL} time=1102767516 data=null doit=true} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:23.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {JUL} time=1102767516 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') [2019-07-30T07:14:23.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {JUL} time=1102767517 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') [2019-07-30T07:14:23.423Z] *** BUG *** [2019-07-30T07:14:23.423Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:14:23.423Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:14:23.423Z] [2019-07-30T07:14:23.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {JUL} time=1102767517 data=null item=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') [2019-07-30T07:14:23.423Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:23.423Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:23.423Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' [2019-07-30T07:14:23.423Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') [2019-07-30T07:14:23.423Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) [2019-07-30T07:14:23.423Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=1102767611 data=null doit=true} to TreeItem with text {All} [2019-07-30T07:14:23.423Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=1102767611 data=null} to TreeItem with text {All} [2019-07-30T07:14:23.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1102767611 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All} [2019-07-30T07:14:23.423Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102767612 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} [2019-07-30T07:14:23.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1102767620 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All} [2019-07-30T07:14:23.423Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. [2019-07-30T07:14:23.423Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102767621 data=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) [2019-07-30T07:14:23.423Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102767621 data=null} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) [2019-07-30T07:14:23.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102767621 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) [2019-07-30T07:14:23.423Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102767621 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) [2019-07-30T07:14:23.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102767622 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) [2019-07-30T07:14:23.423Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. [2019-07-30T07:14:23.423Z] WARN - Tree item Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) is already expanded. Won't expand it again. [2019-07-30T07:14:23.423Z] DEBUG - Setting state to checked on: logger [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:23.423Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:23.423Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:23.423Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102767625 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:23.423Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102767625 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:23.423Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102767626 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:23.423Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102767626 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:23.423Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102767626 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:23.423Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102767626 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:23.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102767626 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:23.423Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102767303 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)...' [2019-07-30T07:14:23.679Z] DEBUG - Clicked on [2019-07-30T07:14:23.679Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:23.679Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:23.679Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:23.679Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:23.679Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:23.679Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:23.679Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {JUL} time=1102767796 data=null doit=true} to Tree node with text: JUL [2019-07-30T07:14:23.679Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {JUL} time=1102767796 data=null} to Tree node with text: JUL [2019-07-30T07:14:23.679Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {JUL} time=1102767803 data=null button=1 stateMask=0x0 x=106 y=92 count=1} to Tree node with text: JUL [2019-07-30T07:14:23.679Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102767803 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 [2019-07-30T07:14:23.679Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {JUL} time=1102767804 data=null button=1 stateMask=0x80000 x=106 y=92 count=1} to Tree node with text: JUL [2019-07-30T07:14:23.679Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:23.679Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102767805 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:23.679Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102767805 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:23.679Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102767806 data=null} to Tree node with text: mysession [2019-07-30T07:14:23.679Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102767806 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:23.679Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102767806 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 [2019-07-30T07:14:23.679Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102767808 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:23.679Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:23.679Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102767808 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:23.679Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102767809 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:23.679Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102767809 data=null} to Tree node with text: mysession [2019-07-30T07:14:23.679Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102767809 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:23.679Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102767809 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 [2019-07-30T07:14:23.679Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102767810 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:23.679Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:23.679Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:23.934Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:23.934Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:23.934Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102768118 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:23.934Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:23.934Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:23.934Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:23.934Z] DEBUG - matched Button with text "JUL", using matcher: with mnemonic 'JUL' [2019-07-30T07:14:23.934Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' [2019-07-30T07:14:23.934Z] DEBUG - matched Button with text "JUL", using matcher: in group (with mnemonic 'Domain') [2019-07-30T07:14:23.934Z] DEBUG - matched Button with text "JUL", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:23.934Z] 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') [2019-07-30T07:14:23.934Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:23.934Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:23.934Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:23.934Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:23.934Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:23.934Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:23.934Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:23.934Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:23.934Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:23.934Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:23.934Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1102768132 data=null doit=true} to Button with text {Kernel} [2019-07-30T07:14:23.934Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1102768132 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} [2019-07-30T07:14:23.934Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:23.934Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {JUL} time=1102768162 data=null doit=true} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:23.934Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {JUL} time=1102768174 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') [2019-07-30T07:14:23.934Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {JUL} time=1102768174 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') [2019-07-30T07:14:24.190Z] *** BUG *** [2019-07-30T07:14:24.190Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:14:24.190Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:14:24.190Z] [2019-07-30T07:14:24.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {JUL} time=1102768174 data=null item=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') [2019-07-30T07:14:24.190Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:24.190Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:24.190Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' [2019-07-30T07:14:24.190Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') [2019-07-30T07:14:24.190Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) [2019-07-30T07:14:24.190Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=1102768223 data=null doit=true} to TreeItem with text {All} [2019-07-30T07:14:24.190Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=1102768223 data=null} to TreeItem with text {All} [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1102768223 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All} [2019-07-30T07:14:24.190Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102768223 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} [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1102768224 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All} [2019-07-30T07:14:24.190Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. [2019-07-30T07:14:24.190Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102768225 data=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) [2019-07-30T07:14:24.190Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102768225 data=null} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102768226 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) [2019-07-30T07:14:24.190Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102768226 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) [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102768226 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) [2019-07-30T07:14:24.190Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. [2019-07-30T07:14:24.190Z] WARN - Tree item Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) is already expanded. Won't expand it again. [2019-07-30T07:14:24.190Z] DEBUG - Setting state to checked on: anotherLogger [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Log Level') [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.CHECK' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "loglevel", using matcher: in group (with mnemonic 'Log Level') [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "loglevel-only", using matcher: in group (with mnemonic 'Log Level') [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - Selecting (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') [2019-07-30T07:14:24.190Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@4fc11202 [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Select} time=1102768268 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') [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=1102768269 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') [2019-07-30T07:14:24.190Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1102768269 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') [2019-07-30T07:14:24.190Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Select} time=1102768269 data=null} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1102768269 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') [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1102768269 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') [2019-07-30T07:14:24.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1102768269 data=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') [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Select} time=1102768270 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') [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=1102768270 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') [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Select} time=1102768270 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') [2019-07-30T07:14:24.190Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select} time=1102768270 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') [2019-07-30T07:14:24.190Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Select} time=1102768271 data=null} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') [2019-07-30T07:14:24.190Z] DEBUG - matched CCombo with text "", using matcher: of type 'CCombo' [2019-07-30T07:14:24.190Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' [2019-07-30T07:14:24.190Z] DEBUG - matched CCombo with text "", using matcher: in group (with mnemonic 'Log Level') [2019-07-30T07:14:24.190Z] DEBUG - matched CCombo with text "", using matcher: (of type 'CCombo' and in group (with mnemonic 'Log Level')) [2019-07-30T07:14:24.190Z] DEBUG - Setting selection on CCombo {*Wrong Thread*} to Warning [2019-07-30T07:14:24.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{CCombo {} time=1102768272 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')) [2019-07-30T07:14:24.190Z] DEBUG - Set selection on CCombo {*Wrong Thread*} to Warning [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:24.190Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:24.190Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102768274 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102768274 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:24.190Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102768274 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:24.190Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102768274 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102768274 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102768274 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:24.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102768274 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:24.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102767912 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)...' [2019-07-30T07:14:24.190Z] DEBUG - Clicked on [2019-07-30T07:14:24.190Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:24.190Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:24.190Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:24.190Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:24.190Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:24.190Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:24.190Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {JUL} time=1102768412 data=null doit=true} to Tree node with text: JUL [2019-07-30T07:14:24.190Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {JUL} time=1102768412 data=null} to Tree node with text: JUL [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {JUL} time=1102768412 data=null button=1 stateMask=0x0 x=106 y=92 count=1} to Tree node with text: JUL [2019-07-30T07:14:24.190Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102768413 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 [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {JUL} time=1102768413 data=null button=1 stateMask=0x80000 x=106 y=92 count=1} to Tree node with text: JUL [2019-07-30T07:14:24.190Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102768414 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:24.190Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102768414 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:24.190Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102768414 data=null} to Tree node with text: mysession [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102768414 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:24.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102768414 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 [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102768415 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:24.190Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102768416 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:24.190Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102768416 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:24.190Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102768416 data=null} to Tree node with text: mysession [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102768416 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:24.190Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102768416 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 [2019-07-30T07:14:24.190Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102768417 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:24.445Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:24.445Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:24.701Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:24.701Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:24.701Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102768713 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "JUL", using matcher: with mnemonic 'JUL' [2019-07-30T07:14:24.701Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "JUL", using matcher: in group (with mnemonic 'Domain') [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "JUL", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:24.701Z] 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') [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:24.701Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1102768720 data=null doit=true} to Button with text {Kernel} [2019-07-30T07:14:24.701Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1102768774 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} [2019-07-30T07:14:24.701Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:24.701Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {JUL} time=1102768774 data=null doit=true} to (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:24.701Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {JUL} time=1102768774 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') [2019-07-30T07:14:24.701Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {JUL} time=1102768775 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') [2019-07-30T07:14:24.701Z] *** BUG *** [2019-07-30T07:14:24.701Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:14:24.701Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:14:24.701Z] [2019-07-30T07:14:24.701Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {JUL} time=1102768775 data=null item=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') [2019-07-30T07:14:24.701Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'JUL' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:24.701Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:24.701Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' [2019-07-30T07:14:24.701Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') [2019-07-30T07:14:24.701Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) [2019-07-30T07:14:24.701Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:24.701Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:24.701Z] DEBUG - matched Group with text "Specific logger", using matcher: with mnemonic 'Specific logger' [2019-07-30T07:14:24.701Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific logger') [2019-07-30T07:14:24.701Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific logger')) [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:24.701Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:24.701Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:24.701Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102768872 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:24.701Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102768873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:24.701Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102768873 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:24.701Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102768873 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:24.701Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102768873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:24.701Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102768873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:24.701Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102768873 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:24.701Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102768517 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)...' [2019-07-30T07:14:24.957Z] DEBUG - Clicked on [2019-07-30T07:14:24.957Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:24.957Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:24.957Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:24.957Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:24.957Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:24.957Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:24.957Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {JUL} time=1102769071 data=null doit=true} to Tree node with text: JUL [2019-07-30T07:14:24.957Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {JUL} time=1102769071 data=null} to Tree node with text: JUL [2019-07-30T07:14:24.957Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {JUL} time=1102769072 data=null button=1 stateMask=0x0 x=90 y=92 count=1} to Tree node with text: JUL [2019-07-30T07:14:24.957Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102769072 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 [2019-07-30T07:14:24.957Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {JUL} time=1102769073 data=null button=1 stateMask=0x80000 x=90 y=92 count=1} to Tree node with text: JUL [2019-07-30T07:14:24.957Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:24.957Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:24.957Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:24.957Z] WARN - Tree item Tree node with text: JUL is already expanded. Won't expand it again. [2019-07-30T07:14:24.957Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:24.957Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:24.957Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:24.957Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102769075 data=null button=0 stateMask=0x0 x=96 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:24.957Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102769075 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:24.957Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102769075 data=null} to Tree node with text: mysession [2019-07-30T07:14:24.957Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102769075 data=null button=1 stateMask=0x0 x=96 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:24.957Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102769075 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 [2019-07-30T07:14:24.957Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102769076 data=null button=1 stateMask=0x80000 x=96 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:24.957Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:24.957Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102769077 data=null button=0 stateMask=0x0 x=96 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:24.957Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102769077 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:24.957Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102769077 data=null} to Tree node with text: mysession [2019-07-30T07:14:24.957Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102769077 data=null button=1 stateMask=0x0 x=96 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:24.957Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102769077 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 [2019-07-30T07:14:24.957Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102769078 data=null button=1 stateMask=0x80000 x=96 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:24.957Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start' [2019-07-30T07:14:24.957Z] DEBUG - Clicking on with mnemonic 'Start' [2019-07-30T07:14:24.957Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=1102769168 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start' [2019-07-30T07:14:24.957Z] DEBUG - Clicked on with mnemonic 'Start' [2019-07-30T07:14:25.213Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:25.213Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:25.213Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:25.213Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102769270 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:25.213Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102769270 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:25.213Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102769270 data=null} to Tree node with text: mysession [2019-07-30T07:14:25.213Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102769271 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:25.213Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102769271 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 [2019-07-30T07:14:25.213Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102769272 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:25.213Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:25.213Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102769273 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:25.213Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102769273 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:25.213Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102769273 data=null} to Tree node with text: mysession [2019-07-30T07:14:25.213Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102769273 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:25.213Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102769273 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 [2019-07-30T07:14:25.213Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102769274 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:25.213Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop' [2019-07-30T07:14:25.213Z] DEBUG - Clicking on with mnemonic 'Stop' [2019-07-30T07:14:25.213Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=1102769317 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop' [2019-07-30T07:14:25.213Z] DEBUG - Clicked on with mnemonic 'Stop' [2019-07-30T07:14:25.469Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' [2019-07-30T07:14:25.469Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:25.469Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:25.469Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:25.469Z] WARN - Tree item Tree node with text: JUL is already expanded. Won't expand it again. [2019-07-30T07:14:25.469Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:25.469Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {logger} time=1102769560 data=null button=0 stateMask=0x0 x=134 y=134 count=0} to Tree node with text: logger [2019-07-30T07:14:25.469Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {logger} time=1102769560 data=null doit=true} to Tree node with text: logger [2019-07-30T07:14:25.469Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {logger} time=1102769560 data=null} to Tree node with text: logger [2019-07-30T07:14:25.469Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {logger} time=1102769562 data=null button=1 stateMask=0x0 x=134 y=134 count=1} to Tree node with text: logger [2019-07-30T07:14:25.469Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102769562 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 [2019-07-30T07:14:25.469Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {logger} time=1102769565 data=null button=1 stateMask=0x80000 x=134 y=134 count=1} to Tree node with text: logger [2019-07-30T07:14:25.469Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' [2019-07-30T07:14:25.469Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:25.469Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:25.469Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' [2019-07-30T07:14:25.469Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:25.469Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:25.469Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:25.469Z] WARN - Tree item Tree node with text: JUL is already expanded. Won't expand it again. [2019-07-30T07:14:25.469Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:25.469Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {anotherLogger} time=1102769619 data=null button=0 stateMask=0x0 x=161 y=133 count=0} to Tree node with text: anotherLogger [2019-07-30T07:14:25.469Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {anotherLogger} time=1102769619 data=null doit=true} to Tree node with text: anotherLogger [2019-07-30T07:14:25.469Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {anotherLogger} time=1102769619 data=null} to Tree node with text: anotherLogger [2019-07-30T07:14:25.469Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {anotherLogger} time=1102769619 data=null button=1 stateMask=0x0 x=161 y=133 count=1} to Tree node with text: anotherLogger [2019-07-30T07:14:25.469Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102769619 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 [2019-07-30T07:14:25.469Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {anotherLogger} time=1102769621 data=null button=1 stateMask=0x80000 x=161 y=133 count=1} to Tree node with text: anotherLogger [2019-07-30T07:14:25.469Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' [2019-07-30T07:14:25.469Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:25.469Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:25.469Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:25.469Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:25.469Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:25.469Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102769690 data=null button=0 stateMask=0x0 x=112 y=-2 count=0} to Tree node with text: mysession [2019-07-30T07:14:25.469Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102769690 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:25.469Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102769690 data=null} to Tree node with text: mysession [2019-07-30T07:14:25.469Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102769690 data=null button=1 stateMask=0x0 x=112 y=-2 count=1} to Tree node with text: mysession [2019-07-30T07:14:25.469Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102769690 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 [2019-07-30T07:14:25.469Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102769691 data=null button=1 stateMask=0x80000 x=112 y=-2 count=1} to Tree node with text: mysession [2019-07-30T07:14:25.469Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:25.469Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102769692 data=null button=0 stateMask=0x0 x=112 y=-2 count=0} to Tree node with text: mysession [2019-07-30T07:14:25.469Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102769692 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:25.469Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102769692 data=null} to Tree node with text: mysession [2019-07-30T07:14:25.469Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102769692 data=null button=1 stateMask=0x0 x=112 y=-2 count=1} to Tree node with text: mysession [2019-07-30T07:14:25.469Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102769692 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 [2019-07-30T07:14:25.469Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102769693 data=null button=1 stateMask=0x80000 x=112 y=-2 count=1} to Tree node with text: mysession [2019-07-30T07:14:25.725Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:25.725Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:25.725Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:25.981Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:25.981Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102769980 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "LOG4J", using matcher: with mnemonic 'LOG4J' [2019-07-30T07:14:25.981Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "LOG4J", using matcher: in group (with mnemonic 'Domain') [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "LOG4J", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:25.981Z] 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') [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:25.981Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1102769982 data=null doit=true} to Button with text {Kernel} [2019-07-30T07:14:25.981Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1102769982 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} [2019-07-30T07:14:25.981Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:25.981Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {LOG4J} time=1102769983 data=null doit=true} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:25.981Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {LOG4J} time=1102769985 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') [2019-07-30T07:14:25.981Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {LOG4J} time=1102769986 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') [2019-07-30T07:14:25.981Z] *** BUG *** [2019-07-30T07:14:25.981Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:14:25.981Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:14:25.981Z] [2019-07-30T07:14:25.981Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {LOG4J} time=1102769992 data=null item=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') [2019-07-30T07:14:25.981Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:25.981Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:25.981Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' [2019-07-30T07:14:25.981Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') [2019-07-30T07:14:25.981Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) [2019-07-30T07:14:25.981Z] DEBUG - Setting state to checked on: All [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:25.981Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:25.981Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:25.981Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102770082 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:25.981Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102770082 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:25.981Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102770082 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:25.981Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102770082 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:25.981Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102770082 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:25.981Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102770082 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:25.981Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102770082 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:25.981Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102769790 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)...' [2019-07-30T07:14:25.981Z] DEBUG - Clicked on [2019-07-30T07:14:25.981Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:25.981Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:25.981Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:25.981Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:25.981Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:25.981Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:25.981Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {LOG4J} time=1102770197 data=null doit=true} to Tree node with text: LOG4J [2019-07-30T07:14:25.981Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {LOG4J} time=1102770198 data=null} to Tree node with text: LOG4J [2019-07-30T07:14:25.981Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {LOG4J} time=1102770198 data=null button=1 stateMask=0x0 x=115 y=92 count=1} to Tree node with text: LOG4J [2019-07-30T07:14:25.981Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102770198 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 [2019-07-30T07:14:25.981Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {LOG4J} time=1102770199 data=null button=1 stateMask=0x80000 x=115 y=92 count=1} to Tree node with text: LOG4J [2019-07-30T07:14:25.981Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:25.981Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102770199 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:25.981Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102770199 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:25.981Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102770200 data=null} to Tree node with text: mysession [2019-07-30T07:14:25.981Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102770200 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:25.981Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102770200 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 [2019-07-30T07:14:25.981Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102770201 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:25.981Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:25.981Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102770201 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:25.981Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102770201 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:25.981Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102770201 data=null} to Tree node with text: mysession [2019-07-30T07:14:25.981Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102770202 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:25.981Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102770202 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 [2019-07-30T07:14:25.981Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102770202 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:26.237Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:26.237Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:26.237Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:26.493Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:26.494Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102770577 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "LOG4J", using matcher: with mnemonic 'LOG4J' [2019-07-30T07:14:26.494Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "LOG4J", using matcher: in group (with mnemonic 'Domain') [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "LOG4J", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:26.494Z] 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') [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:26.494Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1102770579 data=null doit=true} to Button with text {Kernel} [2019-07-30T07:14:26.494Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1102770579 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} [2019-07-30T07:14:26.494Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:26.494Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {LOG4J} time=1102770580 data=null doit=true} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:26.494Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {LOG4J} time=1102770580 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') [2019-07-30T07:14:26.494Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {LOG4J} time=1102770580 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') [2019-07-30T07:14:26.494Z] *** BUG *** [2019-07-30T07:14:26.494Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:14:26.494Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:14:26.494Z] [2019-07-30T07:14:26.494Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {LOG4J} time=1102770580 data=null item=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') [2019-07-30T07:14:26.494Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:26.494Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:26.494Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' [2019-07-30T07:14:26.494Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') [2019-07-30T07:14:26.494Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) [2019-07-30T07:14:26.494Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=1102770671 data=null doit=true} to TreeItem with text {All} [2019-07-30T07:14:26.494Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=1102770671 data=null} to TreeItem with text {All} [2019-07-30T07:14:26.494Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1102770672 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All} [2019-07-30T07:14:26.494Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102770672 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} [2019-07-30T07:14:26.494Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1102770673 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All} [2019-07-30T07:14:26.494Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. [2019-07-30T07:14:26.494Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102770673 data=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) [2019-07-30T07:14:26.494Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102770673 data=null} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) [2019-07-30T07:14:26.494Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102770674 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) [2019-07-30T07:14:26.494Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102770674 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) [2019-07-30T07:14:26.494Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102770674 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) [2019-07-30T07:14:26.494Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. [2019-07-30T07:14:26.494Z] WARN - Tree item Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) is already expanded. Won't expand it again. [2019-07-30T07:14:26.494Z] DEBUG - Setting state to checked on: logger [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:26.494Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:26.494Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:26.494Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102770676 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:26.494Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102770676 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:26.494Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102770676 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:26.494Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102770676 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:26.494Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102770676 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:26.494Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102770677 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:26.494Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102770677 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:26.494Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102770296 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)...' [2019-07-30T07:14:26.752Z] DEBUG - Clicked on [2019-07-30T07:14:26.752Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:26.752Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:26.752Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:26.752Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:26.752Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:26.752Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:26.752Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {LOG4J} time=1102770778 data=null doit=true} to Tree node with text: LOG4J [2019-07-30T07:14:26.752Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {LOG4J} time=1102770779 data=null} to Tree node with text: LOG4J [2019-07-30T07:14:26.752Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {LOG4J} time=1102770779 data=null button=1 stateMask=0x0 x=99 y=92 count=1} to Tree node with text: LOG4J [2019-07-30T07:14:26.752Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102770779 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 [2019-07-30T07:14:26.752Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {LOG4J} time=1102770780 data=null button=1 stateMask=0x80000 x=99 y=92 count=1} to Tree node with text: LOG4J [2019-07-30T07:14:26.752Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:26.752Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102770780 data=null button=0 stateMask=0x0 x=96 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:26.752Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102770780 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:26.752Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102770780 data=null} to Tree node with text: mysession [2019-07-30T07:14:26.752Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102770780 data=null button=1 stateMask=0x0 x=96 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:26.752Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102770781 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 [2019-07-30T07:14:26.752Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102770781 data=null button=1 stateMask=0x80000 x=96 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:26.752Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:26.752Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102770782 data=null button=0 stateMask=0x0 x=96 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:26.752Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102770782 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:26.752Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102770782 data=null} to Tree node with text: mysession [2019-07-30T07:14:26.752Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102770782 data=null button=1 stateMask=0x0 x=96 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:26.752Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102770782 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 [2019-07-30T07:14:26.752Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102770783 data=null button=1 stateMask=0x80000 x=96 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:26.752Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:26.752Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:27.112Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:27.112Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:27.112Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102771077 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:27.112Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:27.112Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:27.112Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:27.112Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:27.112Z] DEBUG - matched Button with text "LOG4J", using matcher: with mnemonic 'LOG4J' [2019-07-30T07:14:27.112Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' [2019-07-30T07:14:27.112Z] DEBUG - matched Button with text "LOG4J", using matcher: in group (with mnemonic 'Domain') [2019-07-30T07:14:27.112Z] DEBUG - matched Button with text "LOG4J", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:27.112Z] 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') [2019-07-30T07:14:27.112Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:27.112Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:27.112Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:27.112Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:27.112Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:27.112Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:27.112Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:27.112Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:27.112Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:27.112Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1102771080 data=null doit=true} to Button with text {Kernel} [2019-07-30T07:14:27.112Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1102771080 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} [2019-07-30T07:14:27.112Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:27.112Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {LOG4J} time=1102771090 data=null doit=true} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:27.112Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {LOG4J} time=1102771091 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') [2019-07-30T07:14:27.112Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {LOG4J} time=1102771091 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') [2019-07-30T07:14:27.112Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {LOG4J} time=1102771091 data=null item=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') [2019-07-30T07:14:27.112Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:27.112Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:27.112Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' [2019-07-30T07:14:27.112Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') [2019-07-30T07:14:27.112Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) [2019-07-30T07:14:27.370Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=1102771267 data=null doit=true} to TreeItem with text {All} [2019-07-30T07:14:27.370Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=1102771267 data=null} to TreeItem with text {All} [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1102771267 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All} [2019-07-30T07:14:27.370Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102771267 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} [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1102771268 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All} [2019-07-30T07:14:27.370Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. [2019-07-30T07:14:27.370Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102771269 data=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) [2019-07-30T07:14:27.370Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102771269 data=null} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102771269 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) [2019-07-30T07:14:27.370Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102771269 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) [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102771270 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) [2019-07-30T07:14:27.370Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. [2019-07-30T07:14:27.370Z] WARN - Tree item Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) is already expanded. Won't expand it again. [2019-07-30T07:14:27.370Z] DEBUG - Setting state to checked on: anotherLogger [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Log Level') [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.CHECK' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "loglevel", using matcher: in group (with mnemonic 'Log Level') [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "loglevel-only", using matcher: in group (with mnemonic 'Log Level') [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - Selecting (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') [2019-07-30T07:14:27.370Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@29d2aeb7 [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Select} time=1102771273 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') [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=1102771273 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') [2019-07-30T07:14:27.370Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1102771273 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') [2019-07-30T07:14:27.370Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Select} time=1102771273 data=null} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1102771273 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') [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1102771273 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') [2019-07-30T07:14:27.370Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1102771274 data=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') [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Select} time=1102771275 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') [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=1102771275 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') [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Select} time=1102771275 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') [2019-07-30T07:14:27.370Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select} time=1102771275 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') [2019-07-30T07:14:27.370Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Select} time=1102771275 data=null} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') [2019-07-30T07:14:27.370Z] DEBUG - matched CCombo with text "", using matcher: of type 'CCombo' [2019-07-30T07:14:27.370Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' [2019-07-30T07:14:27.370Z] DEBUG - matched CCombo with text "", using matcher: in group (with mnemonic 'Log Level') [2019-07-30T07:14:27.370Z] DEBUG - matched CCombo with text "", using matcher: (of type 'CCombo' and in group (with mnemonic 'Log Level')) [2019-07-30T07:14:27.370Z] DEBUG - Setting selection on CCombo {*Wrong Thread*} to Fatal [2019-07-30T07:14:27.370Z] DEBUG - Sent event Selection [13]: SelectionEvent{CCombo {} time=1102771276 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')) [2019-07-30T07:14:27.370Z] DEBUG - Set selection on CCombo {*Wrong Thread*} to Fatal [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:27.370Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:27.370Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102771277 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102771277 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:27.370Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102771278 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:27.370Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102771278 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102771278 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102771278 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:27.370Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102771278 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:27.370Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102770894 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)...' [2019-07-30T07:14:27.370Z] DEBUG - Clicked on [2019-07-30T07:14:27.370Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:27.370Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:27.370Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:27.370Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:27.370Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:27.370Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:27.370Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {LOG4J} time=1102771398 data=null doit=true} to Tree node with text: LOG4J [2019-07-30T07:14:27.370Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {LOG4J} time=1102771398 data=null} to Tree node with text: LOG4J [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {LOG4J} time=1102771399 data=null button=1 stateMask=0x0 x=115 y=92 count=1} to Tree node with text: LOG4J [2019-07-30T07:14:27.370Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102771399 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 [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {LOG4J} time=1102771399 data=null button=1 stateMask=0x80000 x=115 y=92 count=1} to Tree node with text: LOG4J [2019-07-30T07:14:27.370Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102771400 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:27.370Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102771400 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:27.370Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102771400 data=null} to Tree node with text: mysession [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102771400 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:27.370Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102771400 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 [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102771401 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:27.370Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102771401 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:27.370Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102771401 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:27.370Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102771401 data=null} to Tree node with text: mysession [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102771402 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:27.370Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102771402 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 [2019-07-30T07:14:27.370Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102771403 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:27.370Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:27.370Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:27.626Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:27.626Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:27.626Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102771690 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "LOG4J", using matcher: with mnemonic 'LOG4J' [2019-07-30T07:14:27.626Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "LOG4J", using matcher: in group (with mnemonic 'Domain') [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "LOG4J", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:27.626Z] 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') [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:27.626Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1102771691 data=null doit=true} to Button with text {Kernel} [2019-07-30T07:14:27.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1102771692 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} [2019-07-30T07:14:27.626Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:27.626Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {LOG4J} time=1102771692 data=null doit=true} to (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:27.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {LOG4J} time=1102771692 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') [2019-07-30T07:14:27.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {LOG4J} time=1102771692 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') [2019-07-30T07:14:27.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {LOG4J} time=1102771693 data=null item=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') [2019-07-30T07:14:27.626Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'LOG4J' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:27.626Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:27.626Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' [2019-07-30T07:14:27.626Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') [2019-07-30T07:14:27.626Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) [2019-07-30T07:14:27.626Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:27.626Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:27.626Z] DEBUG - matched Group with text "Specific logger", using matcher: with mnemonic 'Specific logger' [2019-07-30T07:14:27.626Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific logger') [2019-07-30T07:14:27.626Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific logger')) [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:27.626Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:27.626Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:27.626Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102771779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:27.626Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102771779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:27.626Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102771779 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:27.626Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102771779 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:27.626Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102771779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:27.626Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102771779 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:27.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102771782 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:27.626Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102771493 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)...' [2019-07-30T07:14:27.882Z] DEBUG - Clicked on [2019-07-30T07:14:27.882Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:27.882Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:27.882Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:27.882Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:27.882Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:27.882Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:27.882Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {LOG4J} time=1102771904 data=null doit=true} to Tree node with text: LOG4J [2019-07-30T07:14:27.882Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {LOG4J} time=1102771904 data=null} to Tree node with text: LOG4J [2019-07-30T07:14:27.882Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {LOG4J} time=1102771905 data=null button=1 stateMask=0x0 x=99 y=92 count=1} to Tree node with text: LOG4J [2019-07-30T07:14:27.882Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102771905 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 [2019-07-30T07:14:27.882Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {LOG4J} time=1102771906 data=null button=1 stateMask=0x80000 x=99 y=92 count=1} to Tree node with text: LOG4J [2019-07-30T07:14:27.882Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:27.882Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:27.882Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:27.882Z] WARN - Tree item Tree node with text: LOG4J is already expanded. Won't expand it again. [2019-07-30T07:14:27.882Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:27.882Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:27.882Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:27.882Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102771908 data=null button=0 stateMask=0x0 x=96 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:27.882Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102771908 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:27.882Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102771908 data=null} to Tree node with text: mysession [2019-07-30T07:14:27.882Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102771908 data=null button=1 stateMask=0x0 x=96 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:27.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102771908 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 [2019-07-30T07:14:27.882Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102771912 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:27.882Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:27.882Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102771913 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:27.882Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102771913 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:27.882Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102771913 data=null} to Tree node with text: mysession [2019-07-30T07:14:27.882Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102771913 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:27.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102771913 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 [2019-07-30T07:14:27.882Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102771914 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:27.882Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start' [2019-07-30T07:14:27.882Z] DEBUG - Clicking on with mnemonic 'Start' [2019-07-30T07:14:27.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=1102772006 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start' [2019-07-30T07:14:27.882Z] DEBUG - Clicked on with mnemonic 'Start' [2019-07-30T07:14:27.882Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:27.882Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:27.882Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:27.882Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102772109 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:27.882Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102772109 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:27.882Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102772109 data=null} to Tree node with text: mysession [2019-07-30T07:14:27.882Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102772109 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:27.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102772109 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 [2019-07-30T07:14:27.882Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102772111 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:27.882Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:27.882Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102772111 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:27.882Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102772111 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:27.882Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102772111 data=null} to Tree node with text: mysession [2019-07-30T07:14:27.882Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102772112 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:27.882Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102772112 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 [2019-07-30T07:14:27.882Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102772112 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:28.138Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop' [2019-07-30T07:14:28.138Z] DEBUG - Clicking on with mnemonic 'Stop' [2019-07-30T07:14:28.138Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=1102772171 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop' [2019-07-30T07:14:28.138Z] DEBUG - Clicked on with mnemonic 'Stop' [2019-07-30T07:14:28.138Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' [2019-07-30T07:14:28.394Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:28.394Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:28.394Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:28.394Z] WARN - Tree item Tree node with text: LOG4J is already expanded. Won't expand it again. [2019-07-30T07:14:28.394Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:28.394Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {logger} time=1102772398 data=null button=0 stateMask=0x0 x=134 y=134 count=0} to Tree node with text: logger [2019-07-30T07:14:28.394Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {logger} time=1102772398 data=null doit=true} to Tree node with text: logger [2019-07-30T07:14:28.394Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {logger} time=1102772398 data=null} to Tree node with text: logger [2019-07-30T07:14:28.394Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {logger} time=1102772398 data=null button=1 stateMask=0x0 x=134 y=134 count=1} to Tree node with text: logger [2019-07-30T07:14:28.394Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102772398 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 [2019-07-30T07:14:28.394Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {logger} time=1102772405 data=null button=1 stateMask=0x80000 x=134 y=125 count=1} to Tree node with text: logger [2019-07-30T07:14:28.394Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' [2019-07-30T07:14:28.394Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:28.394Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:28.394Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' [2019-07-30T07:14:28.394Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:28.394Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:28.394Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:28.394Z] WARN - Tree item Tree node with text: LOG4J is already expanded. Won't expand it again. [2019-07-30T07:14:28.394Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:28.394Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {anotherLogger} time=1102772502 data=null button=0 stateMask=0x0 x=161 y=118 count=0} to Tree node with text: anotherLogger [2019-07-30T07:14:28.394Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {anotherLogger} time=1102772502 data=null doit=true} to Tree node with text: anotherLogger [2019-07-30T07:14:28.394Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {anotherLogger} time=1102772502 data=null} to Tree node with text: anotherLogger [2019-07-30T07:14:28.394Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {anotherLogger} time=1102772502 data=null button=1 stateMask=0x0 x=161 y=118 count=1} to Tree node with text: anotherLogger [2019-07-30T07:14:28.394Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102772502 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 [2019-07-30T07:14:28.394Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {anotherLogger} time=1102772504 data=null button=1 stateMask=0x80000 x=161 y=118 count=1} to Tree node with text: anotherLogger [2019-07-30T07:14:28.394Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' [2019-07-30T07:14:28.394Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:28.394Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:28.394Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:28.394Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:28.394Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:28.394Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102772586 data=null button=0 stateMask=0x0 x=112 y=-8 count=0} to Tree node with text: mysession [2019-07-30T07:14:28.394Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102772586 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:28.394Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102772586 data=null} to Tree node with text: mysession [2019-07-30T07:14:28.394Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102772587 data=null button=1 stateMask=0x0 x=112 y=-8 count=1} to Tree node with text: mysession [2019-07-30T07:14:28.394Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102772587 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 [2019-07-30T07:14:28.394Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102772587 data=null button=1 stateMask=0x80000 x=112 y=-8 count=1} to Tree node with text: mysession [2019-07-30T07:14:28.394Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:28.394Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102772588 data=null button=0 stateMask=0x0 x=112 y=-8 count=0} to Tree node with text: mysession [2019-07-30T07:14:28.394Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102772588 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:28.394Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102772588 data=null} to Tree node with text: mysession [2019-07-30T07:14:28.394Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102772588 data=null button=1 stateMask=0x0 x=112 y=-8 count=1} to Tree node with text: mysession [2019-07-30T07:14:28.394Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102772588 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 [2019-07-30T07:14:28.394Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102772589 data=null button=1 stateMask=0x80000 x=112 y=-8 count=1} to Tree node with text: mysession [2019-07-30T07:14:28.650Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:28.650Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:28.650Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:28.650Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:28.650Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102772878 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:28.650Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:28.650Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:28.650Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:28.650Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:28.650Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:28.650Z] DEBUG - matched Button with text "Python", using matcher: with mnemonic 'Python' [2019-07-30T07:14:28.650Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' [2019-07-30T07:14:28.650Z] DEBUG - matched Button with text "Python", using matcher: in group (with mnemonic 'Domain') [2019-07-30T07:14:28.650Z] DEBUG - matched Button with text "Python", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:28.650Z] 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') [2019-07-30T07:14:28.650Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:28.650Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:28.650Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:28.650Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:28.650Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:28.650Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:28.650Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:28.650Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:28.650Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1102772880 data=null doit=true} to Button with text {Kernel} [2019-07-30T07:14:28.650Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1102772880 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} [2019-07-30T07:14:28.650Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:28.650Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Python} time=1102772880 data=null doit=true} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:28.650Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Python} time=1102772881 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') [2019-07-30T07:14:28.650Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Python} time=1102772881 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') [2019-07-30T07:14:28.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Python} time=1102772881 data=null item=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') [2019-07-30T07:14:28.907Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:28.907Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:28.907Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' [2019-07-30T07:14:28.907Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') [2019-07-30T07:14:28.907Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) [2019-07-30T07:14:28.907Z] DEBUG - Setting state to checked on: All [2019-07-30T07:14:28.907Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:28.907Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:28.907Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:28.907Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:28.907Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:28.907Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:28.907Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:28.907Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' [2019-07-30T07:14:28.907Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' [2019-07-30T07:14:28.907Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:28.907Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:28.907Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:28.907Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:28.907Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:28.907Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:28.907Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102772976 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:28.907Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102772977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:28.907Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102772977 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:28.907Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102772977 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:28.907Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102772977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:28.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102772977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:28.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102772977 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:28.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102772680 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)...' [2019-07-30T07:14:28.907Z] DEBUG - Clicked on [2019-07-30T07:14:28.907Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:28.907Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:28.907Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:28.907Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:28.907Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:28.907Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:28.907Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Python} time=1102773082 data=null doit=true} to Tree node with text: Python [2019-07-30T07:14:28.907Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Python} time=1102773082 data=null} to Tree node with text: Python [2019-07-30T07:14:28.907Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Python} time=1102773083 data=null button=1 stateMask=0x0 x=102 y=92 count=1} to Tree node with text: Python [2019-07-30T07:14:28.907Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102773083 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 [2019-07-30T07:14:28.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Python} time=1102773087 data=null button=1 stateMask=0x80000 x=118 y=92 count=1} to Tree node with text: Python [2019-07-30T07:14:28.907Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:28.907Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102773087 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:28.907Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102773088 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:28.907Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102773088 data=null} to Tree node with text: mysession [2019-07-30T07:14:28.907Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102773088 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:28.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102773088 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 [2019-07-30T07:14:28.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102773089 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:28.907Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:28.907Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102773089 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:28.907Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102773090 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:28.907Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102773090 data=null} to Tree node with text: mysession [2019-07-30T07:14:28.907Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102773090 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:28.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102773090 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 [2019-07-30T07:14:28.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102773091 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:29.163Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:29.163Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:29.163Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:29.163Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:29.163Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102773375 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:29.163Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:29.163Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:29.163Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:29.163Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:29.163Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:29.163Z] DEBUG - matched Button with text "Python", using matcher: with mnemonic 'Python' [2019-07-30T07:14:29.163Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' [2019-07-30T07:14:29.163Z] DEBUG - matched Button with text "Python", using matcher: in group (with mnemonic 'Domain') [2019-07-30T07:14:29.163Z] DEBUG - matched Button with text "Python", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:29.163Z] 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') [2019-07-30T07:14:29.163Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:29.163Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:29.163Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:29.163Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:29.163Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:29.163Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:29.163Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:29.163Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:29.163Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1102773377 data=null doit=true} to Button with text {Kernel} [2019-07-30T07:14:29.163Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1102773377 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} [2019-07-30T07:14:29.163Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:29.163Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Python} time=1102773378 data=null doit=true} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:29.163Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Python} time=1102773378 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') [2019-07-30T07:14:29.163Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Python} time=1102773378 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') [2019-07-30T07:14:29.163Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Python} time=1102773378 data=null item=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') [2019-07-30T07:14:29.419Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:29.419Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:29.419Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' [2019-07-30T07:14:29.419Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') [2019-07-30T07:14:29.419Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) [2019-07-30T07:14:29.419Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=1102773421 data=null doit=true} to TreeItem with text {All} [2019-07-30T07:14:29.419Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=1102773421 data=null} to TreeItem with text {All} [2019-07-30T07:14:29.419Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1102773421 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All} [2019-07-30T07:14:29.419Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102773421 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} [2019-07-30T07:14:29.419Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1102773422 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All} [2019-07-30T07:14:29.419Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. [2019-07-30T07:14:29.419Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102773422 data=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) [2019-07-30T07:14:29.419Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102773423 data=null} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) [2019-07-30T07:14:29.419Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102773423 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) [2019-07-30T07:14:29.419Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102773423 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) [2019-07-30T07:14:29.419Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102773424 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) [2019-07-30T07:14:29.419Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. [2019-07-30T07:14:29.419Z] WARN - Tree item Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) is already expanded. Won't expand it again. [2019-07-30T07:14:29.419Z] DEBUG - Setting state to checked on: logger [2019-07-30T07:14:29.419Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:29.419Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:29.419Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:29.419Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:29.419Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:29.419Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:29.419Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:29.419Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' [2019-07-30T07:14:29.419Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' [2019-07-30T07:14:29.419Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:29.419Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:29.419Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:29.419Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:29.419Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:29.419Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:29.419Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102773470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:29.419Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102773470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:29.419Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102773470 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:29.419Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102773470 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:29.419Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102773470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:29.419Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102773470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:29.419Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102773470 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:29.419Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102773189 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)...' [2019-07-30T07:14:29.419Z] DEBUG - Clicked on [2019-07-30T07:14:29.419Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:29.419Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:29.419Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:29.419Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:29.419Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:29.419Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:29.419Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Python} time=1102773595 data=null doit=true} to Tree node with text: Python [2019-07-30T07:14:29.419Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Python} time=1102773596 data=null} to Tree node with text: Python [2019-07-30T07:14:29.419Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Python} time=1102773596 data=null button=1 stateMask=0x0 x=118 y=92 count=1} to Tree node with text: Python [2019-07-30T07:14:29.419Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102773596 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 [2019-07-30T07:14:29.419Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Python} time=1102773597 data=null button=1 stateMask=0x80000 x=118 y=92 count=1} to Tree node with text: Python [2019-07-30T07:14:29.419Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:29.419Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102773597 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:29.419Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102773597 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:29.419Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102773597 data=null} to Tree node with text: mysession [2019-07-30T07:14:29.419Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102773598 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:29.419Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102773598 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 [2019-07-30T07:14:29.419Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102773603 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:29.419Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:29.419Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102773603 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:29.419Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102773603 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:29.419Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102773603 data=null} to Tree node with text: mysession [2019-07-30T07:14:29.419Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102773604 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:29.419Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102773604 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 [2019-07-30T07:14:29.419Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102773604 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:29.675Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:29.675Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:29.675Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:29.675Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:29.675Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102773881 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:29.675Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:29.675Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:29.675Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:29.675Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:29.675Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:29.675Z] DEBUG - matched Button with text "Python", using matcher: with mnemonic 'Python' [2019-07-30T07:14:29.675Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' [2019-07-30T07:14:29.675Z] DEBUG - matched Button with text "Python", using matcher: in group (with mnemonic 'Domain') [2019-07-30T07:14:29.675Z] DEBUG - matched Button with text "Python", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:29.675Z] 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') [2019-07-30T07:14:29.675Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:29.675Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:29.675Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:29.675Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:29.675Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:29.675Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:29.675Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:29.675Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:29.675Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1102773883 data=null doit=true} to Button with text {Kernel} [2019-07-30T07:14:29.675Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1102773883 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} [2019-07-30T07:14:29.675Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:29.675Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Python} time=1102773884 data=null doit=true} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:29.675Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Python} time=1102773884 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') [2019-07-30T07:14:29.675Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Python} time=1102773886 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') [2019-07-30T07:14:29.675Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Python} time=1102773886 data=null item=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') [2019-07-30T07:14:29.930Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:29.931Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:29.931Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' [2019-07-30T07:14:29.931Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') [2019-07-30T07:14:29.931Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) [2019-07-30T07:14:29.931Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=1102773973 data=null doit=true} to TreeItem with text {All} [2019-07-30T07:14:29.931Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=1102773973 data=null} to TreeItem with text {All} [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1102773973 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All} [2019-07-30T07:14:29.931Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102773973 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} [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1102773974 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All} [2019-07-30T07:14:29.931Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. [2019-07-30T07:14:29.931Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102773975 data=null doit=true} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) [2019-07-30T07:14:29.931Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102773975 data=null} to Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102773975 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) [2019-07-30T07:14:29.931Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102773975 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) [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All - ./client_bin/challenger [PID=14237] (With logger)} time=1102773977 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) [2019-07-30T07:14:29.931Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. [2019-07-30T07:14:29.931Z] WARN - Tree item Tree node with text: All - ./client_bin/challenger [PID=14237] (With logger) is already expanded. Won't expand it again. [2019-07-30T07:14:29.931Z] DEBUG - Setting state to checked on: anotherLogger [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Log Level') [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.CHECK' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "Select", using matcher: (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "loglevel", using matcher: in group (with mnemonic 'Log Level') [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "loglevel-only", using matcher: in group (with mnemonic 'Log Level') [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - Selecting (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') [2019-07-30T07:14:29.931Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@228807bd [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Select} time=1102773979 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') [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=1102773980 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') [2019-07-30T07:14:29.931Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1102773980 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') [2019-07-30T07:14:29.931Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Select} time=1102773980 data=null} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1102773980 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') [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1102773980 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') [2019-07-30T07:14:29.931Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1102773980 data=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') [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Select} time=1102773981 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') [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=1102773981 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') [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Select} time=1102773981 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') [2019-07-30T07:14:29.931Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select} time=1102773981 data=null doit=true} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') [2019-07-30T07:14:29.931Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Select} time=1102773981 data=null} to (of type 'Button' and in group (with mnemonic 'Log Level') and with style 'SWT.CHECK') [2019-07-30T07:14:29.931Z] DEBUG - matched CCombo with text "", using matcher: of type 'CCombo' [2019-07-30T07:14:29.931Z] DEBUG - matched Group with text "Log Level", using matcher: with mnemonic 'Log Level' [2019-07-30T07:14:29.931Z] DEBUG - matched CCombo with text "", using matcher: in group (with mnemonic 'Log Level') [2019-07-30T07:14:29.931Z] DEBUG - matched CCombo with text "", using matcher: (of type 'CCombo' and in group (with mnemonic 'Log Level')) [2019-07-30T07:14:29.931Z] DEBUG - Setting selection on CCombo {*Wrong Thread*} to Critical [2019-07-30T07:14:29.931Z] DEBUG - Sent event Selection [13]: SelectionEvent{CCombo {} time=1102773985 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')) [2019-07-30T07:14:29.931Z] DEBUG - Set selection on CCombo {*Wrong Thread*} to Critical [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:29.931Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:29.931Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102773991 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102773991 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:29.931Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102773991 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:29.931Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102773991 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102773991 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102773991 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:29.931Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102773991 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:29.931Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102773690 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)...' [2019-07-30T07:14:29.931Z] DEBUG - Clicked on [2019-07-30T07:14:29.931Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:29.931Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:29.931Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:29.931Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:29.931Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:29.931Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:29.931Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Python} time=1102774108 data=null doit=true} to Tree node with text: Python [2019-07-30T07:14:29.931Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Python} time=1102774108 data=null} to Tree node with text: Python [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Python} time=1102774108 data=null button=1 stateMask=0x0 x=102 y=92 count=1} to Tree node with text: Python [2019-07-30T07:14:29.931Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102774109 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 [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Python} time=1102774110 data=null button=1 stateMask=0x80000 x=102 y=92 count=1} to Tree node with text: Python [2019-07-30T07:14:29.931Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102774110 data=null button=0 stateMask=0x0 x=96 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:29.931Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102774110 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:29.931Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102774110 data=null} to Tree node with text: mysession [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102774111 data=null button=1 stateMask=0x0 x=96 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:29.931Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102774111 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 [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102774112 data=null button=1 stateMask=0x80000 x=96 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:29.931Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102774112 data=null button=0 stateMask=0x0 x=96 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:29.931Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102774112 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:29.931Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102774112 data=null} to Tree node with text: mysession [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102774112 data=null button=1 stateMask=0x0 x=96 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:29.931Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102774113 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 [2019-07-30T07:14:29.931Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102774113 data=null button=1 stateMask=0x80000 x=96 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:30.186Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:30.186Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:30.186Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:30.186Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:30.186Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102774371 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "Python", using matcher: with mnemonic 'Python' [2019-07-30T07:14:30.186Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "Python", using matcher: in group (with mnemonic 'Domain') [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "Python", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:30.186Z] 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') [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:30.186Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1102774373 data=null doit=true} to Button with text {Kernel} [2019-07-30T07:14:30.186Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1102774373 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} [2019-07-30T07:14:30.186Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:30.186Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Python} time=1102774374 data=null doit=true} to (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:30.186Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Python} time=1102774374 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') [2019-07-30T07:14:30.186Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Python} time=1102774375 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') [2019-07-30T07:14:30.186Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Python} time=1102774375 data=null item=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') [2019-07-30T07:14:30.186Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Python' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:30.186Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:30.186Z] DEBUG - matched Group with text "Loggers", using matcher: with mnemonic 'Loggers' [2019-07-30T07:14:30.186Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Loggers') [2019-07-30T07:14:30.186Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Loggers')) [2019-07-30T07:14:30.186Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:30.186Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:30.186Z] DEBUG - matched Group with text "Specific logger", using matcher: with mnemonic 'Specific logger' [2019-07-30T07:14:30.186Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific logger') [2019-07-30T07:14:30.186Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific logger')) [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:30.186Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:30.186Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:30.186Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102774421 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:30.186Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102774421 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:30.186Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102774421 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:30.186Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102774421 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:30.186Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102774421 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:30.186Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102774421 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:30.441Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102774421 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:30.441Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102774200 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)...' [2019-07-30T07:14:30.441Z] DEBUG - Clicked on [2019-07-30T07:14:30.441Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:30.441Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:30.441Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:30.441Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:30.441Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:30.441Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:30.441Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Python} time=1102774585 data=null doit=true} to Tree node with text: Python [2019-07-30T07:14:30.441Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Python} time=1102774585 data=null} to Tree node with text: Python [2019-07-30T07:14:30.441Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Python} time=1102774586 data=null button=1 stateMask=0x0 x=118 y=92 count=1} to Tree node with text: Python [2019-07-30T07:14:30.441Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102774586 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 [2019-07-30T07:14:30.441Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Python} time=1102774587 data=null button=1 stateMask=0x80000 x=118 y=92 count=1} to Tree node with text: Python [2019-07-30T07:14:30.441Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:30.441Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:30.441Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:30.441Z] WARN - Tree item Tree node with text: Python is already expanded. Won't expand it again. [2019-07-30T07:14:30.441Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:30.441Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:30.441Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:30.441Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102774589 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:30.441Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102774589 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:30.441Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102774589 data=null} to Tree node with text: mysession [2019-07-30T07:14:30.441Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102774589 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:30.441Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102774590 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 [2019-07-30T07:14:30.441Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102774590 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:30.441Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:30.441Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102774591 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:30.441Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102774591 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:30.441Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102774591 data=null} to Tree node with text: mysession [2019-07-30T07:14:30.441Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102774591 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:30.441Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102774591 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 [2019-07-30T07:14:30.441Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102774592 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:30.441Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start' [2019-07-30T07:14:30.441Z] DEBUG - Clicking on with mnemonic 'Start' [2019-07-30T07:14:30.441Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=1102774675 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start' [2019-07-30T07:14:30.441Z] DEBUG - Clicked on with mnemonic 'Start' [2019-07-30T07:14:30.696Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:30.696Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:30.696Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:30.696Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102774776 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:30.696Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102774777 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:30.696Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102774777 data=null} to Tree node with text: mysession [2019-07-30T07:14:30.696Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102774777 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:30.696Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102774777 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 [2019-07-30T07:14:30.696Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102774778 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:30.696Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:30.696Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102774779 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:30.696Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102774779 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:30.696Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102774779 data=null} to Tree node with text: mysession [2019-07-30T07:14:30.696Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102774779 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:30.696Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102774779 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 [2019-07-30T07:14:30.696Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102774780 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:30.696Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop' [2019-07-30T07:14:30.696Z] DEBUG - Clicking on with mnemonic 'Stop' [2019-07-30T07:14:30.696Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=1102774823 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop' [2019-07-30T07:14:30.696Z] DEBUG - Clicked on with mnemonic 'Stop' [2019-07-30T07:14:30.951Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' [2019-07-30T07:14:30.951Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:30.951Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:30.951Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:30.951Z] WARN - Tree item Tree node with text: Python is already expanded. Won't expand it again. [2019-07-30T07:14:30.951Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:30.951Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {logger} time=1102775012 data=null button=0 stateMask=0x0 x=134 y=134 count=0} to Tree node with text: logger [2019-07-30T07:14:30.951Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {logger} time=1102775012 data=null doit=true} to Tree node with text: logger [2019-07-30T07:14:30.951Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {logger} time=1102775012 data=null} to Tree node with text: logger [2019-07-30T07:14:30.951Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {logger} time=1102775013 data=null button=1 stateMask=0x0 x=134 y=134 count=1} to Tree node with text: logger [2019-07-30T07:14:30.951Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102775013 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 [2019-07-30T07:14:30.951Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {logger} time=1102775019 data=null button=1 stateMask=0x80000 x=134 y=125 count=1} to Tree node with text: logger [2019-07-30T07:14:30.951Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' [2019-07-30T07:14:30.951Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:30.951Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:30.951Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' [2019-07-30T07:14:30.951Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:30.951Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:30.951Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:30.951Z] WARN - Tree item Tree node with text: Python is already expanded. Won't expand it again. [2019-07-30T07:14:30.951Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:30.951Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {anotherLogger} time=1102775116 data=null button=0 stateMask=0x0 x=161 y=118 count=0} to Tree node with text: anotherLogger [2019-07-30T07:14:30.951Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {anotherLogger} time=1102775116 data=null doit=true} to Tree node with text: anotherLogger [2019-07-30T07:14:30.951Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {anotherLogger} time=1102775116 data=null} to Tree node with text: anotherLogger [2019-07-30T07:14:30.951Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {anotherLogger} time=1102775116 data=null button=1 stateMask=0x0 x=161 y=118 count=1} to Tree node with text: anotherLogger [2019-07-30T07:14:30.951Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102775119 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 [2019-07-30T07:14:30.951Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {anotherLogger} time=1102775121 data=null button=1 stateMask=0x80000 x=161 y=116 count=1} to Tree node with text: anotherLogger [2019-07-30T07:14:30.951Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' [2019-07-30T07:14:30.951Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:30.951Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:31.207Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:31.207Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:31.207Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:31.207Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102775215 data=null button=0 stateMask=0x0 x=112 y=-8 count=0} to Tree node with text: mysession [2019-07-30T07:14:31.207Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102775215 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:31.207Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102775215 data=null} to Tree node with text: mysession [2019-07-30T07:14:31.207Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102775216 data=null button=1 stateMask=0x0 x=112 y=-8 count=1} to Tree node with text: mysession [2019-07-30T07:14:31.207Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102775216 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 [2019-07-30T07:14:31.207Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102775217 data=null button=1 stateMask=0x80000 x=112 y=-8 count=1} to Tree node with text: mysession [2019-07-30T07:14:31.207Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:31.207Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102775217 data=null button=0 stateMask=0x0 x=112 y=-8 count=0} to Tree node with text: mysession [2019-07-30T07:14:31.207Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102775217 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:31.207Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102775217 data=null} to Tree node with text: mysession [2019-07-30T07:14:31.207Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102775217 data=null button=1 stateMask=0x0 x=112 y=-8 count=1} to Tree node with text: mysession [2019-07-30T07:14:31.207Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102775217 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 [2019-07-30T07:14:31.207Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102775267 data=null button=1 stateMask=0x80000 x=112 y=5 count=1} to Tree node with text: mysession [2019-07-30T07:14:31.207Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...' [2019-07-30T07:14:31.207Z] DEBUG - Clicking on with mnemonic 'Destroy Session...' [2019-07-30T07:14:31.207Z] DEBUG - Clicked on with mnemonic 'Destroy Session...' [2019-07-30T07:14:31.207Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation' [2019-07-30T07:14:31.207Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=1102775409 data=null doit=true} to Shell with text {Destroy Confirmation} [2019-07-30T07:14:31.207Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:31.207Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:14:31.207Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:14:31.207Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:31.207Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:31.207Z] DEBUG - Clicking on OK [2019-07-30T07:14:31.207Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102775410 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:31.207Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102775410 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:31.207Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102775410 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:31.207Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102775410 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:31.207Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102775410 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:31.207Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102775410 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:31.207Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102775410 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:31.207Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=1102775318 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...' [2019-07-30T07:14:31.463Z] DEBUG - Clicked on [2019-07-30T07:14:31.463Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:31.463Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:31.463Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102775502 data=null button=0 stateMask=0x0 x=53 y=-34 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:31.463Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102775502 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:31.463Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102775502 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:31.463Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102775502 data=null button=1 stateMask=0x0 x=53 y=-34 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:31.463Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102775502 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} [2019-07-30T07:14:31.463Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102775503 data=null button=1 stateMask=0x80000 x=53 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:31.463Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:31.463Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102775504 data=null button=0 stateMask=0x0 x=53 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:31.463Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102775504 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:31.463Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102775504 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:31.463Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102775504 data=null button=1 stateMask=0x0 x=53 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:31.463Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102775504 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} [2019-07-30T07:14:31.463Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102775505 data=null button=1 stateMask=0x80000 x=53 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:31.463Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect' [2019-07-30T07:14:31.463Z] DEBUG - Clicking on with mnemonic 'Disconnect' [2019-07-30T07:14:31.463Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=1102775599 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect' [2019-07-30T07:14:31.463Z] DEBUG - Clicked on with mnemonic 'Disconnect' [2019-07-30T07:14:31.463Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.522 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewLoggerTest [2019-07-30T07:14:31.463Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewLoggerTest) Time elapsed: 10.216 s [2019-07-30T07:14:31.463Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewSpecificEventTest [2019-07-30T07:14:32.024Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' [2019-07-30T07:14:32.024Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:32.024Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:32.024Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:32.024Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102776084 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:32.024Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102776084 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:32.024Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102776084 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:32.024Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102776084 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:32.024Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102776084 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} [2019-07-30T07:14:32.024Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102776086 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:32.024Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:32.024Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102776087 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:32.024Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102776087 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:32.024Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102776087 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:32.024Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102776087 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:32.024Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102776087 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} [2019-07-30T07:14:32.024Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102776088 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:32.024Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect' [2019-07-30T07:14:32.024Z] DEBUG - Clicking on with mnemonic 'Connect' [2019-07-30T07:14:32.024Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=1102776165 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect' [2019-07-30T07:14:32.024Z] DEBUG - Clicked on with mnemonic 'Connect' [2019-07-30T07:14:32.585Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:32.585Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1102776674 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions [2019-07-30T07:14:32.585Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102776674 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:32.585Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102776674 data=null} to Tree node with text: Sessions [2019-07-30T07:14:32.585Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102776675 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:32.585Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102776675 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 [2019-07-30T07:14:32.585Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102776676 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:32.585Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:32.585Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1102776676 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions [2019-07-30T07:14:32.585Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102776676 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:32.585Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102776676 data=null} to Tree node with text: Sessions [2019-07-30T07:14:32.585Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102776677 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:32.585Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102776677 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 [2019-07-30T07:14:32.585Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102776681 data=null button=1 stateMask=0x80000 x=89 y=127 count=1} to Tree node with text: Sessions [2019-07-30T07:14:32.585Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...' [2019-07-30T07:14:32.585Z] DEBUG - Clicking on with mnemonic 'Create Session...' [2019-07-30T07:14:32.842Z] DEBUG - Clicked on with mnemonic 'Create Session...' [2019-07-30T07:14:32.842Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session' [2019-07-30T07:14:32.842Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=1102776877 data=null doit=true} to Shell with text {Create Session} [2019-07-30T07:14:32.842Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:32.842Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:32.842Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:32.842Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:32.842Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:32.842Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:32.842Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:32.842Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:32.842Z] DEBUG - matched Text with text " [2019-07-30T07:14:32.842Z] ", using matcher: of type 'Text' [2019-07-30T07:14:32.842Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:32.842Z] DEBUG - matched Text with text " [2019-07-30T07:14:32.842Z] ", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:32.842Z] DEBUG - matched Text with text " [2019-07-30T07:14:32.842Z] ", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:32.842Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button' [2019-07-30T07:14:32.842Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button' [2019-07-30T07:14:32.842Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button' [2019-07-30T07:14:32.842Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:32.842Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:32.842Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:32.842Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:32.842Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:32.842Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:32.842Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102776880 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:32.842Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102776881 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:32.842Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102776881 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:32.842Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102776881 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:32.842Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102776881 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:32.842Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102776881 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:32.842Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102776881 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:32.842Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=1102776725 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...' [2019-07-30T07:14:32.842Z] DEBUG - Clicked on [2019-07-30T07:14:32.842Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102776978 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:32.842Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102776979 data=null} to Tree node with text: Sessions [2019-07-30T07:14:32.842Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102776979 data=null button=1 stateMask=0x0 x=73 y=92 count=1} to Tree node with text: Sessions [2019-07-30T07:14:32.842Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102776979 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 [2019-07-30T07:14:32.842Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102776979 data=null button=1 stateMask=0x80000 x=73 y=92 count=1} to Tree node with text: Sessions [2019-07-30T07:14:32.842Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:32.842Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:32.842Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:32.842Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:32.842Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:32.842Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102776981 data=null button=0 stateMask=0x0 x=96 y=113 count=0} to Tree node with text: mysession [2019-07-30T07:14:32.842Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102776981 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:32.842Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102776981 data=null} to Tree node with text: mysession [2019-07-30T07:14:32.842Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102776981 data=null button=1 stateMask=0x0 x=96 y=113 count=1} to Tree node with text: mysession [2019-07-30T07:14:32.842Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102776981 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 [2019-07-30T07:14:32.842Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102776983 data=null button=1 stateMask=0x80000 x=96 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:32.842Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:32.842Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102776984 data=null button=0 stateMask=0x0 x=96 y=92 count=0} to Tree node with text: mysession [2019-07-30T07:14:32.842Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102776984 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:32.842Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102776984 data=null} to Tree node with text: mysession [2019-07-30T07:14:32.842Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102776984 data=null button=1 stateMask=0x0 x=96 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:32.842Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102776984 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 [2019-07-30T07:14:32.842Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102776985 data=null button=1 stateMask=0x80000 x=96 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:32.842Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:32.842Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:33.098Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:33.098Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:33.098Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102777233 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:33.098Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events') [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:33.098Z] 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') [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:33.098Z] 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') [2019-07-30T07:14:33.098Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1102777235 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:33.098Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1102777235 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') [2019-07-30T07:14:33.098Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1102777235 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') [2019-07-30T07:14:33.098Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1102777236 data=null item=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') [2019-07-30T07:14:33.098Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:33.098Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:33.098Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:33.098Z] DEBUG - matched Group with text "Specific event", using matcher: with mnemonic 'Specific event' [2019-07-30T07:14:33.098Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific event') [2019-07-30T07:14:33.098Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific event')) [2019-07-30T07:14:33.098Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:33.098Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:33.098Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:33.098Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:33.098Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:33.098Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:33.098Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:33.098Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:33.098Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102777274 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:33.098Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102777274 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:33.098Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102777274 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:33.098Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102777274 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:33.098Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102777274 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:33.098Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102777274 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:33.098Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102777274 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:33.098Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102777075 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)...' [2019-07-30T07:14:33.353Z] DEBUG - Clicked on [2019-07-30T07:14:33.353Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:33.353Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:33.353Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:33.353Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:33.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1102777408 data=null doit=true} to Tree node with text: channel0 [2019-07-30T07:14:33.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1102777408 data=null} to Tree node with text: channel0 [2019-07-30T07:14:33.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1102777409 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:33.353Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102777409 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 [2019-07-30T07:14:33.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1102777409 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:33.353Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:33.353Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:33.353Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:33.353Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:33.353Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again. [2019-07-30T07:14:33.353Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:33.353Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:33.353Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:33.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102777412 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:33.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102777412 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:33.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102777412 data=null} to Tree node with text: mysession [2019-07-30T07:14:33.353Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102777412 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:33.353Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102777412 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 [2019-07-30T07:14:33.353Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102777413 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:33.353Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:33.353Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102777414 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:33.353Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102777414 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:33.353Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102777414 data=null} to Tree node with text: mysession [2019-07-30T07:14:33.354Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102777414 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:33.354Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102777414 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 [2019-07-30T07:14:33.354Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102777415 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:33.354Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:33.354Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:33.610Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:33.610Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:33.610Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102777710 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:33.610Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events') [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:33.610Z] 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') [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:33.610Z] 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') [2019-07-30T07:14:33.610Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1102777713 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:33.610Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1102777717 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') [2019-07-30T07:14:33.610Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1102777717 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') [2019-07-30T07:14:33.610Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1102777717 data=null item=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') [2019-07-30T07:14:33.610Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:33.610Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:33.610Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:33.610Z] DEBUG - matched Group with text "Specific event", using matcher: with mnemonic 'Specific event' [2019-07-30T07:14:33.610Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific event') [2019-07-30T07:14:33.610Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific event')) [2019-07-30T07:14:33.610Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:33.610Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:33.610Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:33.610Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:33.610Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:33.610Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:33.610Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:33.610Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:33.610Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102777733 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:33.610Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102777733 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:33.610Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102777733 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:33.610Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102777733 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:33.610Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102777733 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:33.610Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102777733 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:33.610Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102777733 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:33.610Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102777517 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)...' [2019-07-30T07:14:33.865Z] DEBUG - Clicked on [2019-07-30T07:14:33.865Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:33.865Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:33.865Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:33.865Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:33.865Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1102777885 data=null doit=true} to Tree node with text: channel0 [2019-07-30T07:14:33.865Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1102777885 data=null} to Tree node with text: channel0 [2019-07-30T07:14:33.865Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1102777885 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:33.865Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102777885 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 [2019-07-30T07:14:33.865Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1102777886 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:33.865Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:33.865Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:33.865Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:33.865Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:33.865Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again. [2019-07-30T07:14:33.865Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:33.865Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:33.865Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:33.865Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:33.865Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again. [2019-07-30T07:14:33.865Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:33.866Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:33.866Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:33.866Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102777890 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:33.866Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102777890 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:33.866Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102777890 data=null} to Tree node with text: mysession [2019-07-30T07:14:33.866Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102777890 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:33.866Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102777890 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 [2019-07-30T07:14:33.866Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102777891 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:33.866Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:33.866Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102777892 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:33.866Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102777892 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:33.866Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102777892 data=null} to Tree node with text: mysession [2019-07-30T07:14:33.866Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102777892 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:33.866Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102777892 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 [2019-07-30T07:14:33.866Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102777893 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:33.866Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:33.866Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:34.122Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:34.122Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:34.122Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102778133 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:34.122Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events') [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:34.122Z] 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') [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:34.122Z] 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') [2019-07-30T07:14:34.122Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1102778139 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:34.122Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1102778139 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') [2019-07-30T07:14:34.122Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1102778139 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') [2019-07-30T07:14:34.122Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1102778139 data=null item=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') [2019-07-30T07:14:34.122Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:34.122Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:34.122Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:34.122Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:34.122Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:34.122Z] DEBUG - Expanding nodes All in tree (of type 'Tree') [2019-07-30T07:14:34.122Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=1102778149 data=null doit=true} to TreeItem with text {All} [2019-07-30T07:14:34.122Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=1102778149 data=null} to TreeItem with text {All} [2019-07-30T07:14:34.122Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1102778149 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All} [2019-07-30T07:14:34.122Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102778150 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} [2019-07-30T07:14:34.122Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1102778196 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All} [2019-07-30T07:14:34.122Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. [2019-07-30T07:14:34.122Z] DEBUG - Setting state to checked on: sched_process_fork [2019-07-30T07:14:34.122Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:34.122Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:34.122Z] DEBUG - matched Group with text "Specific event", using matcher: with mnemonic 'Specific event' [2019-07-30T07:14:34.122Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific event') [2019-07-30T07:14:34.122Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific event')) [2019-07-30T07:14:34.122Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:34.122Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:34.122Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:34.122Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:34.122Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:34.122Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:34.122Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.122Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:34.122Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102778209 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.122Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102778209 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.122Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102778209 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.122Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102778209 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.122Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102778209 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.122Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102778209 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.122Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102778209 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.123Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102777982 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)...' [2019-07-30T07:14:34.123Z] DEBUG - Clicked on [2019-07-30T07:14:34.123Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:34.123Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:34.123Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:34.123Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:34.123Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1102778312 data=null doit=true} to Tree node with text: channel0 [2019-07-30T07:14:34.123Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1102778312 data=null} to Tree node with text: channel0 [2019-07-30T07:14:34.123Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1102778312 data=null button=1 stateMask=0x0 x=127 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:34.123Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102778312 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 [2019-07-30T07:14:34.123Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1102778313 data=null button=1 stateMask=0x80000 x=127 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:34.123Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:34.123Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:34.123Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:34.123Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:34.123Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again. [2019-07-30T07:14:34.123Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:34.123Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:34.123Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:34.123Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102778320 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:34.123Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102778320 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:34.123Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102778320 data=null} to Tree node with text: mysession [2019-07-30T07:14:34.123Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102778321 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:34.123Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102778321 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 [2019-07-30T07:14:34.123Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102778321 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:34.123Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:34.123Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102778322 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:34.123Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102778322 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:34.123Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102778322 data=null} to Tree node with text: mysession [2019-07-30T07:14:34.123Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102778322 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:34.123Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102778322 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 [2019-07-30T07:14:34.123Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102778323 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:34.416Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:34.416Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:34.416Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:34.416Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:34.416Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102778538 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:34.417Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events') [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:34.417Z] 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') [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:34.417Z] 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') [2019-07-30T07:14:34.417Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1102778550 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:34.417Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1102778551 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') [2019-07-30T07:14:34.417Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1102778551 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') [2019-07-30T07:14:34.417Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1102778551 data=null item=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') [2019-07-30T07:14:34.417Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:34.417Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:34.417Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:34.417Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:34.417Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:34.417Z] DEBUG - Expanding nodes All in tree (of type 'Tree') [2019-07-30T07:14:34.417Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=1102778574 data=null doit=true} to TreeItem with text {All} [2019-07-30T07:14:34.417Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=1102778574 data=null} to TreeItem with text {All} [2019-07-30T07:14:34.417Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1102778574 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All} [2019-07-30T07:14:34.417Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102778574 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} [2019-07-30T07:14:34.417Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1102778611 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All} [2019-07-30T07:14:34.417Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. [2019-07-30T07:14:34.417Z] DEBUG - Setting state to checked on: sched_process_exec [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:34.417Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.417Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:34.417Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102778614 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.417Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102778614 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.417Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102778614 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.417Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102778614 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.417Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102778614 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.417Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102778614 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.417Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102778615 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.417Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102778376 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)...' [2019-07-30T07:14:34.673Z] DEBUG - Clicked on [2019-07-30T07:14:34.673Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:34.673Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:34.673Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:34.673Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:34.673Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1102778705 data=null doit=true} to Tree node with text: channel0 [2019-07-30T07:14:34.673Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1102778711 data=null} to Tree node with text: channel0 [2019-07-30T07:14:34.673Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1102778711 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:34.673Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102778711 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 [2019-07-30T07:14:34.673Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1102778712 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:34.673Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:34.673Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:34.673Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:34.673Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:34.673Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again. [2019-07-30T07:14:34.673Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:34.673Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:34.673Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:34.673Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102778714 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:34.673Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102778714 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:34.673Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102778714 data=null} to Tree node with text: mysession [2019-07-30T07:14:34.673Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102778714 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:34.673Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102778714 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 [2019-07-30T07:14:34.673Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102778715 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:34.673Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:34.673Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102778715 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:34.673Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102778715 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:34.673Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102778715 data=null} to Tree node with text: mysession [2019-07-30T07:14:34.673Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102778716 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:34.673Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102778716 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 [2019-07-30T07:14:34.673Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102778716 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:34.673Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:34.673Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:34.930Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:34.930Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:34.930Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102778977 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:34.930Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events') [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:34.930Z] 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') [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:34.930Z] 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') [2019-07-30T07:14:34.930Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1102778992 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:34.930Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1102778992 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') [2019-07-30T07:14:34.930Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1102778992 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') [2019-07-30T07:14:34.930Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1102778992 data=null item=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') [2019-07-30T07:14:34.930Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:34.930Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:34.930Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:34.930Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:34.930Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:34.930Z] DEBUG - Setting state to checked on: All [2019-07-30T07:14:34.930Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:34.930Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:34.930Z] DEBUG - matched Group with text "Specific event", using matcher: with mnemonic 'Specific event' [2019-07-30T07:14:34.930Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Specific event') [2019-07-30T07:14:34.930Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Specific event')) [2019-07-30T07:14:34.930Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:34.930Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:34.930Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:34.930Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:34.930Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:34.930Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:34.930Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.930Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:34.930Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102779034 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.930Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102779034 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.930Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102779034 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.930Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102779035 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.930Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102779035 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.930Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102779035 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.930Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102779035 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:34.930Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102778788 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)...' [2019-07-30T07:14:34.930Z] DEBUG - Clicked on [2019-07-30T07:14:34.930Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:35.186Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:35.186Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:35.186Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:35.186Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1102779187 data=null doit=true} to Tree node with text: channel0 [2019-07-30T07:14:35.186Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1102779188 data=null} to Tree node with text: channel0 [2019-07-30T07:14:35.186Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1102779188 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:35.186Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102779188 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 [2019-07-30T07:14:35.186Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1102779189 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:35.186Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:35.186Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:35.186Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:35.186Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:35.186Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again. [2019-07-30T07:14:35.186Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:35.186Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:35.186Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:35.186Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102779191 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102779192 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102779192 data=null} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102779192 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102779192 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 [2019-07-30T07:14:35.186Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102779193 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:35.186Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102779193 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102779193 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102779193 data=null} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102779194 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102779194 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 [2019-07-30T07:14:35.186Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102779194 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start' [2019-07-30T07:14:35.186Z] DEBUG - Clicking on with mnemonic 'Start' [2019-07-30T07:14:35.186Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=1102779273 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start' [2019-07-30T07:14:35.186Z] DEBUG - Clicked on with mnemonic 'Start' [2019-07-30T07:14:35.186Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:35.186Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:35.186Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:35.186Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102779375 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102779375 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102779375 data=null} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102779375 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102779375 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 [2019-07-30T07:14:35.186Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102779376 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:35.186Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102779377 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102779377 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102779377 data=null} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102779377 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102779377 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 [2019-07-30T07:14:35.186Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102779378 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:35.186Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop' [2019-07-30T07:14:35.186Z] DEBUG - Clicking on with mnemonic 'Stop' [2019-07-30T07:14:35.186Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=1102779419 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop' [2019-07-30T07:14:35.186Z] DEBUG - Clicked on with mnemonic 'Stop' [2019-07-30T07:14:35.442Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:35.442Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:35.442Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:35.442Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102779521 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:35.442Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102779521 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:35.442Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102779521 data=null} to Tree node with text: mysession [2019-07-30T07:14:35.442Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102779521 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:35.442Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102779521 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 [2019-07-30T07:14:35.442Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102779523 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:35.442Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:35.442Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102779523 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:35.442Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102779523 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:35.442Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102779523 data=null} to Tree node with text: mysession [2019-07-30T07:14:35.442Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102779524 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:35.442Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102779524 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 [2019-07-30T07:14:35.442Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102779524 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:35.442Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...' [2019-07-30T07:14:35.442Z] DEBUG - Clicking on with mnemonic 'Destroy Session...' [2019-07-30T07:14:35.442Z] DEBUG - Clicked on with mnemonic 'Destroy Session...' [2019-07-30T07:14:35.698Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation' [2019-07-30T07:14:35.698Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=1102779693 data=null doit=true} to Shell with text {Destroy Confirmation} [2019-07-30T07:14:35.698Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:35.698Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:14:35.698Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:14:35.698Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:35.698Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:35.698Z] DEBUG - Clicking on OK [2019-07-30T07:14:35.698Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102779694 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:35.698Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102779694 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:35.698Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102779694 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:35.698Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102779694 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:35.698Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102779694 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:35.698Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102779694 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:35.698Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102779694 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:35.698Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=1102779572 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...' [2019-07-30T07:14:35.698Z] DEBUG - Clicked on [2019-07-30T07:14:35.698Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:35.698Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:35.698Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102779769 data=null button=0 stateMask=0x0 x=69 y=-34 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:35.698Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102779769 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:35.698Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102779769 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:35.698Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102779769 data=null button=1 stateMask=0x0 x=69 y=-34 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:35.698Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102779769 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} [2019-07-30T07:14:35.698Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102779771 data=null button=1 stateMask=0x80000 x=69 y=-34 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:35.698Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:35.698Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102779772 data=null button=0 stateMask=0x0 x=69 y=-34 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:35.698Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102779772 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:35.698Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102779772 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:35.698Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102779772 data=null button=1 stateMask=0x0 x=69 y=-34 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:35.698Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102779772 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} [2019-07-30T07:14:35.698Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102779773 data=null button=1 stateMask=0x80000 x=69 y=-34 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:35.698Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect' [2019-07-30T07:14:35.698Z] DEBUG - Clicking on with mnemonic 'Disconnect' [2019-07-30T07:14:35.698Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=1102779876 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect' [2019-07-30T07:14:35.698Z] DEBUG - Clicked on with mnemonic 'Disconnect' [2019-07-30T07:14:35.953Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.265 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewSpecificEventTest [2019-07-30T07:14:35.953Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewSpecificEventTest) Time elapsed: 4.06 s [2019-07-30T07:14:35.953Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewTest [2019-07-30T07:14:36.208Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' [2019-07-30T07:14:36.208Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:36.208Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:36.208Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:36.208Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102780374 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:36.208Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102780375 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:36.208Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102780375 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:36.208Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102780375 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:36.208Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102780375 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} [2019-07-30T07:14:36.208Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102780377 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:36.208Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:36.208Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102780377 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:36.208Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102780377 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:36.208Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102780377 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:36.208Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102780378 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:36.208Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102780378 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} [2019-07-30T07:14:36.208Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102780378 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:36.208Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect' [2019-07-30T07:14:36.208Z] DEBUG - Clicking on with mnemonic 'Connect' [2019-07-30T07:14:36.208Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=1102780423 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect' [2019-07-30T07:14:36.208Z] DEBUG - Clicked on with mnemonic 'Connect' [2019-07-30T07:14:36.769Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:36.769Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1102780930 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions [2019-07-30T07:14:36.769Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102780930 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:36.769Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102780930 data=null} to Tree node with text: Sessions [2019-07-30T07:14:36.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102780930 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:36.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102780931 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 [2019-07-30T07:14:36.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102780932 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:36.769Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:36.769Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1102780932 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions [2019-07-30T07:14:36.769Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102780932 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:36.769Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102780933 data=null} to Tree node with text: Sessions [2019-07-30T07:14:36.769Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102780933 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:36.769Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102780933 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 [2019-07-30T07:14:36.769Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102780934 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:36.769Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...' [2019-07-30T07:14:36.769Z] DEBUG - Clicking on with mnemonic 'Create Session...' [2019-07-30T07:14:37.025Z] DEBUG - Clicked on with mnemonic 'Create Session...' [2019-07-30T07:14:37.025Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session' [2019-07-30T07:14:37.025Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=1102781082 data=null doit=true} to Shell with text {Create Session} [2019-07-30T07:14:37.025Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:37.025Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:37.025Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:37.025Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:37.025Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:37.025Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:37.025Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:37.025Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:37.025Z] DEBUG - matched Text with text " [2019-07-30T07:14:37.025Z] ", using matcher: of type 'Text' [2019-07-30T07:14:37.025Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:37.025Z] DEBUG - matched Text with text " [2019-07-30T07:14:37.025Z] ", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:37.025Z] DEBUG - matched Text with text " [2019-07-30T07:14:37.025Z] ", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:37.025Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button' [2019-07-30T07:14:37.025Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button' [2019-07-30T07:14:37.025Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button' [2019-07-30T07:14:37.025Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:37.025Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:37.025Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:37.025Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:37.025Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.025Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:37.025Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102781094 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.025Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102781094 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.025Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102781094 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.025Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102781094 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.025Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102781094 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.025Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102781095 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.025Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102781095 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.025Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=1102780983 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...' [2019-07-30T07:14:37.025Z] DEBUG - Clicked on [2019-07-30T07:14:37.025Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102781176 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:37.025Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102781176 data=null} to Tree node with text: Sessions [2019-07-30T07:14:37.025Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102781177 data=null button=1 stateMask=0x0 x=73 y=92 count=1} to Tree node with text: Sessions [2019-07-30T07:14:37.025Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102781177 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 [2019-07-30T07:14:37.025Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102781178 data=null button=1 stateMask=0x80000 x=73 y=92 count=1} to Tree node with text: Sessions [2019-07-30T07:14:37.025Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:37.025Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:37.025Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:37.025Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:37.025Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:37.025Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102781180 data=null button=0 stateMask=0x0 x=96 y=113 count=0} to Tree node with text: mysession [2019-07-30T07:14:37.025Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102781180 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:37.025Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102781180 data=null} to Tree node with text: mysession [2019-07-30T07:14:37.025Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102781180 data=null button=1 stateMask=0x0 x=96 y=113 count=1} to Tree node with text: mysession [2019-07-30T07:14:37.025Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102781181 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 [2019-07-30T07:14:37.025Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102781183 data=null button=1 stateMask=0x80000 x=96 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:37.025Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:37.025Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102781183 data=null button=0 stateMask=0x0 x=96 y=92 count=0} to Tree node with text: mysession [2019-07-30T07:14:37.025Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102781184 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:37.025Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102781184 data=null} to Tree node with text: mysession [2019-07-30T07:14:37.025Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102781190 data=null button=1 stateMask=0x0 x=112 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:37.025Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102781190 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 [2019-07-30T07:14:37.025Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102781191 data=null button=1 stateMask=0x80000 x=112 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:37.025Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:37.025Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:37.280Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:37.280Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:37.280Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102781351 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:37.280Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Tracepoint Events') [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:37.280Z] 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') [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:37.280Z] 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') [2019-07-30T07:14:37.280Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1102781354 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:37.280Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1102781358 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') [2019-07-30T07:14:37.280Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1102781358 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') [2019-07-30T07:14:37.280Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1102781358 data=null item=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') [2019-07-30T07:14:37.280Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Tracepoint Events') and with style 'SWT.RADIO') [2019-07-30T07:14:37.280Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:37.280Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events' [2019-07-30T07:14:37.280Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Tracepoint Events') [2019-07-30T07:14:37.280Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Tracepoint Events')) [2019-07-30T07:14:37.280Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:37.280Z] DEBUG - Setting state to checked on: All [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:37.280Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.280Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:37.280Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102781381 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.280Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102781382 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.280Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102781382 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.280Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102781382 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.280Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102781382 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.280Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102781382 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.280Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102781382 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.280Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102781238 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)...' [2019-07-30T07:14:37.280Z] DEBUG - Clicked on [2019-07-30T07:14:37.280Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:37.280Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:37.280Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:37.280Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:37.280Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:37.280Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:37.280Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:37.280Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:37.280Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1102781481 data=null doit=true} to Tree node with text: channel0 [2019-07-30T07:14:37.280Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1102781481 data=null} to Tree node with text: channel0 [2019-07-30T07:14:37.280Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1102781482 data=null button=1 stateMask=0x0 x=127 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:37.280Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102781488 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 [2019-07-30T07:14:37.281Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1102781489 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:37.281Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:37.281Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:37.281Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:37.281Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:37.281Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:37.281Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:37.281Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102781491 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:37.281Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102781491 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:37.281Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102781491 data=null} to Tree node with text: mysession [2019-07-30T07:14:37.281Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102781491 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:37.281Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102781491 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 [2019-07-30T07:14:37.281Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102781492 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:37.281Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:37.281Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102781492 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:37.281Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102781493 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:37.281Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102781493 data=null} to Tree node with text: mysession [2019-07-30T07:14:37.281Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102781493 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:37.281Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102781493 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 [2019-07-30T07:14:37.281Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102781494 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:37.536Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:37.536Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:37.536Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:37.536Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:37.536Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102781670 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:37.536Z] DEBUG - matched Group with text "Syscall Events", using matcher: with mnemonic 'Syscall Events' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Syscall Events') [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:37.536Z] 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') [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') [2019-07-30T07:14:37.536Z] 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') [2019-07-30T07:14:37.536Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1102781673 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') [2019-07-30T07:14:37.536Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1102781674 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') [2019-07-30T07:14:37.536Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1102781674 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') [2019-07-30T07:14:37.536Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1102781674 data=null item=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') [2019-07-30T07:14:37.536Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') [2019-07-30T07:14:37.536Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:37.536Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:37.536Z] DEBUG - matched Group with text "Syscall Events", using matcher: with mnemonic 'Syscall Events' [2019-07-30T07:14:37.536Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Syscall Events') [2019-07-30T07:14:37.536Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Syscall Events')) [2019-07-30T07:14:37.536Z] DEBUG - Setting state to checked on: All [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:37.536Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.536Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:37.536Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102781701 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.536Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102781702 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.536Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102781702 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.536Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102781702 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.536Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102781702 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.536Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102781702 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.536Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102781702 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:37.536Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102781538 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)...' [2019-07-30T07:14:37.792Z] DEBUG - Clicked on [2019-07-30T07:14:37.792Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:37.792Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:37.792Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:37.792Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:37.792Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:37.792Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:37.792Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:37.792Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:37.792Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:37.792Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:37.792Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:37.792Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1102781876 data=null doit=true} to Tree node with text: channel0 [2019-07-30T07:14:37.792Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1102781876 data=null} to Tree node with text: channel0 [2019-07-30T07:14:37.792Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1102781877 data=null button=1 stateMask=0x0 x=127 y=113 count=1} to Tree node with text: channel0 [2019-07-30T07:14:37.792Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102781877 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 [2019-07-30T07:14:37.792Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1102781878 data=null button=1 stateMask=0x80000 x=127 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:37.792Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:37.792Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102781878 data=null button=0 stateMask=0x0 x=96 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:37.792Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102781879 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:37.792Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102781879 data=null} to Tree node with text: mysession [2019-07-30T07:14:37.792Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102781879 data=null button=1 stateMask=0x0 x=96 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:37.792Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102781885 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 [2019-07-30T07:14:37.792Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102781887 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:37.792Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:37.792Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102781888 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:37.792Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102781888 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:37.792Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102781888 data=null} to Tree node with text: mysession [2019-07-30T07:14:37.792Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102781888 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:37.792Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102781888 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 [2019-07-30T07:14:37.792Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102781889 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:37.792Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:37.792Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:38.048Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:38.048Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:38.048Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102782091 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:38.048Z] DEBUG - matched Group with text "Syscall Events", using matcher: with mnemonic 'Syscall Events' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Syscall Events') [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:38.048Z] 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') [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') [2019-07-30T07:14:38.048Z] 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') [2019-07-30T07:14:38.048Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1102782098 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') [2019-07-30T07:14:38.048Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1102782098 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') [2019-07-30T07:14:38.048Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1102782098 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') [2019-07-30T07:14:38.048Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1102782099 data=null item=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') [2019-07-30T07:14:38.048Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Syscall Events') and with style 'SWT.RADIO') [2019-07-30T07:14:38.048Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:38.048Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:38.048Z] DEBUG - matched Group with text "Syscall Events", using matcher: with mnemonic 'Syscall Events' [2019-07-30T07:14:38.048Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Syscall Events') [2019-07-30T07:14:38.048Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Syscall Events')) [2019-07-30T07:14:38.048Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {All} time=1102782101 data=null doit=true} to TreeItem with text {All} [2019-07-30T07:14:38.048Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {All} time=1102782102 data=null} to TreeItem with text {All} [2019-07-30T07:14:38.048Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1102782102 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to TreeItem with text {All} [2019-07-30T07:14:38.048Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102782102 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} [2019-07-30T07:14:38.048Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1102782174 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to TreeItem with text {All} [2019-07-30T07:14:38.048Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] DEBUG - Setting state to checked on: write [2019-07-30T07:14:38.048Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] DEBUG - Setting state to checked on: read [2019-07-30T07:14:38.048Z] WARN - Tree item TreeItem with text {All} is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] DEBUG - Setting state to checked on: close [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:38.048Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.048Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:38.048Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102782188 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.048Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102782188 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.048Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102782188 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.048Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102782188 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.048Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102782188 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.048Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102782188 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.048Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102782188 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.048Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102781970 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)...' [2019-07-30T07:14:38.048Z] DEBUG - Clicked on [2019-07-30T07:14:38.048Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1102782286 data=null doit=true} to Tree node with text: channel0 [2019-07-30T07:14:38.048Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1102782286 data=null} to Tree node with text: channel0 [2019-07-30T07:14:38.048Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1102782286 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:38.048Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102782286 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 [2019-07-30T07:14:38.048Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1102782287 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:38.048Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item Tree node with text: Kernel is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:38.048Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:38.048Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102782291 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:38.048Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102782291 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:38.048Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102782291 data=null} to Tree node with text: mysession [2019-07-30T07:14:38.048Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102782291 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:38.048Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102782291 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 [2019-07-30T07:14:38.048Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102782292 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:38.048Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:38.048Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102782292 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:38.048Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102782292 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:38.048Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102782292 data=null} to Tree node with text: mysession [2019-07-30T07:14:38.048Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102782293 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:38.048Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102782293 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 [2019-07-30T07:14:38.048Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102782294 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:38.304Z] DEBUG - matched MenuItem with text "Enable Channel...", using matcher: with mnemonic 'Enable Channel...' [2019-07-30T07:14:38.304Z] DEBUG - Clicking on with mnemonic 'Enable Channel...' [2019-07-30T07:14:38.304Z] DEBUG - Clicked on with mnemonic 'Enable Channel...' [2019-07-30T07:14:38.304Z] DEBUG - matched Shell with text "Enable Channel", using matcher: with text 'Enable Channel' [2019-07-30T07:14:38.304Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Channel} time=1102782503 data=null doit=true} to Shell with text {Enable Channel} [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:38.304Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name' [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Channel Name') [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name')) [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:38.304Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name' [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Channel Name') [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name')) [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:38.304Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name' [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Channel Name') [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name')) [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:38.304Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name' [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Channel Name') [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name')) [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:38.304Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name' [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Channel Name') [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name')) [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:38.304Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name' [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Channel Name') [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name')) [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:38.304Z] DEBUG - matched Label with text "Channel Name", using matcher: with mnemonic 'Channel Name' [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Channel Name') [2019-07-30T07:14:38.304Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Channel Name')) [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Configure metadata c...", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Discard", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "UST", using matcher: with mnemonic 'UST' [2019-07-30T07:14:38.304Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "UST", using matcher: in group (with mnemonic 'Domain') [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "UST", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:38.304Z] 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') [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Global shared buffer...", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Per PID buffers", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Per UID buffers", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "&Default", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:38.304Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1102782511 data=null doit=true} to Button with text {Kernel} [2019-07-30T07:14:38.304Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1102782511 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} [2019-07-30T07:14:38.304Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:38.304Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {UST} time=1102782512 data=null doit=true} to (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:38.304Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {UST} time=1102782512 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') [2019-07-30T07:14:38.304Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {UST} time=1102782512 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') [2019-07-30T07:14:38.304Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {UST} time=1102782512 data=null item=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') [2019-07-30T07:14:38.304Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Configure metadata c...", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Discard", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Global shared buffer...", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Per PID buffers", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Per UID buffers", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Per UID buffers", using matcher: with mnemonic 'Per UID buffers' [2019-07-30T07:14:38.304Z] DEBUG - matched Group with text "Buffer Type", using matcher: with mnemonic 'Buffer Type' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Per UID buffers", using matcher: in group (with mnemonic 'Buffer Type') [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Per UID buffers", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:38.304Z] 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') [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "&Default", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Per UID buffers' and in group (with mnemonic 'Buffer Type') and with style 'SWT.RADIO') [2019-07-30T07:14:38.304Z] 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') [2019-07-30T07:14:38.304Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Per UID buffers} time=1102782515 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') [2019-07-30T07:14:38.304Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Per UID buffers} time=1102782515 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') [2019-07-30T07:14:38.304Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Per UID buffers} time=1102782521 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') [2019-07-30T07:14:38.304Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Per UID buffers} time=1102782521 data=null item=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') [2019-07-30T07:14:38.304Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Per UID buffers' and in group (with mnemonic 'Buffer Type') and with style 'SWT.RADIO') [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Configure metadata c...", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Discard", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Overwrite", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Global shared buffer...", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Per PID buffers", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "Per UID buffers", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "&Default", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:38.304Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.304Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:38.304Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102782526 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.304Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102782526 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.304Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102782526 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.304Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102782527 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.304Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102782527 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.304Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102782527 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.304Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102782527 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.304Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Channel...} time=1102782339 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...' [2019-07-30T07:14:38.559Z] DEBUG - Clicked on [2019-07-30T07:14:38.559Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:38.559Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:38.559Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:38.559Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {UST global} time=1102782618 data=null doit=true} to Tree node with text: UST global [2019-07-30T07:14:38.559Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {UST global} time=1102782619 data=null} to Tree node with text: UST global [2019-07-30T07:14:38.559Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {UST global} time=1102782619 data=null button=1 stateMask=0x0 x=114 y=92 count=1} to Tree node with text: UST global [2019-07-30T07:14:38.559Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102782619 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 [2019-07-30T07:14:38.559Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {UST global} time=1102782620 data=null button=1 stateMask=0x80000 x=114 y=92 count=1} to Tree node with text: UST global [2019-07-30T07:14:38.559Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:38.559Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {channel0} time=1102782620 data=null button=0 stateMask=0x0 x=127 y=113 count=0} to Tree node with text: channel0 [2019-07-30T07:14:38.559Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1102782620 data=null doit=true} to Tree node with text: channel0 [2019-07-30T07:14:38.559Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1102782621 data=null} to Tree node with text: channel0 [2019-07-30T07:14:38.559Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1102782621 data=null button=1 stateMask=0x0 x=127 y=113 count=1} to Tree node with text: channel0 [2019-07-30T07:14:38.559Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102782621 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 [2019-07-30T07:14:38.559Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1102782633 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:38.559Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:38.559Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {channel0} time=1102782633 data=null button=0 stateMask=0x0 x=143 y=92 count=0} to Tree node with text: channel0 [2019-07-30T07:14:38.559Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1102782634 data=null doit=true} to Tree node with text: channel0 [2019-07-30T07:14:38.559Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1102782634 data=null} to Tree node with text: channel0 [2019-07-30T07:14:38.559Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1102782634 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:38.559Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102782634 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 [2019-07-30T07:14:38.559Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1102782635 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:38.559Z] DEBUG - matched MenuItem with text "Enable Event...", using matcher: with mnemonic 'Enable Event...' [2019-07-30T07:14:38.559Z] DEBUG - Clicking on with mnemonic 'Enable Event...' [2019-07-30T07:14:38.814Z] DEBUG - Clicked on with mnemonic 'Enable Event...' [2019-07-30T07:14:38.814Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:38.814Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102782904 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:38.814Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:38.814Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:38.814Z] DEBUG - Attempting to set focus on (of type 'Tree') [2019-07-30T07:14:38.814Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Tree {} time=1102782973 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree') [2019-07-30T07:14:38.814Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Tree {} time=1102782973 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Tree') [2019-07-30T07:14:38.814Z] DEBUG - Sent event Activate [26]: ShellEvent{Tree {} time=1102782974 data=null doit=true} to (of type 'Tree') [2019-07-30T07:14:38.814Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Tree {} time=1102782974 data=null} to (of type 'Tree') [2019-07-30T07:14:38.814Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {All} time=1102782974 data=null button=1 stateMask=0x0 x=54 y=11 count=1} to (of type 'Tree') [2019-07-30T07:14:38.814Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102782974 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') [2019-07-30T07:14:38.814Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {All} time=1102782975 data=null button=1 stateMask=0x80000 x=54 y=11 count=1} to (of type 'Tree') [2019-07-30T07:14:38.814Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:38.814Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:38.814Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:38.814Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:38.814Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:38.814Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:38.814Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:38.814Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:38.814Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:38.814Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' [2019-07-30T07:14:38.814Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' [2019-07-30T07:14:38.814Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:38.814Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:38.814Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:38.814Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:38.814Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.814Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:38.814Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102782977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.814Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102782977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.814Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102782977 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.814Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102782977 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.814Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102782977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.814Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102782977 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.814Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102782977 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:38.814Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event...} time=1102782695 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...' [2019-07-30T07:14:39.070Z] DEBUG - Clicked on [2019-07-30T07:14:39.070Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:39.070Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:39.070Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:39.070Z] WARN - Tree item Tree node with text: UST global is already expanded. Won't expand it again. [2019-07-30T07:14:39.070Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1102783109 data=null doit=true} to Tree node with text: channel0 [2019-07-30T07:14:39.070Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1102783110 data=null} to Tree node with text: channel0 [2019-07-30T07:14:39.070Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1102783110 data=null button=1 stateMask=0x0 x=127 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:39.070Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102783110 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 [2019-07-30T07:14:39.070Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1102783111 data=null button=1 stateMask=0x80000 x=127 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:39.070Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:39.070Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:39.070Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:39.070Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102783112 data=null button=0 stateMask=0x0 x=96 y=8 count=0} to Tree node with text: mysession [2019-07-30T07:14:39.070Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102783112 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:39.070Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102783112 data=null} to Tree node with text: mysession [2019-07-30T07:14:39.070Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102783112 data=null button=1 stateMask=0x0 x=96 y=8 count=1} to Tree node with text: mysession [2019-07-30T07:14:39.070Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102783113 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 [2019-07-30T07:14:39.070Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102783115 data=null button=1 stateMask=0x80000 x=96 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:39.070Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:39.070Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102783115 data=null button=0 stateMask=0x0 x=96 y=11 count=0} to Tree node with text: mysession [2019-07-30T07:14:39.070Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102783116 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:39.070Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102783116 data=null} to Tree node with text: mysession [2019-07-30T07:14:39.070Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102783116 data=null button=1 stateMask=0x0 x=96 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:39.070Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102783116 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 [2019-07-30T07:14:39.070Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102783172 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:39.070Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start' [2019-07-30T07:14:39.070Z] DEBUG - Clicking on with mnemonic 'Start' [2019-07-30T07:14:39.070Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=1102783221 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start' [2019-07-30T07:14:39.070Z] DEBUG - Clicked on with mnemonic 'Start' [2019-07-30T07:14:39.326Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:39.326Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:39.326Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:39.326Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102783323 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession [2019-07-30T07:14:39.326Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102783323 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:39.326Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102783323 data=null} to Tree node with text: mysession [2019-07-30T07:14:39.326Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102783323 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:39.326Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102783324 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 [2019-07-30T07:14:39.326Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102783324 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:39.326Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:39.326Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102783325 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession [2019-07-30T07:14:39.326Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102783325 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:39.326Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102783325 data=null} to Tree node with text: mysession [2019-07-30T07:14:39.326Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102783325 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:39.326Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102783325 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 [2019-07-30T07:14:39.326Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102783326 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:39.326Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop' [2019-07-30T07:14:39.326Z] DEBUG - Clicking on with mnemonic 'Stop' [2019-07-30T07:14:39.326Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=1102783383 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop' [2019-07-30T07:14:39.326Z] DEBUG - Clicked on with mnemonic 'Stop' [2019-07-30T07:14:39.326Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:39.326Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:39.326Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:39.326Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102783485 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession [2019-07-30T07:14:39.326Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102783485 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:39.326Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102783485 data=null} to Tree node with text: mysession [2019-07-30T07:14:39.326Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102783485 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:39.326Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102783485 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 [2019-07-30T07:14:39.326Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102783487 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:39.326Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:39.326Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102783536 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession [2019-07-30T07:14:39.326Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102783536 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:39.326Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102783536 data=null} to Tree node with text: mysession [2019-07-30T07:14:39.326Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102783536 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:39.326Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102783536 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 [2019-07-30T07:14:39.326Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102783537 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:39.581Z] DEBUG - matched MenuItem with text "Import...", using matcher: with mnemonic 'Import...' [2019-07-30T07:14:39.581Z] DEBUG - Clicking on with mnemonic 'Import...' [2019-07-30T07:14:39.836Z] DEBUG - Clicked on with mnemonic 'Import...' [2019-07-30T07:14:39.836Z] DEBUG - matched Shell with text "Fetch Remote Traces", using matcher: with text 'Fetch Remote Traces' [2019-07-30T07:14:39.836Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Fetch Remote Traces} time=1102783985 data=null doit=true} to Shell with text {Fetch Remote Traces} [2019-07-30T07:14:39.836Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T07:14:39.836Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T07:14:39.836Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' [2019-07-30T07:14:39.836Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:39.836Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel' [2019-07-30T07:14:39.836Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:39.836Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') [2019-07-30T07:14:39.836Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T07:14:40.397Z] DEBUG - Clicking on Cancel [2019-07-30T07:14:40.397Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=1102784487 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') [2019-07-30T07:14:40.397Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=1102784487 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') [2019-07-30T07:14:40.397Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=1102784487 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') [2019-07-30T07:14:40.397Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=1102784487 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') [2019-07-30T07:14:40.397Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=1102784487 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') [2019-07-30T07:14:40.397Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=1102784487 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') [2019-07-30T07:14:40.397Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=1102784487 data=null item=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') [2019-07-30T07:14:40.397Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import...} time=1102783592 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' [2019-07-30T07:14:40.397Z] DEBUG - Clicked on [2019-07-30T07:14:40.397Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:40.397Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102784556 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession [2019-07-30T07:14:40.397Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102784556 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:40.397Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102784556 data=null} to Tree node with text: mysession [2019-07-30T07:14:40.397Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102784556 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:40.397Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102784557 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 [2019-07-30T07:14:40.397Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102784558 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:40.397Z] DEBUG - matched MenuItem with text "Import...", using matcher: with mnemonic 'Import...' [2019-07-30T07:14:40.397Z] DEBUG - Clicking on with mnemonic 'Import...' [2019-07-30T07:14:40.653Z] DEBUG - Clicked on with mnemonic 'Import...' [2019-07-30T07:14:40.653Z] DEBUG - matched Shell with text "Fetch Remote Traces", using matcher: with text 'Fetch Remote Traces' [2019-07-30T07:14:40.653Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Fetch Remote Traces} time=1102784794 data=null doit=true} to Shell with text {Fetch Remote Traces} [2019-07-30T07:14:40.653Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T07:14:40.653Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T07:14:40.653Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' [2019-07-30T07:14:40.653Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:40.653Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T07:14:40.653Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' [2019-07-30T07:14:40.653Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:40.653Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:40.653Z] DEBUG - Clicking on &Finish [2019-07-30T07:14:40.653Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1102784795 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:40.653Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1102784795 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:40.653Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1102784795 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:40.653Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1102784795 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:40.653Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1102784796 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:40.653Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1102784796 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:40.653Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:40.653Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:40.653Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:40.653Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:40.653Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:40.653Z] DEBUG - Clicked on &Finish [2019-07-30T07:14:42.016Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1102784796 data=null item=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') [2019-07-30T07:14:42.016Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import...} time=1102784611 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' [2019-07-30T07:14:42.271Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:42.271Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:42.271Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:42.271Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102786397 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession [2019-07-30T07:14:42.271Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102786397 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:42.271Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102786397 data=null} to Tree node with text: mysession [2019-07-30T07:14:42.271Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102786398 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:42.271Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102786398 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 [2019-07-30T07:14:42.271Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102786399 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:42.271Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:42.271Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102786485 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession [2019-07-30T07:14:42.271Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102786485 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:42.271Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102786485 data=null} to Tree node with text: mysession [2019-07-30T07:14:42.271Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102786485 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:42.271Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102786486 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 [2019-07-30T07:14:42.271Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102786487 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:42.527Z] DEBUG - matched MenuItem with text "Import...", using matcher: with mnemonic 'Import...' [2019-07-30T07:14:42.527Z] DEBUG - Clicking on with mnemonic 'Import...' [2019-07-30T07:14:42.527Z] DEBUG - Clicked on with mnemonic 'Import...' [2019-07-30T07:14:42.786Z] DEBUG - matched Shell with text "Fetch Remote Traces", using matcher: with text 'Fetch Remote Traces' [2019-07-30T07:14:42.786Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Fetch Remote Traces} time=1102786834 data=null doit=true} to Shell with text {Fetch Remote Traces} [2019-07-30T07:14:42.786Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T07:14:42.786Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T07:14:42.786Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' [2019-07-30T07:14:42.786Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:42.786Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel' [2019-07-30T07:14:42.786Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:42.786Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') [2019-07-30T07:14:42.786Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T07:14:42.786Z] DEBUG - Clicking on Cancel [2019-07-30T07:14:42.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=1102786835 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') [2019-07-30T07:14:42.786Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=1102786836 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') [2019-07-30T07:14:42.786Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=1102786836 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') [2019-07-30T07:14:42.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=1102786836 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') [2019-07-30T07:14:42.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=1102786836 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') [2019-07-30T07:14:42.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=1102786836 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') [2019-07-30T07:14:42.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=1102786836 data=null item=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') [2019-07-30T07:14:42.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import...} time=1102786587 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' [2019-07-30T07:14:42.786Z] DEBUG - Clicked on [2019-07-30T07:14:42.786Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:42.786Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102786912 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession [2019-07-30T07:14:42.786Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102786912 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:42.786Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102786913 data=null} to Tree node with text: mysession [2019-07-30T07:14:42.786Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102786914 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:42.786Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102786914 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 [2019-07-30T07:14:42.786Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102786915 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:42.786Z] DEBUG - matched MenuItem with text "Import...", using matcher: with mnemonic 'Import...' [2019-07-30T07:14:42.786Z] DEBUG - Clicking on with mnemonic 'Import...' [2019-07-30T07:14:43.115Z] DEBUG - Clicked on with mnemonic 'Import...' [2019-07-30T07:14:43.115Z] DEBUG - matched Shell with text "Fetch Remote Traces", using matcher: with text 'Fetch Remote Traces' [2019-07-30T07:14:43.115Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Fetch Remote Traces} time=1102787195 data=null doit=true} to Shell with text {Fetch Remote Traces} [2019-07-30T07:14:43.115Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T07:14:43.115Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T07:14:43.115Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' [2019-07-30T07:14:43.115Z] DEBUG - matched Button with text "Create Experiment", using matcher: with style 'SWT.CHECK' [2019-07-30T07:14:43.115Z] DEBUG - matched Button with text "Create Experiment", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:43.115Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:43.115Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T07:14:43.115Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:43.115Z] DEBUG - Toggling state on Button {Create Experiment}. Setting state to selected [2019-07-30T07:14:43.115Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create Experiment} time=1102787197 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:43.115Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create Experiment} time=1102787198 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:43.115Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create Experiment} time=1102787198 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:43.115Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create Experiment} time=1102787198 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:43.115Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create Experiment} time=1102787198 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:43.115Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create Experiment} time=1102787198 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:43.115Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create Experiment} time=1102787198 data=null 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') [2019-07-30T07:14:43.115Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create Experiment} time=1102787200 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:43.115Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create Experiment} time=1102787200 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:43.115Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create Experiment} time=1102787200 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:43.115Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create Experiment} time=1102787200 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:43.115Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create Experiment} time=1102787200 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:43.115Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:43.115Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T07:14:43.115Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T07:14:43.115Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' [2019-07-30T07:14:43.115Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:43.115Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T07:14:43.115Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' [2019-07-30T07:14:43.115Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:43.115Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:43.115Z] DEBUG - Clicking on &Finish [2019-07-30T07:14:43.115Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1102787211 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:43.115Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1102787212 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:43.115Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1102787212 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:43.115Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1102787212 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:43.115Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1102787212 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:43.115Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1102787212 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:43.115Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:43.115Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:43.115Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:43.115Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:43.115Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:43.115Z] DEBUG - Clicked on &Finish [2019-07-30T07:14:43.371Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1102787212 data=null item=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') [2019-07-30T07:14:43.371Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import...} time=1102786993 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' [2019-07-30T07:14:43.627Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:43.627Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:43.627Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:43.627Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102787795 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession [2019-07-30T07:14:43.627Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102787795 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:43.627Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102787795 data=null} to Tree node with text: mysession [2019-07-30T07:14:43.627Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102787795 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:43.627Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102787795 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 [2019-07-30T07:14:43.627Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102787796 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:43.627Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:43.627Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102787810 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession [2019-07-30T07:14:43.627Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102787810 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:43.627Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102787810 data=null} to Tree node with text: mysession [2019-07-30T07:14:43.627Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102787810 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:43.627Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102787810 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 [2019-07-30T07:14:43.627Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102787811 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:43.883Z] DEBUG - matched MenuItem with text "Import...", using matcher: with mnemonic 'Import...' [2019-07-30T07:14:43.883Z] DEBUG - Clicking on with mnemonic 'Import...' [2019-07-30T07:14:43.883Z] DEBUG - Clicked on with mnemonic 'Import...' [2019-07-30T07:14:44.139Z] DEBUG - matched Shell with text "Fetch Remote Traces", using matcher: with text 'Fetch Remote Traces' [2019-07-30T07:14:44.139Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Fetch Remote Traces} time=1102788214 data=null doit=true} to Shell with text {Fetch Remote Traces} [2019-07-30T07:14:44.139Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T07:14:44.139Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T07:14:44.139Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' [2019-07-30T07:14:44.139Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:44.139Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel' [2019-07-30T07:14:44.139Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:44.139Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') [2019-07-30T07:14:44.139Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T07:14:44.139Z] DEBUG - Clicking on Cancel [2019-07-30T07:14:44.139Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=1102788215 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') [2019-07-30T07:14:44.139Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=1102788215 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') [2019-07-30T07:14:44.139Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=1102788216 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') [2019-07-30T07:14:44.139Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=1102788216 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') [2019-07-30T07:14:44.139Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=1102788216 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') [2019-07-30T07:14:44.139Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=1102788216 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') [2019-07-30T07:14:44.139Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=1102788216 data=null item=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') [2019-07-30T07:14:44.139Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import...} time=1102787908 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' [2019-07-30T07:14:44.139Z] DEBUG - Clicked on [2019-07-30T07:14:44.139Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:44.139Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102788321 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession [2019-07-30T07:14:44.139Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102788321 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:44.139Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102788321 data=null} to Tree node with text: mysession [2019-07-30T07:14:44.139Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102788321 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:44.139Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102788322 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 [2019-07-30T07:14:44.139Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102788322 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:44.139Z] DEBUG - matched MenuItem with text "Import...", using matcher: with mnemonic 'Import...' [2019-07-30T07:14:44.139Z] DEBUG - Clicking on with mnemonic 'Import...' [2019-07-30T07:14:44.395Z] DEBUG - Clicked on with mnemonic 'Import...' [2019-07-30T07:14:44.395Z] DEBUG - matched Shell with text "Fetch Remote Traces", using matcher: with text 'Fetch Remote Traces' [2019-07-30T07:14:44.395Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Fetch Remote Traces} time=1102788521 data=null doit=true} to Shell with text {Fetch Remote Traces} [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Create Experiment", using matcher: with style 'SWT.CHECK' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Create Experiment", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:44.395Z] DEBUG - Toggling state on Button {Create Experiment}. Setting state to selected [2019-07-30T07:14:44.395Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Create Experiment} time=1102788570 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:44.395Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create Experiment} time=1102788570 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:44.395Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Create Experiment} time=1102788570 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:44.395Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Create Experiment} time=1102788570 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:44.395Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Create Experiment} time=1102788570 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:44.395Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Create Experiment} time=1102788571 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:44.395Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Create Experiment} time=1102788571 data=null 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') [2019-07-30T07:14:44.395Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Create Experiment} time=1102788576 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:44.395Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Create Experiment} time=1102788576 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:44.395Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Create Experiment} time=1102788576 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:44.395Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Create Experiment} time=1102788576 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:44.395Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Create Experiment} time=1102788577 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:44.395Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:44.395Z] DEBUG - matched Text with text "mysession-20151201-2...", using matcher: of type 'Text' [2019-07-30T07:14:44.395Z] DEBUG - matched Group with text "Options", using matcher: with mnemonic 'Options' [2019-07-30T07:14:44.395Z] DEBUG - matched Text with text "mysession-20151201-2...", using matcher: in group (with mnemonic 'Options') [2019-07-30T07:14:44.395Z] DEBUG - matched Text with text "mysession-20151201-2...", using matcher: (of type 'Text' and in group (with mnemonic 'Options')) [2019-07-30T07:14:44.395Z] DEBUG - matched Text with text " Experiment "mysessi...", using matcher: of type 'Text' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Select All", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Deselect All", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Create Experiment", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "&Finish", using matcher: of type 'Button' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "&Finish", using matcher: with mnemonic 'Finish' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "&Finish", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:44.395Z] DEBUG - matched Button with text "&Finish", using matcher: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:44.395Z] DEBUG - Clicking on &Finish [2019-07-30T07:14:44.395Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Finish} time=1102788606 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:44.395Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Finish} time=1102788607 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:44.395Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Finish} time=1102788607 data=null doit=true} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:44.395Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Finish} time=1102788607 data=null} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:44.395Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Finish} time=1102788607 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:44.395Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Finish} time=1102788607 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:44.395Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:44.395Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:44.395Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:44.395Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:44.395Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') [2019-07-30T07:14:44.395Z] DEBUG - Clicked on &Finish [2019-07-30T07:14:44.957Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Finish} time=1102788607 data=null item=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') [2019-07-30T07:14:44.957Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Import...} time=1102788388 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Import...' [2019-07-30T07:14:44.957Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:44.957Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:44.957Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:44.957Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102789123 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession [2019-07-30T07:14:44.957Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102789123 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:44.957Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102789123 data=null} to Tree node with text: mysession [2019-07-30T07:14:44.957Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102789123 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:44.957Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102789123 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 [2019-07-30T07:14:44.957Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102789124 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:44.957Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:44.957Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102789125 data=null button=0 stateMask=0x0 x=112 y=11 count=0} to Tree node with text: mysession [2019-07-30T07:14:44.957Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102789125 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:44.957Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102789125 data=null} to Tree node with text: mysession [2019-07-30T07:14:44.957Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102789125 data=null button=1 stateMask=0x0 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:44.957Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102789125 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 [2019-07-30T07:14:44.957Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102789126 data=null button=1 stateMask=0x80000 x=112 y=11 count=1} to Tree node with text: mysession [2019-07-30T07:14:44.957Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...' [2019-07-30T07:14:44.957Z] DEBUG - Clicking on with mnemonic 'Destroy Session...' [2019-07-30T07:14:45.213Z] DEBUG - Clicked on with mnemonic 'Destroy Session...' [2019-07-30T07:14:45.213Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation' [2019-07-30T07:14:45.213Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=1102789280 data=null doit=true} to Shell with text {Destroy Confirmation} [2019-07-30T07:14:45.213Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:45.213Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:14:45.213Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:14:45.213Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:45.213Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:45.213Z] DEBUG - Clicking on OK [2019-07-30T07:14:45.213Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102789280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:45.213Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102789280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:45.213Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102789280 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:45.213Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102789280 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:45.213Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102789281 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:45.213Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102789281 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:45.213Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102789281 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:45.213Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=1102789179 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...' [2019-07-30T07:14:45.213Z] DEBUG - Clicked on [2019-07-30T07:14:45.213Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:45.213Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:45.213Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102789384 data=null button=0 stateMask=0x0 x=53 y=-34 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:45.213Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102789384 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:45.213Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102789384 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:45.213Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102789385 data=null button=1 stateMask=0x0 x=53 y=-34 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:45.213Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102789385 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} [2019-07-30T07:14:45.213Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102789387 data=null button=1 stateMask=0x80000 x=53 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:45.213Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:45.213Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102789387 data=null button=0 stateMask=0x0 x=53 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:45.213Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102789387 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:45.213Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102789387 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:45.213Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102789387 data=null button=1 stateMask=0x0 x=53 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:45.213Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102789388 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} [2019-07-30T07:14:45.213Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102789388 data=null button=1 stateMask=0x80000 x=53 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:45.468Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect' [2019-07-30T07:14:45.468Z] DEBUG - Clicking on with mnemonic 'Disconnect' [2019-07-30T07:14:45.468Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=1102789485 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect' [2019-07-30T07:14:45.468Z] DEBUG - Clicked on with mnemonic 'Disconnect' [2019-07-30T07:14:45.468Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1102789590 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:14:45.468Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:14:45.468Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:45.468Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:45.468Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:45.468Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Remote} time=1102789627 data=null button=0 stateMask=0x0 x=67 y=11 count=0} to TreeItem with text {Remote} [2019-07-30T07:14:45.468Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Remote} time=1102789627 data=null doit=true} to TreeItem with text {Remote} [2019-07-30T07:14:45.468Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Remote} time=1102789628 data=null} to TreeItem with text {Remote} [2019-07-30T07:14:45.468Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Remote} time=1102789628 data=null button=1 stateMask=0x0 x=67 y=11 count=1} to TreeItem with text {Remote} [2019-07-30T07:14:45.468Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102789628 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} [2019-07-30T07:14:45.468Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Remote} time=1102789687 data=null button=1 stateMask=0x80000 x=67 y=11 count=1} to TreeItem with text {Remote} [2019-07-30T07:14:45.724Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:14:45.724Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:14:45.724Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:14:46.650Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:14:46.650Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:14:46.650Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:14:46.650Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:14:46.650Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:46.650Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:14:46.650Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:46.650Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:14:46.650Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:46.650Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:14:46.650Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102790703 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:46.650Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102790704 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:46.650Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102790704 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:46.650Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102790704 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:46.650Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102790704 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:46.650Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102790704 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:46.650Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102790704 data=null 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') [2019-07-30T07:14:46.650Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102790704 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:46.650Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102790704 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:46.650Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102790704 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:46.650Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102790704 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:46.650Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102790704 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:46.650Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:14:46.650Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:14:46.650Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:14:46.650Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:46.650Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:14:46.650Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:14:46.650Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:46.650Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:46.650Z] DEBUG - Clicking on OK [2019-07-30T07:14:46.650Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102790705 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:46.650Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102790705 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:46.650Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102790706 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:46.650Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102790706 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:46.650Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102790706 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:46.650Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102790706 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:46.650Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:46.650Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:46.650Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:46.650Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:46.650Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:46.650Z] DEBUG - Clicked on OK [2019-07-30T07:14:46.650Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102790706 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:46.650Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1102789795 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:14:47.210Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.237 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewTest [2019-07-30T07:14:47.210Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewTest) Time elapsed: 11.028 s [2019-07-30T07:14:47.210Z] Running org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewExcludeEventsTest [2019-07-30T07:14:47.465Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' [2019-07-30T07:14:47.465Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:47.465Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:47.465Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:47.465Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102791681 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:47.465Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102791681 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:47.465Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102791681 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:47.465Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102791681 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:47.465Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102791681 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} [2019-07-30T07:14:47.465Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102791683 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:47.465Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:47.465Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102791684 data=null button=0 stateMask=0x0 x=69 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:47.465Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102791684 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:47.465Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102791684 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:47.465Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102791684 data=null button=1 stateMask=0x0 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:47.465Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102791684 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} [2019-07-30T07:14:47.465Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102791685 data=null button=1 stateMask=0x80000 x=69 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:47.720Z] DEBUG - matched MenuItem with text "Connect", using matcher: with mnemonic 'Connect' [2019-07-30T07:14:47.720Z] DEBUG - Clicking on with mnemonic 'Connect' [2019-07-30T07:14:47.720Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Connect} time=1102791767 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Connect' [2019-07-30T07:14:47.720Z] DEBUG - Clicked on with mnemonic 'Connect' [2019-07-30T07:14:48.280Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:48.280Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1102792290 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions [2019-07-30T07:14:48.280Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102792290 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:48.280Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102792290 data=null} to Tree node with text: Sessions [2019-07-30T07:14:48.280Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102792290 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:48.280Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102792291 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 [2019-07-30T07:14:48.280Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102792292 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:48.280Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:48.280Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {Sessions} time=1102792292 data=null button=0 stateMask=0x0 x=89 y=137 count=0} to Tree node with text: Sessions [2019-07-30T07:14:48.280Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102792293 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:48.280Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102792293 data=null} to Tree node with text: Sessions [2019-07-30T07:14:48.280Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102792293 data=null button=1 stateMask=0x0 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:48.280Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102792293 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 [2019-07-30T07:14:48.280Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102792293 data=null button=1 stateMask=0x80000 x=89 y=137 count=1} to Tree node with text: Sessions [2019-07-30T07:14:48.280Z] DEBUG - matched MenuItem with text "Create Session...", using matcher: with mnemonic 'Create Session...' [2019-07-30T07:14:48.280Z] DEBUG - Clicking on with mnemonic 'Create Session...' [2019-07-30T07:14:48.280Z] DEBUG - Clicked on with mnemonic 'Create Session...' [2019-07-30T07:14:48.280Z] DEBUG - matched Shell with text "Create Session", using matcher: with text 'Create Session' [2019-07-30T07:14:48.280Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Create Session} time=1102792479 data=null doit=true} to Shell with text {Create Session} [2019-07-30T07:14:48.280Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:48.280Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:48.280Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:48.280Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:48.280Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:48.280Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:48.280Z] DEBUG - matched Text with text "", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:48.280Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:48.280Z] DEBUG - matched Text with text " [2019-07-30T07:14:48.280Z] ", using matcher: of type 'Text' [2019-07-30T07:14:48.280Z] DEBUG - matched Label with text "Session Name", using matcher: with mnemonic 'Session Name' [2019-07-30T07:14:48.280Z] DEBUG - matched Text with text " [2019-07-30T07:14:48.280Z] ", using matcher: with label (with mnemonic 'Session Name') [2019-07-30T07:14:48.280Z] DEBUG - matched Text with text " [2019-07-30T07:14:48.280Z] ", using matcher: (of type 'Text' and with label (with mnemonic 'Session Name')) [2019-07-30T07:14:48.280Z] DEBUG - matched Button with text "Normal Mode", using matcher: of type 'Button' [2019-07-30T07:14:48.280Z] DEBUG - matched Button with text "Snapshot Mode", using matcher: of type 'Button' [2019-07-30T07:14:48.280Z] DEBUG - matched Button with text "Advanced >>>", using matcher: of type 'Button' [2019-07-30T07:14:48.280Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:48.280Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:48.280Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:48.280Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:48.280Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:48.280Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:48.280Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102792490 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:48.280Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102792490 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:48.280Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102792490 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:48.280Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102792490 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:48.280Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102792490 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:48.280Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102792490 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:48.280Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102792490 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:48.280Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Create Session...} time=1102792345 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...' [2019-07-30T07:14:48.535Z] DEBUG - Clicked on [2019-07-30T07:14:48.535Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {Sessions} time=1102792603 data=null doit=true} to Tree node with text: Sessions [2019-07-30T07:14:48.535Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {Sessions} time=1102792603 data=null} to Tree node with text: Sessions [2019-07-30T07:14:48.535Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {Sessions} time=1102792603 data=null button=1 stateMask=0x0 x=73 y=92 count=1} to Tree node with text: Sessions [2019-07-30T07:14:48.535Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102792604 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 [2019-07-30T07:14:48.535Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {Sessions} time=1102792604 data=null button=1 stateMask=0x80000 x=73 y=92 count=1} to Tree node with text: Sessions [2019-07-30T07:14:48.535Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:48.535Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:48.535Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:48.535Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:48.535Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:48.535Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102792606 data=null button=0 stateMask=0x0 x=96 y=113 count=0} to Tree node with text: mysession [2019-07-30T07:14:48.535Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102792606 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:48.535Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102792606 data=null} to Tree node with text: mysession [2019-07-30T07:14:48.535Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102792606 data=null button=1 stateMask=0x0 x=96 y=113 count=1} to Tree node with text: mysession [2019-07-30T07:14:48.535Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102792606 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 [2019-07-30T07:14:48.535Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102792608 data=null button=1 stateMask=0x80000 x=96 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:48.535Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:48.535Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102792609 data=null button=0 stateMask=0x0 x=96 y=92 count=0} to Tree node with text: mysession [2019-07-30T07:14:48.535Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102792609 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:48.535Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102792609 data=null} to Tree node with text: mysession [2019-07-30T07:14:48.535Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102792609 data=null button=1 stateMask=0x0 x=96 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:48.535Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102792610 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 [2019-07-30T07:14:48.535Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102792617 data=null button=1 stateMask=0x80000 x=112 y=92 count=1} to Tree node with text: mysession [2019-07-30T07:14:48.535Z] DEBUG - matched MenuItem with text "Enable Event (defaul...", using matcher: with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:48.535Z] DEBUG - Clicking on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:48.791Z] DEBUG - Clicked on with mnemonic 'Enable Event (default channel)...' [2019-07-30T07:14:48.791Z] DEBUG - matched Shell with text "Enable Events", using matcher: with text 'Enable Events' [2019-07-30T07:14:48.791Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Enable Events} time=1102792908 data=null doit=true} to Shell with text {Enable Events} [2019-07-30T07:14:48.791Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:48.791Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:48.791Z] DEBUG - matched Button with text "UST", using matcher: with mnemonic 'UST' [2019-07-30T07:14:48.791Z] DEBUG - matched Group with text "Domain", using matcher: with mnemonic 'Domain' [2019-07-30T07:14:48.791Z] DEBUG - matched Button with text "UST", using matcher: in group (with mnemonic 'Domain') [2019-07-30T07:14:48.791Z] DEBUG - matched Button with text "UST", using matcher: with style 'SWT.RADIO' [2019-07-30T07:14:48.791Z] 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') [2019-07-30T07:14:48.791Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:48.791Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:48.791Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:48.791Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:48.791Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:48.791Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:48.791Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:48.791Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:48.791Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:48.791Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:48.791Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:48.791Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Kernel} time=1102792914 data=null doit=true} to Button with text {Kernel} [2019-07-30T07:14:48.791Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Kernel} time=1102792915 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} [2019-07-30T07:14:48.791Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:48.791Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {UST} time=1102792915 data=null doit=true} to (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:48.791Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {UST} time=1102792915 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') [2019-07-30T07:14:48.791Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {UST} time=1102792915 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') [2019-07-30T07:14:48.791Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {UST} time=1102792916 data=null item=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') [2019-07-30T07:14:48.791Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'UST' and in group (with mnemonic 'Domain') and with style 'SWT.RADIO') [2019-07-30T07:14:48.791Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:48.791Z] DEBUG - matched Group with text "Tracepoint Events", using matcher: with mnemonic 'Tracepoint Events' [2019-07-30T07:14:48.791Z] DEBUG - matched Tree with text "", using matcher: in group (with mnemonic 'Tracepoint Events') [2019-07-30T07:14:48.791Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree' and in group (with mnemonic 'Tracepoint Events')) [2019-07-30T07:14:49.047Z] DEBUG - Setting state to checked on: All [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:49.047Z] DEBUG - matched Group with text "Exclude Events", using matcher: with mnemonic 'Exclude Events' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "Select", using matcher: in group (with mnemonic 'Exclude Events') [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "Select", using matcher: with style 'SWT.CHECK' [2019-07-30T07:14:49.047Z] 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') [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "Select", using matcher: with mnemonic 'Select' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') [2019-07-30T07:14:49.047Z] DEBUG - Toggling state on Button {Select}. Setting state to selected [2019-07-30T07:14:49.047Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Select} time=1102793075 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') [2019-07-30T07:14:49.047Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=1102793075 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') [2019-07-30T07:14:49.047Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Select} time=1102793075 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') [2019-07-30T07:14:49.047Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Select} time=1102793075 data=null} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') [2019-07-30T07:14:49.047Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Select} time=1102793075 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') [2019-07-30T07:14:49.047Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Select} time=1102793075 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') [2019-07-30T07:14:49.047Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Select} time=1102793075 data=null item=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') [2019-07-30T07:14:49.047Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Select} time=1102793076 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') [2019-07-30T07:14:49.047Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Select} time=1102793076 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') [2019-07-30T07:14:49.047Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Select} time=1102793076 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') [2019-07-30T07:14:49.047Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Select} time=1102793077 data=null doit=true} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') [2019-07-30T07:14:49.047Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Select} time=1102793077 data=null} to (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') [2019-07-30T07:14:49.047Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Select' and in group (with mnemonic 'Exclude Events') and with style 'SWT.CHECK') [2019-07-30T07:14:49.047Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:49.047Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:49.047Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:49.047Z] DEBUG - matched Group with text "Exclude Events", using matcher: with mnemonic 'Exclude Events' [2019-07-30T07:14:49.047Z] DEBUG - matched Text with text "", using matcher: in group (with mnemonic 'Exclude Events') [2019-07-30T07:14:49.047Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and in group (with mnemonic 'Exclude Events')) [2019-07-30T07:14:49.047Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:49.047Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "Kernel", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "UST", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "JUL", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "LOG4J", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "Python", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "Select", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "loglevel", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "loglevel-only", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "&Cancel", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "&Ok", using matcher: of type 'Button' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "&Ok", using matcher: with mnemonic 'Ok' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "&Ok", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:49.047Z] DEBUG - matched Button with text "&Ok", using matcher: (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:49.047Z] DEBUG - Clicking on &Ok [2019-07-30T07:14:49.047Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Ok} time=1102793084 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:49.047Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Ok} time=1102793085 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:49.047Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Ok} time=1102793085 data=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:49.047Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Ok} time=1102793085 data=null} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:49.047Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Ok} time=1102793085 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:49.047Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Ok} time=1102793085 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:49.047Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Ok} time=1102793085 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'Ok' and with style 'SWT.PUSH') [2019-07-30T07:14:49.047Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Enable Event (default channel)...} time=1102792701 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)...' [2019-07-30T07:14:49.047Z] [2019-07-30T07:14:49.047Z] !ENTRY org.eclipse.tracecompass.lttng2.control.ui 4 0 2019-07-30 07:14:48.858 [2019-07-30T07:14:49.047Z] !MESSAGE Command to change state of events failed [2019-07-30T07:14:49.047Z] !STACK 0 [2019-07-30T07:14:49.047Z] org.eclipse.core.commands.ExecutionException: Command failed! Command: lttng --mi xml enable-event -a -u -s mysession --exclude foo [2019-07-30T07:14:49.047Z] Error Output: [2019-07-30T07:14:49.047Z] Command not found [2019-07-30T07:14:49.047Z] Return Value: 1 [2019-07-30T07:14:49.047Z] Command not found [2019-07-30T07:14:49.047Z] [2019-07-30T07:14:49.047Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlService.executeCommand(LTTngControlService.java:1570) [2019-07-30T07:14:49.047Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlService.executeCommand(LTTngControlService.java:1539) [2019-07-30T07:14:49.047Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.service.LTTngControlService.enableEvents(LTTngControlService.java:807) [2019-07-30T07:14:49.047Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.model.impl.TraceSessionComponent.enableEvents(TraceSessionComponent.java:389) [2019-07-30T07:14:49.047Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.handlers.EnableEventOnSessionHandler.enableEvents(EnableEventOnSessionHandler.java:52) [2019-07-30T07:14:49.047Z] at org.eclipse.tracecompass.internal.lttng2.control.ui.views.handlers.BaseEnableEventHandler$1.run(BaseEnableEventHandler.java:191) [2019-07-30T07:14:49.047Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2019-07-30T07:14:49.047Z] DEBUG - Clicked on [2019-07-30T07:14:49.047Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:49.047Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:49.047Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:49.047Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:49.047Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:49.047Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:49.047Z] WARN - Tree item Tree node with text: UST global is already expanded. Won't expand it again. [2019-07-30T07:14:49.047Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:49.047Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:49.047Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:49.047Z] WARN - Tree item Tree node with text: UST global is already expanded. Won't expand it again. [2019-07-30T07:14:49.047Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {channel0} time=1102793269 data=null doit=true} to Tree node with text: channel0 [2019-07-30T07:14:49.047Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {channel0} time=1102793269 data=null} to Tree node with text: channel0 [2019-07-30T07:14:49.047Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {channel0} time=1102793269 data=null button=1 stateMask=0x0 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:49.047Z] DEBUG - Sent event Expand [17]: TreeEvent{Tree {} time=1102793269 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 [2019-07-30T07:14:49.047Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {channel0} time=1102793270 data=null button=1 stateMask=0x80000 x=143 y=92 count=1} to Tree node with text: channel0 [2019-07-30T07:14:49.047Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:49.047Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:49.047Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:49.047Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102793271 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:49.047Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102793271 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:49.047Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102793271 data=null} to Tree node with text: mysession [2019-07-30T07:14:49.047Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102793272 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:49.047Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102793272 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 [2019-07-30T07:14:49.047Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102793273 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:49.047Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:49.047Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102793273 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:49.047Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102793274 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:49.047Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102793274 data=null} to Tree node with text: mysession [2019-07-30T07:14:49.047Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102793274 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:49.047Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102793274 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 [2019-07-30T07:14:49.047Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102793276 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:49.302Z] DEBUG - matched MenuItem with text "Start", using matcher: with mnemonic 'Start' [2019-07-30T07:14:49.302Z] DEBUG - Clicking on with mnemonic 'Start' [2019-07-30T07:14:49.302Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Start} time=1102793372 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Start' [2019-07-30T07:14:49.302Z] DEBUG - Clicked on with mnemonic 'Start' [2019-07-30T07:14:49.302Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:49.302Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:49.302Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:49.302Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102793474 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:49.302Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102793474 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:49.302Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102793474 data=null} to Tree node with text: mysession [2019-07-30T07:14:49.302Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102793474 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:49.302Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102793474 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 [2019-07-30T07:14:49.302Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102793476 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:49.302Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:49.302Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102793476 data=null button=0 stateMask=0x0 x=112 y=50 count=0} to Tree node with text: mysession [2019-07-30T07:14:49.302Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102793476 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:49.302Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102793476 data=null} to Tree node with text: mysession [2019-07-30T07:14:49.302Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102793476 data=null button=1 stateMask=0x0 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:49.302Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102793477 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 [2019-07-30T07:14:49.302Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102793477 data=null button=1 stateMask=0x80000 x=112 y=50 count=1} to Tree node with text: mysession [2019-07-30T07:14:49.302Z] DEBUG - matched MenuItem with text "Stop", using matcher: with mnemonic 'Stop' [2019-07-30T07:14:49.302Z] DEBUG - Clicking on with mnemonic 'Stop' [2019-07-30T07:14:49.302Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Stop} time=1102793525 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Stop' [2019-07-30T07:14:49.302Z] DEBUG - Clicked on with mnemonic 'Stop' [2019-07-30T07:14:49.558Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.internal.lttng2.ui.views.control"' [2019-07-30T07:14:49.558Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:49.558Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:49.558Z] WARN - Tree item Tree node with text: mysession is already expanded. Won't expand it again. [2019-07-30T07:14:49.558Z] WARN - Tree item Tree node with text: UST global is already expanded. Won't expand it again. [2019-07-30T07:14:49.558Z] WARN - Tree item Tree node with text: channel0 is already expanded. Won't expand it again. [2019-07-30T07:14:49.558Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:49.558Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {*} time=1102793689 data=null button=0 stateMask=0x0 x=136 y=113 count=0} to Tree node with text: * [2019-07-30T07:14:49.558Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {*} time=1102793689 data=null doit=true} to Tree node with text: * [2019-07-30T07:14:49.558Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {*} time=1102793689 data=null} to Tree node with text: * [2019-07-30T07:14:49.558Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {*} time=1102793690 data=null button=1 stateMask=0x0 x=136 y=113 count=1} to Tree node with text: * [2019-07-30T07:14:49.558Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102793690 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: * [2019-07-30T07:14:49.558Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {*} time=1102793694 data=null button=1 stateMask=0x80000 x=136 y=113 count=1} to Tree node with text: * [2019-07-30T07:14:49.558Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Properties"' [2019-07-30T07:14:49.558Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:14:49.558Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:14:49.558Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:49.558Z] WARN - Tree item Tree node with text: Sessions is already expanded. Won't expand it again. [2019-07-30T07:14:49.558Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:49.558Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102793771 data=null button=0 stateMask=0x0 x=112 y=34 count=0} to Tree node with text: mysession [2019-07-30T07:14:49.558Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102793771 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:49.558Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102793771 data=null} to Tree node with text: mysession [2019-07-30T07:14:49.558Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102793772 data=null button=1 stateMask=0x0 x=112 y=34 count=1} to Tree node with text: mysession [2019-07-30T07:14:49.558Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102793772 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 [2019-07-30T07:14:49.558Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102793773 data=null button=1 stateMask=0x80000 x=112 y=34 count=1} to Tree node with text: mysession [2019-07-30T07:14:49.558Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:49.558Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {mysession} time=1102793773 data=null button=0 stateMask=0x0 x=112 y=34 count=0} to Tree node with text: mysession [2019-07-30T07:14:49.558Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {mysession} time=1102793773 data=null doit=true} to Tree node with text: mysession [2019-07-30T07:14:49.558Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {mysession} time=1102793773 data=null} to Tree node with text: mysession [2019-07-30T07:14:49.558Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {mysession} time=1102793774 data=null button=1 stateMask=0x0 x=112 y=34 count=1} to Tree node with text: mysession [2019-07-30T07:14:49.558Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102793774 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 [2019-07-30T07:14:49.558Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {mysession} time=1102793774 data=null button=1 stateMask=0x80000 x=112 y=34 count=1} to Tree node with text: mysession [2019-07-30T07:14:49.814Z] DEBUG - matched MenuItem with text "Destroy Session...", using matcher: with mnemonic 'Destroy Session...' [2019-07-30T07:14:49.814Z] DEBUG - Clicking on with mnemonic 'Destroy Session...' [2019-07-30T07:14:49.814Z] DEBUG - Clicked on with mnemonic 'Destroy Session...' [2019-07-30T07:14:49.814Z] DEBUG - matched Shell with text "Destroy Confirmation", using matcher: with text 'Destroy Confirmation' [2019-07-30T07:14:49.814Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Destroy Confirmation} time=1102793890 data=null doit=true} to Shell with text {Destroy Confirmation} [2019-07-30T07:14:49.814Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:14:49.814Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:14:49.814Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:14:49.814Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:14:49.814Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:49.814Z] DEBUG - Clicking on OK [2019-07-30T07:14:49.814Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102793890 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:49.814Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102793891 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:49.814Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102793891 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:49.814Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102793891 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:49.814Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102793891 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:49.814Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102793891 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:49.814Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102793891 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:14:49.814Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Destroy Session...} time=1102793830 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...' [2019-07-30T07:14:49.814Z] DEBUG - Clicked on [2019-07-30T07:14:49.814Z] WARN - Tree item TreeItem with text {myNode} is already expanded. Won't expand it again. [2019-07-30T07:14:49.814Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:49.814Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102793940 data=null button=0 stateMask=0x0 x=53 y=-34 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:49.814Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102793940 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:49.814Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102793940 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:49.814Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102793940 data=null button=1 stateMask=0x0 x=53 y=-34 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:49.814Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102793940 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} [2019-07-30T07:14:49.814Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102793941 data=null button=1 stateMask=0x80000 x=53 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:49.814Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:14:49.814Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {myNode} time=1102793941 data=null button=0 stateMask=0x0 x=53 y=11 count=0} to TreeItem with text {myNode} [2019-07-30T07:14:49.814Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {myNode} time=1102793942 data=null doit=true} to TreeItem with text {myNode} [2019-07-30T07:14:49.814Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {myNode} time=1102793942 data=null} to TreeItem with text {myNode} [2019-07-30T07:14:49.814Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {myNode} time=1102793942 data=null button=1 stateMask=0x0 x=53 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:49.814Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102793942 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} [2019-07-30T07:14:49.814Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {myNode} time=1102793943 data=null button=1 stateMask=0x80000 x=53 y=11 count=1} to TreeItem with text {myNode} [2019-07-30T07:14:49.814Z] DEBUG - matched MenuItem with text "Disconnect", using matcher: with mnemonic 'Disconnect' [2019-07-30T07:14:49.814Z] DEBUG - Clicking on with mnemonic 'Disconnect' [2019-07-30T07:14:49.814Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Disconnect} time=1102793999 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Disconnect' [2019-07-30T07:14:49.814Z] DEBUG - Clicked on with mnemonic 'Disconnect' [2019-07-30T07:14:50.069Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.875 s - in org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewExcludeEventsTest [2019-07-30T07:14:50.069Z] testTraceSessionTree(org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests.ControlViewExcludeEventsTest) Time elapsed: 2.597 s [2019-07-30T07:14:50.069Z] [2019-07-30T07:14:50.069Z] Results: [2019-07-30T07:14:50.069Z] [2019-07-30T07:14:50.069Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0 [2019-07-30T07:14:50.069Z] [2019-07-30T07:14:50.630Z] [2019-07-30T07:14:50.630Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-30 07:14:50.332 [2019-07-30T07:14:50.630Z] !MESSAGE The workspace will exit with unsaved changes in this session. [2019-07-30T07:14:51.556Z] [INFO] All tests passed! [2019-07-30T07:14:51.556Z] [INFO] [2019-07-30T07:14:51.556Z] [INFO] --- jacoco-maven-plugin:0.8.4:report (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:14:51.556Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2019-07-30T07:14:51.556Z] [INFO] [2019-07-30T07:14:51.556Z] [INFO] --- jacoco-maven-plugin:0.8.4:report-aggregate (jacoco-report) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:14:52.228Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.analysis.counters.core' with 9 classes [2019-07-30T07:14:52.228Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.common.core' with 21 classes [2019-07-30T07:14:52.228Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core' with 419 classes [2019-07-30T07:14:52.483Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core' with 158 classes [2019-07-30T07:14:52.739Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.parser' with 60 classes [2019-07-30T07:14:52.739Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.ctf.core.tests' with 64 classes [2019-07-30T07:14:52.739Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.datastore.core' with 28 classes [2019-07-30T07:14:52.995Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.core' with 56 classes [2019-07-30T07:14:52.995Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core' with 36 classes [2019-07-30T07:14:53.250Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.ui' with 209 classes [2019-07-30T07:14:53.505Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui' with 1017 classes [2019-07-30T07:14:54.431Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core' with 14 classes [2019-07-30T07:14:54.431Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.ui' with 54 classes [2019-07-30T07:14:54.687Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.core.tests' with 272 classes [2019-07-30T07:14:54.942Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ctf.core.tests' with 48 classes [2019-07-30T07:14:54.942Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.swtbot.tests' with 157 classes [2019-07-30T07:14:55.197Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.lttng2.control.ui.tests' with 31 classes [2019-07-30T07:14:55.197Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.ui.tests' with 90 classes [2019-07-30T07:14:55.452Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.remote.core.tests' with 6 classes [2019-07-30T07:14:55.452Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.segmentstore.core' with 19 classes [2019-07-30T07:14:55.452Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core' with 51 classes [2019-07-30T07:14:55.452Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.statesystem.core.tests' with 32 classes [2019-07-30T07:14:55.708Z] [INFO] Analyzed bundle 'org.eclipse.tracecompass.tmf.filter.parser' with 8 classes [2019-07-30T07:14:55.708Z] [INFO] [2019-07-30T07:14:55.708Z] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:14:55.708Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT.jar [2019-07-30T07:14:55.708Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/.polyglot.build.properties to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT.pom [2019-07-30T07:14:55.708Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT-sources.jar [2019-07-30T07:14:55.708Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT.jar.pack.gz to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT-pack200.jar.pack.gz [2019-07-30T07:14:55.708Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT-p2metadata.xml [2019-07-30T07:14:55.708Z] [INFO] Installing /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/tracecompass/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests/1.0.5-SNAPSHOT/org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests-1.0.5-SNAPSHOT-p2artifacts.xml [2019-07-30T07:14:55.708Z] [INFO] [2019-07-30T07:14:55.708Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests --- [2019-07-30T07:14:55.708Z] [INFO] [2019-07-30T07:14:55.708Z] [INFO] --< org.eclipse.tracecompass:org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests >-- [2019-07-30T07:14:55.708Z] [INFO] Building org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests 1.0.10-SNAPSHOT [99/134] [2019-07-30T07:14:55.708Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2019-07-30T07:14:55.708Z] [INFO] [2019-07-30T07:14:55.708Z] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- [2019-07-30T07:14:55.708Z] [INFO] [2019-07-30T07:14:55.708Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- [2019-07-30T07:14:55.708Z] [INFO] The project's OSGi version is 1.0.10.201907300626 [2019-07-30T07:14:55.708Z] [INFO] [2019-07-30T07:14:55.708Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- [2019-07-30T07:14:55.708Z] [INFO] [2019-07-30T07:14:55.708Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- [2019-07-30T07:14:55.708Z] [INFO] [2019-07-30T07:14:55.708Z] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- [2019-07-30T07:14:55.708Z] [INFO] [2019-07-30T07:14:55.708Z] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (pre-test) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- [2019-07-30T07:14:55.708Z] [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/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.* [2019-07-30T07:14:55.708Z] [INFO] [2019-07-30T07:14:55.708Z] [INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- [2019-07-30T07:14:55.708Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:14:55.708Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/main/resources [2019-07-30T07:14:55.708Z] [INFO] [2019-07-30T07:14:55.708Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- [2019-07-30T07:14:55.708Z] [INFO] Compiling 19 source files to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/classes [2019-07-30T07:14:55.963Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/ResourcesViewTest.java:[384] [2019-07-30T07:14:55.963Z] final TimeGraphMarkerAxis markerAxis = viewBot.bot().widget(WidgetOfType.widgetOfType(TimeGraphMarkerAxis.class)); [2019-07-30T07:14:55.964Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T07:14:55.964Z] 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 [2019-07-30T07:14:55.964Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/ResourcesViewTest.java:[400] [2019-07-30T07:14:55.964Z] final TimeGraphControl timeGraph = viewBot.bot().widget(WidgetOfType.widgetOfType(TimeGraphControl.class)); [2019-07-30T07:14:55.964Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T07:14:55.964Z] 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 [2019-07-30T07:14:55.964Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/FindDialogTestBase.java:[369] [2019-07-30T07:14:55.964Z] final TimeGraphControl timegraph = view.bot().widget(WidgetOfType.widgetOfType(TimeGraphControl.class)); [2019-07-30T07:14:55.964Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T07:14:55.964Z] 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 [2019-07-30T07:14:55.964Z] [WARNING] /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/org/eclipse/tracecompass/lttng2/kernel/ui/swtbot/tests/FindDialogTestBase.java:[387] [2019-07-30T07:14:55.964Z] final TimeGraphControl timegraph = viewBot.bot().widget(WidgetOfType.widgetOfType(TimeGraphControl.class)); [2019-07-30T07:14:55.964Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2019-07-30T07:14:55.964Z] 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 [2019-07-30T07:14:55.964Z] 4 problems (4 warnings) [2019-07-30T07:14:55.964Z] [INFO] [2019-07-30T07:14:55.964Z] [INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- [2019-07-30T07:14:55.964Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2019-07-30T07:14:55.964Z] [INFO] skip non existing resourceDirectory /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/src/test/resources [2019-07-30T07:14:55.964Z] [INFO] [2019-07-30T07:14:55.964Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- [2019-07-30T07:14:55.964Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests-1.0.10-SNAPSHOT-sources.jar [2019-07-30T07:14:55.964Z] [INFO] [2019-07-30T07:14:55.964Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- [2019-07-30T07:14:56.219Z] [INFO] [2019-07-30T07:14:56.219Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- [2019-07-30T07:14:56.219Z] [INFO] Building jar: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests-1.0.10-SNAPSHOT.jar [2019-07-30T07:14:56.219Z] [INFO] [2019-07-30T07:14:56.219Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- [2019-07-30T07:14:56.219Z] [INFO] [2019-07-30T07:14:56.219Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- [2019-07-30T07:14:56.219Z] [INFO] [2019-07-30T07:14:56.219Z] [INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- [2019-07-30T07:14:56.219Z] [INFO] Pack200 packing jar /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests-1.0.10-SNAPSHOT.jar [2019-07-30T07:14:56.219Z] [INFO] [2019-07-30T07:14:56.219Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- [2019-07-30T07:14:56.219Z] [INFO] [2019-07-30T07:14:56.219Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests --- [2019-07-30T07:14:57.584Z] [INFO] Expected eclipse log file: /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/work/data/.metadata/.log [2019-07-30T07:14:57.584Z] [INFO] Command line: [2019-07-30T07:14:57.584Z] [/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/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.tracecompass.*, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms512m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.400.v20190515-0925/org.eclipse.equinox.launcher-1.5.400.v20190515-0925.jar, -data, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/work/data, -install, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/work, -configuration, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/surefire.properties, -product, org.eclipse.platform.ide, -nouithread, -consoleLog] [2019-07-30T07:14:57.584Z] Picked up _JAVA_OPTIONS: -Duser.home=/home/tracecompass [2019-07-30T07:15:00.100Z] !SESSION 2019-07-30 07:14:57.571 ----------------------------------------------- [2019-07-30T07:15:00.100Z] eclipse.buildId=unknown [2019-07-30T07:15:00.100Z] java.version=1.8.0_202 [2019-07-30T07:15:00.100Z] java.vendor=Oracle Corporation [2019-07-30T07:15:00.100Z] BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US [2019-07-30T07:15:00.100Z] Framework arguments: -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread [2019-07-30T07:15:00.100Z] Command-line arguments: -data /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/work/data -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/surefire.properties -product org.eclipse.platform.ide -nouithread -consoleLog [2019-07-30T07:15:00.100Z] [2019-07-30T07:15:00.100Z] !ENTRY org.eclipse.compare.win32 4 0 2019-07-30 07:14:59.639 [2019-07-30T07:15:00.100Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:15:00.100Z] !STACK 0 [2019-07-30T07:15:00.100Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.compare.win32 [65] [2019-07-30T07:15:00.100Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:15:00.100Z] [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:15:00.100Z] [2019-07-30T07:15:00.100Z] !ENTRY org.eclipse.ecf.provider.filetransfer.httpclient45.win32 4 0 2019-07-30 07:14:59.748 [2019-07-30T07:15:00.100Z] !MESSAGE FrameworkEvent ERROR [2019-07-30T07:15:00.100Z] !STACK 0 [2019-07-30T07:15:00.100Z] org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ecf.provider.filetransfer.httpclient45.win32 [134] [2019-07-30T07:15:00.100Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:15:00.100Z] Unresolved requirement: Import-Package: org.apache.http.impl.auth.win; version="[4.5.0,5.0.0)" [2019-07-30T07:15:00.100Z] -> 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" [2019-07-30T07:15:00.100Z] org.apache.httpcomponents.httpclient.win [36] [2019-07-30T07:15:00.100Z] Unresolved requirement: Require-Capability: eclipse.platform; filter:="(osgi.os=win32)" [2019-07-30T07:15:00.100Z] [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.container.Module.start(Module.java:457) [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$1.run(ModuleContainer.java:1820) [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$2$1.execute(EquinoxContainerAdaptor.java:150) [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1813) [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1769) [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1735) [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1661) [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) [2019-07-30T07:15:00.100Z] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) [2019-07-30T07:15:01.036Z] process 11564: 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 [2019-07-30T07:15:01.036Z] See the manual page for dbus-uuidgen to correct this issue. [2019-07-30T07:15:01.597Z] SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:15:01.597Z] SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process "dbus-launch" (No such file or directory) [2019-07-30T07:15:09.732Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest [2019-07-30T07:15:09.732Z] Display size: 1440x900 [2019-07-30T07:15:09.732Z] OS version=3.10.0-957.1.3.el7.x86_64 [2019-07-30T07:15:09.732Z] GTK version=3.18.9 [2019-07-30T07:15:09.732Z] GTK theme=Ambiance [2019-07-30T07:15:09.732Z] LIBOVERLAY_SCROLLBAR=0 [2019-07-30T07:15:09.732Z] Time zone: Coordinated Universal Time [2019-07-30T07:15:09.732Z] log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.widgets.SWTBotShell). [2019-07-30T07:15:09.732Z] log4j:WARN Please initialize the log4j system properly. [2019-07-30T07:15:09.987Z] *** BUG *** [2019-07-30T07:15:09.987Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:15:09.987Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:15:09.987Z] [2019-07-30T07:15:09.987Z] *** BUG *** [2019-07-30T07:15:09.987Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:15:09.987Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:15:09.987Z] [2019-07-30T07:15:10.243Z] *** BUG *** [2019-07-30T07:15:10.243Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:15:10.243Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:15:10.243Z] [2019-07-30T07:15:10.243Z] *** BUG *** [2019-07-30T07:15:10.243Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:15:10.243Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:15:10.243Z] [2019-07-30T07:15:11.606Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:29.643Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:15:29.643Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:15:29.643Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:29.643Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:29.643Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:15:29.643Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T07:15:29.643Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:29.643Z] DEBUG - number of items : 25 [2019-07-30T07:15:29.643Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102832496 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102832497 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102832497 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102832497 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102832498 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102832498 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} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102832501 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102832501 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102832501 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102832502 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102832502 data=null} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:29.643Z] DEBUG - number of items : 25 [2019-07-30T07:15:29.643Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102833071 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102833071 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102833071 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102833072 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102833072 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102833072 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} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102833074 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102833074 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102833074 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102833075 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102833075 data=null} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:29.643Z] DEBUG - number of items : 25 [2019-07-30T07:15:29.643Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102833584 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102833584 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102833584 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102833584 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102833584 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102833585 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} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102833599 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102833599 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102833599 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102833599 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102833600 data=null} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.643Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.644Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:29.900Z] DEBUG - number of items : 25 [2019-07-30T07:15:29.900Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 [2019-07-30T07:15:29.900Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102834109 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.900Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102834109 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.900Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102834110 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.900Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102834110 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.900Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102834110 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.900Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102834110 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} [2019-07-30T07:15:29.900Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102834112 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.900Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102834113 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.900Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102834113 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.900Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102834113 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.900Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102834113 data=null} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:29.900Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 [2019-07-30T07:15:29.900Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:30.463Z] DEBUG - number of items : 25 [2019-07-30T07:15:30.463Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 [2019-07-30T07:15:30.463Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102834617 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.463Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102834617 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.463Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102834617 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.463Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102834617 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.463Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102834617 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.463Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102834618 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} [2019-07-30T07:15:30.463Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102834632 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.463Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102834632 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.463Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102834632 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.463Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102834633 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.463Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102834633 data=null} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.463Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 [2019-07-30T07:15:30.463Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:30.968Z] DEBUG - number of items : 25 [2019-07-30T07:15:30.968Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102835136 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102835136 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102835136 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102835136 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102835136 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102835136 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} [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102835138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102835138 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102835139 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102835139 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102835139 data=null} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:30.968Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 [2019-07-30T07:15:30.968Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:30.968Z] DEBUG - number of items : 25 [2019-07-30T07:15:30.968Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102835141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102835141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102835141 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102835141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102835141 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102835141 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} [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102835142 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102835142 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102835143 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102835143 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102835143 data=null} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 [2019-07-30T07:15:30.968Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:30.968Z] DEBUG - number of items : 25 [2019-07-30T07:15:30.968Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102835144 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102835144 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102835144 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102835145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102835145 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102835145 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} [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102835146 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102835146 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102835146 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102835146 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102835146 data=null} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:30.968Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 [2019-07-30T07:15:30.968Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:31.528Z] DEBUG - number of items : 25 [2019-07-30T07:15:31.528Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 [2019-07-30T07:15:31.528Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102835682 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:31.528Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102835683 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:31.528Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102835683 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:31.528Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102835683 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:31.528Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102835683 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:31.528Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102835684 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} [2019-07-30T07:15:31.528Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102835686 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:31.528Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102835687 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:31.528Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102835687 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:31.528Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102835687 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:31.528Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102835687 data=null} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:31.528Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 [2019-07-30T07:15:31.528Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:32.088Z] DEBUG - number of items : 25 [2019-07-30T07:15:32.088Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 [2019-07-30T07:15:32.088Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102836190 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:32.088Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102836190 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:32.088Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102836190 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:32.088Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102836190 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:32.088Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102836190 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:32.088Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102836190 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} [2019-07-30T07:15:32.088Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102836193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:32.088Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102836193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:32.088Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102836193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:32.088Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102836193 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:32.088Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102836193 data=null} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:32.088Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 [2019-07-30T07:15:32.088Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:32.650Z] DEBUG - number of items : 25 [2019-07-30T07:15:32.650Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:32.650Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102836696 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:32.650Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102836696 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:32.650Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102836696 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:32.650Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102836697 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:32.650Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102836697 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:32.650Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102836697 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} [2019-07-30T07:15:32.650Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102836699 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:32.650Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102836700 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:32.650Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102836700 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:32.650Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102836700 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:32.650Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102836700 data=null} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:32.650Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:32.650Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:33.210Z] DEBUG - number of items : 25 [2019-07-30T07:15:33.210Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:33.210Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102837203 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:33.210Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102837203 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:33.210Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102837204 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:33.210Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102837204 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:33.210Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102837204 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:33.211Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102837204 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} [2019-07-30T07:15:33.211Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102837208 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:33.211Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102837208 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:33.211Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102837208 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:33.211Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102837208 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:33.211Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102837208 data=null} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:33.211Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:33.211Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:33.467Z] DEBUG - number of items : 25 [2019-07-30T07:15:33.467Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 [2019-07-30T07:15:33.467Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102837711 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:33.467Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102837711 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:33.467Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102837711 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:33.467Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102837712 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:33.467Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102837712 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:33.467Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102837712 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} [2019-07-30T07:15:33.467Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102837713 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:33.467Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102837714 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:33.467Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102837714 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:33.467Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102837714 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:33.467Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102837714 data=null} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:33.467Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 [2019-07-30T07:15:33.467Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:34.027Z] DEBUG - number of items : 25 [2019-07-30T07:15:34.027Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 [2019-07-30T07:15:34.027Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102838217 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.027Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102838217 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.027Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102838217 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.027Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102838217 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.027Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102838217 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.027Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102838218 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} [2019-07-30T07:15:34.027Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102838219 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.027Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102838219 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.027Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102838220 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.027Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102838220 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.027Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102838220 data=null} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.027Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 [2019-07-30T07:15:34.027Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:34.588Z] DEBUG - number of items : 25 [2019-07-30T07:15:34.588Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 [2019-07-30T07:15:34.588Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102838722 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.588Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102838722 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.588Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102838723 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.588Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102838723 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.588Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102838723 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.588Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102838723 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} [2019-07-30T07:15:34.588Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102838725 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.588Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102838725 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.588Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102838725 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.588Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102838725 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.588Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102838725 data=null} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:34.588Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} with stateMask=0x20000 [2019-07-30T07:15:34.588Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:35.149Z] DEBUG - number of items : 25 [2019-07-30T07:15:35.149Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 [2019-07-30T07:15:35.149Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102839228 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.149Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102839228 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.149Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102839228 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.149Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102839228 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.149Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102839228 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.149Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102839229 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} [2019-07-30T07:15:35.149Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102839230 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.149Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102839231 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.149Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102839231 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.149Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102839231 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.149Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102839231 data=null} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.149Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 [2019-07-30T07:15:35.149Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:35.710Z] DEBUG - number of items : 25 [2019-07-30T07:15:35.710Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 [2019-07-30T07:15:35.710Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102839734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.710Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102839734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.710Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102839734 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.710Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102839734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.710Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102839734 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.710Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102839734 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} [2019-07-30T07:15:35.710Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102839736 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.710Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102839736 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.710Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102839736 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.710Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102839737 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.710Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102839737 data=null} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:35.710Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 [2019-07-30T07:15:35.710Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:36.271Z] DEBUG - number of items : 25 [2019-07-30T07:15:36.271Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 [2019-07-30T07:15:36.271Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102840240 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.271Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102840240 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.271Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102840240 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.271Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102840241 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.271Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102840241 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.271Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102840241 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} [2019-07-30T07:15:36.271Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102840253 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.271Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102840254 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.271Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102840254 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.271Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102840254 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.271Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102840254 data=null} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.271Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 [2019-07-30T07:15:36.271Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:36.527Z] DEBUG - number of items : 25 [2019-07-30T07:15:36.527Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 [2019-07-30T07:15:36.527Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102840757 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.527Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102840757 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.527Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102840758 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.527Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102840758 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.527Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102840758 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.527Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102840758 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} [2019-07-30T07:15:36.527Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102840760 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.527Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102840760 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.527Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102840760 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.527Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102840760 data=null doit=true} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.527Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102840760 data=null} to ToolItem with tooltip text {Follow CPU Forward} [2019-07-30T07:15:36.527Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Forward} with stateMask=0x20000 [2019-07-30T07:15:36.527Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:37.089Z] DEBUG - number of items : 25 [2019-07-30T07:15:37.089Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.089Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102841263 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.089Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102841263 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.089Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102841263 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.089Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102841264 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.089Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102841264 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.090Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102841264 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} [2019-07-30T07:15:37.090Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102841275 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.090Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102841275 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.090Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102841275 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.090Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102841276 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.090Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102841276 data=null} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.090Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.090Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:37.650Z] DEBUG - number of items : 25 [2019-07-30T07:15:37.650Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.650Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102841778 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.650Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102841778 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.650Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102841778 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.650Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102841778 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.650Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102841778 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.650Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102841779 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} [2019-07-30T07:15:37.650Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102841780 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.650Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102841780 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.650Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102841781 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.650Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102841781 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.650Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102841781 data=null} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.650Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:37.650Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:38.210Z] DEBUG - number of items : 25 [2019-07-30T07:15:38.210Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.210Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102842283 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.210Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102842283 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.210Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102842283 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.210Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102842283 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.210Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102842283 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.210Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102842284 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} [2019-07-30T07:15:38.210Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102842285 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.210Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102842286 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.210Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102842286 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.210Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102842286 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.210Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102842286 data=null} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.210Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.210Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:38.771Z] DEBUG - number of items : 25 [2019-07-30T07:15:38.771Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.771Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102842788 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.771Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102842788 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.771Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102842788 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.771Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102842788 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.771Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102842788 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.771Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102842788 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} [2019-07-30T07:15:38.771Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102842796 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.771Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102842796 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.771Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102842796 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.771Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102842796 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.771Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102842797 data=null} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.771Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:38.771Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:39.115Z] DEBUG - number of items : 25 [2019-07-30T07:15:39.115Z] DEBUG - Clicking on ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:39.115Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102843299 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:39.116Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102843299 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:39.116Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102843299 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:39.116Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102843299 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:39.116Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102843299 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:39.116Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102843299 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} [2019-07-30T07:15:39.116Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102843301 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:39.116Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102843301 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:39.116Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102843301 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:39.116Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102843301 data=null doit=true} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:39.116Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102843302 data=null} to ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:39.116Z] DEBUG - Clicked on ToolItem with tooltip text {Follow CPU Backward} [2019-07-30T07:15:39.116Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:39.677Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:42.939Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:15:42.939Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:15:42.939Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:42.939Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:42.939Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:42.939Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:15:42.939Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T07:15:42.939Z] DEBUG - number of items : 25 [2019-07-30T07:15:42.939Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:42.939Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102847165 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:42.939Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102847165 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:42.939Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102847165 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:42.939Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102847165 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:42.939Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102847165 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:42.939Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102847165 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} [2019-07-30T07:15:42.939Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102847166 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:42.939Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102847167 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:42.939Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102847167 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:42.939Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102847167 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:42.939Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102847167 data=null} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:42.939Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:42.939Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:43.501Z] DEBUG - number of items : 25 [2019-07-30T07:15:43.501Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:43.501Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102847695 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:43.501Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102847695 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:43.501Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102847696 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:43.501Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102847696 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:43.501Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102847696 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:43.501Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102847696 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} [2019-07-30T07:15:43.501Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102847698 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:43.501Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102847698 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:43.501Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102847698 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:43.501Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102847698 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:43.501Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102847698 data=null} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:43.501Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:43.501Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:44.070Z] DEBUG - number of items : 25 [2019-07-30T07:15:44.070Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.070Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102848214 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.070Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102848215 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.070Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102848215 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.070Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102848215 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.070Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102848215 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.070Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102848215 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} [2019-07-30T07:15:44.070Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102848217 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.070Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102848217 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.070Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102848217 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.070Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102848217 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.070Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102848217 data=null} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.070Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.070Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:44.631Z] DEBUG - number of items : 25 [2019-07-30T07:15:44.631Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 [2019-07-30T07:15:44.631Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102848719 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.631Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102848719 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.631Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102848719 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.631Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102848719 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.631Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102848719 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.631Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102848719 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} [2019-07-30T07:15:44.631Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102848721 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.631Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102848721 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.631Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102848721 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.631Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102848721 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.631Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102848721 data=null} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:44.631Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 [2019-07-30T07:15:44.631Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:45.191Z] DEBUG - number of items : 25 [2019-07-30T07:15:45.191Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 [2019-07-30T07:15:45.191Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102849223 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.191Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102849223 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.191Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102849223 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.191Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102849223 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.191Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102849223 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.191Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102849223 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} [2019-07-30T07:15:45.191Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102849225 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.191Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102849225 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.191Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102849225 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.191Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102849225 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.191Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102849225 data=null} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.191Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 [2019-07-30T07:15:45.191Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:45.752Z] DEBUG - number of items : 25 [2019-07-30T07:15:45.752Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 [2019-07-30T07:15:45.752Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102849727 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.752Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102849727 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.752Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102849727 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.752Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102849727 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.752Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102849727 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.752Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102849727 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} [2019-07-30T07:15:45.752Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102849729 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.752Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102849729 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.752Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102849729 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.752Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102849729 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.752Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102849729 data=null} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:45.752Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 [2019-07-30T07:15:45.752Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:46.007Z] DEBUG - number of items : 25 [2019-07-30T07:15:46.007Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 [2019-07-30T07:15:46.007Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102850230 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.007Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102850231 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.007Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102850231 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.007Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102850231 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.007Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102850231 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.007Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102850231 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} [2019-07-30T07:15:46.007Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102850233 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.007Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102850233 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.007Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102850233 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.007Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102850233 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.008Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102850233 data=null} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.008Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 [2019-07-30T07:15:46.008Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:46.569Z] DEBUG - number of items : 25 [2019-07-30T07:15:46.569Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 [2019-07-30T07:15:46.569Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102850735 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.569Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102850735 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.569Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102850735 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.569Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102850735 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.569Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102850735 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.569Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102850735 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} [2019-07-30T07:15:46.569Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102850768 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.569Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102850768 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.569Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102850768 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.569Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102850768 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.569Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102850768 data=null} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:46.569Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 [2019-07-30T07:15:46.569Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:47.130Z] DEBUG - number of items : 25 [2019-07-30T07:15:47.130Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 [2019-07-30T07:15:47.130Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102851274 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.130Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102851274 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.130Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102851274 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.130Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102851275 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.130Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102851275 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.130Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102851275 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} [2019-07-30T07:15:47.130Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102851277 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.130Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102851277 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.130Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102851277 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.130Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102851277 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.130Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102851277 data=null} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.130Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 [2019-07-30T07:15:47.130Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:47.690Z] DEBUG - number of items : 25 [2019-07-30T07:15:47.690Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 [2019-07-30T07:15:47.690Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102851793 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.690Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102851793 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.690Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102851794 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.690Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102851794 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.690Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102851794 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.690Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102851794 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} [2019-07-30T07:15:47.690Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102851806 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.690Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102851806 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.690Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102851806 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.690Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102851806 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.690Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102851806 data=null} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:47.690Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 [2019-07-30T07:15:47.690Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:48.251Z] DEBUG - number of items : 25 [2019-07-30T07:15:48.251Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.251Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102852308 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.251Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102852308 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.251Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102852308 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.251Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102852308 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.251Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102852308 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.251Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102852308 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} [2019-07-30T07:15:48.251Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102852310 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.251Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102852310 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.251Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102852310 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.251Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102852310 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.251Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102852310 data=null} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.251Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.251Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:48.812Z] DEBUG - number of items : 25 [2019-07-30T07:15:48.812Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.812Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102852812 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.812Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102852813 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.812Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102852813 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.812Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102852813 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.812Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102852814 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.812Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102852814 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} [2019-07-30T07:15:48.812Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102852817 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.812Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102852818 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.812Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102852818 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.812Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102852818 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.812Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102852818 data=null} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.812Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:48.812Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:49.372Z] DEBUG - number of items : 25 [2019-07-30T07:15:49.372Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 [2019-07-30T07:15:49.372Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102853319 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.372Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102853320 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.372Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102853320 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.372Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102853320 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.372Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102853320 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.372Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102853320 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} [2019-07-30T07:15:49.372Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102853322 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.372Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102853322 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.372Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102853322 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.372Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102853322 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.372Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102853322 data=null} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.372Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 [2019-07-30T07:15:49.372Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:49.627Z] DEBUG - number of items : 25 [2019-07-30T07:15:49.627Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 [2019-07-30T07:15:49.627Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102853823 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.627Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102853824 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.627Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102853824 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.627Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102853824 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.627Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102853824 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.627Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102853824 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} [2019-07-30T07:15:49.627Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102853826 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.627Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102853826 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.627Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102853826 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.627Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102853826 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.627Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102853826 data=null} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:49.627Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 [2019-07-30T07:15:49.627Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:50.421Z] DEBUG - number of items : 25 [2019-07-30T07:15:50.421Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 [2019-07-30T07:15:50.421Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102854328 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:50.421Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102854328 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:50.421Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102854328 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:50.421Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102854328 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:50.421Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102854328 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:50.421Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102854328 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} [2019-07-30T07:15:50.421Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102854330 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:50.421Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102854335 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:50.421Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102854336 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:50.421Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102854336 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:50.421Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102854336 data=null} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:50.421Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} with stateMask=0x20000 [2019-07-30T07:15:50.421Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:50.677Z] DEBUG - number of items : 25 [2019-07-30T07:15:50.677Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 [2019-07-30T07:15:50.677Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102854837 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:50.677Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102854838 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:50.677Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102854838 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:50.677Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102854838 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:50.677Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102854838 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:50.677Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102854838 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} [2019-07-30T07:15:50.677Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102854845 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:50.677Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102854845 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:50.677Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102854845 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:50.677Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102854846 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:50.677Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102854846 data=null} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:50.677Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 [2019-07-30T07:15:50.677Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:51.237Z] DEBUG - number of items : 25 [2019-07-30T07:15:51.237Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 [2019-07-30T07:15:51.237Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102855347 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.237Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102855347 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.237Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102855347 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.237Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102855348 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.237Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102855348 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.237Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102855348 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} [2019-07-30T07:15:51.237Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102855350 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.237Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102855350 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.237Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102855350 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.237Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102855350 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.237Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102855350 data=null} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.237Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 [2019-07-30T07:15:51.237Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:51.798Z] DEBUG - number of items : 25 [2019-07-30T07:15:51.798Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 [2019-07-30T07:15:51.798Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102855851 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.798Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102855852 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.798Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102855852 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.798Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102855852 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.798Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102855852 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.798Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102855852 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} [2019-07-30T07:15:51.798Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102855863 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.798Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102855864 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.798Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102855864 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.798Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102855864 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.798Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102855864 data=null} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:51.798Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 [2019-07-30T07:15:51.798Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:52.358Z] DEBUG - number of items : 25 [2019-07-30T07:15:52.358Z] DEBUG - Clicking on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 [2019-07-30T07:15:52.358Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102856397 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:52.358Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102856397 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:52.358Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102856397 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:52.358Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102856397 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:52.358Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102856397 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:52.358Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102856397 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} [2019-07-30T07:15:52.358Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102856399 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:52.358Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102856399 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:52.358Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102856399 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:52.358Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102856399 data=null doit=true} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:52.358Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102856399 data=null} to ToolItem with tooltip text {Select Next State Change} [2019-07-30T07:15:52.358Z] DEBUG - Clicked on ToolItem with tooltip text {Select Next State Change} with stateMask=0x20000 [2019-07-30T07:15:52.358Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:52.918Z] DEBUG - number of items : 25 [2019-07-30T07:15:52.918Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:52.918Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102856902 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:52.918Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102856902 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:52.918Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102856902 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:52.918Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102856902 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:52.918Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102856902 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:52.918Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102856903 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} [2019-07-30T07:15:52.918Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102856905 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:52.918Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102856905 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:52.918Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102856905 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:52.918Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102856905 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:52.918Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102856906 data=null} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:52.918Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:52.918Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:53.173Z] DEBUG - number of items : 25 [2019-07-30T07:15:53.173Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.173Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102857407 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.173Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102857408 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.173Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102857408 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.173Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102857408 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.173Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102857408 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.173Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102857408 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} [2019-07-30T07:15:53.173Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102857409 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.173Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102857410 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.173Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102857410 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.173Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102857410 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.173Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102857410 data=null} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.173Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.173Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:53.733Z] DEBUG - number of items : 25 [2019-07-30T07:15:53.733Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.733Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102857911 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.733Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102857912 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.733Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102857912 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.733Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102857912 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.733Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102857912 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.733Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102857912 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} [2019-07-30T07:15:53.733Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102857913 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.733Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102857914 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.733Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102857914 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.733Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102857914 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.733Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102857914 data=null} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.733Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:53.733Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:54.293Z] DEBUG - number of items : 25 [2019-07-30T07:15:54.294Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.294Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102858415 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.294Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102858416 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.294Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102858416 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.294Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102858416 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.294Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102858416 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.294Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102858416 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} [2019-07-30T07:15:54.294Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102858418 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.294Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102858418 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.294Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102858418 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.294Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102858418 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.294Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102858418 data=null} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.294Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.294Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:54.854Z] DEBUG - number of items : 25 [2019-07-30T07:15:54.854Z] DEBUG - Clicking on ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.854Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102858923 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.854Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102858923 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.854Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102858924 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.854Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102858924 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.854Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102858924 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.854Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102858924 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} [2019-07-30T07:15:54.854Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102858926 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.854Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102858926 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.854Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102858927 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.854Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102858927 data=null doit=true} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.854Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102858927 data=null} to ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.854Z] DEBUG - Clicked on ToolItem with tooltip text {Select Previous State Change} [2019-07-30T07:15:54.854Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:55.415Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:58.678Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:15:58.678Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:15:58.678Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:58.678Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:58.678Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:15:58.678Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:58.933Z] DEBUG - matched MenuItem with text "&Configure...", using matcher: with mnemonic 'Configure...' [2019-07-30T07:15:58.933Z] DEBUG - Clicking on with mnemonic 'Configure...' [2019-07-30T07:15:59.189Z] DEBUG - Clicked on with mnemonic 'Configure...' [2019-07-30T07:15:59.189Z] DEBUG - matched Shell with text "Dynamic Filters Conf...", using matcher: with text 'Dynamic Filters Configuration' [2019-07-30T07:15:59.189Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Dynamic Filters Configuration} time=1102863278 data=null doit=true} to Shell with text {Dynamic Filters Configuration} [2019-07-30T07:15:59.189Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' [2019-07-30T07:15:59.189Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with mnemonic 'Show Active Threads Only' [2019-07-30T07:15:59.189Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:15:59.189Z] 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') [2019-07-30T07:15:59.189Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' [2019-07-30T07:15:59.189Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' [2019-07-30T07:15:59.189Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:15:59.189Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:15:59.189Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') [2019-07-30T07:15:59.189Z] DEBUG - Toggling state on Button {Show Active Threads Only}. Setting state to selected [2019-07-30T07:15:59.189Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Show Active Threads Only} time=1102863293 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') [2019-07-30T07:15:59.189Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Show Active Threads Only} time=1102863293 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') [2019-07-30T07:15:59.189Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Show Active Threads Only} time=1102863293 data=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') [2019-07-30T07:15:59.189Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Show Active Threads Only} time=1102863293 data=null} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') [2019-07-30T07:15:59.189Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Show Active Threads Only} time=1102863293 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') [2019-07-30T07:15:59.189Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Show Active Threads Only} time=1102863294 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') [2019-07-30T07:15:59.189Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Show Active Threads Only} time=1102863294 data=null item=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') [2019-07-30T07:15:59.189Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Show Active Threads Only} time=1102863294 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') [2019-07-30T07:15:59.189Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Show Active Threads Only} time=1102863294 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') [2019-07-30T07:15:59.189Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Show Active Threads Only} time=1102863294 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') [2019-07-30T07:15:59.189Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Show Active Threads Only} time=1102863295 data=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') [2019-07-30T07:15:59.189Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Show Active Threads Only} time=1102863295 data=null} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') [2019-07-30T07:15:59.189Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') [2019-07-30T07:15:59.189Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' [2019-07-30T07:15:59.189Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' [2019-07-30T07:15:59.189Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' [2019-07-30T07:15:59.189Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:15:59.189Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:15:59.189Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:15:59.189Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:15:59.189Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:15:59.189Z] DEBUG - Clicking on OK [2019-07-30T07:15:59.189Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102863296 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:15:59.189Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102863297 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:15:59.189Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102863297 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:15:59.189Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102863297 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:15:59.189Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102863297 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:15:59.189Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102863297 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:15:59.189Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102863297 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:15:59.189Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Configure...} time=1102863000 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Configure...' [2019-07-30T07:15:59.444Z] DEBUG - Clicked on [2019-07-30T07:15:59.444Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:59.444Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:59.699Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:15:59.699Z] DEBUG - matched MenuItem with text "&Configure...", using matcher: with mnemonic 'Configure...' [2019-07-30T07:15:59.699Z] DEBUG - Clicking on with mnemonic 'Configure...' [2019-07-30T07:15:59.955Z] DEBUG - Clicked on with mnemonic 'Configure...' [2019-07-30T07:15:59.955Z] DEBUG - matched Shell with text "Dynamic Filters Conf...", using matcher: with text 'Dynamic Filters Configuration' [2019-07-30T07:15:59.955Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Dynamic Filters Configuration} time=1102864001 data=null doit=true} to Shell with text {Dynamic Filters Configuration} [2019-07-30T07:15:59.955Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' [2019-07-30T07:15:59.955Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with mnemonic 'Show Active Threads Only' [2019-07-30T07:15:59.955Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:15:59.955Z] 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') [2019-07-30T07:15:59.955Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' [2019-07-30T07:15:59.955Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' [2019-07-30T07:15:59.955Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:15:59.955Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:15:59.955Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') [2019-07-30T07:15:59.955Z] DEBUG - Toggling state on Button {Show Active Threads Only}. Setting state to unselected [2019-07-30T07:15:59.955Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Show Active Threads Only} time=1102864013 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') [2019-07-30T07:15:59.955Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Show Active Threads Only} time=1102864013 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') [2019-07-30T07:15:59.955Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Show Active Threads Only} time=1102864013 data=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') [2019-07-30T07:15:59.955Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Show Active Threads Only} time=1102864014 data=null} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') [2019-07-30T07:15:59.955Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Show Active Threads Only} time=1102864014 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') [2019-07-30T07:15:59.955Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Show Active Threads Only} time=1102864014 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') [2019-07-30T07:15:59.955Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Show Active Threads Only} time=1102864014 data=null item=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') [2019-07-30T07:15:59.955Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Show Active Threads Only} time=1102864014 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') [2019-07-30T07:15:59.955Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Show Active Threads Only} time=1102864015 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') [2019-07-30T07:15:59.955Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Show Active Threads Only} time=1102864015 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') [2019-07-30T07:15:59.955Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Show Active Threads Only} time=1102864015 data=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') [2019-07-30T07:15:59.955Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Show Active Threads Only} time=1102864015 data=null} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') [2019-07-30T07:15:59.955Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') [2019-07-30T07:15:59.955Z] DEBUG - Closing lingering shell with title Dynamic Filters Configuration [2019-07-30T07:15:59.955Z] DEBUG - Sent event Close [21]: ShellEvent{Shell {Dynamic Filters Configuration} time=1102864094 data=null doit=true} to Shell with text {Dynamic Filters Configuration} [2019-07-30T07:15:59.955Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Configure...} time=1102863821 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Configure...' [2019-07-30T07:16:00.210Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:02.944Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:16:02.944Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:16:02.944Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:02.944Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' [2019-07-30T07:16:02.944Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') [2019-07-30T07:16:02.944Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' [2019-07-30T07:16:02.944Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') [2019-07-30T07:16:02.944Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' [2019-07-30T07:16:02.944Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') [2019-07-30T07:16:02.944Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:02.944Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:03.199Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:16:03.199Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T07:16:03.199Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:03.199Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:03.199Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:03.760Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:03.760Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:03.760Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:04.321Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:04.321Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:04.321Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:04.577Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:04.577Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:04.577Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:05.137Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:05.137Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:05.137Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:05.697Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:05.697Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:05.697Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:06.258Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:06.258Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:06.258Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:06.818Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:06.818Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:06.818Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:07.379Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:07.379Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:07.379Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:07.939Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:07.939Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:07.939Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:08.499Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:08.499Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:08.499Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:09.059Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:09.059Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:09.059Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:09.315Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:09.315Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:09.315Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:09.875Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:09.875Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:09.875Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:10.436Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:10.436Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:10.436Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:10.998Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:10.998Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:10.998Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:11.559Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:11.559Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:11.559Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:11.814Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:11.814Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:11.814Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:12.375Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:12.375Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:12.375Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:12.936Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:12.936Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:12.936Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:13.497Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:13.497Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:13.497Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:14.060Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:14.060Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:14.060Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:14.620Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:14.620Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:14.620Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:14.876Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:14.876Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:16:14.876Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:15.444Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:18.708Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:16:18.708Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:16:18.708Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:18.708Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:18.708Z] DEBUG - number of items : 25 [2019-07-30T07:16:18.708Z] DEBUG - Clicking on ToolItem with tooltip text {Show View Filters} [2019-07-30T07:16:18.708Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102882611 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:16:18.708Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102882611 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:16:18.708Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102882612 data=null doit=true} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:16:18.708Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102882612 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:16:18.708Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102882612 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:16:18.964Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102883112 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:16:18.964Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102883115 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:16:18.964Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102883115 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:16:18.964Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102883115 data=null doit=true} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:16:18.964Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102883116 data=null} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:16:18.964Z] DEBUG - Clicked on ToolItem with tooltip text {Show View Filters} [2019-07-30T07:16:18.964Z] DEBUG - matched Shell with text "Filter", using matcher: with text 'Filter' [2019-07-30T07:16:18.964Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Filter} time=1102883117 data=null doit=true} to Shell with text {Filter} [2019-07-30T07:16:18.964Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:16:18.964Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:18.964Z] DEBUG - Clicking on Uncheck all [2019-07-30T07:16:18.964Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1102883169 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') [2019-07-30T07:16:18.964Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1102883169 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') [2019-07-30T07:16:18.964Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1102883169 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:18.964Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1102883170 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:18.964Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1102883170 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') [2019-07-30T07:16:18.964Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1102883170 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') [2019-07-30T07:16:18.964Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1102883170 data=null item=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') [2019-07-30T07:16:18.964Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1102883211 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') [2019-07-30T07:16:18.964Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1102883211 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') [2019-07-30T07:16:18.964Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1102883211 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') [2019-07-30T07:16:18.964Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1102883211 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:18.964Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1102883211 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:18.964Z] DEBUG - Clicked on Uncheck all [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Check Active", using matcher: with mnemonic 'Check Active' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Check Active", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Check Active", using matcher: (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH') [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:16:18.964Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:16:19.219Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:19.219Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:19.219Z] DEBUG - Clicking on Check Active [2019-07-30T07:16:19.219Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check Active} time=1102883217 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') [2019-07-30T07:16:19.219Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check Active} time=1102883217 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') [2019-07-30T07:16:19.219Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check Active} time=1102883217 data=null doit=true} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH') [2019-07-30T07:16:19.219Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check Active} time=1102883217 data=null} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH') [2019-07-30T07:16:19.219Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check Active} time=1102883217 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') [2019-07-30T07:16:19.220Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check Active} time=1102883218 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') [2019-07-30T07:16:22.482Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check Active} time=1102883218 data=null item=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') [2019-07-30T07:16:22.482Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check Active} time=1102886033 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') [2019-07-30T07:16:22.482Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check Active} time=1102886080 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') [2019-07-30T07:16:22.482Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check Active} time=1102886080 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') [2019-07-30T07:16:22.482Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check Active} time=1102886080 data=null doit=true} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH') [2019-07-30T07:16:22.482Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check Active} time=1102886081 data=null} to (of type 'Button' and with mnemonic 'Check Active' and with style 'SWT.PUSH') [2019-07-30T07:16:22.482Z] DEBUG - Clicked on Check Active [2019-07-30T07:16:22.482Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:16:22.482Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:16:22.482Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:16:22.482Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' [2019-07-30T07:16:22.482Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:22.482Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:22.482Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:16:22.482Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:16:22.482Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:16:22.482Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:16:22.482Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:16:22.482Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:22.482Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:22.482Z] DEBUG - Clicking on Check all [2019-07-30T07:16:22.482Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1102886083 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:22.482Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1102886083 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:22.482Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1102886083 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:22.482Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1102886083 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:22.482Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1102886083 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:22.482Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1102886083 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:22.482Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1102886083 data=null item=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') [2019-07-30T07:16:22.482Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1102886105 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:22.482Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1102886105 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:22.482Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1102886105 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:22.482Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1102886105 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:22.482Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1102886105 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:22.482Z] DEBUG - Clicked on Check all [2019-07-30T07:16:22.482Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:16:22.482Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:16:22.482Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:16:22.482Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:16:22.483Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:16:22.483Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:16:22.483Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:16:22.483Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:16:22.483Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: with mnemonic 'Uncheck Inactive' [2019-07-30T07:16:22.483Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:22.483Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH') [2019-07-30T07:16:22.483Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:22.483Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:22.483Z] DEBUG - Clicking on Uncheck Inactive [2019-07-30T07:16:22.483Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck Inactive} time=1102886107 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') [2019-07-30T07:16:22.483Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck Inactive} time=1102886107 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') [2019-07-30T07:16:22.483Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck Inactive} time=1102886107 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH') [2019-07-30T07:16:22.483Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck Inactive} time=1102886107 data=null} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH') [2019-07-30T07:16:22.483Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck Inactive} time=1102886107 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') [2019-07-30T07:16:22.483Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck Inactive} time=1102886107 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') [2019-07-30T07:16:24.996Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck Inactive} time=1102886107 data=null item=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') [2019-07-30T07:16:24.996Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck Inactive} time=1102888798 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') [2019-07-30T07:16:24.996Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck Inactive} time=1102888799 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') [2019-07-30T07:16:24.996Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck Inactive} time=1102888799 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') [2019-07-30T07:16:24.996Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck Inactive} time=1102888799 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH') [2019-07-30T07:16:24.996Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck Inactive} time=1102888799 data=null} to (of type 'Button' and with mnemonic 'Uncheck Inactive' and with style 'SWT.PUSH') [2019-07-30T07:16:24.996Z] DEBUG - Clicked on Uncheck Inactive [2019-07-30T07:16:24.996Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:16:24.996Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {gnuplot} time=1102888816 data=null button=0 stateMask=0x0 x=88 y=33 count=0} to TreeItem with text {synthetic-trace} [2019-07-30T07:16:24.996Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {synthetic-trace} time=1102888817 data=null doit=true} to TreeItem with text {synthetic-trace} [2019-07-30T07:16:24.996Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {synthetic-trace} time=1102888817 data=null} to TreeItem with text {synthetic-trace} [2019-07-30T07:16:24.996Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {gnuplot} time=1102888817 data=null button=1 stateMask=0x0 x=88 y=33 count=1} to TreeItem with text {synthetic-trace} [2019-07-30T07:16:24.996Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102888819 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} [2019-07-30T07:16:24.996Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {gnuplot} time=1102888821 data=null button=1 stateMask=0x80000 x=88 y=33 count=1} to TreeItem with text {synthetic-trace} [2019-07-30T07:16:24.996Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:16:24.996Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:16:24.996Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:16:24.996Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:16:24.996Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:16:24.996Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:16:24.996Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:16:24.996Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' [2019-07-30T07:16:24.996Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:24.996Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.996Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:16:24.996Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:24.996Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:24.996Z] DEBUG - Clicking on Uncheck all [2019-07-30T07:16:24.996Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1102888823 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1102888823 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1102888823 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1102888823 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1102888824 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1102888824 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1102888824 data=null item=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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1102888839 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1102888839 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1102888839 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1102888839 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1102888839 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Clicked on Uncheck all [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check selected", using matcher: with mnemonic 'Check selected' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check selected", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check selected", using matcher: (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - Clicking on Check selected [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check selected} time=1102888841 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1102888841 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check selected} time=1102888841 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check selected} time=1102888841 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check selected} time=1102888841 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check selected} time=1102888841 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check selected} time=1102888841 data=null item=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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check selected} time=1102888842 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check selected} time=1102888842 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check selected} time=1102888842 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check selected} time=1102888842 data=null doit=true} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check selected} time=1102888842 data=null} to (of type 'Button' and with mnemonic 'Check selected' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Clicked on Check selected [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - Clicking on Uncheck all [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1102888847 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1102888848 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1102888848 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1102888848 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1102888848 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1102888848 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1102888848 data=null item=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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1102888849 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1102888849 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1102888849 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1102888850 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1102888850 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Clicked on Uncheck all [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check subtree", using matcher: with mnemonic 'Check subtree' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check subtree", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check subtree", using matcher: (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - Clicking on Check subtree [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check subtree} time=1102888852 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=1102888852 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check subtree} time=1102888852 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check subtree} time=1102888852 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check subtree} time=1102888852 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check subtree} time=1102888852 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check subtree} time=1102888852 data=null item=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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check subtree} time=1102888853 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=1102888853 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check subtree} time=1102888853 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check subtree} time=1102888853 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check subtree} time=1102888853 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Clicked on Check subtree [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - Clicking on Check all [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1102888855 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1102888855 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1102888855 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1102888855 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1102888855 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1102888855 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1102888855 data=null item=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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1102888890 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1102888891 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1102888891 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1102888891 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1102888891 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Clicked on Check all [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck selected", using matcher: with mnemonic 'Uncheck selected' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck selected", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck selected", using matcher: (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - Clicking on Uncheck selected [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck selected} time=1102888892 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck selected} time=1102888892 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck selected} time=1102888892 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck selected} time=1102888892 data=null} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck selected} time=1102888892 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck selected} time=1102888892 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck selected} time=1102888893 data=null item=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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck selected} time=1102888893 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck selected} time=1102888893 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck selected} time=1102888893 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck selected} time=1102888893 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck selected} time=1102888894 data=null} to (of type 'Button' and with mnemonic 'Uncheck selected' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Clicked on Uncheck selected [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - Clicking on Check all [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1102888895 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1102888895 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1102888895 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1102888895 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1102888895 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1102888895 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1102888896 data=null item=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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1102888897 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1102888897 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1102888897 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1102888897 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1102888897 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Clicked on Check all [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: with mnemonic 'Uncheck subtree' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - Clicking on Uncheck subtree [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck subtree} time=1102888898 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck subtree} time=1102888898 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck subtree} time=1102888898 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck subtree} time=1102888898 data=null} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck subtree} time=1102888899 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck subtree} time=1102888899 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck subtree} time=1102888899 data=null item=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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck subtree} time=1102888899 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck subtree} time=1102888899 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck subtree} time=1102888899 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck subtree} time=1102888900 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck subtree} time=1102888900 data=null} to (of type 'Button' and with mnemonic 'Uncheck subtree' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Clicked on Uncheck subtree [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:24.997Z] DEBUG - Clicking on Uncheck all [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1102888901 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1102888901 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1102888901 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1102888901 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1102888901 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1102888902 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1102888902 data=null item=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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1102888933 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1102888934 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1102888934 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') [2019-07-30T07:16:24.997Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1102888934 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1102888934 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:16:24.997Z] DEBUG - Clicked on Uncheck all [2019-07-30T07:16:24.997Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:16:24.997Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Check all", using matcher: with mnemonic 'Check all' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Check all", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Check all", using matcher: (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - Clicking on Check all [2019-07-30T07:16:25.253Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check all} time=1102889468 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:25.253Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1102889468 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:25.253Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check all} time=1102889468 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:25.253Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check all} time=1102889468 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:25.253Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check all} time=1102889468 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:25.253Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check all} time=1102889468 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:25.253Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check all} time=1102889468 data=null item=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') [2019-07-30T07:16:25.253Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check all} time=1102889475 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:25.253Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check all} time=1102889475 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:25.253Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check all} time=1102889475 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:25.253Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check all} time=1102889475 data=null doit=true} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:25.253Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check all} time=1102889476 data=null} to (of type 'Button' and with mnemonic 'Check all' and with style 'SWT.PUSH') [2019-07-30T07:16:25.253Z] DEBUG - Clicked on Check all [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:25.253Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:25.253Z] DEBUG - Clicking on OK [2019-07-30T07:16:25.253Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102889477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:25.253Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102889477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:25.253Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102889477 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:25.253Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102889477 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:25.253Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102889477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:25.253Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102889477 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:25.508Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102889477 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:25.508Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102882612 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} [2019-07-30T07:16:25.508Z] DEBUG - Clicked on [2019-07-30T07:16:25.508Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:25.508Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:16:25.764Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:28.540Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:16:28.540Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:16:28.540Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:28.540Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:28.540Z] DEBUG - matched MenuItem with text "&Configure...", using matcher: with mnemonic 'Configure...' [2019-07-30T07:16:28.540Z] DEBUG - Clicking on with mnemonic 'Configure...' [2019-07-30T07:16:28.796Z] DEBUG - Clicked on with mnemonic 'Configure...' [2019-07-30T07:16:28.796Z] DEBUG - matched Shell with text "Dynamic Filters Conf...", using matcher: with text 'Dynamic Filters Configuration' [2019-07-30T07:16:28.796Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Dynamic Filters Configuration} time=1102892983 data=null doit=true} to Shell with text {Dynamic Filters Configuration} [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with mnemonic 'Show Active Threads Only' [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:16:28.796Z] 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') [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: with mnemonic 'Active Threads on CPUs:' [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: with style 'SWT.RADIO' [2019-07-30T07:16:28.796Z] 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') [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "All Active Threads", using matcher: with mnemonic 'All Active Threads' [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "All Active Threads", using matcher: with style 'SWT.RADIO' [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "All Active Threads", using matcher: (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:28.796Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:28.796Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:16:28.796Z] DEBUG - matched Text with text "", using matcher: with message 'e.g. 0-3,5,7-8' [2019-07-30T07:16:28.796Z] DEBUG - matched Text with text "", using matcher: (of type 'Text' and with message 'e.g. 0-3,5,7-8') [2019-07-30T07:16:28.796Z] DEBUG - matched Text with text " [2019-07-30T07:16:28.796Z] ", using matcher: of type 'Text' [2019-07-30T07:16:28.796Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') [2019-07-30T07:16:28.796Z] DEBUG - Toggling state on Button {Show Active Threads Only}. Setting state to selected [2019-07-30T07:16:28.796Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Show Active Threads Only} time=1102893002 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') [2019-07-30T07:16:28.796Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Show Active Threads Only} time=1102893002 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') [2019-07-30T07:16:28.796Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Show Active Threads Only} time=1102893002 data=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') [2019-07-30T07:16:28.796Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Show Active Threads Only} time=1102893002 data=null} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') [2019-07-30T07:16:28.796Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Show Active Threads Only} time=1102893002 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') [2019-07-30T07:16:28.796Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Show Active Threads Only} time=1102893002 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') [2019-07-30T07:16:28.796Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Show Active Threads Only} time=1102893002 data=null item=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') [2019-07-30T07:16:28.796Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Show Active Threads Only} time=1102893013 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') [2019-07-30T07:16:28.796Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Show Active Threads Only} time=1102893013 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') [2019-07-30T07:16:28.796Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Show Active Threads Only} time=1102893013 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') [2019-07-30T07:16:28.796Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Show Active Threads Only} time=1102893013 data=null doit=true} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') [2019-07-30T07:16:28.796Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Show Active Threads Only} time=1102893013 data=null} to (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') [2019-07-30T07:16:28.796Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Show Active Threads Only' and with style 'SWT.CHECK') [2019-07-30T07:16:28.796Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') [2019-07-30T07:16:28.796Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {All Active Threads} time=1102893015 data=null doit=true} to Button with text {All Active Threads} [2019-07-30T07:16:28.796Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {All Active Threads} time=1102893016 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} [2019-07-30T07:16:28.796Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') [2019-07-30T07:16:28.796Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Active Threads on CPUs:} time=1102893018 data=null doit=true} to (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') [2019-07-30T07:16:28.796Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Active Threads on CPUs:} time=1102893018 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') [2019-07-30T07:16:28.796Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Active Threads on CPUs:} time=1102893018 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') [2019-07-30T07:16:28.796Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Active Threads on CPUs:} time=1102893019 data=null item=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') [2019-07-30T07:16:28.796Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') [2019-07-30T07:16:28.796Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') [2019-07-30T07:16:28.796Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Active Threads on CPUs:} time=1102893019 data=null doit=true} to Button with text {Active Threads on CPUs:} [2019-07-30T07:16:28.796Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Active Threads on CPUs:} time=1102893020 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:} [2019-07-30T07:16:28.796Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') [2019-07-30T07:16:28.796Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {All Active Threads} time=1102893020 data=null doit=true} to (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') [2019-07-30T07:16:29.052Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {All Active Threads} time=1102893021 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') [2019-07-30T07:16:29.052Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {All Active Threads} time=1102893065 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') [2019-07-30T07:16:29.052Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {All Active Threads} time=1102893065 data=null item=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') [2019-07-30T07:16:29.052Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') [2019-07-30T07:16:29.052Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') [2019-07-30T07:16:29.052Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {All Active Threads} time=1102893065 data=null doit=true} to Button with text {All Active Threads} [2019-07-30T07:16:29.052Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {All Active Threads} time=1102893065 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} [2019-07-30T07:16:29.052Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') [2019-07-30T07:16:29.052Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Active Threads on CPUs:} time=1102893066 data=null doit=true} to (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') [2019-07-30T07:16:29.052Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Active Threads on CPUs:} time=1102893066 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') [2019-07-30T07:16:29.052Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Active Threads on CPUs:} time=1102893066 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') [2019-07-30T07:16:29.052Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Active Threads on CPUs:} time=1102893066 data=null item=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') [2019-07-30T07:16:29.052Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Active Threads on CPUs:' and with style 'SWT.RADIO') [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:29.052Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:29.052Z] DEBUG - Clicking on OK [2019-07-30T07:16:29.052Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102893075 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:29.052Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102893075 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:29.052Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102893075 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:29.052Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102893075 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:29.052Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102893075 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:29.052Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102893075 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:29.052Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102893075 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:29.052Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Configure...} time=1102892766 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Configure...' [2019-07-30T07:16:29.052Z] DEBUG - Clicked on [2019-07-30T07:16:29.052Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:29.052Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:29.307Z] DEBUG - matched MenuItem with text "&Active Threads only", using matcher: with mnemonic 'Active Threads only' [2019-07-30T07:16:29.307Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:29.307Z] DEBUG - matched MenuItem with text "Flat", using matcher: with mnemonic 'Flat' [2019-07-30T07:16:29.307Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:29.307Z] DEBUG - matched MenuItem with text "Hierarchical", using matcher: with mnemonic 'Hierarchical' [2019-07-30T07:16:29.307Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:29.562Z] DEBUG - matched MenuItem with text "&Configure...", using matcher: with mnemonic 'Configure...' [2019-07-30T07:16:29.562Z] DEBUG - Clicking on with mnemonic 'Configure...' [2019-07-30T07:16:29.562Z] DEBUG - Clicked on with mnemonic 'Configure...' [2019-07-30T07:16:29.562Z] DEBUG - matched Shell with text "Dynamic Filters Conf...", using matcher: with text 'Dynamic Filters Configuration' [2019-07-30T07:16:29.562Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Dynamic Filters Configuration} time=1102893798 data=null doit=true} to Shell with text {Dynamic Filters Configuration} [2019-07-30T07:16:29.562Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' [2019-07-30T07:16:29.562Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with mnemonic 'Show Active Threads Only' [2019-07-30T07:16:29.562Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:16:29.562Z] 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') [2019-07-30T07:16:29.562Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' [2019-07-30T07:16:29.562Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' [2019-07-30T07:16:29.562Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:29.562Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:29.562Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' [2019-07-30T07:16:29.562Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' [2019-07-30T07:16:29.562Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' [2019-07-30T07:16:29.562Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: with mnemonic 'Active Threads on CPUs:' [2019-07-30T07:16:29.562Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: with style 'SWT.RADIO' [2019-07-30T07:16:29.562Z] 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') [2019-07-30T07:16:29.562Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:29.562Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:29.562Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' [2019-07-30T07:16:29.562Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' [2019-07-30T07:16:29.562Z] DEBUG - matched Button with text "All Active Threads", using matcher: with mnemonic 'All Active Threads' [2019-07-30T07:16:29.562Z] DEBUG - matched Button with text "All Active Threads", using matcher: with style 'SWT.RADIO' [2019-07-30T07:16:29.562Z] DEBUG - matched Button with text "All Active Threads", using matcher: (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') [2019-07-30T07:16:29.563Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' [2019-07-30T07:16:29.563Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:29.563Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:29.563Z] DEBUG - matched Text with text "0,1,2-100", using matcher: of type 'Text' [2019-07-30T07:16:29.563Z] DEBUG - matched Text with text "0,1,2-100", using matcher: with message 'e.g. 0-3,5,7-8' [2019-07-30T07:16:29.563Z] DEBUG - matched Text with text "0,1,2-100", using matcher: (of type 'Text' and with message 'e.g. 0-3,5,7-8') [2019-07-30T07:16:29.563Z] DEBUG - matched Text with text " [2019-07-30T07:16:29.563Z] ", using matcher: of type 'Text' [2019-07-30T07:16:29.563Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') [2019-07-30T07:16:29.818Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Active Threads on CPUs:} time=1102893812 data=null doit=true} to Button with text {Active Threads on CPUs:} [2019-07-30T07:16:29.818Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Active Threads on CPUs:} time=1102893813 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:} [2019-07-30T07:16:29.818Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') [2019-07-30T07:16:29.818Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {All Active Threads} time=1102893814 data=null doit=true} to (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') [2019-07-30T07:16:29.818Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {All Active Threads} time=1102893816 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') [2019-07-30T07:16:29.818Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {All Active Threads} time=1102893816 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') [2019-07-30T07:16:29.818Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {All Active Threads} time=1102893816 data=null item=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') [2019-07-30T07:16:29.818Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') [2019-07-30T07:16:29.818Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' [2019-07-30T07:16:29.818Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' [2019-07-30T07:16:29.818Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' [2019-07-30T07:16:29.818Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:29.818Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:29.818Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:16:29.818Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:29.818Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:29.818Z] DEBUG - Clicking on OK [2019-07-30T07:16:29.818Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102893828 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:29.818Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102893828 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:29.818Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102893828 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:29.818Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102893828 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:29.818Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102893828 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:29.818Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102893828 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:29.818Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102893828 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:29.818Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Configure...} time=1102893574 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Configure...' [2019-07-30T07:16:29.818Z] DEBUG - Clicked on [2019-07-30T07:16:29.818Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:30.379Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:30.379Z] DEBUG - matched MenuItem with text "&Configure...", using matcher: with mnemonic 'Configure...' [2019-07-30T07:16:30.379Z] DEBUG - Clicking on with mnemonic 'Configure...' [2019-07-30T07:16:30.634Z] DEBUG - Clicked on with mnemonic 'Configure...' [2019-07-30T07:16:30.634Z] DEBUG - matched Shell with text "Dynamic Filters Conf...", using matcher: with text 'Dynamic Filters Configuration' [2019-07-30T07:16:30.634Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Dynamic Filters Configuration} time=1102894735 data=null doit=true} to Shell with text {Dynamic Filters Configuration} [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with mnemonic 'Show Active Threads Only' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:16:30.634Z] 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') [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: with mnemonic 'Active Threads on CPUs:' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: with style 'SWT.RADIO' [2019-07-30T07:16:30.634Z] 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') [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "All Active Threads", using matcher: with mnemonic 'All Active Threads' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "All Active Threads", using matcher: with style 'SWT.RADIO' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "All Active Threads", using matcher: (of type 'Button' and with mnemonic 'All Active Threads' and with style 'SWT.RADIO') [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - matched Text with text "0,1,2-100", using matcher: of type 'Text' [2019-07-30T07:16:30.634Z] DEBUG - matched Text with text "0,1,2-100", using matcher: with message 'e.g. 0-3,5,7-8' [2019-07-30T07:16:30.634Z] DEBUG - matched Text with text "0,1,2-100", using matcher: (of type 'Text' and with message 'e.g. 0-3,5,7-8') [2019-07-30T07:16:30.634Z] DEBUG - matched Text with text " [2019-07-30T07:16:30.634Z] ", using matcher: of type 'Text' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "Show Active Threads ...", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "All Active Threads", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "Active Threads on CP...", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "Cancel", using matcher: with mnemonic 'Cancel' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "Cancel", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "Cancel", using matcher: (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') [2019-07-30T07:16:30.634Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:30.634Z] DEBUG - Clicking on Cancel [2019-07-30T07:16:30.634Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Cancel} time=1102894781 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') [2019-07-30T07:16:30.634Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Cancel} time=1102894781 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') [2019-07-30T07:16:30.634Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Cancel} time=1102894781 data=null doit=true} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') [2019-07-30T07:16:30.634Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Cancel} time=1102894781 data=null} to (of type 'Button' and with mnemonic 'Cancel' and with style 'SWT.PUSH') [2019-07-30T07:16:30.634Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Cancel} time=1102894781 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') [2019-07-30T07:16:30.634Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Cancel} time=1102894781 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') [2019-07-30T07:16:30.634Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Cancel} time=1102894781 data=null item=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') [2019-07-30T07:16:30.634Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Configure...} time=1102894549 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Configure...' [2019-07-30T07:16:30.890Z] DEBUG - Clicked on [2019-07-30T07:16:30.890Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:33.403Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:16:33.403Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:16:33.403Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:33.403Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider' [2019-07-30T07:16:33.403Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider' [2019-07-30T07:16:33.403Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:16:33.403Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:16:33.403Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:35.917Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:16:35.917Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:16:35.917Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:35.917Z] DEBUG - number of items : 25 [2019-07-30T07:16:35.917Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:37.804Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:16:37.804Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:16:37.804Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:37.804Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider' [2019-07-30T07:16:37.804Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider' [2019-07-30T07:16:37.804Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:16:37.804Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:40.317Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:16:40.317Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:16:40.573Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:40.573Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:16:41.133Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:41.133Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:16:41.133Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:43.945Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:16:43.945Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:16:43.945Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:16:43.945Z] DEBUG - number of items : 25 [2019-07-30T07:16:43.945Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} [2019-07-30T07:16:43.945Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102907596 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:16:43.945Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102907596 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:16:43.945Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102907596 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:16:43.945Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102907596 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:16:43.945Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102907596 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:16:43.945Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102907902 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:16:43.945Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102907904 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:16:43.945Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102907904 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:16:43.945Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102907904 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:16:43.945Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102907904 data=null} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:16:43.945Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} [2019-07-30T07:16:43.945Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' [2019-07-30T07:16:43.945Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Legend} time=1102907927 data=null doit=true} to Shell with text {Legend} [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait blocked", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait blocked", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait for CPU", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait for CPU", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait blocked", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait blocked", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait for CPU", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait for CPU", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait blocked", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait blocked", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait for CPU", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait for CPU", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait blocked", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait blocked", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait for CPU", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait for CPU", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Wait", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.945Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' [2019-07-30T07:16:43.945Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Wait blocked", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Wait blocked", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Wait for CPU", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Wait for CPU", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Wait", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Wait", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Wait blocked", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Wait blocked", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Wait for CPU", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Wait for CPU", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Wait", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Wait", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Wait blocked", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Wait blocked", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Wait for CPU", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Wait for CPU", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Wait", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Wait", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Unknown", using matcher: of type 'CLabel' [2019-07-30T07:16:43.946Z] DEBUG - matched with text "Unknown", using matcher: (of type 'CLabel') [2019-07-30T07:16:43.946Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:16:43.946Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:16:43.946Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:16:43.946Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:16:43.946Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:16:43.946Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:16:43.946Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:16:43.946Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:16:43.946Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:43.946Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:16:43.946Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:43.946Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:43.946Z] DEBUG - Clicking on OK [2019-07-30T07:16:43.946Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102907978 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:43.946Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102907978 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:43.946Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102907978 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:43.946Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102907978 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:43.946Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102907978 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:43.946Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102907978 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:43.946Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102907978 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:43.946Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102907596 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} [2019-07-30T07:16:43.946Z] DEBUG - Clicked on [2019-07-30T07:16:44.201Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1102908334 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:16:44.201Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:16:44.201Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:16:44.201Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:16:44.201Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:16:44.201Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1102908404 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:16:44.201Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1102908404 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:16:44.201Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1102908404 data=null} to TreeItem with text {test} [2019-07-30T07:16:44.201Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1102908405 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:16:44.201Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102908405 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:16:44.201Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1102908414 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:16:44.457Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:16:44.457Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:16:44.713Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:16:44.969Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:16:44.969Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:16:44.969Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:16:44.969Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:16:44.969Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:16:44.969Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:16:44.969Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:44.969Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:44.969Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:16:44.969Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:16:44.969Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102909019 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:16:44.969Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102909019 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:16:44.969Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102909019 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:16:44.969Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102909019 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:16:44.969Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102909019 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:16:44.969Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102909019 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:16:44.969Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102909020 data=null 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') [2019-07-30T07:16:44.969Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102909020 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:16:44.969Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102909020 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:16:44.969Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102909020 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:16:44.969Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102909020 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:16:44.969Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102909020 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:16:44.969Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:16:44.969Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:16:44.969Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:16:44.969Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:16:44.969Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:16:44.969Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:16:44.969Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:16:44.969Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:44.969Z] DEBUG - Clicking on OK [2019-07-30T07:16:44.969Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102909071 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:44.969Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102909071 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:44.969Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102909072 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:44.969Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102909072 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:44.969Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102909072 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:44.969Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102909072 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:44.969Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:44.969Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:44.969Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:44.969Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:44.969Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:44.969Z] DEBUG - Clicked on OK [2019-07-30T07:16:45.896Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102909072 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:16:45.896Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1102908605 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:16:46.152Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 97.836 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest [2019-07-30T07:16:46.152Z] testToolBarFollowCPUForwardBackward(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 28.391 s [2019-07-30T07:16:46.152Z] testToolBarSelectNextPreviousStateChange(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 15.626 s [2019-07-30T07:16:46.152Z] testDynamicFiltering(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 4.717 s [2019-07-30T07:16:46.152Z] testKeyboardLeftRight(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 15.429 s [2019-07-30T07:16:46.152Z] testFilter(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 10.153 s [2019-07-30T07:16:46.152Z] testDynamicFiltersDialog(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 5.205 s [2019-07-30T07:16:46.152Z] testHorizontalScrollbar(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 2.525 s [2019-07-30T07:16:46.152Z] testToolbar(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 2.201 s [2019-07-30T07:16:46.152Z] testVerticalScrollbar(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 2.28 s [2019-07-30T07:16:46.152Z] testOpenCloseOpen(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 3.204 s [2019-07-30T07:16:46.152Z] testLegend(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewTest) Time elapsed: 2.989 s [2019-07-30T07:16:46.152Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.OpenTraceStressTest [2019-07-30T07:17:04.189Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.854 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.OpenTraceStressTest [2019-07-30T07:17:04.189Z] testOpenAndCloseConcurrency(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.OpenTraceStressTest) Time elapsed: 17.488 s [2019-07-30T07:17:04.189Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ImportAndReadKernelSmokeTest [2019-07-30T07:17:12.269Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:17:12.269Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:17:12.269Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:17:12.269Z] *** BUG *** [2019-07-30T07:17:12.269Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:17:12.269Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:17:12.269Z] [2019-07-30T07:17:12.269Z] *** BUG *** [2019-07-30T07:17:12.269Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:17:12.269Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:17:12.269Z] [2019-07-30T07:17:12.269Z] *** BUG *** [2019-07-30T07:17:12.269Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:17:12.269Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:17:12.269Z] [2019-07-30T07:17:12.269Z] *** BUG *** [2019-07-30T07:17:12.269Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:17:12.269Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:17:12.269Z] [2019-07-30T07:17:12.269Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"' [2019-07-30T07:17:12.269Z] DEBUG - number of items : 2 [2019-07-30T07:17:12.269Z] DEBUG - Clicking on ToolItem with tooltip text {Hide Lost Events} [2019-07-30T07:17:12.269Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102935764 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events} [2019-07-30T07:17:12.269Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102935764 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events} [2019-07-30T07:17:12.269Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102935764 data=null doit=true} to ToolItem with tooltip text {Hide Lost Events} [2019-07-30T07:17:12.269Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102935764 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events} [2019-07-30T07:17:12.269Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102935764 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events} [2019-07-30T07:17:12.269Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102935764 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} [2019-07-30T07:17:12.269Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102935765 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events} [2019-07-30T07:17:12.269Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102935765 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events} [2019-07-30T07:17:12.269Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102935775 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Hide Lost Events} [2019-07-30T07:17:12.269Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102935775 data=null doit=true} to ToolItem with tooltip text {Hide Lost Events} [2019-07-30T07:17:12.269Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102935775 data=null} to ToolItem with tooltip text {Hide Lost Events} [2019-07-30T07:17:12.269Z] DEBUG - Clicked on ToolItem with tooltip text {Hide Lost Events} [2019-07-30T07:17:12.269Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.views.histogram"' [2019-07-30T07:17:14.783Z] *** BUG *** [2019-07-30T07:17:14.783Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:17:14.783Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:17:14.783Z] [2019-07-30T07:17:14.783Z] *** BUG *** [2019-07-30T07:17:14.783Z] In pixman_region32_init_rect: Invalid rectangle passed [2019-07-30T07:17:14.783Z] Set a breakpoint on '_pixman_log_error' to debug [2019-07-30T07:17:14.783Z] [2019-07-30T07:17:16.145Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.cpuusage"' [2019-07-30T07:17:16.705Z] [2019-07-30T07:17:16.705Z] !ENTRY org.eclipse.ui 4 0 2019-07-30 07:17:16.415 [2019-07-30T07:17:16.705Z] !MESSAGE Unhandled event loop exception [2019-07-30T07:17:16.705Z] !STACK 0 [2019-07-30T07:17:16.705Z] java.lang.NullPointerException [2019-07-30T07:17:16.705Z] at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83) [2019-07-30T07:17:16.705Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204) [2019-07-30T07:17:16.705Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176) [2019-07-30T07:17:16.705Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135) [2019-07-30T07:17:16.705Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952) [2019-07-30T07:17:16.705Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661) [2019-07-30T07:17:16.705Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173) [2019-07-30T07:17:16.705Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) [2019-07-30T07:17:16.705Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062) [2019-07-30T07:17:16.705Z] at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) [2019-07-30T07:17:16.705Z] at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635) [2019-07-30T07:17:16.705Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) [2019-07-30T07:17:16.705Z] at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) [2019-07-30T07:17:16.705Z] at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) [2019-07-30T07:17:16.705Z] at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155) [2019-07-30T07:17:16.705Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) [2019-07-30T07:17:16.705Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) [2019-07-30T07:17:16.705Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) [2019-07-30T07:17:16.705Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [2019-07-30T07:17:16.705Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [2019-07-30T07:17:16.705Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [2019-07-30T07:17:16.705Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) [2019-07-30T07:17:16.705Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [2019-07-30T07:17:16.705Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:17:16.705Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:17:16.705Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:17:16.705Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:17:16.705Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) [2019-07-30T07:17:16.705Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) [2019-07-30T07:17:16.705Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) [2019-07-30T07:17:16.705Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) [2019-07-30T07:17:16.705Z] [2019-07-30T07:17:16.705Z] !ENTRY org.eclipse.ui 4 0 2019-07-30 07:17:16.422 [2019-07-30T07:17:16.705Z] !MESSAGE Unhandled event loop exception [2019-07-30T07:17:16.705Z] !STACK 0 [2019-07-30T07:17:16.705Z] java.lang.NullPointerException [2019-07-30T07:17:16.705Z] at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83) [2019-07-30T07:17:16.705Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204) [2019-07-30T07:17:16.705Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176) [2019-07-30T07:17:16.705Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135) [2019-07-30T07:17:16.705Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952) [2019-07-30T07:17:16.705Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661) [2019-07-30T07:17:16.705Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173) [2019-07-30T07:17:16.705Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) [2019-07-30T07:17:16.705Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062) [2019-07-30T07:17:16.705Z] at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) [2019-07-30T07:17:16.705Z] at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635) [2019-07-30T07:17:16.705Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) [2019-07-30T07:17:16.705Z] at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) [2019-07-30T07:17:16.705Z] at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) [2019-07-30T07:17:16.705Z] at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155) [2019-07-30T07:17:16.705Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) [2019-07-30T07:17:16.705Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) [2019-07-30T07:17:16.705Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) [2019-07-30T07:17:16.705Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [2019-07-30T07:17:16.705Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [2019-07-30T07:17:16.705Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [2019-07-30T07:17:16.705Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) [2019-07-30T07:17:16.705Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [2019-07-30T07:17:16.705Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:17:16.705Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:17:16.705Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:17:16.705Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:17:16.705Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) [2019-07-30T07:17:16.705Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) [2019-07-30T07:17:16.705Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) [2019-07-30T07:17:16.705Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) [2019-07-30T07:17:16.705Z] [2019-07-30T07:17:16.705Z] !ENTRY org.eclipse.ui 4 0 2019-07-30 07:17:16.514 [2019-07-30T07:17:16.705Z] !MESSAGE Unhandled event loop exception [2019-07-30T07:17:16.705Z] !STACK 0 [2019-07-30T07:17:16.705Z] java.lang.NullPointerException [2019-07-30T07:17:16.705Z] at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83) [2019-07-30T07:17:16.705Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204) [2019-07-30T07:17:16.705Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176) [2019-07-30T07:17:16.705Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135) [2019-07-30T07:17:16.705Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952) [2019-07-30T07:17:16.705Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585) [2019-07-30T07:17:16.705Z] at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661) [2019-07-30T07:17:16.705Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173) [2019-07-30T07:17:16.705Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) [2019-07-30T07:17:16.705Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062) [2019-07-30T07:17:16.705Z] at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) [2019-07-30T07:17:16.705Z] at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635) [2019-07-30T07:17:16.705Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) [2019-07-30T07:17:16.705Z] at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) [2019-07-30T07:17:16.705Z] at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) [2019-07-30T07:17:16.705Z] at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155) [2019-07-30T07:17:16.705Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) [2019-07-30T07:17:16.705Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) [2019-07-30T07:17:16.705Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) [2019-07-30T07:17:16.705Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [2019-07-30T07:17:16.705Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [2019-07-30T07:17:16.705Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [2019-07-30T07:17:16.705Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) [2019-07-30T07:17:16.705Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [2019-07-30T07:17:16.705Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:17:16.705Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:17:16.705Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:17:16.705Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:17:16.705Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) [2019-07-30T07:17:16.705Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) [2019-07-30T07:17:16.705Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) [2019-07-30T07:17:16.705Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) [2019-07-30T07:17:16.961Z] [2019-07-30T07:17:16.961Z] !ENTRY org.eclipse.ui 4 0 2019-07-30 07:17:16.726 [2019-07-30T07:17:16.961Z] !MESSAGE Unhandled event loop exception [2019-07-30T07:17:16.961Z] !STACK 0 [2019-07-30T07:17:16.961Z] java.lang.NullPointerException [2019-07-30T07:17:16.961Z] at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83) [2019-07-30T07:17:16.961Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204) [2019-07-30T07:17:16.961Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176) [2019-07-30T07:17:16.961Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135) [2019-07-30T07:17:16.961Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952) [2019-07-30T07:17:16.961Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661) [2019-07-30T07:17:16.961Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173) [2019-07-30T07:17:16.961Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) [2019-07-30T07:17:16.961Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062) [2019-07-30T07:17:16.961Z] at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) [2019-07-30T07:17:16.961Z] at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635) [2019-07-30T07:17:16.961Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) [2019-07-30T07:17:16.961Z] at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) [2019-07-30T07:17:16.961Z] at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) [2019-07-30T07:17:16.961Z] at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155) [2019-07-30T07:17:16.961Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) [2019-07-30T07:17:16.961Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) [2019-07-30T07:17:16.961Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) [2019-07-30T07:17:16.961Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [2019-07-30T07:17:16.961Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [2019-07-30T07:17:16.961Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [2019-07-30T07:17:16.961Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) [2019-07-30T07:17:16.961Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [2019-07-30T07:17:16.961Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:17:16.961Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:17:16.961Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:17:16.961Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:17:16.961Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) [2019-07-30T07:17:16.961Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) [2019-07-30T07:17:16.961Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) [2019-07-30T07:17:16.961Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) [2019-07-30T07:17:16.961Z] DEBUG - matched ViewReference with text "", using matcher: with title '"State System Explorer"' [2019-07-30T07:17:16.961Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:17:16.961Z] [2019-07-30T07:17:16.961Z] !ENTRY org.eclipse.ui 4 0 2019-07-30 07:17:16.748 [2019-07-30T07:17:16.961Z] !MESSAGE Unhandled event loop exception [2019-07-30T07:17:16.961Z] !STACK 0 [2019-07-30T07:17:16.961Z] java.lang.NullPointerException [2019-07-30T07:17:16.961Z] at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83) [2019-07-30T07:17:16.961Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204) [2019-07-30T07:17:16.961Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176) [2019-07-30T07:17:16.961Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135) [2019-07-30T07:17:16.961Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952) [2019-07-30T07:17:16.961Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585) [2019-07-30T07:17:16.961Z] at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661) [2019-07-30T07:17:16.961Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173) [2019-07-30T07:17:16.961Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) [2019-07-30T07:17:16.961Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062) [2019-07-30T07:17:16.961Z] at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) [2019-07-30T07:17:16.961Z] at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635) [2019-07-30T07:17:16.961Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) [2019-07-30T07:17:16.961Z] at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) [2019-07-30T07:17:16.961Z] at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) [2019-07-30T07:17:16.961Z] at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155) [2019-07-30T07:17:16.961Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) [2019-07-30T07:17:16.961Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) [2019-07-30T07:17:16.961Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) [2019-07-30T07:17:16.961Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [2019-07-30T07:17:16.961Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [2019-07-30T07:17:16.961Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [2019-07-30T07:17:16.961Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) [2019-07-30T07:17:16.961Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [2019-07-30T07:17:16.961Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:17:16.961Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:17:16.961Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:17:16.961Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:17:16.961Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) [2019-07-30T07:17:16.961Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) [2019-07-30T07:17:16.961Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) [2019-07-30T07:17:16.961Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) [2019-07-30T07:17:16.961Z] DEBUG - Capturing screenshot 'screenshots/test(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ImportAndReadKernelSmokeTest).jpeg' [2019-07-30T07:17:17.521Z] [2019-07-30T07:17:17.521Z] !ENTRY org.eclipse.ui 4 0 2019-07-30 07:17:17.216 [2019-07-30T07:17:17.521Z] !MESSAGE Unhandled event loop exception [2019-07-30T07:17:17.521Z] !STACK 0 [2019-07-30T07:17:17.521Z] java.lang.NullPointerException [2019-07-30T07:17:17.521Z] at org.eclipse.tracecompass.tmf.ui.views.statesystem.StateSystemPresentationProvider.getStateTableIndex(StateSystemPresentationProvider.java:83) [2019-07-30T07:17:17.521Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.ITimeGraphPresentationProvider.getEventStyle(ITimeGraphPresentationProvider.java:204) [2019-07-30T07:17:17.521Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarker(TimeGraphControl.java:2176) [2019-07-30T07:17:17.521Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.drawMarkers(TimeGraphControl.java:2135) [2019-07-30T07:17:17.521Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphControl.paint(TimeGraphControl.java:1952) [2019-07-30T07:17:17.521Z] at org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphBaseControl.paintControl(TimeGraphBaseControl.java:93) [2019-07-30T07:17:17.521Z] at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) [2019-07-30T07:17:17.521Z] at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89) [2019-07-30T07:17:17.521Z] at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5874) [2019-07-30T07:17:17.521Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1400) [2019-07-30T07:17:17.521Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1426) [2019-07-30T07:17:17.521Z] at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1409) [2019-07-30T07:17:17.521Z] at org.eclipse.swt.widgets.Control.gtk_draw(Control.java:3906) [2019-07-30T07:17:17.521Z] at org.eclipse.swt.widgets.Composite.gtk_draw(Composite.java:455) [2019-07-30T07:17:17.521Z] at org.eclipse.swt.widgets.Canvas.gtk_draw(Canvas.java:178) [2019-07-30T07:17:17.521Z] at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:2212) [2019-07-30T07:17:17.521Z] at org.eclipse.swt.widgets.Control.windowProc(Control.java:6814) [2019-07-30T07:17:17.521Z] at org.eclipse.swt.widgets.Display.windowProc(Display.java:6132) [2019-07-30T07:17:17.521Z] at org.eclipse.swt.internal.gtk.GTK._gtk_main_do_event(Native Method) [2019-07-30T07:17:17.521Z] at org.eclipse.swt.internal.gtk.GTK.gtk_main_do_event(GTK.java:4166) [2019-07-30T07:17:17.521Z] at org.eclipse.swt.widgets.Display.eventProc(Display.java:1429) [2019-07-30T07:17:17.521Z] at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) [2019-07-30T07:17:17.521Z] at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:1585) [2019-07-30T07:17:17.521Z] at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4661) [2019-07-30T07:17:17.521Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173) [2019-07-30T07:17:17.521Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) [2019-07-30T07:17:17.521Z] at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062) [2019-07-30T07:17:17.521Z] at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) [2019-07-30T07:17:17.521Z] at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:635) [2019-07-30T07:17:17.521Z] at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) [2019-07-30T07:17:17.521Z] at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:559) [2019-07-30T07:17:17.521Z] at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) [2019-07-30T07:17:17.521Z] at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:155) [2019-07-30T07:17:17.521Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31) [2019-07-30T07:17:17.521Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120) [2019-07-30T07:17:17.521Z] at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37) [2019-07-30T07:17:17.521Z] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) [2019-07-30T07:17:17.521Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137) [2019-07-30T07:17:17.521Z] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107) [2019-07-30T07:17:17.521Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400) [2019-07-30T07:17:17.521Z] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) [2019-07-30T07:17:17.521Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:17:17.521Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:17:17.521Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:17:17.521Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:17:17.521Z] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:660) [2019-07-30T07:17:17.521Z] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597) [2019-07-30T07:17:17.521Z] at org.eclipse.equinox.launcher.Main.run(Main.java:1468) [2019-07-30T07:17:17.521Z] at org.eclipse.equinox.launcher.Main.main(Main.java:1441) [2019-07-30T07:17:17.521Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1102941613 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:17:17.521Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:17:17.521Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:17:17.521Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:17:17.521Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:17:17.521Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1102941704 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:17:17.521Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1102941704 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:17:17.521Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1102941704 data=null} to TreeItem with text {test} [2019-07-30T07:17:17.521Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1102941704 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:17:17.522Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102941704 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:17:17.522Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1102941712 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:17:17.777Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:17:17.777Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:17:17.777Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:17:18.338Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:17:18.338Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:17:18.338Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:17:18.338Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:18.338Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:18.338Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:17:18.338Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:17:18.338Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:17:18.338Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:18.338Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:17:18.338Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102942575 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:18.338Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102942576 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:18.338Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102942576 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:18.338Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102942576 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:18.338Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102942576 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:18.338Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102942576 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:18.338Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102942576 data=null 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') [2019-07-30T07:17:18.338Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102942576 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:18.338Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102942576 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:18.338Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102942576 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:18.338Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102942576 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:18.338Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102942576 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:18.338Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:18.338Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:17:18.338Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:17:18.338Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:17:18.338Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:17:18.338Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:17:18.338Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:18.338Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:18.338Z] DEBUG - Clicking on OK [2019-07-30T07:17:18.338Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102942577 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:18.338Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102942577 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:18.338Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102942577 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:18.338Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102942578 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:18.338Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102942578 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:18.338Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102942578 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:18.338Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:18.338Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:18.338Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:18.338Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:18.338Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:18.338Z] DEBUG - Clicked on OK [2019-07-30T07:17:18.899Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102942578 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:18.899Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1102941803 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:17:18.899Z] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 14.924 s <<< FAILURE! - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ImportAndReadKernelSmokeTest [2019-07-30T07:17:18.899Z] test(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ImportAndReadKernelSmokeTest) Time elapsed: 12.761 s <<< FAILURE! [2019-07-30T07:17:18.899Z] java.lang.AssertionError: Wrong state systems: expected: [Active Thread=[org.eclipse.tracecompass.analysis.os.linux.kernel.tid], Kernel memory usage=[], CPU usage=[org.eclipse.tracecompass.analysis.os.linux.cpuusage], Futex Contention Analysis=[], IRQ Analysis=[], Statistics=[org.eclipse.linuxtools.tmf.statistics.totals, org.eclipse.linuxtools.tmf.statistics.types], Linux Kernel=[org.eclipse.tracecompass.analysis.os.linux.kernel], Input/Output=[], Context switch=[]], actual: [Active Thread=[org.eclipse.tracecompass.analysis.os.linux.kernel.tid], CPU usage=[org.eclipse.tracecompass.analysis.os.linux.cpuusage], Kernel memory usage=[], Futex Contention Analysis=[], IRQ Analysis=[], Linux Kernel=[org.eclipse.tracecompass.analysis.os.linux.kernel], Statistics=[org.eclipse.linuxtools.tmf.statistics.totals, org.eclipse.linuxtools.tmf.statistics.types], Input/Output=[org.eclipse.tracecompass.analysis.os.linux.inputoutput], Context switch=[]] [2019-07-30T07:17:18.899Z] at org.junit.Assert.fail(Assert.java:88) [2019-07-30T07:17:18.899Z] at org.junit.Assert.assertTrue(Assert.java:41) [2019-07-30T07:17:18.899Z] at org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ImportAndReadKernelSmokeTest.testStateSystemExplorer(ImportAndReadKernelSmokeTest.java:211) [2019-07-30T07:17:18.899Z] at org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ImportAndReadKernelSmokeTest.test(ImportAndReadKernelSmokeTest.java:120) [2019-07-30T07:17:18.899Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:17:18.899Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:17:18.899Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:17:18.899Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:17:18.899Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [2019-07-30T07:17:18.899Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [2019-07-30T07:17:18.899Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [2019-07-30T07:17:18.899Z] at org.eclipse.swtbot.swt.finder.junit.internal.CapturingFrameworkMethod.invokeExplosively(CapturingFrameworkMethod.java:47) [2019-07-30T07:17:18.899Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [2019-07-30T07:17:18.899Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [2019-07-30T07:17:18.899Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [2019-07-30T07:17:18.899Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [2019-07-30T07:17:18.899Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) [2019-07-30T07:17:18.899Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [2019-07-30T07:17:18.899Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [2019-07-30T07:17:18.899Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [2019-07-30T07:17:18.899Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [2019-07-30T07:17:18.899Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [2019-07-30T07:17:18.899Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [2019-07-30T07:17:18.899Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [2019-07-30T07:17:18.899Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [2019-07-30T07:17:18.899Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [2019-07-30T07:17:18.899Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) [2019-07-30T07:17:18.899Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [2019-07-30T07:17:18.899Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [2019-07-30T07:17:18.899Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [2019-07-30T07:17:18.899Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [2019-07-30T07:17:18.899Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:17:18.899Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:17:18.899Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:17:18.899Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:17:18.899Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) [2019-07-30T07:17:18.899Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) [2019-07-30T07:17:18.899Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) [2019-07-30T07:17:18.899Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) [2019-07-30T07:17:18.899Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) [2019-07-30T07:17:18.899Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) [2019-07-30T07:17:18.899Z] at java.lang.Thread.run(Thread.java:748) [2019-07-30T07:17:18.899Z] [2019-07-30T07:17:18.899Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewSortingTest [2019-07-30T07:17:19.826Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:17:27.906Z] DEBUG - number of items : 25 [2019-07-30T07:17:27.906Z] DEBUG - Clicking on ToolItem with tooltip text {Show View Filters} [2019-07-30T07:17:27.906Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102950826 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:17:27.906Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102950827 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:17:27.906Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102950827 data=null doit=true} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:17:27.906Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102950827 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:17:27.906Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102950827 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:17:27.906Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102951103 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:17:27.906Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102951104 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:17:27.906Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102951104 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:17:27.906Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102951104 data=null doit=true} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:17:27.906Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102951104 data=null} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:17:27.906Z] DEBUG - Clicked on ToolItem with tooltip text {Show View Filters} [2019-07-30T07:17:27.906Z] DEBUG - matched Shell with text "Filter", using matcher: with text 'Filter' [2019-07-30T07:17:27.906Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Filter} time=1102951117 data=null doit=true} to Shell with text {Filter} [2019-07-30T07:17:27.906Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:17:27.906Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:17:27.906Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:17:27.906Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:17:27.906Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:17:27.906Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:17:27.906Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:17:27.906Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:17:27.906Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:17:27.906Z] DEBUG - matched Button with text "Uncheck all", using matcher: with mnemonic 'Uncheck all' [2019-07-30T07:17:27.906Z] DEBUG - matched Button with text "Uncheck all", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:27.906Z] DEBUG - matched Button with text "Uncheck all", using matcher: (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:17:27.906Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:17:27.906Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:17:27.906Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:17:27.906Z] DEBUG - Clicking on Uncheck all [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Uncheck all} time=1102951178 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1102951178 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Uncheck all} time=1102951179 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Uncheck all} time=1102951179 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Uncheck all} time=1102951179 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Uncheck all} time=1102951179 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Uncheck all} time=1102951179 data=null item=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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Uncheck all} time=1102951190 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Uncheck all} time=1102951190 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Uncheck all} time=1102951190 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Uncheck all} time=1102951191 data=null doit=true} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Uncheck all} time=1102951196 data=null} to (of type 'Button' and with mnemonic 'Uncheck all' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Clicked on Uncheck all [2019-07-30T07:17:27.907Z] WARN - Tree item TreeItem with text {scp_dest} is already expanded. Won't expand it again. [2019-07-30T07:17:27.907Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {systemd} time=1102951202 data=null button=0 stateMask=0x0 x=92 y=77 count=0} to Tree node with text: systemd [2019-07-30T07:17:27.907Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {systemd} time=1102951202 data=null doit=true} to Tree node with text: systemd [2019-07-30T07:17:27.907Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {systemd} time=1102951202 data=null} to Tree node with text: systemd [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {systemd} time=1102951202 data=null button=1 stateMask=0x0 x=92 y=77 count=1} to Tree node with text: systemd [2019-07-30T07:17:27.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102951202 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 [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {systemd} time=1102951203 data=null button=1 stateMask=0x80000 x=92 y=77 count=1} to Tree node with text: systemd [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check subtree", using matcher: with mnemonic 'Check subtree' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check subtree", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check subtree", using matcher: (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - Clicking on Check subtree [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check subtree} time=1102951204 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=1102951204 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check subtree} time=1102951204 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check subtree} time=1102951204 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check subtree} time=1102951204 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check subtree} time=1102951204 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check subtree} time=1102951204 data=null item=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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check subtree} time=1102951220 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=1102951220 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check subtree} time=1102951220 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check subtree} time=1102951221 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check subtree} time=1102951221 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Clicked on Check subtree [2019-07-30T07:17:27.907Z] WARN - Tree item TreeItem with text {scp_dest} is already expanded. Won't expand it again. [2019-07-30T07:17:27.907Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {kthreadd} time=1102951267 data=null button=0 stateMask=0x0 x=93 y=1155 count=0} to Tree node with text: kthreadd [2019-07-30T07:17:27.907Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {kthreadd} time=1102951267 data=null doit=true} to Tree node with text: kthreadd [2019-07-30T07:17:27.907Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {kthreadd} time=1102951267 data=null} to Tree node with text: kthreadd [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {kthreadd} time=1102951267 data=null button=1 stateMask=0x0 x=93 y=1155 count=1} to Tree node with text: kthreadd [2019-07-30T07:17:27.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102951268 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 [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {kthreadd} time=1102951268 data=null button=1 stateMask=0x80000 x=93 y=1155 count=1} to Tree node with text: kthreadd [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check subtree", using matcher: with mnemonic 'Check subtree' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check subtree", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check subtree", using matcher: (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - Clicking on Check subtree [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check subtree} time=1102951269 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=1102951269 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check subtree} time=1102951269 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check subtree} time=1102951269 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check subtree} time=1102951269 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check subtree} time=1102951269 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check subtree} time=1102951269 data=null item=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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check subtree} time=1102951275 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=1102951275 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check subtree} time=1102951275 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check subtree} time=1102951275 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check subtree} time=1102951275 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Clicked on Check subtree [2019-07-30T07:17:27.907Z] WARN - Tree item TreeItem with text {scp_dest} is already expanded. Won't expand it again. [2019-07-30T07:17:27.907Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {lttng-consumerd} time=1102951276 data=null button=0 stateMask=0x0 x=110 y=-880 count=0} to Tree node with text: lttng-consumerd [2019-07-30T07:17:27.907Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {lttng-consumerd} time=1102951276 data=null doit=true} to Tree node with text: lttng-consumerd [2019-07-30T07:17:27.907Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {lttng-consumerd} time=1102951276 data=null} to Tree node with text: lttng-consumerd [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {lttng-consumerd} time=1102951276 data=null button=1 stateMask=0x0 x=110 y=-880 count=1} to Tree node with text: lttng-consumerd [2019-07-30T07:17:27.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102951276 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 [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {lttng-consumerd} time=1102951277 data=null button=1 stateMask=0x80000 x=110 y=-880 count=1} to Tree node with text: lttng-consumerd [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check subtree", using matcher: with mnemonic 'Check subtree' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check subtree", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check subtree", using matcher: (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - Clicking on Check subtree [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Check subtree} time=1102951278 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=1102951278 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Check subtree} time=1102951278 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Check subtree} time=1102951278 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Check subtree} time=1102951278 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Check subtree} time=1102951278 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Check subtree} time=1102951278 data=null item=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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Check subtree} time=1102951279 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Check subtree} time=1102951279 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Check subtree} time=1102951279 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') [2019-07-30T07:17:27.907Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Check subtree} time=1102951279 data=null doit=true} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Check subtree} time=1102951279 data=null} to (of type 'Button' and with mnemonic 'Check subtree' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Clicked on Check subtree [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check selected", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check subtree", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check all", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Check Active", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Uncheck selected", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Uncheck subtree", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Uncheck all", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Uncheck Inactive", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:27.907Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Clicking on OK [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102951280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102951280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102951280 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102951280 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102951280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102951280 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102951280 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:27.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102950827 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} [2019-07-30T07:17:27.907Z] DEBUG - Clicked on [2019-07-30T07:17:27.907Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:17:27.907Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:17:27.907Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:17:27.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {Process} time=1102951515 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} [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {Process} time=1102951567 data=null button=1 stateMask=0x80000 x=69 y=-12 count=1} to TreeColumn with text {Process} [2019-07-30T07:17:27.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {Process} time=1102951568 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} [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {Process} time=1102951571 data=null button=1 stateMask=0x80000 x=69 y=-12 count=1} to TreeColumn with text {Process} [2019-07-30T07:17:27.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {TID} time=1102951572 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} [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {TID} time=1102951574 data=null button=1 stateMask=0x80000 x=158 y=-12 count=1} to TreeColumn with text {TID} [2019-07-30T07:17:27.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {TID} time=1102951574 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} [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {TID} time=1102951575 data=null button=1 stateMask=0x80000 x=158 y=-12 count=1} to TreeColumn with text {TID} [2019-07-30T07:17:27.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {PTID} time=1102951575 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} [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {PTID} time=1102951576 data=null button=1 stateMask=0x80000 x=198 y=-12 count=1} to TreeColumn with text {PTID} [2019-07-30T07:17:27.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {PTID} time=1102951577 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} [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {PTID} time=1102951578 data=null button=1 stateMask=0x80000 x=198 y=-12 count=1} to TreeColumn with text {PTID} [2019-07-30T07:17:27.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {Birth time} time=1102951578 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} [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {Birth time} time=1102951579 data=null button=1 stateMask=0x80000 x=288 y=-12 count=1} to TreeColumn with text {Birth time} [2019-07-30T07:17:27.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{TreeColumn {Birth time} time=1102951580 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} [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeColumn {Birth time} time=1102951581 data=null button=1 stateMask=0x80000 x=288 y=-12 count=1} to TreeColumn with text {Birth time} [2019-07-30T07:17:27.907Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1102951697 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:17:27.907Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:17:27.907Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:17:27.907Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:17:27.907Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1102951778 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:17:27.907Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1102951778 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:17:27.907Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1102951778 data=null} to TreeItem with text {test} [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1102951778 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:17:27.907Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102951778 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:17:27.907Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1102951785 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:17:27.907Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:17:27.907Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:17:27.907Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:17:28.468Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:17:28.468Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:17:28.468Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:17:28.468Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:28.468Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:28.468Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:17:28.468Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:17:28.468Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:17:28.468Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:28.468Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:17:28.468Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102952600 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:28.468Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102952600 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:28.468Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102952600 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:28.468Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102952600 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:28.468Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102952600 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:28.468Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102952601 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:28.468Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102952601 data=null 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') [2019-07-30T07:17:28.468Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102952601 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:28.468Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102952601 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:28.468Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102952601 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:28.468Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102952601 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:28.468Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102952601 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:28.468Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:28.468Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:17:28.468Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:17:28.468Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:17:28.468Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:17:28.468Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:17:28.468Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:28.468Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:28.468Z] DEBUG - Clicking on OK [2019-07-30T07:17:28.468Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102952602 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:28.468Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102952602 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:28.468Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102952603 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:28.468Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102952603 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:28.468Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102952603 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:28.468Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102952603 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:28.468Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:28.468Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:28.468Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:28.468Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:28.468Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:28.468Z] DEBUG - Clicked on OK [2019-07-30T07:17:29.028Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102952603 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:29.028Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1102951880 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:17:29.028Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.981 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewSortingTest [2019-07-30T07:17:29.028Z] testColumnSorting(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewSortingTest) Time elapsed: 7.914 s [2019-07-30T07:17:29.028Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest [2019-07-30T07:17:34.531Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' [2019-07-30T07:17:34.531Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:17:34.531Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"' [2019-07-30T07:17:34.786Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:34.786Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:34.786Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:34.786Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:34.786Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:34.786Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:34.786Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:34.786Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:35.043Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:35.043Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1102959216 data=null doit=true} to Shell with text {Find} [2019-07-30T07:17:35.043Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.043Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' [2019-07-30T07:17:35.043Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') [2019-07-30T07:17:35.043Z] DEBUG - Setting text on (of type 'Combo') to \ACPU [2019-07-30T07:17:35.043Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {\ACPU} time=1102959229 data=null} to (of type 'Combo') [2019-07-30T07:17:35.043Z] DEBUG - Set text on (of type 'Combo') to \ACPU [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:35.043Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:35.043Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@3d0bfe05 [2019-07-30T07:17:35.043Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=1102959246 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') [2019-07-30T07:17:35.043Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1102959246 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') [2019-07-30T07:17:35.043Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=1102959247 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:35.043Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=1102959247 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:35.043Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=1102959247 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') [2019-07-30T07:17:35.043Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=1102959247 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') [2019-07-30T07:17:35.043Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=1102959247 data=null item=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') [2019-07-30T07:17:35.043Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=1102959250 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') [2019-07-30T07:17:35.043Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1102959250 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') [2019-07-30T07:17:35.043Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=1102959250 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') [2019-07-30T07:17:35.043Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=1102959250 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:35.043Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=1102959250 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.043Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:35.043Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@1dc9ad5a [2019-07-30T07:17:35.043Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Regular e&xpression} time=1102959252 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') [2019-07-30T07:17:35.043Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=1102959252 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') [2019-07-30T07:17:35.043Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Regular e&xpression} time=1102959252 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:35.043Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Regular e&xpression} time=1102959252 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:35.043Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Regular e&xpression} time=1102959252 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') [2019-07-30T07:17:35.043Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Regular e&xpression} time=1102959252 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') [2019-07-30T07:17:35.043Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Regular e&xpression} time=1102959252 data=null item=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') [2019-07-30T07:17:35.043Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Regular e&xpression} time=1102959253 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') [2019-07-30T07:17:35.043Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=1102959253 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') [2019-07-30T07:17:35.043Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Regular e&xpression} time=1102959253 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') [2019-07-30T07:17:35.043Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Regular e&xpression} time=1102959269 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:35.043Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Regular e&xpression} time=1102959269 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:35.043Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:17:35.043Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1102959269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.043Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102959269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.043Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1102959269 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.043Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1102959269 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.043Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1102959269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.043Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1102959269 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.043Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1102959270 data=null item=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') [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1102959300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102959300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1102959300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.299Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1102959300 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.299Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1102959300 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.299Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:17:35.299Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:17:35.299Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:17:35.299Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:17:35.299Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:17:35.299Z] DEBUG - matched Combo with text "\ACPU", using matcher: of type 'Combo' [2019-07-30T07:17:35.299Z] DEBUG - matched Combo with text "\ACPU", using matcher: (of type 'Combo') [2019-07-30T07:17:35.299Z] DEBUG - Setting text on (of type 'Combo') to \ACPU [2019-07-30T07:17:35.299Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {\ACPU} time=1102959302 data=null} to (of type 'Combo') [2019-07-30T07:17:35.299Z] DEBUG - Set text on (of type 'Combo') to \ACPU [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:35.299Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:35.299Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:35.299Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@2d349056 [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Regular e&xpression} time=1102959312 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') [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=1102959312 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') [2019-07-30T07:17:35.299Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Regular e&xpression} time=1102959312 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:35.299Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Regular e&xpression} time=1102959312 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Regular e&xpression} time=1102959312 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') [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Regular e&xpression} time=1102959312 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') [2019-07-30T07:17:35.299Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Regular e&xpression} time=1102959312 data=null item=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') [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Regular e&xpression} time=1102959313 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') [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=1102959313 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') [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Regular e&xpression} time=1102959313 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') [2019-07-30T07:17:35.299Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Regular e&xpression} time=1102959313 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:35.299Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Regular e&xpression} time=1102959313 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:35.299Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1102959313 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102959313 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.299Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1102959313 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.299Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1102959313 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1102959313 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1102959313 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.299Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1102959313 data=null item=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') [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1102959314 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102959314 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1102959314 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.299Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1102959314 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.299Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1102959314 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.299Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:17:35.299Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:17:35.299Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:17:35.299Z] DEBUG - matched Label with text "Entry not found", using matcher: of type 'Label' [2019-07-30T07:17:35.299Z] DEBUG - matched Label with text "Entry not found", using matcher: (of type 'Label') [2019-07-30T07:17:35.299Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:35.299Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:35.299Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.299Z] DEBUG - Clicking on Close [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1102959316 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') [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1102959316 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') [2019-07-30T07:17:35.299Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1102959316 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:35.299Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1102959316 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1102959316 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') [2019-07-30T07:17:35.299Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1102959316 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') [2019-07-30T07:17:35.299Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1102959316 data=null item=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') [2019-07-30T07:17:35.299Z] DEBUG - Clicked on [2019-07-30T07:17:35.299Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"' [2019-07-30T07:17:35.555Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:35.555Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:35.555Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:35.555Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:35.555Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:35.555Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:35.555Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:35.555Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:35.555Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:35.555Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1102959753 data=null doit=true} to Shell with text {Find} [2019-07-30T07:17:35.555Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.555Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:17:35.555Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' [2019-07-30T07:17:35.555Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') [2019-07-30T07:17:35.555Z] DEBUG - Setting text on (of type 'Combo') to CPU 1 [2019-07-30T07:17:35.555Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CPU 1} time=1102959771 data=null} to (of type 'Combo') [2019-07-30T07:17:35.555Z] DEBUG - Set text on (of type 'Combo') to CPU 1 [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:35.555Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:35.555Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@76351c98 [2019-07-30T07:17:35.555Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=1102959785 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') [2019-07-30T07:17:35.555Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1102959785 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') [2019-07-30T07:17:35.555Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=1102959785 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:35.555Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=1102959786 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:35.555Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=1102959786 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') [2019-07-30T07:17:35.555Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=1102959786 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') [2019-07-30T07:17:35.555Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=1102959786 data=null item=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') [2019-07-30T07:17:35.555Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=1102959786 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') [2019-07-30T07:17:35.555Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1102959786 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') [2019-07-30T07:17:35.555Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=1102959786 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') [2019-07-30T07:17:35.555Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=1102959786 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:35.555Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=1102959786 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:35.555Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:17:35.555Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:17:35.555Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1102959788 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.555Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102959788 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.555Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1102959788 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.555Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1102959788 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.555Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1102959788 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.555Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1102959797 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.555Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1102959797 data=null item=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') [2019-07-30T07:17:35.555Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1102959798 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.555Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102959798 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.555Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1102959798 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.555Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1102959798 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.555Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1102959798 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.555Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:17:35.555Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:17:35.555Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:17:35.555Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:17:35.555Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:17:35.555Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:17:35.555Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:17:35.555Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:17:35.555Z] DEBUG - matched Combo with text "CPU 1", using matcher: of type 'Combo' [2019-07-30T07:17:35.555Z] DEBUG - matched Combo with text "CPU 1", using matcher: (of type 'Combo') [2019-07-30T07:17:35.555Z] DEBUG - Setting text on (of type 'Combo') to CPU 1 [2019-07-30T07:17:35.555Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CPU 1} time=1102959804 data=null} to (of type 'Combo') [2019-07-30T07:17:35.555Z] DEBUG - Set text on (of type 'Combo') to CPU 1 [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Backward", using matcher: with mnemonic 'Backward' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Backward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Backward", using matcher: (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.555Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:17:35.555Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {F&orward} time=1102959804 data=null doit=true} to Button with text {F&orward} [2019-07-30T07:17:35.555Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=1102959804 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} [2019-07-30T07:17:35.811Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:17:35.811Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Backward} time=1102959805 data=null doit=true} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:17:35.811Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Backward} time=1102959832 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') [2019-07-30T07:17:35.811Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Backward} time=1102959832 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') [2019-07-30T07:17:35.811Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=1102959832 data=null item=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') [2019-07-30T07:17:35.811Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:35.811Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:35.811Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already selected, not selecting again. [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:35.811Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:17:35.811Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:17:35.811Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1102959835 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.811Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102959835 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.811Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1102959835 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.811Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1102959836 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.811Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1102959836 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.811Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1102959836 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.811Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1102959836 data=null item=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') [2019-07-30T07:17:35.811Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1102959870 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.811Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102959870 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.811Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1102959870 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.811Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1102959870 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.811Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1102959870 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:35.811Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:17:35.811Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:17:35.811Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:17:35.811Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label' [2019-07-30T07:17:35.811Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label') [2019-07-30T07:17:35.811Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:17:35.811Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:17:35.811Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:35.811Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:35.811Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:35.811Z] DEBUG - Clicking on Close [2019-07-30T07:17:35.811Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1102959873 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') [2019-07-30T07:17:35.811Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1102959873 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') [2019-07-30T07:17:35.811Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1102959873 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:35.811Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1102959873 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:35.811Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1102959873 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') [2019-07-30T07:17:35.811Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1102959873 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') [2019-07-30T07:17:35.811Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1102959874 data=null item=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') [2019-07-30T07:17:35.811Z] DEBUG - Clicked on [2019-07-30T07:17:35.811Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"' [2019-07-30T07:17:36.067Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:36.067Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:36.067Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:36.067Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:36.067Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:36.067Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:36.067Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:36.067Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:36.324Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:36.324Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1102960408 data=null doit=true} to Shell with text {Find} [2019-07-30T07:17:36.324Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' [2019-07-30T07:17:36.324Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') [2019-07-30T07:17:36.324Z] DEBUG - Setting text on (of type 'Combo') to CPU [2019-07-30T07:17:36.324Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CPU} time=1102960413 data=null} to (of type 'Combo') [2019-07-30T07:17:36.324Z] DEBUG - Set text on (of type 'Combo') to CPU [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:17:36.324Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Backward} time=1102960418 data=null doit=true} to Button with text {&Backward} [2019-07-30T07:17:36.324Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=1102960418 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} [2019-07-30T07:17:36.324Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:17:36.324Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {F&orward} time=1102960419 data=null doit=true} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {F&orward} time=1102960419 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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {F&orward} time=1102960419 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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=1102960419 data=null item=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') [2019-07-30T07:17:36.324Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@6968e9d7 [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=1102960421 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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1102960421 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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=1102960422 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=1102960422 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=1102960422 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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=1102960422 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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=1102960422 data=null item=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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=1102960422 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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1102960422 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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=1102960422 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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=1102960422 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=1102960423 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@2a7fa6a6 [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Whole word} time=1102960423 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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=1102960423 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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Whole word} time=1102960424 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Whole word} time=1102960424 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Whole word} time=1102960424 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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Whole word} time=1102960424 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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Whole word} time=1102960424 data=null item=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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Whole word} time=1102960424 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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=1102960424 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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Whole word} time=1102960424 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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Whole word} time=1102960424 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Whole word} time=1102960424 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:17:36.324Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1102960466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102960466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1102960466 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1102960466 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1102960466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1102960466 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1102960466 data=null item=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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1102960467 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102960467 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1102960467 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1102960467 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1102960468 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:17:36.324Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:17:36.324Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:17:36.324Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:17:36.324Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:17:36.324Z] DEBUG - matched Combo with text "CPU", using matcher: of type 'Combo' [2019-07-30T07:17:36.324Z] DEBUG - matched Combo with text "CPU", using matcher: (of type 'Combo') [2019-07-30T07:17:36.324Z] DEBUG - Setting text on (of type 'Combo') to CP [2019-07-30T07:17:36.324Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CP} time=1102960469 data=null} to (of type 'Combo') [2019-07-30T07:17:36.324Z] DEBUG - Set text on (of type 'Combo') to CP [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') already selected, not selecting again. [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.324Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:36.324Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:17:36.324Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1102960472 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102960472 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1102960473 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1102960473 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1102960473 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1102960473 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1102960473 data=null item=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') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1102960475 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102960475 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1102960475 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1102960475 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1102960475 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.324Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:17:36.325Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:17:36.325Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:17:36.325Z] DEBUG - matched Label with text "Entry not found", using matcher: of type 'Label' [2019-07-30T07:17:36.325Z] DEBUG - matched Label with text "Entry not found", using matcher: (of type 'Label') [2019-07-30T07:17:36.325Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:36.325Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:36.325Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.325Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.325Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.325Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.325Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.325Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.325Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.325Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' [2019-07-30T07:17:36.325Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:36.325Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:36.325Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.325Z] DEBUG - Clicking on Close [2019-07-30T07:17:36.325Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1102960477 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') [2019-07-30T07:17:36.325Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1102960477 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') [2019-07-30T07:17:36.325Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1102960477 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:36.325Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1102960478 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:36.325Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1102960478 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') [2019-07-30T07:17:36.325Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1102960478 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') [2019-07-30T07:17:36.325Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1102960478 data=null item=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') [2019-07-30T07:17:36.580Z] DEBUG - Clicked on [2019-07-30T07:17:36.580Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"' [2019-07-30T07:17:36.580Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:36.580Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:36.580Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:36.580Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:36.580Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:36.580Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:36.580Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:36.580Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:36.837Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:36.837Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1102960976 data=null doit=true} to Shell with text {Find} [2019-07-30T07:17:36.837Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' [2019-07-30T07:17:36.837Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') [2019-07-30T07:17:36.837Z] DEBUG - Setting text on (of type 'Combo') to CPU 1 [2019-07-30T07:17:36.837Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CPU 1} time=1102960978 data=null} to (of type 'Combo') [2019-07-30T07:17:36.837Z] DEBUG - Set text on (of type 'Combo') to CPU 1 [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:36.837Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@5747831d [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Case sensitive} time=1102960995 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') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=1102960995 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') [2019-07-30T07:17:36.837Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Case sensitive} time=1102960995 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:36.837Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Case sensitive} time=1102960995 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Case sensitive} time=1102960995 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') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Case sensitive} time=1102960995 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') [2019-07-30T07:17:36.837Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Case sensitive} time=1102960995 data=null item=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') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Case sensitive} time=1102960996 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') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=1102960996 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') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Case sensitive} time=1102960996 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') [2019-07-30T07:17:36.837Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Case sensitive} time=1102960996 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:36.837Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Case sensitive} time=1102960996 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:36.837Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:36.837Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:17:36.837Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1102961001 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102961001 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1102961001 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1102961001 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1102961001 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1102961001 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1102961001 data=null item=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') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1102961002 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102961002 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1102961002 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1102961002 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1102961002 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:17:36.837Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:17:36.837Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:17:36.837Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:17:36.837Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:17:36.837Z] DEBUG - matched Combo with text "CPU 1", using matcher: of type 'Combo' [2019-07-30T07:17:36.837Z] DEBUG - matched Combo with text "CPU 1", using matcher: (of type 'Combo') [2019-07-30T07:17:36.837Z] DEBUG - Setting text on (of type 'Combo') to cpu 1 [2019-07-30T07:17:36.837Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {cpu 1} time=1102961027 data=null} to (of type 'Combo') [2019-07-30T07:17:36.837Z] DEBUG - Set text on (of type 'Combo') to cpu 1 [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:36.837Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already selected, not selecting again. [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:36.837Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:36.837Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:17:36.837Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1102961031 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102961031 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1102961031 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1102961031 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1102961032 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1102961032 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1102961032 data=null item=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') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1102961044 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102961045 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1102961045 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1102961045 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1102961045 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:17:36.837Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:17:36.837Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:17:36.837Z] DEBUG - matched Label with text "Entry not found", using matcher: of type 'Label' [2019-07-30T07:17:36.837Z] DEBUG - matched Label with text "Entry not found", using matcher: (of type 'Label') [2019-07-30T07:17:36.837Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:36.837Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:36.837Z] DEBUG - Clicking on Close [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1102961047 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') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1102961047 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') [2019-07-30T07:17:36.837Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1102961047 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1102961047 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1102961047 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') [2019-07-30T07:17:36.837Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1102961047 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') [2019-07-30T07:17:36.837Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1102961047 data=null item=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') [2019-07-30T07:17:37.094Z] DEBUG - Clicked on [2019-07-30T07:17:37.094Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"' [2019-07-30T07:17:37.094Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:37.094Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:37.094Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:37.094Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:37.094Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:37.094Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:37.094Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:37.094Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:37.350Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:37.350Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1102961506 data=null doit=true} to Shell with text {Find} [2019-07-30T07:17:37.350Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:37.350Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:37.350Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:37.350Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:37.350Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:37.350Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:37.350Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:37.350Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:37.350Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:37.350Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' [2019-07-30T07:17:37.350Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:37.350Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:37.350Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:37.350Z] DEBUG - Clicking on Close [2019-07-30T07:17:37.350Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1102961523 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') [2019-07-30T07:17:37.350Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1102961523 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') [2019-07-30T07:17:37.350Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1102961523 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:37.350Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1102961523 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:37.350Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1102961523 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') [2019-07-30T07:17:37.350Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1102961524 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') [2019-07-30T07:17:37.350Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1102961524 data=null item=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') [2019-07-30T07:17:37.605Z] DEBUG - Clicked on [2019-07-30T07:17:37.605Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:37.605Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:37.605Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:37.605Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:37.605Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:37.605Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:37.605Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:37.605Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:37.860Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:37.860Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1102961985 data=null doit=true} to Shell with text {Find} [2019-07-30T07:17:37.860Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:37.860Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:37.860Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:37.860Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:37.860Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:37.860Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:37.860Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:37.860Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:37.860Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:37.860Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' [2019-07-30T07:17:37.860Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:37.860Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:37.860Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:37.860Z] DEBUG - Clicking on Close [2019-07-30T07:17:37.860Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1102962002 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') [2019-07-30T07:17:37.860Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1102962002 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') [2019-07-30T07:17:37.860Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1102962002 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:37.860Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1102962002 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:37.860Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1102962002 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') [2019-07-30T07:17:37.860Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1102962002 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') [2019-07-30T07:17:37.860Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1102962002 data=null item=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') [2019-07-30T07:17:38.116Z] DEBUG - Clicked on [2019-07-30T07:17:38.116Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"' [2019-07-30T07:17:38.116Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:38.116Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:38.116Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:38.116Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:38.116Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:38.116Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:38.371Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:38.371Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:38.371Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:38.371Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1102962602 data=null doit=true} to Shell with text {Find} [2019-07-30T07:17:38.371Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:38.371Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:38.371Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:38.371Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:38.371Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:38.371Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:38.371Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:38.371Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:38.371Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:38.371Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' [2019-07-30T07:17:38.371Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:38.371Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.371Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' [2019-07-30T07:17:38.371Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') [2019-07-30T07:17:38.371Z] DEBUG - Setting text on (of type 'Combo') to CPU 1 [2019-07-30T07:17:38.628Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CPU 1} time=1102962666 data=null} to (of type 'Combo') [2019-07-30T07:17:38.628Z] DEBUG - Set text on (of type 'Combo') to CPU 1 [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Backward", using matcher: with mnemonic 'Backward' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Backward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Backward", using matcher: (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:17:38.628Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {F&orward} time=1102962668 data=null doit=true} to Button with text {F&orward} [2019-07-30T07:17:38.628Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=1102962668 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} [2019-07-30T07:17:38.628Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:17:38.628Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Backward} time=1102962669 data=null doit=true} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Backward} time=1102962669 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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Backward} time=1102962670 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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=1102962670 data=null item=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') [2019-07-30T07:17:38.628Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:38.628Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@11fdbf0f [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Case sensitive} time=1102962671 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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=1102962671 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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Case sensitive} time=1102962671 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:38.628Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Case sensitive} time=1102962671 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Case sensitive} time=1102962671 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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Case sensitive} time=1102962671 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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Case sensitive} time=1102962671 data=null item=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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Case sensitive} time=1102962672 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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=1102962672 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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Case sensitive} time=1102962672 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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Case sensitive} time=1102962672 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:38.628Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Case sensitive} time=1102962672 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:38.628Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@43c9c679 [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=1102962673 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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1102962673 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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=1102962674 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:38.628Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=1102962674 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=1102962674 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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=1102962674 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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=1102962674 data=null item=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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=1102962674 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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1102962674 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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=1102962674 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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=1102962674 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:38.628Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=1102962675 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:38.628Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:17:38.628Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1102962676 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102962676 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.628Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1102962676 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.628Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1102962676 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1102962676 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1102962676 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.628Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1102962676 data=null item=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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1102962677 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102962677 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1102962677 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.628Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1102962677 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.628Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1102962677 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.628Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:17:38.628Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:17:38.628Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:17:38.628Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label' [2019-07-30T07:17:38.628Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label') [2019-07-30T07:17:38.628Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:17:38.628Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:17:38.628Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label' [2019-07-30T07:17:38.628Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label') [2019-07-30T07:17:38.628Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:17:38.628Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:17:38.628Z] DEBUG - matched Combo with text "CPU 1", using matcher: of type 'Combo' [2019-07-30T07:17:38.628Z] DEBUG - matched Combo with text "CPU 1", using matcher: (of type 'Combo') [2019-07-30T07:17:38.628Z] DEBUG - Setting text on (of type 'Combo') to CPU 1 [2019-07-30T07:17:38.628Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {CPU 1} time=1102962680 data=null} to (of type 'Combo') [2019-07-30T07:17:38.628Z] DEBUG - Set text on (of type 'Combo') to CPU 1 [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:17:38.628Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Backward} time=1102962688 data=null doit=true} to Button with text {&Backward} [2019-07-30T07:17:38.628Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=1102962688 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} [2019-07-30T07:17:38.628Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:17:38.628Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {F&orward} time=1102962689 data=null doit=true} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {F&orward} time=1102962689 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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {F&orward} time=1102962689 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') [2019-07-30T07:17:38.628Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=1102962689 data=null item=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') [2019-07-30T07:17:38.628Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:17:38.628Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:38.628Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:17:38.628Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already selected, not selecting again. [2019-07-30T07:17:38.628Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:17:38.629Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:17:38.629Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:17:38.629Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1102962694 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.629Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102962694 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.629Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1102962694 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.629Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1102962694 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.629Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1102962694 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.629Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1102962694 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1102962695 data=null item=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') [2019-07-30T07:17:38.629Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1102962695 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.629Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1102962695 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.629Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1102962695 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.629Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1102962695 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.629Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1102962695 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:17:38.629Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:17:38.629Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:17:38.629Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:17:38.629Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label' [2019-07-30T07:17:38.629Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label') [2019-07-30T07:17:38.629Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:38.629Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:38.629Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:17:38.629Z] DEBUG - Clicking on Close [2019-07-30T07:17:38.629Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1102962697 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') [2019-07-30T07:17:38.629Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1102962697 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') [2019-07-30T07:17:38.629Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1102962697 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:38.629Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1102962697 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:17:38.629Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1102962707 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') [2019-07-30T07:17:38.629Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1102962707 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') [2019-07-30T07:17:38.629Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1102962707 data=null item=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') [2019-07-30T07:17:38.629Z] DEBUG - Clicked on [2019-07-30T07:17:38.884Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/bug446190/bug446190_ - Eclipse Platform} time=1102962892 data=null doit=true} to Shell with text {data - test/Traces/bug446190/bug446190_ - Eclipse Platform} [2019-07-30T07:17:38.884Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:17:38.884Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:17:38.884Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:17:38.884Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:17:38.884Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1102962948 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:17:38.884Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1102962948 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:17:38.884Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1102962949 data=null} to TreeItem with text {test} [2019-07-30T07:17:38.884Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1102962949 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:17:38.884Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1102962949 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:17:38.884Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1102962967 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:17:38.884Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:17:38.884Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:17:39.141Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:17:39.141Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:17:39.141Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:17:39.141Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:17:39.141Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:17:39.141Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:39.141Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:17:39.141Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:17:39.141Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:17:39.141Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:39.141Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:17:39.141Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102963377 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:39.141Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102963377 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:39.141Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102963378 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:39.141Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102963378 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:39.141Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102963378 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:39.141Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102963378 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:39.141Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102963378 data=null 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') [2019-07-30T07:17:39.141Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102963378 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:39.141Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102963378 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:39.141Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102963378 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:39.141Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102963378 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:39.141Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1102963378 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:39.141Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:17:39.141Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:17:39.141Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:17:39.141Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:17:39.141Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:17:39.141Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:17:39.141Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:39.141Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:39.141Z] DEBUG - Clicking on OK [2019-07-30T07:17:39.141Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102963379 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:39.141Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102963379 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:39.141Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102963379 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:39.141Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102963379 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:39.141Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102963379 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:39.141Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102963379 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:39.396Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:39.396Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:39.396Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:39.396Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:39.396Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:39.396Z] DEBUG - Clicked on OK [2019-07-30T07:17:39.651Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102963379 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:39.651Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1102963019 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:17:39.907Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.861 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest [2019-07-30T07:17:39.907Z] testRegEx(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest) Time elapsed: 0.708 s [2019-07-30T07:17:39.907Z] testDirection(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest) Time elapsed: 0.546 s [2019-07-30T07:17:39.907Z] testWholeWord(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest) Time elapsed: 0.675 s [2019-07-30T07:17:39.907Z] testCaseSensitive(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest) Time elapsed: 0.502 s [2019-07-30T07:17:39.907Z] testOpenCloseDialog(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest) Time elapsed: 1 s [2019-07-30T07:17:39.907Z] testWrapSearch(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewFindTest) Time elapsed: 0.632 s [2019-07-30T07:17:39.907Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest [2019-07-30T07:17:40.468Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:47.088Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:17:47.088Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:17:47.088Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:47.088Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:47.088Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:47.088Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:47.088Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:47.088Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' [2019-07-30T07:17:47.088Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') [2019-07-30T07:17:47.088Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:47.088Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:47.343Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:17:47.343Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T07:17:47.343Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:47.343Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:47.343Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:47.903Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:47.903Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:47.903Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:48.463Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:48.463Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:48.463Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:49.024Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:49.024Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:49.024Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:49.585Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:49.585Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:49.585Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:50.145Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:50.145Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:50.145Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:50.400Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:50.655Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:50.655Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:51.216Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:51.216Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:51.216Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:51.777Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:51.777Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:51.777Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:52.338Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:52.339Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:52.339Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:52.594Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:52.594Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:52.594Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:53.154Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:53.154Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:17:53.409Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:53.409Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:55.295Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:17:55.295Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:17:55.550Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:55.550Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:55.550Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'TimeGraphMarkerAxis' [2019-07-30T07:17:55.550Z] DEBUG - number of items : 17 [2019-07-30T07:17:55.805Z] DEBUG - Clicking on ToolItem with tooltip text {Add Bookmark...} [2019-07-30T07:17:55.805Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102979901 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} [2019-07-30T07:17:55.805Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102979902 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} [2019-07-30T07:17:55.805Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102979902 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...} [2019-07-30T07:17:55.805Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102979902 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} [2019-07-30T07:17:55.805Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102979902 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} [2019-07-30T07:17:56.061Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102980181 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} [2019-07-30T07:17:56.061Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102980182 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} [2019-07-30T07:17:56.061Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102980182 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} [2019-07-30T07:17:56.061Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102980182 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...} [2019-07-30T07:17:56.061Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102980182 data=null} to ToolItem with tooltip text {Add Bookmark...} [2019-07-30T07:17:56.061Z] DEBUG - Clicked on ToolItem with tooltip text {Add Bookmark...} [2019-07-30T07:17:56.061Z] DEBUG - matched Shell with text "Add Bookmark", using matcher: with text 'Add Bookmark' [2019-07-30T07:17:56.061Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:17:56.061Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T07:17:56.061Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:17:56.061Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:17:56.061Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:17:56.061Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:17:56.061Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:17:56.061Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:56.061Z] DEBUG - Clicking on OK [2019-07-30T07:17:56.061Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1102980197 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:56.061Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1102980197 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:56.061Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1102980197 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:56.061Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1102980197 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:56.061Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1102980197 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:56.061Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1102980197 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:56.061Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1102980197 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:17:56.061Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102979902 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...} [2019-07-30T07:17:56.622Z] DEBUG - Clicked on [2019-07-30T07:17:56.622Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:17:56.622Z] DEBUG - Clicking on TimeGraphMarkerAxis with text {} [2019-07-30T07:17:56.622Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphMarkerAxis {} time=1102980584 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:56.622Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphMarkerAxis {} time=1102980585 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:56.622Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphMarkerAxis {} time=1102980587 data=null doit=true} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:56.622Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphMarkerAxis {} time=1102980587 data=null} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:56.622Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphMarkerAxis {} time=1102980587 data=null button=1 stateMask=0x0 x=538 y=9 count=1} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:56.622Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphMarkerAxis {} time=1102980604 data=null button=1 stateMask=0x80000 x=538 y=9 count=1} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:56.622Z] DEBUG - Clicked on TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.221Z] DEBUG - Clicking on TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.221Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphMarkerAxis {} time=1102981161 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.221Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphMarkerAxis {} time=1102981161 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.221Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphMarkerAxis {} time=1102981161 data=null doit=true} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.221Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphMarkerAxis {} time=1102981161 data=null} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.221Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphMarkerAxis {} time=1102981161 data=null button=1 stateMask=0x0 x=239 y=25 count=1} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.221Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphMarkerAxis {} time=1102981163 data=null button=1 stateMask=0x80000 x=239 y=25 count=1} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.221Z] DEBUG - Clicked on TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - number of items : 17 [2019-07-30T07:17:57.476Z] DEBUG - Clicking on ToolItem with tooltip text {Remove Bookmark} [2019-07-30T07:17:57.476Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1102981664 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark} [2019-07-30T07:17:57.476Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102981664 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark} [2019-07-30T07:17:57.476Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1102981664 data=null doit=true} to ToolItem with tooltip text {Remove Bookmark} [2019-07-30T07:17:57.476Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1102981664 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark} [2019-07-30T07:17:57.476Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1102981664 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Remove Bookmark} [2019-07-30T07:17:57.476Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1102981664 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} [2019-07-30T07:17:57.476Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1102981666 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} [2019-07-30T07:17:57.476Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1102981668 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} [2019-07-30T07:17:57.476Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1102981668 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Add Bookmark...} [2019-07-30T07:17:57.476Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1102981668 data=null doit=true} to ToolItem with tooltip text {Add Bookmark...} [2019-07-30T07:17:57.476Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1102981668 data=null} to ToolItem with tooltip text {Add Bookmark...} [2019-07-30T07:17:57.476Z] DEBUG - Clicked on ToolItem with tooltip text {Add Bookmark...} [2019-07-30T07:17:57.476Z] DEBUG - Clicking on TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphMarkerAxis {} time=1102981669 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphMarkerAxis {} time=1102981669 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphMarkerAxis {} time=1102981669 data=null doit=true} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphMarkerAxis {} time=1102981669 data=null} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphMarkerAxis {} time=1102981669 data=null button=1 stateMask=0x0 x=3 y=4 count=1} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphMarkerAxis {} time=1102981670 data=null button=1 stateMask=0x80000 x=3 y=4 count=1} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Clicked on TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Clicking on TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphMarkerAxis {} time=1102981670 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphMarkerAxis {} time=1102981670 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphMarkerAxis {} time=1102981670 data=null doit=true} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphMarkerAxis {} time=1102981670 data=null} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphMarkerAxis {} time=1102981670 data=null button=1 stateMask=0x0 x=3 y=4 count=1} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphMarkerAxis {} time=1102981671 data=null button=1 stateMask=0x80000 x=3 y=4 count=1} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Clicked on TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Clicking on TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TimeGraphMarkerAxis {} time=1102981671 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Sent event MouseMove [5]: MouseEvent{TimeGraphMarkerAxis {} time=1102981671 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Sent event Activate [26]: ShellEvent{TimeGraphMarkerAxis {} time=1102981671 data=null doit=true} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TimeGraphMarkerAxis {} time=1102981671 data=null} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TimeGraphMarkerAxis {} time=1102981671 data=null button=1 stateMask=0x0 x=15 y=9 count=1} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TimeGraphMarkerAxis {} time=1102981672 data=null button=1 stateMask=0x80000 x=15 y=9 count=1} to TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.476Z] DEBUG - Clicked on TimeGraphMarkerAxis with text {} [2019-07-30T07:17:57.731Z] DEBUG - matched MenuItem with text "Lost Events", using matcher: with mnemonic 'Lost Events' [2019-07-30T07:17:57.731Z] DEBUG - Clicking on with mnemonic 'Lost Events' [2019-07-30T07:17:57.731Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Lost Events} time=1102981793 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' [2019-07-30T07:17:57.731Z] DEBUG - Clicked on with mnemonic 'Lost Events' [2019-07-30T07:17:57.731Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:59.617Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:17:59.617Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:17:59.872Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:59.872Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:17:59.872Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:17:59.872Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T07:18:21.746Z] DEBUG - Capturing screenshot 'screenshots/testAddRemoveBookmark(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest).jpeg' [2019-07-30T07:18:21.746Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:21.746Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:18:21.746Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:18:21.746Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:21.746Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:22.001Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:18:22.001Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T07:18:22.001Z] DEBUG - matched MenuItem with text "Lost Events", using matcher: with mnemonic 'Lost Events' [2019-07-30T07:18:22.001Z] DEBUG - number of items : 17 [2019-07-30T07:18:22.001Z] DEBUG - number of items : 17 [2019-07-30T07:18:22.001Z] DEBUG - matched MenuItem with text "Lost Events", using matcher: with mnemonic 'Lost Events' [2019-07-30T07:18:22.001Z] DEBUG - Clicking on with mnemonic 'Lost Events' [2019-07-30T07:18:22.001Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Lost Events} time=1103006183 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' [2019-07-30T07:18:22.001Z] DEBUG - Clicked on with mnemonic 'Lost Events' [2019-07-30T07:18:22.001Z] DEBUG - number of items : 17 [2019-07-30T07:18:22.001Z] DEBUG - number of items : 17 [2019-07-30T07:18:22.001Z] DEBUG - matched MenuItem with text "Lost Events", using matcher: with mnemonic 'Lost Events' [2019-07-30T07:18:22.001Z] DEBUG - Clicking on with mnemonic 'Lost Events' [2019-07-30T07:18:22.001Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Lost Events} time=1103006226 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' [2019-07-30T07:18:22.001Z] DEBUG - Clicked on with mnemonic 'Lost Events' [2019-07-30T07:18:22.001Z] DEBUG - number of items : 17 [2019-07-30T07:18:22.001Z] DEBUG - number of items : 17 [2019-07-30T07:18:22.257Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:24.143Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:18:24.143Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:18:24.143Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:24.398Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:24.398Z] DEBUG - number of items : 17 [2019-07-30T07:18:24.398Z] DEBUG - Clicking on ToolItem with tooltip text {Show View Filters} [2019-07-30T07:18:24.398Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103008532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:18:24.398Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103008532 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:18:24.398Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103008532 data=null doit=true} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:18:24.398Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103008533 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:18:24.398Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103008533 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:18:24.653Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103008697 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:18:24.653Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103008699 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:18:24.653Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103008699 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:18:24.653Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103008699 data=null doit=true} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:18:24.653Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103008699 data=null} to ToolItem with tooltip text {Show View Filters} [2019-07-30T07:18:24.653Z] DEBUG - Clicked on ToolItem with tooltip text {Show View Filters} [2019-07-30T07:18:24.653Z] DEBUG - matched Shell with text "Filter", using matcher: with text 'Filter' [2019-07-30T07:18:24.653Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Filter} time=1103008700 data=null doit=true} to Shell with text {Filter} [2019-07-30T07:18:24.653Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:18:24.653Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:18:24.653Z] DEBUG - matched Text with text "", using matcher: of type 'Text' [2019-07-30T07:18:24.653Z] DEBUG - matched Text with text "", using matcher: (of type 'Text') [2019-07-30T07:18:24.653Z] DEBUG - matched Text with text "24", using matcher: of type 'Text' [2019-07-30T07:18:24.653Z] DEBUG - matched Text with text "24", using matcher: (of type 'Text') [2019-07-30T07:18:46.828Z] DEBUG - Capturing screenshot 'screenshots/testFilter(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest).jpeg' [2019-07-30T07:18:46.828Z] DEBUG - Closing lingering shell with title Filter [2019-07-30T07:18:46.828Z] DEBUG - Sent event Close [21]: ShellEvent{Shell {Filter} time=1103028874 data=null doit=true} to Shell with text {Filter} [2019-07-30T07:18:46.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103008533 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} [2019-07-30T07:18:46.828Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:46.828Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:18:46.828Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:18:46.828Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:46.828Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:46.828Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:46.828Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:18:46.828Z] DEBUG - Attempting to set focus on TimeGraphControl with text {} [2019-07-30T07:18:46.828Z] DEBUG - number of items : 17 [2019-07-30T07:18:46.828Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:46.828Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103031005 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:46.828Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103031005 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:46.828Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103031005 data=null doit=true} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:46.828Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103031005 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:46.828Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103031005 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:46.828Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103031005 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} [2019-07-30T07:18:46.828Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103031006 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:46.828Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103031006 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:46.828Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103031006 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:46.828Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103031006 data=null doit=true} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:46.828Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103031006 data=null} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:46.828Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:46.828Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:47.389Z] DEBUG - number of items : 17 [2019-07-30T07:18:47.389Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.389Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103031507 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.389Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103031507 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.389Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103031507 data=null doit=true} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.389Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103031507 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.389Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103031507 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.389Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103031507 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} [2019-07-30T07:18:47.389Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103031508 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.389Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103031508 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.389Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103031525 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.389Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103031566 data=null doit=true} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.389Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103031566 data=null} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.389Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.389Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:47.950Z] DEBUG - number of items : 17 [2019-07-30T07:18:47.950Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.950Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103032067 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.950Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103032067 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.950Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103032067 data=null doit=true} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.950Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103032067 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.950Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103032068 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.950Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103032068 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} [2019-07-30T07:18:47.950Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103032068 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.950Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103032068 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.950Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103032068 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.950Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103032068 data=null doit=true} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.950Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103032068 data=null} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.950Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:47.950Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:48.511Z] DEBUG - number of items : 17 [2019-07-30T07:18:48.511Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker} with stateMask=0x20000 [2019-07-30T07:18:48.511Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103032619 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:48.511Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103032620 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:48.511Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103032620 data=null doit=true} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:48.511Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103032620 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:48.511Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103032620 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:48.511Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103032621 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} [2019-07-30T07:18:48.511Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103032681 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:48.511Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103032681 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:48.511Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103032681 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:48.511Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103032681 data=null doit=true} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:48.511Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103032681 data=null} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:48.511Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker} with stateMask=0x20000 [2019-07-30T07:18:48.511Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:49.071Z] DEBUG - number of items : 17 [2019-07-30T07:18:49.071Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker} with stateMask=0x20000 [2019-07-30T07:18:49.071Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103033183 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.071Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103033183 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.071Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103033183 data=null doit=true} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.071Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103033183 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.071Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103033183 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.071Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103033183 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} [2019-07-30T07:18:49.071Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103033184 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.071Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103033184 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.071Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103033184 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.071Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103033184 data=null doit=true} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.071Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103033184 data=null} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.071Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker} with stateMask=0x20000 [2019-07-30T07:18:49.071Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:49.631Z] DEBUG - number of items : 17 [2019-07-30T07:18:49.631Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker} with stateMask=0x20000 [2019-07-30T07:18:49.631Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103033685 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.631Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103033685 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.631Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103033685 data=null doit=true} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.631Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103033685 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.631Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103033685 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.631Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103033686 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} [2019-07-30T07:18:49.631Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103033686 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.631Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103033686 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.631Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103033686 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.631Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103033686 data=null doit=true} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.631Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103033686 data=null} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:49.631Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker} with stateMask=0x20000 [2019-07-30T07:18:49.631Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:50.191Z] DEBUG - number of items : 17 [2019-07-30T07:18:50.191Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker} with stateMask=0x20000 [2019-07-30T07:18:50.191Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103034188 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.191Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103034188 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.191Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103034188 data=null doit=true} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.191Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103034188 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.191Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103034188 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.191Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103034188 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} [2019-07-30T07:18:50.191Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103034189 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.191Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103034189 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.191Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103034189 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.191Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103034189 data=null doit=true} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.191Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103034189 data=null} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.191Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker} with stateMask=0x20000 [2019-07-30T07:18:50.191Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:50.446Z] DEBUG - number of items : 17 [2019-07-30T07:18:50.446Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker} with stateMask=0x20000 [2019-07-30T07:18:50.446Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103034691 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.446Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103034691 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.446Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103034691 data=null doit=true} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.446Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103034691 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.446Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103034691 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.446Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103034691 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} [2019-07-30T07:18:50.446Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103034692 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.446Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103034692 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.446Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103034692 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.446Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103034692 data=null doit=true} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.446Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103034692 data=null} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:50.446Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker} with stateMask=0x20000 [2019-07-30T07:18:50.446Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:51.007Z] DEBUG - number of items : 17 [2019-07-30T07:18:51.007Z] DEBUG - Clicking on ToolItem with tooltip text {Next Marker} with stateMask=0x20000 [2019-07-30T07:18:51.007Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103035194 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:51.007Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103035194 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:51.007Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103035194 data=null doit=true} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:51.007Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103035194 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:51.007Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103035194 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:51.007Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103035194 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} [2019-07-30T07:18:51.007Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103035195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:51.007Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103035195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:51.007Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103035195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:51.007Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103035195 data=null doit=true} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:51.007Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103035195 data=null} to ToolItem with tooltip text {Next Marker} [2019-07-30T07:18:51.007Z] DEBUG - Clicked on ToolItem with tooltip text {Next Marker} with stateMask=0x20000 [2019-07-30T07:18:51.007Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:51.567Z] DEBUG - number of items : 17 [2019-07-30T07:18:51.567Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:51.567Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103035696 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:51.567Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103035697 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:51.567Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103035697 data=null doit=true} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:51.567Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103035697 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:51.567Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103035697 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:51.567Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103035697 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} [2019-07-30T07:18:51.567Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103035697 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:51.567Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103035697 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:51.567Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103035698 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:51.567Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103035698 data=null doit=true} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:51.567Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103035698 data=null} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:51.567Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:51.567Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:52.128Z] DEBUG - number of items : 17 [2019-07-30T07:18:52.128Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.128Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103036199 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.128Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103036199 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.128Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103036200 data=null doit=true} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.128Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103036200 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.128Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103036200 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.128Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103036200 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} [2019-07-30T07:18:52.128Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103036200 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.128Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103036200 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.128Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103036201 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.128Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103036201 data=null doit=true} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.128Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103036201 data=null} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.128Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.128Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:52.688Z] DEBUG - number of items : 17 [2019-07-30T07:18:52.688Z] DEBUG - Clicking on ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.688Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103036708 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.688Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103036708 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.688Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103036708 data=null doit=true} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.688Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103036708 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.688Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103036709 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.688Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103036709 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} [2019-07-30T07:18:52.688Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103036709 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.688Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103036709 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.688Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103036709 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.688Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103036709 data=null doit=true} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.688Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103036709 data=null} to ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.688Z] DEBUG - Clicked on ToolItem with tooltip text {Previous Marker} [2019-07-30T07:18:52.688Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:52.688Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:54.574Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:18:54.574Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:18:54.829Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:54.829Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider' [2019-07-30T07:18:54.829Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider' [2019-07-30T07:18:54.829Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:18:54.829Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:18:54.829Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:56.423Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:18:56.423Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:18:56.678Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:56.678Z] DEBUG - number of items : 17 [2019-07-30T07:18:56.678Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:58.564Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:18:58.564Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:18:58.564Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:18:58.564Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider' [2019-07-30T07:18:58.564Z] DEBUG - matched Slider with text "", using matcher: of type 'Slider' [2019-07-30T07:18:58.564Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:18:58.819Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:19:00.705Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:19:00.705Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:00.705Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:19:00.705Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:19:01.631Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:19:01.631Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:19:01.886Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:19:04.400Z] DEBUG - matched EditorReference with text "", using matcher: with name '"synthetic-trace"' [2019-07-30T07:19:04.400Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:04.400Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:19:04.400Z] DEBUG - number of items : 17 [2019-07-30T07:19:04.400Z] DEBUG - Clicking on ToolItem with tooltip text {Show Legend} [2019-07-30T07:19:04.400Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103048184 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:19:04.400Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103048184 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:19:04.400Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103048184 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:19:04.400Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103048184 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:19:04.400Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103048184 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:19:04.400Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103048475 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:19:04.400Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103048476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:19:04.400Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103048476 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:19:04.400Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103048476 data=null doit=true} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:19:04.400Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103048476 data=null} to ToolItem with tooltip text {Show Legend} [2019-07-30T07:19:04.400Z] DEBUG - Clicked on ToolItem with tooltip text {Show Legend} [2019-07-30T07:19:04.400Z] DEBUG - matched Shell with text "Legend", using matcher: with text 'Legend' [2019-07-30T07:19:04.400Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Legend} time=1103048477 data=null doit=true} to Shell with text {Legend} [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Idle", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Idle", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Soft Irq", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Soft Irq", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Soft Irq raised", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Soft Irq raised", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Read", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Read", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Write", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Write", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Idle", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Idle", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Soft Irq", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Soft Irq", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Soft Irq raised", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Soft Irq raised", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Read", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Read", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Write", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Write", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Idle", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Idle", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Soft Irq", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Soft Irq", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Soft Irq raised", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Soft Irq raised", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Read", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Read", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Write", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Write", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Idle", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Idle", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Soft Irq", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Soft Irq", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Soft Irq raised", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Soft Irq raised", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Read", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Read", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Write", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Write", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Idle", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Idle", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' [2019-07-30T07:19:04.400Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.401Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' [2019-07-30T07:19:04.401Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Soft Irq", using matcher: of type 'CLabel' [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Soft Irq", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Soft Irq raised", using matcher: of type 'CLabel' [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Soft Irq raised", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Read", using matcher: of type 'CLabel' [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Read", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Write", using matcher: of type 'CLabel' [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Write", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Idle", using matcher: of type 'CLabel' [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Idle", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Usermode", using matcher: of type 'CLabel' [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Usermode", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.401Z] DEBUG - matched with text "System call", using matcher: of type 'CLabel' [2019-07-30T07:19:04.401Z] DEBUG - matched with text "System call", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Interrupt", using matcher: of type 'CLabel' [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Interrupt", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Soft Irq", using matcher: of type 'CLabel' [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Soft Irq", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Soft Irq raised", using matcher: of type 'CLabel' [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Soft Irq raised", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Read", using matcher: of type 'CLabel' [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Read", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Write", using matcher: of type 'CLabel' [2019-07-30T07:19:04.401Z] DEBUG - matched with text "Write", using matcher: (of type 'CLabel') [2019-07-30T07:19:04.401Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:19:04.401Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:19:04.401Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:19:04.401Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:19:04.401Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:19:04.401Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:19:04.401Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:19:04.401Z] DEBUG - matched Button with text "", using matcher: of type 'Button' [2019-07-30T07:19:04.401Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:19:04.401Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:19:04.401Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:19:04.401Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:04.401Z] DEBUG - Clicking on OK [2019-07-30T07:19:04.401Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1103048510 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:04.401Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1103048510 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:04.401Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1103048510 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:04.401Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1103048510 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:04.401Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1103048510 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:04.401Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1103048510 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:04.401Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1103048510 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:04.401Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103048185 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} [2019-07-30T07:19:04.656Z] DEBUG - Clicked on [2019-07-30T07:19:04.911Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1103049070 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:19:04.911Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:19:04.911Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:19:04.911Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:19:04.911Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:19:04.911Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1103049112 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:19:04.911Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1103049112 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:19:04.911Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1103049112 data=null} to TreeItem with text {test} [2019-07-30T07:19:04.911Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1103049112 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:19:04.911Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1103049112 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:19:04.911Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1103049120 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:19:05.167Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:19:05.167Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:19:05.167Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:19:05.728Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:19:05.728Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:19:05.728Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:19:05.728Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:05.728Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:05.728Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:19:05.728Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:19:05.728Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:19:05.728Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:05.728Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:19:05.728Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103049873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:05.728Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103049873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:05.728Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103049873 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:05.728Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103049873 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:05.728Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103049873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:05.728Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103049873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:05.728Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103049873 data=null 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') [2019-07-30T07:19:05.728Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103049873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:05.728Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103049873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:05.728Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103049873 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:05.728Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103049873 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:05.728Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103049873 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:05.728Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:05.728Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:19:05.728Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:19:05.728Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:19:05.728Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:19:05.728Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:19:05.728Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:19:05.728Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:05.728Z] DEBUG - Clicking on OK [2019-07-30T07:19:05.728Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1103049874 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:05.728Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1103049874 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:05.728Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1103049874 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:05.728Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1103049874 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:05.728Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1103049874 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:05.728Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1103049875 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:05.728Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:05.728Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:05.728Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:05.728Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:05.728Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:05.728Z] DEBUG - Clicked on OK [2019-07-30T07:19:06.289Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1103049875 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:06.289Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1103049184 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:19:06.289Z] Tests run: 12, Failures: 0, Errors: 2, Skipped: 1, Time elapsed: 86.513 s <<< FAILURE! - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest [2019-07-30T07:19:06.289Z] testKeyboardSelectNextPreviousMarker(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 12.986 s [2019-07-30T07:19:06.289Z] testMarkerAxis(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 4.397 s [2019-07-30T07:19:06.289Z] testAddRemoveBookmark(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 22.252 s <<< ERROR! [2019-07-30T07:19:06.289Z] org.eclipse.tracecompass.tmf.ui.tests.shared.WaitTimeoutException: Timeout after 20000 ms: Timed out waiting for time graph entry CPU 0 Threads of parent TraceEntry([synthetic-trace]) [2019-07-30T07:19:06.289Z] at org.eclipse.tracecompass.tmf.ui.tests.shared.WaitUtils.waitUntil(WaitUtils.java:187) [2019-07-30T07:19:06.289Z] at org.eclipse.tracecompass.tmf.ui.tests.shared.WaitUtils.waitUntil(WaitUtils.java:258) [2019-07-30T07:19:06.289Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.shared.SWTBotUtils.waitUntil(SWTBotUtils.java:1372) [2019-07-30T07:19:06.289Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.shared.SWTBotTimeGraph.getEntry(SWTBotTimeGraph.java:99) [2019-07-30T07:19:06.289Z] at org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest.testAddRemoveBookmark(ResourcesViewTest.java:312) [2019-07-30T07:19:06.289Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:19:06.289Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:19:06.289Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:19:06.289Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:19:06.289Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [2019-07-30T07:19:06.289Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [2019-07-30T07:19:06.289Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [2019-07-30T07:19:06.289Z] at org.eclipse.swtbot.swt.finder.junit.internal.CapturingFrameworkMethod.invokeExplosively(CapturingFrameworkMethod.java:47) [2019-07-30T07:19:06.289Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [2019-07-30T07:19:06.289Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [2019-07-30T07:19:06.289Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [2019-07-30T07:19:06.289Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [2019-07-30T07:19:06.289Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) [2019-07-30T07:19:06.289Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [2019-07-30T07:19:06.289Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [2019-07-30T07:19:06.289Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [2019-07-30T07:19:06.289Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [2019-07-30T07:19:06.289Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [2019-07-30T07:19:06.289Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [2019-07-30T07:19:06.289Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [2019-07-30T07:19:06.289Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [2019-07-30T07:19:06.289Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [2019-07-30T07:19:06.289Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) [2019-07-30T07:19:06.289Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [2019-07-30T07:19:06.289Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [2019-07-30T07:19:06.289Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [2019-07-30T07:19:06.289Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [2019-07-30T07:19:06.289Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:19:06.289Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:19:06.289Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:19:06.289Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:19:06.289Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) [2019-07-30T07:19:06.289Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) [2019-07-30T07:19:06.289Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) [2019-07-30T07:19:06.289Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) [2019-07-30T07:19:06.289Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) [2019-07-30T07:19:06.289Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) [2019-07-30T07:19:06.289Z] at java.lang.Thread.run(Thread.java:748) [2019-07-30T07:19:06.289Z] [2019-07-30T07:19:06.289Z] testShowMarkers(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 2.189 s [2019-07-30T07:19:06.289Z] testMarkerNavigationSubMenu(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) skipped [2019-07-30T07:19:06.289Z] testFilter(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 22.619 s <<< ERROR! [2019-07-30T07:19:06.290Z] org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 20000 ms.: Tree item count: 2 expected: 75 [2019-07-30T07:19:06.290Z] at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:524) [2019-07-30T07:19:06.290Z] at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1) [2019-07-30T07:19:06.290Z] at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1) [2019-07-30T07:19:06.290Z] at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:498) [2019-07-30T07:19:06.290Z] at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1) [2019-07-30T07:19:06.290Z] at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1) [2019-07-30T07:19:06.290Z] at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:486) [2019-07-30T07:19:06.290Z] at org.eclipse.swtbot.swt.finder.SWTBot.waitUntil(SWTBot.java:1) [2019-07-30T07:19:06.290Z] at org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot.waitUntil(SWTWorkbenchBot.java:1) [2019-07-30T07:19:06.290Z] at org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest.testFilter(ResourcesViewTest.java:463) [2019-07-30T07:19:06.290Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:19:06.290Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:19:06.290Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:19:06.290Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:19:06.290Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [2019-07-30T07:19:06.290Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [2019-07-30T07:19:06.290Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [2019-07-30T07:19:06.290Z] at org.eclipse.swtbot.swt.finder.junit.internal.CapturingFrameworkMethod.invokeExplosively(CapturingFrameworkMethod.java:47) [2019-07-30T07:19:06.290Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [2019-07-30T07:19:06.290Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [2019-07-30T07:19:06.290Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [2019-07-30T07:19:06.290Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [2019-07-30T07:19:06.290Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) [2019-07-30T07:19:06.290Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [2019-07-30T07:19:06.290Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [2019-07-30T07:19:06.290Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [2019-07-30T07:19:06.290Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [2019-07-30T07:19:06.290Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [2019-07-30T07:19:06.290Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [2019-07-30T07:19:06.290Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [2019-07-30T07:19:06.290Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [2019-07-30T07:19:06.290Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [2019-07-30T07:19:06.290Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) [2019-07-30T07:19:06.290Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [2019-07-30T07:19:06.290Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [2019-07-30T07:19:06.290Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [2019-07-30T07:19:06.290Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [2019-07-30T07:19:06.290Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:19:06.290Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:19:06.290Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:19:06.290Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:19:06.290Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) [2019-07-30T07:19:06.290Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) [2019-07-30T07:19:06.290Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) [2019-07-30T07:19:06.290Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) [2019-07-30T07:19:06.290Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) [2019-07-30T07:19:06.290Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) [2019-07-30T07:19:06.290Z] at java.lang.Thread.run(Thread.java:748) [2019-07-30T07:19:06.290Z] [2019-07-30T07:19:06.290Z] testToolBarSelectNextPreviousMarker(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 7.86 s [2019-07-30T07:19:06.290Z] testHorizontalScrollbar(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 2.167 s [2019-07-30T07:19:06.290Z] testToolbar(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 1.813 s [2019-07-30T07:19:06.290Z] testVerticalScrollbar(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 2.095 s [2019-07-30T07:19:06.290Z] testOpenCloseOpen(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 3.126 s [2019-07-30T07:19:06.290Z] testLegend(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewTest) Time elapsed: 2.734 s [2019-07-30T07:19:06.290Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.CriticalPathTest [2019-07-30T07:19:11.531Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' [2019-07-30T07:19:11.531Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:11.531Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.controlflow"' [2019-07-30T07:19:11.531Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.analysis.graph.ui.criticalpath.view.criticalpathview"' [2019-07-30T07:19:11.531Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:19:11.531Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:19:11.531Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:19:11.531Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:19:11.531Z] DEBUG - matched MenuItem with text "Follow weston/338", using matcher: with mnemonic 'Follow weston/338' [2019-07-30T07:19:11.531Z] DEBUG - Clicking on with mnemonic 'Follow weston/338' [2019-07-30T07:19:11.531Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Follow weston/338} time=1103055667 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' [2019-07-30T07:19:11.531Z] DEBUG - Clicked on with mnemonic 'Follow weston/338' [2019-07-30T07:19:14.045Z] DEBUG - number of items : 19 [2019-07-30T07:19:14.045Z] DEBUG - Clicking on ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.045Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103058281 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.045Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103058281 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.045Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103058281 data=null doit=true} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.045Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103058282 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.045Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103058282 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.045Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103058282 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} [2019-07-30T07:19:14.045Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103058283 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.045Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103058283 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.045Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103058283 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.045Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103058283 data=null doit=true} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.045Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103058283 data=null} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.045Z] DEBUG - Clicked on ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.606Z] DEBUG - number of items : 19 [2019-07-30T07:19:14.606Z] DEBUG - Clicking on ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103058798 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103058798 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103058798 data=null doit=true} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103058798 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103058798 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103058798 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} [2019-07-30T07:19:14.606Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103058799 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103058799 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103058799 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103058799 data=null doit=true} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103058799 data=null} to ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.606Z] DEBUG - Clicked on ToolItem with tooltip text {Follow critical path forward} [2019-07-30T07:19:14.606Z] DEBUG - number of items : 19 [2019-07-30T07:19:14.606Z] DEBUG - Clicking on ToolItem with tooltip text {Follow critical path backward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103058800 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103058800 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103058800 data=null doit=true} to ToolItem with tooltip text {Follow critical path backward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103058800 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103058800 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103058800 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} [2019-07-30T07:19:14.606Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103058801 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103058801 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103058801 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Follow critical path backward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103058801 data=null doit=true} to ToolItem with tooltip text {Follow critical path backward} [2019-07-30T07:19:14.606Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103058801 data=null} to ToolItem with tooltip text {Follow critical path backward} [2019-07-30T07:19:14.606Z] DEBUG - Clicked on ToolItem with tooltip text {Follow critical path backward} [2019-07-30T07:19:14.861Z] DEBUG - matched MenuItem with text "Follow weston-deskto...", using matcher: with mnemonic 'Follow weston-desktop-/340' [2019-07-30T07:19:14.861Z] DEBUG - Clicking on with mnemonic 'Follow weston-desktop-/340' [2019-07-30T07:19:14.861Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {Follow weston-desktop-/340} time=1103058968 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' [2019-07-30T07:19:14.861Z] DEBUG - Clicked on with mnemonic 'Follow weston-desktop-/340' [2019-07-30T07:19:15.422Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1103059534 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:19:15.422Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:19:15.422Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:19:15.422Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:19:15.422Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:19:15.422Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1103059567 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:19:15.422Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1103059567 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:19:15.422Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1103059567 data=null} to TreeItem with text {test} [2019-07-30T07:19:15.422Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1103059567 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:19:15.422Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1103059567 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:19:15.422Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1103059575 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:19:15.422Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:19:15.422Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:19:15.423Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:19:16.349Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:19:16.349Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:19:16.349Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:19:16.349Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:16.349Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:16.349Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:19:16.349Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:19:16.349Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:19:16.349Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:16.349Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:19:16.349Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103060281 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:16.349Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103060282 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:16.349Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103060282 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:16.349Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103060282 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:16.349Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103060282 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:16.349Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103060282 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:16.349Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103060282 data=null 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') [2019-07-30T07:19:16.349Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103060282 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:16.349Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103060282 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:16.349Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103060282 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:16.349Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103060282 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:16.349Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103060282 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:16.349Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:16.349Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:19:16.349Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:19:16.349Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:19:16.349Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:19:16.349Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:19:16.349Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:19:16.349Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:16.349Z] DEBUG - Clicking on OK [2019-07-30T07:19:16.349Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1103060283 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:16.349Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1103060283 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:16.349Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1103060283 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:16.349Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1103060283 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:16.349Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1103060283 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:16.349Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1103060283 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:16.349Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:16.349Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:16.349Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:16.349Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:16.349Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:16.349Z] DEBUG - Clicked on OK [2019-07-30T07:19:16.605Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1103060283 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:16.605Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1103059620 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:19:16.605Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.288 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.CriticalPathTest [2019-07-30T07:19:16.605Z] testFull(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.CriticalPathTest) Time elapsed: 8.546 s [2019-07-30T07:19:16.605Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewExpandStateTest [2019-07-30T07:19:26.540Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:19:26.540Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:19:26.540Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' [2019-07-30T07:19:26.540Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:26.540Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:26.540Z] DEBUG - matched EditorReference with text "", using matcher: with name '"flipping-endianness"' [2019-07-30T07:19:26.540Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:26.540Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:26.540Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' [2019-07-30T07:19:26.540Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:26.540Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:26.540Z] DEBUG - matched EditorReference with text "", using matcher: with name '"flipping-endianness"' [2019-07-30T07:19:26.540Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:26.540Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:26.540Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' [2019-07-30T07:19:26.540Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:26.540Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:26.540Z] DEBUG - matched EditorReference with text "", using matcher: with name '"flipping-endianness"' [2019-07-30T07:19:26.795Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:26.795Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:26.795Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' [2019-07-30T07:19:27.050Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:27.050Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:27.305Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1103071374 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:19:27.305Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:19:27.305Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:19:27.305Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:19:27.305Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:19:27.305Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1103071414 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:19:27.305Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1103071414 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:19:27.305Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1103071414 data=null} to TreeItem with text {test} [2019-07-30T07:19:27.305Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1103071415 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:19:27.305Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1103071415 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:19:27.305Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1103071422 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:19:27.305Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:19:27.305Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:19:27.305Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:19:28.233Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:19:28.233Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:19:28.233Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:19:28.233Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:28.233Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:28.233Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:19:28.233Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:19:28.233Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:19:28.233Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:28.233Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:19:28.233Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103072244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:28.233Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103072244 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:28.233Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103072244 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:28.233Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103072245 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:28.233Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103072245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:28.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103072245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:28.233Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103072245 data=null 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') [2019-07-30T07:19:28.233Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103072245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:28.233Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103072245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:28.233Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103072245 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:28.233Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103072245 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:28.233Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103072245 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:28.233Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:28.233Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:19:28.233Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:19:28.233Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:19:28.233Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:19:28.233Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:19:28.233Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:19:28.233Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:28.233Z] DEBUG - Clicking on OK [2019-07-30T07:19:28.233Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1103072246 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:28.233Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1103072246 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:28.233Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1103072246 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:28.233Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1103072246 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:28.233Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1103072246 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:28.233Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1103072246 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:28.233Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:28.233Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:28.233Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:28.233Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:28.233Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:28.233Z] DEBUG - Clicked on OK [2019-07-30T07:19:28.490Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1103072246 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:28.490Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1103071486 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:19:28.745Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.96 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewExpandStateTest [2019-07-30T07:19:28.745Z] testExpandedState(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewExpandStateTest) Time elapsed: 1.726 s [2019-07-30T07:19:28.745Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest [2019-07-30T07:19:33.990Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' [2019-07-30T07:19:33.990Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:33.990Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:19:33.990Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:33.990Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:33.990Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:33.990Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:33.990Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:33.990Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:33.990Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:19:33.990Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:19:33.990Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:33.990Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1103077752 data=null doit=true} to Shell with text {Find} [2019-07-30T07:19:33.990Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.990Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' [2019-07-30T07:19:33.990Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') [2019-07-30T07:19:33.990Z] DEBUG - Setting text on (of type 'Combo') to \Alttng [2019-07-30T07:19:33.990Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {\Alttng} time=1103077755 data=null} to (of type 'Combo') [2019-07-30T07:19:33.990Z] DEBUG - Set text on (of type 'Combo') to \Alttng [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:33.990Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:33.990Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@2d9c382b [2019-07-30T07:19:33.990Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=1103077772 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') [2019-07-30T07:19:33.990Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1103077772 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') [2019-07-30T07:19:33.990Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=1103077772 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:33.990Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=1103077772 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:33.990Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=1103077772 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') [2019-07-30T07:19:33.990Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=1103077772 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') [2019-07-30T07:19:33.990Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=1103077772 data=null item=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') [2019-07-30T07:19:33.990Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=1103077772 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') [2019-07-30T07:19:33.990Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1103077772 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') [2019-07-30T07:19:33.990Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=1103077772 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') [2019-07-30T07:19:33.990Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=1103077772 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:33.990Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=1103077772 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:33.990Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:33.990Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@59d4bb2d [2019-07-30T07:19:33.990Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Regular e&xpression} time=1103077788 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') [2019-07-30T07:19:33.990Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=1103077788 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') [2019-07-30T07:19:33.990Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Regular e&xpression} time=1103077788 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:33.990Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Regular e&xpression} time=1103077788 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:33.990Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Regular e&xpression} time=1103077788 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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Regular e&xpression} time=1103077788 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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Regular e&xpression} time=1103077788 data=null item=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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Regular e&xpression} time=1103077789 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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=1103077789 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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Regular e&xpression} time=1103077789 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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Regular e&xpression} time=1103077789 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:33.991Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Regular e&xpression} time=1103077789 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:33.991Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1103077789 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103077792 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1103077792 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1103077792 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1103077792 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1103077792 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1103077792 data=null item=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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1103077793 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103077793 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1103077793 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1103077793 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1103077793 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:19:33.991Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:19:33.991Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:19:33.991Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:19:33.991Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:19:33.991Z] DEBUG - matched Combo with text "\Alttng", using matcher: of type 'Combo' [2019-07-30T07:19:33.991Z] DEBUG - matched Combo with text "\Alttng", using matcher: (of type 'Combo') [2019-07-30T07:19:33.991Z] DEBUG - Setting text on (of type 'Combo') to \Alttng [2019-07-30T07:19:33.991Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {\Alttng} time=1103077820 data=null} to (of type 'Combo') [2019-07-30T07:19:33.991Z] DEBUG - Set text on (of type 'Combo') to \Alttng [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:33.991Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:33.991Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:33.991Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@130b0206 [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Regular e&xpression} time=1103077823 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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=1103077824 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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Regular e&xpression} time=1103077824 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:33.991Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Regular e&xpression} time=1103077824 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Regular e&xpression} time=1103077824 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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Regular e&xpression} time=1103077824 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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Regular e&xpression} time=1103077824 data=null item=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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Regular e&xpression} time=1103077824 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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Regular e&xpression} time=1103077824 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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Regular e&xpression} time=1103077824 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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Regular e&xpression} time=1103077824 data=null doit=true} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:33.991Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Regular e&xpression} time=1103077824 data=null} to (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:33.991Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1103077825 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103077825 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1103077825 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1103077825 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1103077825 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1103077825 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1103077825 data=null item=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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1103077830 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103077830 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1103077830 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1103077830 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1103077830 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:19:33.991Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:19:33.991Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:19:33.991Z] DEBUG - matched Label with text "Entry not found", using matcher: of type 'Label' [2019-07-30T07:19:33.991Z] DEBUG - matched Label with text "Entry not found", using matcher: (of type 'Label') [2019-07-30T07:19:33.991Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:33.991Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:33.991Z] DEBUG - Clicking on Close [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1103077832 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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1103077832 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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1103077832 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1103077832 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1103077832 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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1103077832 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') [2019-07-30T07:19:33.991Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1103077832 data=null item=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') [2019-07-30T07:19:33.991Z] DEBUG - Clicked on [2019-07-30T07:19:33.991Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:19:33.991Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:33.991Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:33.991Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:33.991Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:33.991Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:33.991Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:33.991Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:19:33.991Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:19:34.248Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:34.248Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1103078392 data=null doit=true} to Shell with text {Find} [2019-07-30T07:19:34.248Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:19:34.248Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' [2019-07-30T07:19:34.248Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') [2019-07-30T07:19:34.248Z] DEBUG - Setting text on (of type 'Combo') to lttng [2019-07-30T07:19:34.248Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttng} time=1103078399 data=null} to (of type 'Combo') [2019-07-30T07:19:34.248Z] DEBUG - Set text on (of type 'Combo') to lttng [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@121b2820 [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=1103078413 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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1103078413 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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=1103078413 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=1103078413 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=1103078413 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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=1103078414 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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=1103078414 data=null item=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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=1103078414 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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1103078414 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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=1103078414 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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=1103078414 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=1103078414 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@549367ca [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Whole word} time=1103078415 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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=1103078415 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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Whole word} time=1103078415 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Whole word} time=1103078415 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Whole word} time=1103078415 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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Whole word} time=1103078415 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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Whole word} time=1103078415 data=null item=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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Whole word} time=1103078415 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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=1103078415 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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Whole word} time=1103078415 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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Whole word} time=1103078415 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Whole word} time=1103078415 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:34.248Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1103078416 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103078416 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1103078416 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1103078418 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1103078419 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1103078419 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1103078419 data=null item=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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1103078419 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103078419 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1103078472 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1103078472 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1103078472 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:19:34.248Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:19:34.248Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:19:34.248Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:19:34.248Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:19:34.248Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:19:34.248Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:19:34.248Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:19:34.248Z] DEBUG - matched Combo with text "lttng", using matcher: of type 'Combo' [2019-07-30T07:19:34.248Z] DEBUG - matched Combo with text "lttng", using matcher: (of type 'Combo') [2019-07-30T07:19:34.248Z] DEBUG - Setting text on (of type 'Combo') to lttng [2019-07-30T07:19:34.248Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttng} time=1103078474 data=null} to (of type 'Combo') [2019-07-30T07:19:34.248Z] DEBUG - Set text on (of type 'Combo') to lttng [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Backward", using matcher: with mnemonic 'Backward' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Backward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Backward", using matcher: (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:19:34.248Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {F&orward} time=1103078475 data=null doit=true} to Button with text {F&orward} [2019-07-30T07:19:34.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=1103078476 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} [2019-07-30T07:19:34.248Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:19:34.248Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Backward} time=1103078477 data=null doit=true} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Backward} time=1103078477 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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Backward} time=1103078477 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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=1103078477 data=null item=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') [2019-07-30T07:19:34.248Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already selected, not selecting again. [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:34.248Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:34.248Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1103078483 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103078483 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1103078483 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1103078483 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1103078483 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1103078483 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1103078483 data=null item=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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1103078484 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103078484 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1103078485 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1103078485 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1103078485 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:19:34.248Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:19:34.248Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:19:34.248Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label' [2019-07-30T07:19:34.248Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label') [2019-07-30T07:19:34.248Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:19:34.248Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:19:34.248Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:34.248Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:34.248Z] DEBUG - Clicking on Close [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1103078487 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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1103078487 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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1103078487 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1103078487 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1103078487 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') [2019-07-30T07:19:34.248Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1103078487 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') [2019-07-30T07:19:34.504Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1103078487 data=null item=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') [2019-07-30T07:19:34.504Z] DEBUG - Clicked on [2019-07-30T07:19:34.504Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:19:34.759Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:34.759Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:34.759Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:34.759Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:34.759Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:34.759Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:34.759Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:19:34.759Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:19:35.015Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:35.015Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1103079111 data=null doit=true} to Shell with text {Find} [2019-07-30T07:19:35.015Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.015Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' [2019-07-30T07:19:35.015Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') [2019-07-30T07:19:35.015Z] DEBUG - Setting text on (of type 'Combo') to lttng [2019-07-30T07:19:35.015Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttng} time=1103079114 data=null} to (of type 'Combo') [2019-07-30T07:19:35.015Z] DEBUG - Set text on (of type 'Combo') to lttng [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:19:35.015Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Backward} time=1103079115 data=null doit=true} to Button with text {&Backward} [2019-07-30T07:19:35.015Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=1103079116 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} [2019-07-30T07:19:35.015Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:19:35.015Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {F&orward} time=1103079117 data=null doit=true} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:19:35.015Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {F&orward} time=1103079117 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') [2019-07-30T07:19:35.015Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {F&orward} time=1103079117 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') [2019-07-30T07:19:35.015Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=1103079117 data=null item=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') [2019-07-30T07:19:35.015Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:35.015Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:35.015Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@26f327c7 [2019-07-30T07:19:35.015Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=1103079118 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') [2019-07-30T07:19:35.015Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1103079119 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') [2019-07-30T07:19:35.015Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=1103079119 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:35.015Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=1103079119 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:35.015Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=1103079119 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') [2019-07-30T07:19:35.015Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=1103079119 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') [2019-07-30T07:19:35.015Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=1103079119 data=null item=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') [2019-07-30T07:19:35.015Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=1103079119 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') [2019-07-30T07:19:35.015Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1103079119 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') [2019-07-30T07:19:35.015Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=1103079119 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') [2019-07-30T07:19:35.015Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=1103079119 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:35.015Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=1103079119 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.015Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:35.015Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@3c43ece5 [2019-07-30T07:19:35.015Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Whole word} time=1103079166 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') [2019-07-30T07:19:35.015Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=1103079166 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') [2019-07-30T07:19:35.015Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Whole word} time=1103079166 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:35.015Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Whole word} time=1103079166 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:35.015Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Whole word} time=1103079166 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') [2019-07-30T07:19:35.015Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Whole word} time=1103079166 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') [2019-07-30T07:19:35.015Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Whole word} time=1103079166 data=null item=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') [2019-07-30T07:19:35.015Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Whole word} time=1103079167 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') [2019-07-30T07:19:35.015Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=1103079167 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') [2019-07-30T07:19:35.016Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Whole word} time=1103079167 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') [2019-07-30T07:19:35.016Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Whole word} time=1103079167 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:35.016Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Whole word} time=1103079167 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:35.016Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:35.016Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:19:35.016Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1103079168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103079168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1103079168 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1103079168 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1103079168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1103079168 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1103079168 data=null item=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') [2019-07-30T07:19:35.016Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1103079169 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103079169 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1103079169 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1103079169 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1103079169 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:19:35.016Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:19:35.016Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:19:35.016Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:19:35.016Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:19:35.016Z] DEBUG - matched Combo with text "lttng", using matcher: of type 'Combo' [2019-07-30T07:19:35.016Z] DEBUG - matched Combo with text "lttng", using matcher: (of type 'Combo') [2019-07-30T07:19:35.016Z] DEBUG - Setting text on (of type 'Combo') to lttn [2019-07-30T07:19:35.016Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttn} time=1103079170 data=null} to (of type 'Combo') [2019-07-30T07:19:35.016Z] DEBUG - Set text on (of type 'Combo') to lttn [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:35.016Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:35.016Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:35.016Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') already selected, not selecting again. [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:35.016Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:35.016Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:19:35.016Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1103079173 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103079173 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1103079173 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1103079173 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1103079174 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1103079174 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1103079174 data=null item=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') [2019-07-30T07:19:35.016Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1103079177 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103079177 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1103079177 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1103079177 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1103079177 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:19:35.016Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:19:35.016Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:19:35.016Z] DEBUG - matched Label with text "Entry not found", using matcher: of type 'Label' [2019-07-30T07:19:35.016Z] DEBUG - matched Label with text "Entry not found", using matcher: (of type 'Label') [2019-07-30T07:19:35.016Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:35.016Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.016Z] DEBUG - Clicking on Close [2019-07-30T07:19:35.016Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1103079181 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') [2019-07-30T07:19:35.016Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1103079181 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') [2019-07-30T07:19:35.016Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1103079181 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1103079181 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:35.016Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1103079181 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') [2019-07-30T07:19:35.016Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1103079181 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') [2019-07-30T07:19:35.016Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1103079181 data=null item=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') [2019-07-30T07:19:35.272Z] DEBUG - Clicked on [2019-07-30T07:19:35.272Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:19:35.272Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:35.272Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:35.272Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:35.272Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:35.272Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:35.272Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:35.527Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:19:35.527Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:19:35.784Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:35.784Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1103079830 data=null doit=true} to Shell with text {Find} [2019-07-30T07:19:35.784Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:35.784Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.784Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.784Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.784Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.784Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.784Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.784Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.784Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.784Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' [2019-07-30T07:19:35.784Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' [2019-07-30T07:19:35.784Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.784Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' [2019-07-30T07:19:35.784Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') [2019-07-30T07:19:35.784Z] DEBUG - Setting text on (of type 'Combo') to lttng [2019-07-30T07:19:35.784Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttng} time=1103079837 data=null} to (of type 'Combo') [2019-07-30T07:19:35.784Z] DEBUG - Set text on (of type 'Combo') to lttng [2019-07-30T07:19:35.784Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.784Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' [2019-07-30T07:19:35.784Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:19:35.784Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:19:35.784Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.784Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.784Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@2c365842 [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Case sensitive} time=1103079839 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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=1103079839 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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Case sensitive} time=1103079839 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Case sensitive} time=1103079839 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Case sensitive} time=1103079839 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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Case sensitive} time=1103079839 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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Case sensitive} time=1103079840 data=null item=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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Case sensitive} time=1103079840 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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=1103079840 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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Case sensitive} time=1103079840 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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Case sensitive} time=1103079840 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Case sensitive} time=1103079840 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@6c90ff73 [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Whole word} time=1103079841 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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=1103079841 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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Whole word} time=1103079841 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Whole word} time=1103079841 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Whole word} time=1103079841 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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Whole word} time=1103079841 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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Whole word} time=1103079842 data=null item=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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Whole word} time=1103079842 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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Whole word} time=1103079842 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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Whole word} time=1103079842 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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Whole word} time=1103079842 data=null doit=true} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Whole word} time=1103079842 data=null} to (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:35.785Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1103079843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103079843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1103079843 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1103079843 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1103079843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1103079843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1103079843 data=null item=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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1103079843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103079843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1103079843 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1103079843 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1103079844 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:19:35.785Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:19:35.785Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:19:35.785Z] DEBUG - matched Label with text "", using matcher: of type 'Label' [2019-07-30T07:19:35.785Z] DEBUG - matched Label with text "", using matcher: (of type 'Label') [2019-07-30T07:19:35.785Z] DEBUG - matched Combo with text "lttng", using matcher: of type 'Combo' [2019-07-30T07:19:35.785Z] DEBUG - matched Combo with text "lttng", using matcher: (of type 'Combo') [2019-07-30T07:19:35.785Z] DEBUG - Setting text on (of type 'Combo') to LTTNG [2019-07-30T07:19:35.785Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {LTTNG} time=1103079844 data=null} to (of type 'Combo') [2019-07-30T07:19:35.785Z] DEBUG - Set text on (of type 'Combo') to LTTNG [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') is already selected, not clicking again. [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already selected, not selecting again. [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:35.785Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:35.785Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1103079848 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103079848 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1103079848 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1103079848 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1103079848 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1103079848 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1103079848 data=null item=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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1103079865 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103079866 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1103079866 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1103079866 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1103079866 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:19:35.785Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:19:35.785Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:19:35.785Z] DEBUG - matched Label with text "Entry not found", using matcher: of type 'Label' [2019-07-30T07:19:35.785Z] DEBUG - matched Label with text "Entry not found", using matcher: (of type 'Label') [2019-07-30T07:19:35.785Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:35.785Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:35.785Z] DEBUG - Clicking on Close [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1103079872 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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1103079872 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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1103079872 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1103079872 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1103079872 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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1103079872 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') [2019-07-30T07:19:35.785Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1103079872 data=null item=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') [2019-07-30T07:19:35.785Z] DEBUG - Clicked on [2019-07-30T07:19:35.785Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:19:36.041Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:36.041Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:36.041Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:36.041Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:36.041Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:36.041Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:36.041Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:19:36.041Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:19:36.297Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:36.297Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1103080330 data=null doit=true} to Shell with text {Find} [2019-07-30T07:19:36.297Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:36.297Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:36.297Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:36.297Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:36.297Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:36.297Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:36.297Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:36.297Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:36.297Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:36.297Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' [2019-07-30T07:19:36.297Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' [2019-07-30T07:19:36.297Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:36.297Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:36.297Z] DEBUG - Clicking on Close [2019-07-30T07:19:36.297Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1103080359 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') [2019-07-30T07:19:36.297Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1103080359 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') [2019-07-30T07:19:36.297Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1103080359 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:36.297Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1103080360 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:36.297Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1103080360 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') [2019-07-30T07:19:36.297Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1103080360 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') [2019-07-30T07:19:36.297Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1103080362 data=null item=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') [2019-07-30T07:19:36.297Z] DEBUG - Clicked on [2019-07-30T07:19:36.297Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:36.297Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:36.297Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:36.297Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:36.297Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:36.297Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:36.297Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:19:36.297Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:19:36.553Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:36.553Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1103080660 data=null doit=true} to Shell with text {Find} [2019-07-30T07:19:36.553Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:36.553Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:36.553Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:36.553Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:36.553Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:36.553Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:36.553Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:36.553Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:36.553Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:36.553Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' [2019-07-30T07:19:36.553Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' [2019-07-30T07:19:36.553Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:36.553Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:36.553Z] DEBUG - Clicking on Close [2019-07-30T07:19:36.553Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1103080682 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') [2019-07-30T07:19:36.553Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1103080682 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') [2019-07-30T07:19:36.553Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1103080682 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:36.553Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1103080682 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:36.553Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1103080682 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') [2019-07-30T07:19:36.553Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1103080682 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') [2019-07-30T07:19:36.553Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1103080682 data=null item=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') [2019-07-30T07:19:36.553Z] DEBUG - Clicked on [2019-07-30T07:19:36.553Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Control Flow"' [2019-07-30T07:19:36.808Z] DEBUG - matched TimeGraphScale with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:36.808Z] DEBUG - matched TimeGraphScale with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:36.808Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:36.808Z] DEBUG - matched TimeGraphControl with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:36.808Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: of type 'Canvas' [2019-07-30T07:19:36.808Z] DEBUG - matched TimeGraphMarkerAxis with text "", using matcher: (of type 'Canvas') [2019-07-30T07:19:36.808Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:19:36.808Z] DEBUG - Attempting to set focus on (of type 'Canvas') [2019-07-30T07:19:37.065Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:37.065Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {Find} time=1103081064 data=null doit=true} to Shell with text {Find} [2019-07-30T07:19:37.065Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Fi&nd", using matcher: with mnemonic 'Find' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Fi&nd", using matcher: with style 'SWT.PUSH' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Fi&nd", using matcher: (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - matched Combo with text "bug446190", using matcher: of type 'Combo' [2019-07-30T07:19:37.065Z] DEBUG - matched Combo with text "bug446190", using matcher: (of type 'Combo') [2019-07-30T07:19:37.065Z] DEBUG - Setting text on (of type 'Combo') to lttng [2019-07-30T07:19:37.065Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttng} time=1103081081 data=null} to (of type 'Combo') [2019-07-30T07:19:37.065Z] DEBUG - Set text on (of type 'Combo') to lttng [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Backward", using matcher: with mnemonic 'Backward' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Backward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Backward", using matcher: (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:19:37.065Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {F&orward} time=1103081096 data=null doit=true} to Button with text {F&orward} [2019-07-30T07:19:37.065Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=1103081096 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} [2019-07-30T07:19:37.065Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:19:37.065Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Backward} time=1103081097 data=null doit=true} to (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Backward} time=1103081097 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Backward} time=1103081097 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=1103081097 data=null item=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') [2019-07-30T07:19:37.065Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Backward' and with style 'SWT.RADIO') [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - Deselecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$1@190ea71 [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Case sensitive} time=1103081109 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=1103081109 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Case sensitive} time=1103081109 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Case sensitive} time=1103081109 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Case sensitive} time=1103081114 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Case sensitive} time=1103081114 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Case sensitive} time=1103081114 data=null item=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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Case sensitive} time=1103081114 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Case sensitive} time=1103081114 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Case sensitive} time=1103081114 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Case sensitive} time=1103081114 data=null doit=true} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Case sensitive} time=1103081114 data=null} to (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - Selecting org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox$2@27ef2419 [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Wra&p search} time=1103081126 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1103081129 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Wra&p search} time=1103081129 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Wra&p search} time=1103081130 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Wra&p search} time=1103081130 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Wra&p search} time=1103081130 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Wra&p search} time=1103081130 data=null item=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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Wra&p search} time=1103081130 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Wra&p search} time=1103081130 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Wra&p search} time=1103081130 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Wra&p search} time=1103081130 data=null doit=true} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Wra&p search} time=1103081130 data=null} to (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:37.065Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1103081132 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103081132 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1103081132 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1103081132 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1103081132 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1103081132 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1103081132 data=null item=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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1103081179 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103081179 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1103081179 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1103081179 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1103081179 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:19:37.065Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:19:37.065Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:19:37.065Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label' [2019-07-30T07:19:37.065Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label') [2019-07-30T07:19:37.065Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:19:37.065Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:19:37.065Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label' [2019-07-30T07:19:37.065Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label') [2019-07-30T07:19:37.065Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:19:37.065Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:19:37.065Z] DEBUG - matched Combo with text "lttng", using matcher: of type 'Combo' [2019-07-30T07:19:37.065Z] DEBUG - matched Combo with text "lttng", using matcher: (of type 'Combo') [2019-07-30T07:19:37.065Z] DEBUG - Setting text on (of type 'Combo') to lttng [2019-07-30T07:19:37.065Z] DEBUG - Sent event Modify [24]: ModifyEvent{Combo {lttng} time=1103081188 data=null} to (of type 'Combo') [2019-07-30T07:19:37.065Z] DEBUG - Set text on (of type 'Combo') to lttng [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "F&orward", using matcher: with mnemonic 'Forward' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "F&orward", using matcher: with style 'SWT.RADIO' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "F&orward", using matcher: (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - Clicking on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:19:37.065Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Backward} time=1103081189 data=null doit=true} to Button with text {&Backward} [2019-07-30T07:19:37.065Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Backward} time=1103081189 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} [2019-07-30T07:19:37.065Z] DEBUG - Attempting to set focus on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:19:37.065Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {F&orward} time=1103081190 data=null doit=true} to (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {F&orward} time=1103081190 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {F&orward} time=1103081190 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {F&orward} time=1103081190 data=null item=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') [2019-07-30T07:19:37.065Z] DEBUG - Clicked on (of type 'Button' and with mnemonic 'Forward' and with style 'SWT.RADIO') [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with mnemonic 'Case sensitive' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Case sensitive", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Case sensitive", using matcher: (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Case sensitive' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Wra&p search", using matcher: with mnemonic 'Wrap search' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Wra&p search", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Wra&p search", using matcher: (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - Selecting (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Wrap search' and with style 'SWT.CHECK') already selected, not selecting again. [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Whole word", using matcher: with mnemonic 'Whole word' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Whole word", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Whole word", using matcher: (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Whole word' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with mnemonic 'Regular expression' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - Deselecting (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') [2019-07-30T07:19:37.065Z] DEBUG - Widget (of type 'Button' and with mnemonic 'Regular expression' and with style 'SWT.CHECK') already deselected, not deselecting again. [2019-07-30T07:19:37.065Z] DEBUG - Clicking on Fi&nd [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Fi&nd} time=1103081193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103081193 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Fi&nd} time=1103081194 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Fi&nd} time=1103081194 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Fi&nd} time=1103081194 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Fi&nd} time=1103081194 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Fi&nd} time=1103081194 data=null item=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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {Fi&nd} time=1103081195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Fi&nd} time=1103081195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {Fi&nd} time=1103081195 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {Fi&nd} time=1103081195 data=null doit=true} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {Fi&nd} time=1103081195 data=null} to (of type 'Button' and with mnemonic 'Find' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Clicked on Fi&nd [2019-07-30T07:19:37.065Z] DEBUG - matched Label with text "&Find:", using matcher: of type 'Label' [2019-07-30T07:19:37.065Z] DEBUG - matched Label with text "&Find:", using matcher: (of type 'Label') [2019-07-30T07:19:37.065Z] DEBUG - matched Label with text "Wrapped search", using matcher: of type 'Label' [2019-07-30T07:19:37.065Z] DEBUG - matched Label with text "Wrapped search", using matcher: (of type 'Label') [2019-07-30T07:19:37.065Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:37.065Z] DEBUG - matched Shell with text "Find", using matcher: with text 'Find' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "F&orward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Backward", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Case sensitive", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Wra&p search", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "&Whole word", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Regular e&xpression", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Close", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Close", using matcher: with mnemonic 'Close' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Close", using matcher: with style 'SWT.PUSH' [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Close", using matcher: (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - matched Button with text "Fi&nd", using matcher: of type 'Button' [2019-07-30T07:19:37.065Z] DEBUG - Clicking on Close [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {Close} time=1103081205 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {Close} time=1103081205 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') [2019-07-30T07:19:37.065Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {Close} time=1103081205 data=null doit=true} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:37.065Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {Close} time=1103081205 data=null} to (of type 'Button' and with mnemonic 'Close' and with style 'SWT.PUSH') [2019-07-30T07:19:37.066Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {Close} time=1103081205 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') [2019-07-30T07:19:37.066Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {Close} time=1103081205 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') [2019-07-30T07:19:37.066Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {Close} time=1103081206 data=null item=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') [2019-07-30T07:19:37.321Z] DEBUG - Clicked on [2019-07-30T07:19:37.321Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - test/Traces/bug446190/bug446190_ - Eclipse Platform} time=1103081354 data=null doit=true} to Shell with text {data - test/Traces/bug446190/bug446190_ - Eclipse Platform} [2019-07-30T07:19:37.321Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:19:37.321Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:19:37.321Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:19:37.321Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:19:37.321Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1103081412 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:19:37.321Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1103081412 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:19:37.321Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1103081412 data=null} to TreeItem with text {test} [2019-07-30T07:19:37.321Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1103081412 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:19:37.321Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1103081413 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:19:37.321Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1103081436 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:19:37.321Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:19:37.321Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:19:37.321Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:19:38.247Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:19:38.247Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:19:38.247Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:19:38.247Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:38.247Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:38.247Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:19:38.247Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:19:38.247Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:19:38.247Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:38.247Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:19:38.247Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103082313 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:38.247Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103082313 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:38.247Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103082313 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:38.247Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103082313 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:38.247Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103082313 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:38.247Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103082313 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:38.247Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103082314 data=null 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') [2019-07-30T07:19:38.247Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103082314 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:38.247Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103082314 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:38.247Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103082314 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:38.247Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103082314 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:38.247Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103082314 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:38.247Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:38.247Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:19:38.247Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:19:38.247Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:19:38.247Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:19:38.247Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:19:38.247Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:19:38.247Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:38.247Z] DEBUG - Clicking on OK [2019-07-30T07:19:38.247Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1103082315 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:38.247Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1103082315 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:38.247Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1103082315 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:38.247Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1103082315 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:38.247Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1103082315 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:38.247Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1103082315 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:38.247Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:38.247Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:38.247Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:38.247Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:38.247Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:38.247Z] DEBUG - Clicked on OK [2019-07-30T07:19:38.503Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1103082315 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:38.503Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1103081496 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:19:38.759Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.065 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest [2019-07-30T07:19:38.759Z] testRegEx(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest) Time elapsed: 0.637 s [2019-07-30T07:19:38.759Z] testDirection(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest) Time elapsed: 0.699 s [2019-07-30T07:19:38.759Z] testWholeWord(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest) Time elapsed: 0.772 s [2019-07-30T07:19:38.759Z] testCaseSensitive(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest) Time elapsed: 0.542 s [2019-07-30T07:19:38.759Z] testOpenCloseDialog(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest) Time elapsed: 0.779 s [2019-07-30T07:19:38.759Z] testWrapSearch(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ControlFlowViewFindTest) Time elapsed: 0.537 s [2019-07-30T07:19:38.759Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.DisksIOViewTest [2019-07-30T07:19:39.014Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.diskioactivity"' [2019-07-30T07:19:39.014Z] DEBUG - matched with text "", using matcher: of type 'Chart' [2019-07-30T07:19:44.291Z] DEBUG - matched EditorReference with text "", using matcher: with name '"scp_dest"' [2019-07-30T07:19:44.291Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:44.291Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:19:44.291Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:19:44.291Z] DEBUG - Setting state to checked on: scp_dest [2019-07-30T07:19:44.291Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1103088481 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:19:44.291Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:19:44.291Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:19:44.291Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:19:44.291Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:19:44.291Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1103088511 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:19:44.291Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1103088512 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:19:44.291Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1103088512 data=null} to TreeItem with text {test} [2019-07-30T07:19:44.291Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1103088512 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:19:44.291Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1103088512 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:19:44.291Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1103088519 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:19:44.548Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:19:44.548Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:19:44.548Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:19:45.477Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:19:45.477Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:19:45.477Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:19:45.477Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:19:45.477Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:45.477Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:19:45.477Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:19:45.477Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:19:45.477Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:45.477Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:19:45.477Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103089389 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:45.477Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103089389 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:45.477Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103089390 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:45.477Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103089390 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:45.477Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103089390 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:45.477Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103089390 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:45.477Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103089390 data=null 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') [2019-07-30T07:19:45.477Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103089390 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:45.477Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103089390 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:45.477Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103089390 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:45.477Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103089390 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:45.477Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103089390 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:45.477Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:19:45.477Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:19:45.477Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:19:45.477Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:19:45.477Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:19:45.477Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:19:45.477Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:19:45.477Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:45.477Z] DEBUG - Clicking on OK [2019-07-30T07:19:45.477Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1103089391 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:45.477Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1103089391 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:45.477Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1103089391 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:45.477Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1103089391 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:45.477Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1103089391 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:45.477Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1103089391 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:45.477Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:45.477Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:45.477Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:45.477Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:45.477Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:45.477Z] DEBUG - Clicked on OK [2019-07-30T07:19:45.732Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1103089391 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:19:45.732Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1103088604 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:19:45.732Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.078 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.DisksIOViewTest [2019-07-30T07:19:45.732Z] testDiskView(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.DisksIOViewTest) Time elapsed: 5.333 s [2019-07-30T07:19:45.732Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesAndCpuViewTest [2019-07-30T07:19:45.987Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.cpuusage"' [2019-07-30T07:19:45.987Z] DEBUG - matched with text "", using matcher: of type 'Chart' [2019-07-30T07:19:51.230Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' [2019-07-30T07:19:51.230Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:51.230Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:19:51.230Z] DEBUG - number of items : 5 [2019-07-30T07:19:51.230Z] DEBUG - Clicking on ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:51.230Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103095300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:51.230Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103095300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:51.230Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103095300 data=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:51.230Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103095300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:51.230Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103095300 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:51.230Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103095300 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} [2019-07-30T07:19:51.230Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103095320 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:51.230Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103095403 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:51.230Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103095404 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:51.230Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103095404 data=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:51.230Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103095404 data=null} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:51.230Z] DEBUG - Clicked on ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:52.162Z] DEBUG - number of items : 17 [2019-07-30T07:19:52.163Z] DEBUG - Clicking on ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:52.163Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103096163 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:52.163Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103096164 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:52.163Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103096164 data=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:52.163Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103096164 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:52.163Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103096164 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:52.163Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103096164 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} [2019-07-30T07:19:52.163Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103096164 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:52.163Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103096164 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:52.163Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103096164 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:52.163Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103096164 data=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:52.163Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103096164 data=null} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:52.163Z] DEBUG - Clicked on ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:52.722Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.cpuusage"' [2019-07-30T07:19:52.722Z] DEBUG - matched with text "", using matcher: of type 'Chart' [2019-07-30T07:19:55.237Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' [2019-07-30T07:19:55.237Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:55.237Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:19:55.493Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:19:55.493Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:19:55.493Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:19:55.493Z] DEBUG - Setting state to checked on: lttng-sessiond [2019-07-30T07:19:55.493Z] DEBUG - Setting state to unchecked on: lttng-sessiond [2019-07-30T07:19:55.493Z] DEBUG - Setting state to checked on: lttng-consumerd [2019-07-30T07:19:56.419Z] DEBUG - number of items : 17 [2019-07-30T07:19:56.419Z] DEBUG - Clicking on ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:56.419Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103100367 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:56.419Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103100367 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:56.419Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103100367 data=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:56.419Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103100367 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:56.419Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103100368 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:56.419Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103100368 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} [2019-07-30T07:19:56.419Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103100368 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:56.419Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103100368 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:56.419Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103100368 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:56.419Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103100368 data=null doit=true} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:56.419Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103100368 data=null} to ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:56.419Z] DEBUG - Clicked on ToolItem with tooltip text {Reset the Time Scale to Default} [2019-07-30T07:19:57.345Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.cpuusage"' [2019-07-30T07:19:57.345Z] DEBUG - matched with text "", using matcher: of type 'Chart' [2019-07-30T07:19:59.865Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' [2019-07-30T07:19:59.865Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:19:59.865Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.views.resources"' [2019-07-30T07:19:59.865Z] DEBUG - matched with text "", using matcher: of type 'Chart' [2019-07-30T07:19:59.865Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:19:59.865Z] DEBUG - matched with text "", using matcher: of type 'Chart' [2019-07-30T07:19:59.865Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:19:59.865Z] DEBUG - matched with text "", using matcher: of type 'Chart' [2019-07-30T07:19:59.865Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:20:00.312Z] DEBUG - matched with text "", using matcher: of type 'Chart' [2019-07-30T07:20:00.312Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:20:00.312Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1103104278 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:20:00.312Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:20:00.312Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:20:00.312Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:20:00.312Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:20:00.312Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1103104308 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:20:00.312Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1103104309 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:20:00.312Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1103104309 data=null} to TreeItem with text {test} [2019-07-30T07:20:00.312Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1103104309 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:20:00.312Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1103104309 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:20:00.312Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1103104315 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:20:00.569Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:20:00.569Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:20:00.569Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:20:01.130Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:20:01.130Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:20:01.130Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:20:01.130Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:20:01.130Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:01.130Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:20:01.130Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:20:01.130Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:20:01.130Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:01.130Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:20:01.130Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103105109 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:01.130Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103105109 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:01.130Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103105109 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:01.130Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103105109 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:01.130Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103105110 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:01.130Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103105110 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:01.130Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103105110 data=null 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') [2019-07-30T07:20:01.130Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103105110 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:01.130Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103105110 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:01.130Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103105110 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:01.130Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103105110 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:01.130Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103105110 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:01.130Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:01.130Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:20:01.130Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:20:01.130Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:20:01.130Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:20:01.130Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:20:01.130Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:20:01.130Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:01.130Z] DEBUG - Clicking on OK [2019-07-30T07:20:01.130Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1103105111 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:01.130Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1103105111 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:01.130Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1103105111 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:01.130Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1103105111 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:01.130Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1103105111 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:01.130Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1103105111 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:01.131Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:01.131Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:01.131Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:01.131Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:01.131Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:01.131Z] DEBUG - Clicked on OK [2019-07-30T07:20:01.386Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1103105111 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:01.386Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1103104398 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:20:01.386Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.712 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesAndCpuViewTest [2019-07-30T07:20:01.386Z] testResetTimeRange(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesAndCpuViewTest) Time elapsed: 6.676 s [2019-07-30T07:20:01.386Z] testCpuView(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesAndCpuViewTest) Time elapsed: 4.66 s [2019-07-30T07:20:01.386Z] testSignals(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesAndCpuViewTest) Time elapsed: 2.802 s [2019-07-30T07:20:01.386Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.KernelMemoryUsageViewTest [2019-07-30T07:20:01.947Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.ui.kernelmemoryusageview"' [2019-07-30T07:20:01.947Z] DEBUG - matched with text "", using matcher: of type 'Chart' [2019-07-30T07:20:07.191Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' [2019-07-30T07:20:07.191Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:20:07.191Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:20:07.191Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:20:07.191Z] DEBUG - number of items : 6 [2019-07-30T07:20:07.191Z] DEBUG - Clicking on ToolItem with tooltip text {Showing active threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103110698 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103110698 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103110698 data=null doit=true} to ToolItem with tooltip text {Showing active threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103110698 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103110698 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103110698 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} [2019-07-30T07:20:07.191Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103110699 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103110709 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103110709 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103110709 data=null doit=true} to ToolItem with tooltip text {Showing all threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103110710 data=null} to ToolItem with tooltip text {Showing all threads} [2019-07-30T07:20:07.191Z] DEBUG - Clicked on ToolItem with tooltip text {Showing all threads} [2019-07-30T07:20:07.191Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:20:07.191Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:20:07.191Z] DEBUG - number of items : 6 [2019-07-30T07:20:07.191Z] DEBUG - Clicking on ToolItem with tooltip text {Showing all threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{ToolItem {} time=1103110719 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103110719 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event Activate [26]: ShellEvent{ToolItem {} time=1103110719 data=null doit=true} to ToolItem with tooltip text {Showing all threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event MouseDown [3]: MouseEvent{ToolItem {} time=1103110719 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event MouseUp [4]: MouseEvent{ToolItem {} time=1103110719 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing all threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event Selection [13]: SelectionEvent{ToolItem {} time=1103110719 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} [2019-07-30T07:20:07.191Z] DEBUG - Sent event MouseHover [32]: MouseEvent{ToolItem {} time=1103110720 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event MouseMove [5]: MouseEvent{ToolItem {} time=1103110725 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event MouseExit [7]: MouseEvent{ToolItem {} time=1103110725 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to ToolItem with tooltip text {Showing active threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event Deactivate [27]: ShellEvent{ToolItem {} time=1103110725 data=null doit=true} to ToolItem with tooltip text {Showing active threads} [2019-07-30T07:20:07.191Z] DEBUG - Sent event FocusOut [16]: FocusEvent{ToolItem {} time=1103110725 data=null} to ToolItem with tooltip text {Showing active threads} [2019-07-30T07:20:07.191Z] DEBUG - Clicked on ToolItem with tooltip text {Showing active threads} [2019-07-30T07:20:07.191Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:20:07.191Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:20:07.191Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.tracecompass.analysis.os.linux.ui.kernelmemoryusageview"' [2019-07-30T07:20:07.191Z] DEBUG - matched with text "", using matcher: of type 'Chart' [2019-07-30T07:20:08.564Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' [2019-07-30T07:20:08.564Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:20:08.564Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:20:08.564Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:20:08.564Z] DEBUG - Setting state to checked on: lttng-sessiond [2019-07-30T07:20:08.564Z] DEBUG - Setting state to checked on: lttng-consumerd [2019-07-30T07:20:08.820Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1103112989 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:20:08.820Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:20:08.820Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:20:08.820Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:20:08.820Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:20:08.820Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1103113019 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:20:08.820Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1103113019 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:20:08.820Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1103113019 data=null} to TreeItem with text {test} [2019-07-30T07:20:08.820Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1103113019 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:20:08.820Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1103113020 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:20:08.820Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1103113026 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:20:09.076Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:20:09.076Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:20:09.076Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:20:09.076Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:20:09.076Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:20:09.076Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:20:09.076Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:20:09.076Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:09.076Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:20:09.076Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:20:09.076Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:20:09.076Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:09.076Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:20:09.076Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103113309 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:09.076Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103113310 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:09.076Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103113310 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:09.076Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103113310 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:09.076Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103113310 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:09.076Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103113310 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:09.076Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103113310 data=null 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') [2019-07-30T07:20:09.076Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103113310 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:09.076Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103113310 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:09.076Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103113310 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:09.076Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103113310 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:09.076Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103113310 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:09.076Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:09.076Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:20:09.076Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:20:09.076Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:20:09.076Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:20:09.076Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:20:09.076Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:20:09.076Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:09.076Z] DEBUG - Clicking on OK [2019-07-30T07:20:09.076Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1103113311 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:09.076Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1103113311 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:09.076Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1103113311 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:09.076Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1103113311 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:09.076Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1103113311 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:09.076Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1103113311 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:09.076Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:09.076Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:09.076Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:09.076Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:09.076Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:09.076Z] DEBUG - Clicked on OK [2019-07-30T07:20:09.637Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1103113311 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:09.637Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1103113092 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:20:09.637Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.253 s - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.KernelMemoryUsageViewTest [2019-07-30T07:20:09.637Z] testFilter(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.KernelMemoryUsageViewTest) Time elapsed: 4.981 s [2019-07-30T07:20:09.637Z] testKernelMemoryView(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.KernelMemoryUsageViewTest) Time elapsed: 2.183 s [2019-07-30T07:20:09.637Z] Running org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewExpandStateTest [2019-07-30T07:20:19.574Z] DEBUG - matched ViewReference with text "", using matcher: with title '"Resources"' [2019-07-30T07:20:19.574Z] DEBUG - matched TimeGraphControl with text "", using matcher: of type 'TimeGraphControl' [2019-07-30T07:20:19.574Z] DEBUG - matched EditorReference with text "", using matcher: with name '"bug446190"' [2019-07-30T07:20:19.574Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:20:19.574Z] DEBUG - matched EditorReference with text "", using matcher: with id '"org.eclipse.linuxtools.tmf.ui.editors.events"' [2019-07-30T07:20:41.457Z] DEBUG - Capturing screenshot 'screenshots/testExpandedState(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewExpandStateTest).jpeg' [2019-07-30T07:20:41.457Z] DEBUG - Sent event Activate [26]: ShellEvent{Shell {data - Eclipse Platform} time=1103142571 data=null doit=true} to Shell with text {data - Eclipse Platform} [2019-07-30T07:20:41.457Z] DEBUG - matched ViewReference with text "", using matcher: with id '"org.eclipse.ui.navigator.ProjectExplorer"' [2019-07-30T07:20:41.457Z] DEBUG - matched Tree with text "", using matcher: of type 'Tree' [2019-07-30T07:20:41.457Z] DEBUG - matched Tree with text "", using matcher: (of type 'Tree') [2019-07-30T07:20:41.457Z] DEBUG - Attempting to set focus on Tree with text {} [2019-07-30T07:20:41.457Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{TreeItem {test} time=1103142614 data=null button=0 stateMask=0x0 x=55 y=11 count=0} to TreeItem with text {test} [2019-07-30T07:20:41.457Z] DEBUG - Sent event Activate [26]: ShellEvent{TreeItem {test} time=1103142614 data=null doit=true} to TreeItem with text {test} [2019-07-30T07:20:41.457Z] DEBUG - Sent event FocusIn [15]: FocusEvent{TreeItem {test} time=1103142614 data=null} to TreeItem with text {test} [2019-07-30T07:20:41.457Z] DEBUG - Sent event MouseDown [3]: MouseEvent{TreeItem {test} time=1103142615 data=null button=1 stateMask=0x0 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:20:41.457Z] DEBUG - Sent event Selection [13]: SelectionEvent{Tree {} time=1103142615 data=null item=TreeItem {test} detail=0 x=0 y=0 width=0 height=0 stateMask=0x80000 text=null doit=true} to TreeItem with text {test} [2019-07-30T07:20:41.457Z] DEBUG - Sent event MouseUp [4]: MouseEvent{TreeItem {test} time=1103142672 data=null button=1 stateMask=0x80000 x=55 y=11 count=1} to TreeItem with text {test} [2019-07-30T07:20:41.457Z] DEBUG - matched MenuItem with text "&Delete Delete", using matcher: with mnemonic 'Delete' [2019-07-30T07:20:41.457Z] DEBUG - Clicking on with mnemonic 'Delete' [2019-07-30T07:20:41.457Z] DEBUG - Clicked on with mnemonic 'Delete' [2019-07-30T07:20:41.457Z] DEBUG - matched Shell with text "Delete Resources", using matcher: with text 'Delete Resources' [2019-07-30T07:20:41.457Z] DEBUG - Attempting to set focus on Shell with text {Delete Resources} [2019-07-30T07:20:41.457Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:20:41.457Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: with style 'SWT.CHECK' [2019-07-30T07:20:41.457Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:41.457Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:20:41.457Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:20:41.457Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:20:41.457Z] DEBUG - Clicking on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:41.457Z] DEBUG - Toggling state on Button {&Delete project contents on disk (cannot be undone)}. Setting state to selected [2019-07-30T07:20:41.457Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103143468 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:41.457Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103143468 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:41.457Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103143468 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:41.457Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103143468 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:41.457Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103143468 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:41.457Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103143468 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:41.457Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103143468 data=null 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') [2019-07-30T07:20:41.457Z] DEBUG - Sent event MouseHover [32]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103143468 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:41.457Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103143469 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:41.457Z] DEBUG - Sent event MouseExit [7]: MouseEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103143469 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:41.457Z] DEBUG - Sent event Deactivate [27]: ShellEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103143469 data=null doit=true} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:41.457Z] DEBUG - Sent event FocusOut [16]: FocusEvent{Button {&Delete project contents on disk (cannot be undone)} time=1103143469 data=null} to (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:41.457Z] DEBUG - Clicked on (of type 'Button' and with style 'SWT.CHECK') [2019-07-30T07:20:41.457Z] DEBUG - matched Button with text "&Delete project cont...", using matcher: of type 'Button' [2019-07-30T07:20:41.457Z] DEBUG - matched Button with text "Previe&w >", using matcher: of type 'Button' [2019-07-30T07:20:41.457Z] DEBUG - matched Button with text "Cancel", using matcher: of type 'Button' [2019-07-30T07:20:41.457Z] DEBUG - matched Button with text "OK", using matcher: of type 'Button' [2019-07-30T07:20:41.457Z] DEBUG - matched Button with text "OK", using matcher: with mnemonic 'OK' [2019-07-30T07:20:41.457Z] DEBUG - matched Button with text "OK", using matcher: with style 'SWT.PUSH' [2019-07-30T07:20:41.457Z] DEBUG - matched Button with text "OK", using matcher: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:41.457Z] DEBUG - Clicking on OK [2019-07-30T07:20:41.457Z] DEBUG - Sent event MouseEnter [6]: MouseEvent{Button {OK} time=1103143469 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:41.457Z] DEBUG - Sent event MouseMove [5]: MouseEvent{Button {OK} time=1103143470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:41.457Z] DEBUG - Sent event Activate [26]: ShellEvent{Button {OK} time=1103143470 data=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:41.457Z] DEBUG - Sent event FocusIn [15]: FocusEvent{Button {OK} time=1103143470 data=null} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:41.457Z] DEBUG - Sent event MouseDown [3]: MouseEvent{Button {OK} time=1103143470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:41.457Z] DEBUG - Sent event MouseUp [4]: MouseEvent{Button {OK} time=1103143470 data=null button=0 stateMask=0x0 x=0 y=0 count=0} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:41.457Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:41.457Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:41.457Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:41.457Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:41.457Z] WARN - Widget is not enabled: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:41.457Z] DEBUG - Clicked on OK [2019-07-30T07:20:41.457Z] DEBUG - Sent event Selection [13]: SelectionEvent{Button {OK} time=1103143470 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH') [2019-07-30T07:20:41.457Z] DEBUG - Sent event Selection [13]: SelectionEvent{MenuItem {&Delete Delete} time=1103142716 data=null item=null detail=0 x=0 y=0 width=0 height=0 stateMask=0x0 text=null doit=true} to with mnemonic 'Delete' [2019-07-30T07:20:41.457Z] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 30.102 s <<< FAILURE! - in org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewExpandStateTest [2019-07-30T07:20:41.457Z] testExpandedState(org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.ResourcesViewExpandStateTest) Time elapsed: 20.54 s <<< ERROR! [2019-07-30T07:20:41.457Z] org.eclipse.tracecompass.tmf.ui.tests.shared.WaitTimeoutException: Timeout after 20000 ms: Timed out waiting for time graph entry CPU 0 States of parent TraceEntry([bug446190]) [2019-07-30T07:20:41.457Z] at org.eclipse.tracecompass.tmf.ui.tests.shared.WaitUtils.waitUntil(WaitUtils.java:187) [2019-07-30T07:20:41.457Z] at org.eclipse.tracecompass.tmf.ui.tests.shared.WaitUtils.waitUntil(WaitUtils.java:258) [2019-07-30T07:20:41.457Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.shared.SWTBotUtils.waitUntil(SWTBotUtils.java:1372) [2019-07-30T07:20:41.457Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.shared.SWTBotTimeGraph.getEntry(SWTBotTimeGraph.java:99) [2019-07-30T07:20:41.457Z] at org.eclipse.tracecompass.tmf.ui.swtbot.tests.shared.SWTBotTimeGraph.expandEntry(SWTBotTimeGraph.java:141) [2019-07-30T07:20:41.457Z] at org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests.TimegraphViewExpandStateTestBase.testExpandedState(TimegraphViewExpandStateTestBase.java:160) [2019-07-30T07:20:41.457Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:20:41.457Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:20:41.457Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:20:41.457Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:20:41.457Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) [2019-07-30T07:20:41.457Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [2019-07-30T07:20:41.457Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) [2019-07-30T07:20:41.457Z] at org.eclipse.swtbot.swt.finder.junit.internal.CapturingFrameworkMethod.invokeExplosively(CapturingFrameworkMethod.java:47) [2019-07-30T07:20:41.457Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) [2019-07-30T07:20:41.457Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [2019-07-30T07:20:41.457Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [2019-07-30T07:20:41.457Z] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) [2019-07-30T07:20:41.457Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.runChild(SWTBotJunit4ClassRunner.java:75) [2019-07-30T07:20:41.457Z] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) [2019-07-30T07:20:41.457Z] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [2019-07-30T07:20:41.457Z] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [2019-07-30T07:20:41.457Z] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [2019-07-30T07:20:41.457Z] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [2019-07-30T07:20:41.457Z] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [2019-07-30T07:20:41.457Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [2019-07-30T07:20:41.457Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) [2019-07-30T07:20:41.457Z] at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [2019-07-30T07:20:41.457Z] at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:60) [2019-07-30T07:20:41.457Z] at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) [2019-07-30T07:20:41.457Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) [2019-07-30T07:20:41.457Z] at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) [2019-07-30T07:20:41.457Z] at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) [2019-07-30T07:20:41.457Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2019-07-30T07:20:41.457Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2019-07-30T07:20:41.457Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2019-07-30T07:20:41.457Z] at java.lang.reflect.Method.invoke(Method.java:498) [2019-07-30T07:20:41.457Z] at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) [2019-07-30T07:20:41.457Z] at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) [2019-07-30T07:20:41.457Z] at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) [2019-07-30T07:20:41.457Z] at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:110) [2019-07-30T07:20:41.457Z] at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44) [2019-07-30T07:20:41.457Z] at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76) [2019-07-30T07:20:41.457Z] at java.lang.Thread.run(Thread.java:748) [2019-07-30T07:20:41.457Z] [2019-07-30T07:20:41.457Z] [2019-07-30T07:20:41.457Z] Results: [2019-07-30T07:20:41.457Z] [2019-07-30T07:20:41.457Z] Failures: [2019-07-30T07:20:41.457Z] ImportAndReadKernelSmokeTest.test:120->testStateSystemExplorer:211 Wrong state systems: expected: [Active Thread=[org.eclipse.tracecompass.analysis.os.linux.kernel.tid], Kernel memory usage=[], CPU usage=[org.eclipse.tracecompass.analysis.os.linux.cpuusage], Futex Contention Analysis=[], IRQ Analysis=[], Statistics=[org.eclipse.linuxtools.tmf.statistics.totals, org.eclipse.linuxtools.tmf.statistics.types], Linux Kernel=[org.eclipse.tracecompass.analysis.os.linux.kernel], Input/Output=[], Context switch=[]], actual: [Active Thread=[org.eclipse.tracecompass.analysis.os.linux.kernel.tid], CPU usage=[org.eclipse.tracecompass.analysis.os.linux.cpuusage], Kernel memory usage=[], Futex Contention Analysis=[], IRQ Analysis=[], Linux Kernel=[org.eclipse.tracecompass.analysis.os.linux.kernel], Statistics=[org.eclipse.linuxtools.tmf.statistics.totals, org.eclipse.linuxtools.tmf.statistics.types], Input/Output=[org.eclipse.tracecompass.analysis.os.linux.inputoutput], Context switch=[]] [2019-07-30T07:20:41.457Z] Errors: [2019-07-30T07:20:41.457Z] ResourcesViewExpandStateTest>TimegraphViewExpandStateTestBase.testExpandedState:160 �� WaitTimeout [2019-07-30T07:20:41.457Z] ResourcesViewTest.testAddRemoveBookmark:312 �� WaitTimeout Timeout after 20000 ... [2019-07-30T07:20:41.457Z] ResourcesViewTest.testFilter:463 �� Timeout Timeout after: 20000 ms.: Tree item... [2019-07-30T07:20:41.457Z] [2019-07-30T07:20:41.457Z] Tests run: 47, Failures: 1, Errors: 3, Skipped: 1 [2019-07-30T07:20:41.457Z] [2019-07-30T07:20:41.457Z] [2019-07-30T07:20:41.457Z] !ENTRY org.eclipse.core.resources 2 10035 2019-07-30 07:20:40.041 [2019-07-30T07:20:41.457Z] !MESSAGE The workspace will exit with unsaved changes in this session. [2019-07-30T07:20:41.457Z] [INFO] ------------------------------------------------------------------------ [2019-07-30T07:20:41.457Z] [INFO] Reactor Summary: [2019-07-30T07:20:41.457Z] [INFO] [2019-07-30T07:20:41.457Z] [INFO] Trace Compass Parent 5.0.0-SNAPSHOT ................ SUCCESS [ 39.797 s] [2019-07-30T07:20:41.457Z] [INFO] Trace Compass Tracetype-agnostic Analyses Parent 5.0.0-SNAPSHOT SUCCESS [ 0.042 s] [2019-07-30T07:20:41.457Z] [INFO] Trace Compass Common Utilities Parent 5.0.0-SNAPSHOT SUCCESS [ 0.050 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.common.core 4.1.0-SNAPSHOT SUCCESS [ 12.443 s] [2019-07-30T07:20:41.457Z] [INFO] Trace Compass State System Parent 5.0.0-SNAPSHOT ... SUCCESS [ 0.067 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.datastore.core 1.2.0-SNAPSHOT SUCCESS [ 1.594 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.segmentstore.core 2.1.1-SNAPSHOT SUCCESS [ 1.358 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.statesystem.core 4.2.2-SNAPSHOT SUCCESS [ 1.594 s] [2019-07-30T07:20:41.457Z] [INFO] Trace Compass TMF Parent 5.0.0-SNAPSHOT ............ SUCCESS [ 0.147 s] [2019-07-30T07:20:41.457Z] [INFO] Trace Compass Filter Parser 1.0.2-SNAPSHOT ......... SUCCESS [ 0.408 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.core 5.1.0-SNAPSHOT ... SUCCESS [ 5.794 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.counters.core 2.0.2-SNAPSHOT SUCCESS [ 2.522 s] [2019-07-30T07:20:41.457Z] [INFO] Trace Compass CTF Support Parent 5.0.0-SNAPSHOT .... SUCCESS [ 0.030 s] [2019-07-30T07:20:41.457Z] [INFO] Trace Compass CTF Parser Plug-in 1.0.2-SNAPSHOT .... SUCCESS [ 4.453 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.ctf.core 4.0.0-SNAPSHOT ... SUCCESS [ 1.497 s] [2019-07-30T07:20:41.457Z] [INFO] Trace Compass CTF Core Tests Plug-in 1.0.5-SNAPSHOT SUCCESS [ 56.759 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.statesystem.core.tests 1.0.9-SNAPSHOT SUCCESS [ 13.661 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.core.tests 1.0.9-SNAPSHOT SUCCESS [04:54 min] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.ctf.core 4.2.0-SNAPSHOT SUCCESS [ 2.125 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.ctf.core.tests 1.0.9-SNAPSHOT SUCCESS [07:44 min] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.counters.core.tests 0.0.1-SNAPSHOT SUCCESS [ 9.958 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.ui 5.1.0-SNAPSHOT ..... SUCCESS [ 9.291 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.counters.ui 0.0.5-SNAPSHOT SUCCESS [ 3.029 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.graph.core 2.1.2-SNAPSHOT SUCCESS [ 1.602 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.graph.core.tests 1.0.4-SNAPSHOT SUCCESS [ 9.512 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.chart.core 1.0.2-SNAPSHOT SUCCESS [ 1.285 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.lami.core 1.1.0-SNAPSHOT SUCCESS [ 1.610 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.lami.core.tests 1.0.1-SNAPSHOT SUCCESS [ 7.650 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui 1.0.7-SNAPSHOT SUCCESS [ 2.948 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.lami.ui 1.1.0-SNAPSHOT SUCCESS [ 2.930 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.graph.ui 1.0.8-SNAPSHOT SUCCESS [ 2.211 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.timing.core 5.0.0-SNAPSHOT SUCCESS [ 1.151 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.core 4.1.0-SNAPSHOT SUCCESS [ 2.024 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.core.tests 1.0.9-SNAPSHOT SUCCESS [02:04 min] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.timing.ui 4.0.0-SNAPSHOT SUCCESS [ 3.655 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui 3.0.4-SNAPSHOT SUCCESS [ 3.550 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui.tests 1.0.6-SNAPSHOT SUCCESS [ 17.192 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.profiling.core 1.1.3-SNAPSHOT SUCCESS [ 1.405 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.profiling.core.tests 1.0.2-SNAPSHOT SUCCESS [ 30.493 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.profiling.ui 2.0.0-SNAPSHOT SUCCESS [ 2.740 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.ui.tests 1.0.10-SNAPSHOT SUCCESS [02:54 min] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.ui.swtbot.tests 1.0.9-SNAPSHOT SUCCESS [05:04 min] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.timing.core.tests 1.0.4-SNAPSHOT SUCCESS [ 14.429 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.profiling.ui.swtbot.tests 1.0.2-SNAPSHOT SUCCESS [ 20.179 s] [2019-07-30T07:20:41.457Z] [INFO] Trace Compass LTTng Support Parent 5.0.0-SNAPSHOT .. SUCCESS [ 0.031 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.lttng2.common.core 1.1.1-SNAPSHOT SUCCESS [ 1.420 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.core 3.2.2-SNAPSHOT SUCCESS [ 2.087 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.core 3.0.0-SNAPSHOT SUCCESS [ 2.264 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.counters.ui.swtbot.tests 0.0.4-SNAPSHOT SUCCESS [01:45 min] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.timing.ui.swtbot.tests 1.0.7-SNAPSHOT SUCCESS [01:03 min] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.os.linux.ui.swtbot.tests 1.0.10-SNAPSHOT SUCCESS [01:51 min] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.chart.core.tests 1.0.1-SNAPSHOT SUCCESS [ 6.176 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui.swtbot.tests 1.0.3-SNAPSHOT SUCCESS [ 18.605 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.analysis.lami.ui.swtbot.tests 1.0.3-SNAPSHOT SUCCESS [ 31.122 s] [2019-07-30T07:20:41.457Z] [INFO] Trace Compass BTF Support Parent 5.0.0-SNAPSHOT .... SUCCESS [ 0.021 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.btf.core 2.2.0-SNAPSHOT ... SUCCESS [ 1.199 s] [2019-07-30T07:20:41.457Z] [INFO] Trace Compass Documentation 5.0.0-SNAPSHOT ......... SUCCESS [ 0.020 s] [2019-07-30T07:20:41.457Z] [INFO] Trace Compass Developer Guide 5.0.0-SNAPSHOT ....... SUCCESS [ 22.741 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui 2.1.8-SNAPSHOT SUCCESS [ 2.739 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf 5.0.0-SNAPSHOT ........ SUCCESS [ 3.314 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.btf.ui 1.0.2-SNAPSHOT ..... SUCCESS [ 2.276 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.btf 5.0.0-SNAPSHOT ........ SUCCESS [ 3.248 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.btf.core.tests 1.0.0-SNAPSHOT SUCCESS [ 7.700 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.common.core.tests 1.1.5-SNAPSHOT SUCCESS [ 6.334 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.ctf 5.0.0-SNAPSHOT ........ SUCCESS [ 0.462 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.ctf.parser.tests 1.0.1-SNAPSHOT SUCCESS [ 6.509 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.ctf 5.0.0-SNAPSHOT .... SUCCESS [ 3.131 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.ctf.ui.swtbot.tests 1.0.8-SNAPSHOT SUCCESS [02:30 min] [2019-07-30T07:20:41.457Z] [INFO] Trace Compass User Guide 5.0.0-SNAPSHOT ............ SUCCESS [ 6.784 s] [2019-07-30T07:20:41.457Z] [INFO] Trace Compass GDB Tracepoint Analysis User Guide 5.0.0-SNAPSHOT SUCCESS [ 4.489 s] [2019-07-30T07:20:41.457Z] [INFO] Trace Compass RCP User Guide 5.0.0-SNAPSHOT ........ SUCCESS [ 4.369 s] [2019-07-30T07:20:41.457Z] [INFO] Trace Compass Pcap User Guide 5.0.0-SNAPSHOT ....... SUCCESS [ 4.578 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.examples 1.0.4-SNAPSHOT ... SUCCESS [ 2.238 s] [2019-07-30T07:20:41.457Z] [INFO] Trace Compass GDB Tracepoint Analysis Parent 5.0.0-SNAPSHOT SUCCESS [ 0.035 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.gdbtrace.core 1.0.2-SNAPSHOT SUCCESS [ 2.609 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.gdbtrace.ui 1.1.1-SNAPSHOT SUCCESS [ 2.447 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.gdbtrace 5.0.0-SNAPSHOT ... SUCCESS [ 3.848 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.gdbtrace.core.tests 1.0.0-SNAPSHOT SUCCESS [ 7.994 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.gdbtrace.ui.tests 1.0.0-SNAPSHOT SUCCESS [ 17.850 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.lttng2.common.core.tests 1.0.0-SNAPSHOT SUCCESS [ 6.168 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.lttng2.control.core 1.2.1-SNAPSHOT SUCCESS [ 1.601 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.remote.core 2.0.2-SNAPSHOT SUCCESS [ 0.326 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui 1.0.5-SNAPSHOT SUCCESS [ 2.691 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui 1.2.7-SNAPSHOT SUCCESS [ 4.204 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.lttng2.control 5.0.0-SNAPSHOT SUCCESS [ 3.726 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.lttng2.control.core.tests 1.1.1-SNAPSHOT SUCCESS [ 8.461 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.remote.core.tests 1.0.0-SNAPSHOT SUCCESS [ 8.301 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui.tests 2.0.2-SNAPSHOT SUCCESS [ 38.510 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.ui 2.0.0-SNAPSHOT SUCCESS [ 4.306 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.lttng2.kernel 5.0.0-SNAPSHOT SUCCESS [ 4.563 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.core.tests 1.0.9-SNAPSHOT SUCCESS [ 48.990 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.core.tests 2.0.0-SNAPSHOT SUCCESS [01:23 min] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.lttng2.ust.core 4.0.3-SNAPSHOT SUCCESS [ 2.685 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui 3.0.5-SNAPSHOT SUCCESS [ 4.803 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.lttng2.ust 5.0.0-SNAPSHOT . SUCCESS [ 4.688 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.lttng2.ust.core.tests 1.0.9-SNAPSHOT SUCCESS [ 37.896 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui.tests 1.0.0-SNAPSHOT SUCCESS [ 17.148 s] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.lttng2.control.ui.swtbot.tests 1.0.5-SNAPSHOT SUCCESS [01:01 min] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests 1.0.10-SNAPSHOT FAILURE [05:45 min] [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests 1.0.10-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] Trace Compass Pcap Format Support Parent 5.0.0-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.pcap.core 1.1.0-SNAPSHOT .. SKIPPED [2019-07-30T07:20:41.457Z] [INFO] Trace Compass Pcap Parser Core Tests Plug-in 1.0.2-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.pcap.core 1.0.3-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.pcap.ui 1.1.1-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.pcap 5.0.0-SNAPSHOT ... SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.pcap.core.tests 1.0.1-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.pcap.ui.swtbot.tests 1.0.0-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] Trace Compass RCP Parent 5.0.0-SNAPSHOT ............ SKIPPED [2019-07-30T07:20:41.457Z] [INFO] Trace Compass RCP Branding plug-in 5.0.0-SNAPSHOT .. SKIPPED [2019-07-30T07:20:41.457Z] [INFO] Trace Compass RCP Branding Feature 5.0.0-SNAPSHOT .. SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.rcp.ui 5.0.0-SNAPSHOT ..... SKIPPED [2019-07-30T07:20:41.457Z] [INFO] Trace Compass RCP Feature 5.0.0-SNAPSHOT ........... SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.rcp.incubator.ui 1.0.0-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.rcp.incubator 1.0.0-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] Trace Compass Json trace Parent 5.0.0-SNAPSHOT ..... SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.jsontrace.core 0.1.1-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.jsontrace 1.0.0-SNAPSHOT .. SKIPPED [2019-07-30T07:20:41.457Z] [INFO] Trace Compass RCP Product 5.0.0-SNAPSHOT ........... SKIPPED [2019-07-30T07:20:41.457Z] [INFO] Trace Compass Release Engineering Parent 5.0.0-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] Trace Compass Target Platform 5.0.0-SNAPSHOT ....... SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.integration.swtbot.tests 1.0.8-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.datastore.core.tests 1.0.1-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.segmentstore.core.tests 1.0.3-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui.swtbot.tests 1.0.8-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.analysis.xml.ui.tests 1.0.2-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.chart.ui.tests 1.0.0-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui.swtbot.tests 1.0.6-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.remote.ui.tests 1.0.0-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] Trace Compass All Tests 1.0.6-SNAPSHOT ............. SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.testing 5.0.0-SNAPSHOT .... SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.tmf.remote 5.0.0-SNAPSHOT . SKIPPED [2019-07-30T07:20:41.457Z] [INFO] Trace Compass Repository 5.0.0-SNAPSHOT ............ SKIPPED [2019-07-30T07:20:41.457Z] [INFO] org.eclipse.tracecompass.jsontrace.core.test 1.0.1-SNAPSHOT SKIPPED [2019-07-30T07:20:41.457Z] [INFO] ------------------------------------------------------------------------ [2019-07-30T07:20:41.457Z] [INFO] BUILD FAILURE [2019-07-30T07:20:41.457Z] [INFO] ------------------------------------------------------------------------ [2019-07-30T07:20:41.457Z] [INFO] Total time: 54:15 min [2019-07-30T07:20:41.457Z] [INFO] Finished at: 2019-07-30T07:20:41Z [2019-07-30T07:20:41.457Z] [INFO] ------------------------------------------------------------------------ [2019-07-30T07:20:41.457Z] [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.3.0:test (default-test) on project org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests: There are test failures. [2019-07-30T07:20:41.457Z] [ERROR] [2019-07-30T07:20:41.457Z] [ERROR] Please refer to /home/jenkins/workspace/tracecompass-gerrit/lttng/org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests/target/surefire-reports for the individual test results. [2019-07-30T07:20:41.457Z] [ERROR] -> [Help 1] [2019-07-30T07:20:41.457Z] [ERROR] [2019-07-30T07:20:41.457Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [2019-07-30T07:20:41.457Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [2019-07-30T07:20:41.457Z] [ERROR] [2019-07-30T07:20:41.457Z] [ERROR] For more information about the errors and possible solutions, please read the following articles: [2019-07-30T07:20:41.457Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [2019-07-30T07:20:41.457Z] [ERROR] [2019-07-30T07:20:41.457Z] [ERROR] After correcting the problems, you can resume the build with the command [2019-07-30T07:20:41.457Z] [ERROR] mvn -rf :org.eclipse.tracecompass.lttng2.kernel.ui.swtbot.tests Post stage [Pipeline] archiveArtifacts [2019-07-30T07:20:44.812Z] Archiving artifacts [Pipeline] junit [2019-07-30T07:21:28.630Z] Recording test results [2019-07-30T07:21:32.232Z] java.nio.channels.ClosedChannelException Error when executing always post condition: hudson.remoting.RequestAbortedException: java.nio.channels.ClosedChannelException at hudson.remoting.Request.abort(Request.java:340) at hudson.remoting.Channel.terminate(Channel.java:1040) at org.jenkinsci.remoting.protocol.impl.ChannelApplicationLayer.onReadClosed(ChannelApplicationLayer.java:209) at org.jenkinsci.remoting.protocol.ApplicationLayer.onRecvClosed(ApplicationLayer.java:222) at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:816) at org.jenkinsci.remoting.protocol.FilterLayer.onRecvClosed(FilterLayer.java:287) at org.jenkinsci.remoting.protocol.impl.SSLEngineFilterLayer.onRecvClosed(SSLEngineFilterLayer.java:172) at org.jenkinsci.remoting.protocol.ProtocolStack$Ptr.onRecvClosed(ProtocolStack.java:816) at org.jenkinsci.remoting.protocol.NetworkLayer.onRecvClosed(NetworkLayer.java:154) at org.jenkinsci.remoting.protocol.impl.NIONetworkLayer.ready(NIONetworkLayer.java:142) at org.jenkinsci.remoting.protocol.IOHub$OnReady.run(IOHub.java:795) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.129.8.1/10.129.8.1:55328 at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743) at hudson.remoting.Request.call(Request.java:202) at hudson.remoting.Channel.call(Channel.java:956) at hudson.FilePath.act(FilePath.java:1070) at hudson.FilePath.act(FilePath.java:1059) at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:114) at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:137) at hudson.tasks.junit.JUnitResultArchiver.parseAndAttach(JUnitResultArchiver.java:167) at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:52) at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:25) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$$Lambda$295.00000000F00C7410.run(Unknown Source) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) ... 3 more Caused by: java.nio.channels.ClosedChannelException ... 8 more [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 [2019-07-30T07:21:32.299Z] ERROR: Issue with creating launcher for agent tracecompass-build-m38tv-nr76g. The agent has not been fully initialized yet [2019-07-30T07:21:32.314Z] Not sending mail to unregistered user bernd.hufmann@ericsson.com because your SCM claimed this was associated with a user ID ‘bernd hufmann' which your security realm does not recognize; you may need changes in your SCM plugin [2019-07-30T07:21:32.316Z] Not sending mail to unregistered user matthew.khouzam@ericsson.com because your SCM claimed this was associated with a user ID ‘matthew khouzam' which your security realm does not recognize; you may need changes in your SCM plugin [2019-07-30T07:21:32.316Z] Sending email to: ${EMAIL_RECIPIENT} [2019-07-30T07:21:37.362Z] 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] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE